Skip to content

Commit 4794d40

Browse files
committed
Onboarding bug with pxlNav was fixed
Onboarding was automatically shutting down on its own
1 parent 979b5b0 commit 4794d40

Some content is hidden

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

57 files changed

+8871
-282
lines changed

docs/Outlet.htm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//
1010
// The only needed lines for your page to run pxlNav are:
1111
// ` <link type="text/css" rel="stylesheet" href="style/pxlNavStyle.css"/> `
12-
// ` <canvas id="pxlNav-coreCanvas" class="pxlNavCoreCanvasStyle"></canvas> `
12+
// ` <canvas id="pxlNav-coreCanvas" class="pxlNav-coreCanvasStyle"></canvas> `
1313
// ` <script type="module" src="js/pxlNavLoader_basic.js"></script> `
1414
//
1515
// CommonJS requires will be supported in the future.
@@ -20,7 +20,7 @@
2020
<html lang="en">
2121
<head>
2222
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
23-
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
23+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=5.0">
2424
</head>
2525

2626
<!-- -- -- -- -->
@@ -44,7 +44,7 @@
4444
</div>
4545

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

5050
</body>

docs/index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</div>
122122
</div>
123123

124-
<canvas id="pxlNav-coreCanvas" height='1' width='1' class="pxlNavCoreCanvasStyle" ></canvas>
124+
<canvas id="pxlNav-coreCanvas" height='1' width='1' class="pxlNav-coreCanvasStyle" ></canvas>
125125

126126
<script type="module" src="js/ProckStackGitio.js?v=2025-02-08"></script>
127127

docs/js/pxlNav.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pxlNav-docs/BillowSmoke.html

Lines changed: 2078 additions & 8 deletions
Large diffs are not rendered by default.

docs/pxlNav-docs/EmberWisps.html

Lines changed: 2078 additions & 8 deletions
Large diffs are not rendered by default.

docs/pxlNav-docs/FloatingDust.html

Lines changed: 2078 additions & 8 deletions
Large diffs are not rendered by default.

docs/pxlNav-docs/HeightMap.html

Lines changed: 2092 additions & 22 deletions
Large diffs are not rendered by default.

docs/pxlNav-docs/ParticleBase.html

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

docs/pxlNav-docs/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/pxlNav-docs/module-pxlNav.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)