Skip to content

Commit 25e7e69

Browse files
committed
Mobile Testing for pvlNav
1 parent e791f38 commit 25e7e69

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/js/ProckStackGitio.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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' : 45,
80-
'Mobile' : 30
79+
'pc' : 45,
80+
'mobile' : 30
8181
};
8282

8383
// Anti-aliasing level

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/js/pxlNavLoader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ userSettings['gravity']['Max'] = 15.5; // Max gravity rate
6969
// Target FPS (Frames Per Second)
7070
// Default is - PC = 30 -&- Movile = 30
7171
const targetFPS = {
72-
'PC' : 60,
73-
'Mobile' : 30
72+
'pc' : 60,
73+
'mobile' : 30
7474
};
7575

7676
// Anti-aliasing level

docs/style/pxlNavStyle.min.css

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

0 commit comments

Comments
 (0)