Skip to content

Commit ae4bceb

Browse files
committed
Upgraded to pxlNav v0.0.20
Sorted files, upgraded The Outlet ( Formerly named Field Env.) See `pxlNav` repo for those specific changes
1 parent ac85358 commit ae4bceb

File tree

159 files changed

+3398
-2273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+3398
-2273
lines changed

ChangeLog.md

Lines changed: 0 additions & 71 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<!-- pxlNav necessary tags -->
4747
<canvas id="pxlNav-coreCanvas" height='1' width='1' class="pxlNavCoreCanvasStyle" ></canvas>
48-
<script type="module" src="js/pxlNavLoader_basic.js?v=2025-02-02"></script>
48+
<script type="module" src="js/pxlNavLoader.js?v=2025-02-08"></script>
4949

5050
</body>
5151
</html>
222 KB
Loading
184 KB
Loading
161 KB
Loading

docs/images/pxlNav_FieldEnv.jpg

-211 KB
Binary file not shown.

docs/index.htm

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,22 @@
102102
<div class="gitPageInnerStyle gitPxlNavPageInnerStyle">
103103
<span class="gitPageHeaderStyle gitPagePxlNavHeaderStyle"><a href="https://github.com/ProcStack/pxlNav" target="_blank">pxlNav <span id="pxlNavPageVersion"></span></a></span>
104104

105+
<br><div class="gitPagePxlNavShortcuts">
106+
<span>Hit <span class="textBoldBox">P</span> on your keyboard to pause the background.</span>
107+
<span>Hit <span class="textBoldBox">Y</span> to open the <span class="textNudge">GLSL Shader Editor</span>.</span>
108+
</div>
109+
105110
<br><br><span class="gitPageHeaderStyle gitPagePxlNavHeaderStyle">Explore pxlNav -</span>
106111

107112
<div class="innerCenter">
108-
- If you're on a computer and want to run around, click the image -
109-
<br><a href="pxlNav_fieldEnv.htm"><img src='./images/pxlNav_FieldEnv.jpg' class='gitPageImageStyle' alt='pxlNav'>
110-
pxlNav Example : Field Environment</a>
113+
- If you're on a computer and want to run around, click any of the image -
114+
<br><a href="Outlet.htm"><img src='./images/pxlNav/pxlNav_TheOutlet_2025-2-8_Coastline_sm.jpg' class='gitPageImageStyle' alt='pxlNav'>
115+
<br><a href="Outlet.htm"><img src='./images/pxlNav/pxlNav_TheOutlet_2025-2-8_CatTails_sm.jpg' class='gitPageImageStyle' alt='pxlNav'>
116+
<br><a href="Outlet.htm"><img src='./images/pxlNav/pxlNav_TheOutlet_2025-2-8_The_Dock_sm.jpg' class='gitPageImageStyle' alt='pxlNav'>
117+
pxlNav Example : The Outlet</a>
111118
<br><span class="textItalic">( Note : Link will load in this tab )</span>
112119
</div>
113120
<br>
114-
<div class="gitPagePxlNavShortcuts">
115-
<span>Hit <span class="textBoldBox">P</span> on your keyboard to pause the background.</span>
116-
<span>Hit <span class="textBoldBox">Y</span> to open the <span class="textNudge">GLSL Shader Editor</span>.</span>
117-
</div>
118121
<br>
119122

120123
<br><br><span class="gitPageHeaderStyle gitPagePxlNavHeaderStyle">What's <span class="textNudge">pxlNav</span>?</span>
@@ -457,7 +460,7 @@
457460

458461
<canvas id="pxlNav-coreCanvas" height='1' width='1' class="pxlNavCoreCanvasStyle" ></canvas>
459462

460-
<script type="module" src="js/ProckStackGitio.js?v=2025-01-22"></script>
463+
<script type="module" src="js/ProckStackGitio.js?v=2025-02-08"></script>
461464

462465

463466
</body>

docs/js/ProckStackGitio.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// For `pxlNav` scripting, the entry-point is `./Source/js/pxlNavCore.js`
1010
//
1111

12-
import { pxlNav, pxlNavVersion, pxlEnums, pxlUserSettings, pxlOptions } from './pxlNav.esm.js';
12+
import { pxlNav, pxlNavVersion, pxlEnums, pxlUserSettings, pxlOptions } from './pxlNav.esm.js'; // v0.20
1313
import { ProcPages } from './ProcPages.js';
1414
import { PageMetaDataObjects } from './PageMetaData.js';
1515
import { BlogManager } from './BlogManager.js';
@@ -25,10 +25,10 @@ const verbose = pxlEnums.VERBOSE_LEVEL.ERROR;
2525
const projectTitle = "procstack.github.io";
2626

2727
// pxlRoom folder path, available to change folder names or locations if desired
28-
const pxlRoomRootPath = "./pxlRooms";
28+
const pxlRoomRootPath = "../js/pxlRooms";
2929

3030
// Asset root path
31-
const pxlAssetRoot = "./pxlAssets";
31+
const pxlAssetRoot = "../js/pxlAssets";
3232

3333
// Show the onboarding screen after the loading bar completes
3434
const showOnboarding = false;
@@ -76,8 +76,8 @@ userSettings['gravity']['Max'] = 15.5; // Max gravity rate
7676
// Target FPS (Frames Per Second)
7777
// Default is - PC = 30 -&- Movile = 30
7878
const targetFPS = {
79-
'PC' : 60,
80-
'Mobile' : 30
79+
'PC' : 45,
80+
'Mobile' : 20
8181
};
8282

8383
// Anti-aliasing level

0 commit comments

Comments
 (0)