Skip to content

Commit

Permalink
v1.0.1, fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
TechStudent10 committed Jul 28, 2024
1 parent 4033c1b commit 161f1de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions about.md.old
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Edit about.md to change this
- gv_0026 Auto Retry
- gv_0028 Disable Thumbstick
- gv_0040 Show Percent
- gv_0026 Default Mini Icon
- gv_0060 Default Mini Icon
- gv_0052 Fast Reset
- gv_0074 Restart Button
- gv_0109 Extra Info (?)
Expand Down Expand Up @@ -41,14 +41,14 @@ Edit about.md to change this
- gv_0101 Force Smooth Fix
- gv_0102 Smooth Fix in the Editor
- gv_0108 Auto LDM
- gv_0126 Save Gauntlet Levels
- gv_0127 Save Gauntlet Levels
- gv_0128 Lock Cursor In-Game
- gv_0136 Extra LDM
- gv_0140 Disable Orb Scale
- gv_0141 Disable Trigger Orb Scale
- gv_0155 Disable Shader Anti-Aliasing
- Audio
- gv_0010 Load Songs into Memory
- gv_0019 Load Songs into Memory
- gv_0022 Higher Audio Quality
- gv_0033 Change Song Path
- gv_0018 No Song Limit
Expand Down
6 changes: 3 additions & 3 deletions script2.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@
21:47:34 INFO [Main] [Settings+]: 0174
21:47:34 INFO [Main] [Settings+]: 0015
21:47:34 INFO [Main] [Settings+]: 0153
21:47:34 INFO [Main] [Settings+]: 0026
21:47:34 INFO [Main] [Settings+]: 0060
21:47:34 INFO [Main] [Settings+]: 0061
21:47:34 INFO [Main] [Settings+]: 0062
21:47:34 INFO [Main] [Settings+]: 0096
21:47:34 INFO [Main] [Settings+]: 0010
21:47:34 INFO [Main] [Settings+]: 0019
21:47:34 INFO [Main] [Settings+]: 0022
21:47:34 INFO [Main] [Settings+]: 0033
21:47:34 INFO [Main] [Settings+]: 0018
Expand Down Expand Up @@ -135,7 +135,7 @@
21:47:34 INFO [Main] [Settings+]: 0136
21:47:34 INFO [Main] [Settings+]: 0042
21:47:34 INFO [Main] [Settings+]: 0056
21:47:34 INFO [Main] [Settings+]: 0126
21:47:34 INFO [Main] [Settings+]: 0127
21:47:34 INFO [Main] [Settings+]: 0093
21:47:34 INFO [Main] [Settings+]: 0066
21:47:34 INFO [Main] [Settings+]: 0014
Expand Down
7 changes: 4 additions & 3 deletions src/SettingsLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ std::string descForGV(std::string gv) {
{"0109", "Toggles the extra info/debug label in game"},
{"0113", "Flips the platformer controls"},
{"0153", "Whether the player should explode on death"},
{"0019", "Loads audio into memory. Used to be available in 2.1, not available in base 2.2"},
{"0022", "Whether the game should use higher audio quality"},
{"0075", "(Parental Controls) Disables comments <cy>(known to be buggy)</c>"},
{"0076", "(Parental Controls) Disables account posts"},
Expand Down Expand Up @@ -404,13 +405,13 @@ void SettingsLayer::switchPage(SettingPage page, bool isFirstRun, CCMenuItemSpri
SETTING("Flip Pause Button", "0015")
SEPARATOR("Icon Options")
SETTING("Explode Player on Death", "0153")
SETTING("Default Mini Icon", "0026")
SETTING("Default Mini Icon", "0060")
SETTING("Switch Spider Teleport Color", "0061")
SETTING("Switch Dash Fire Color", "0062")
SETTING("Switch Wave Trail Color", "0096")
break;
case Audio:
SETTING("Load Songs into Memory", "0010")
SETTING("Load Songs into Memory", "0019")
SETTING("Higher Audio Quality", "0022")
SETTING("Change Song Path", "0033")
SETTING("No Song Limit", "0018")
Expand Down Expand Up @@ -449,7 +450,7 @@ void SettingsLayer::switchPage(SettingPage page, bool isFirstRun, CCMenuItemSpri
SEPARATOR("Improvements (may cause issues on low end devices)")
SETTING("Increase Max Levels", "0042")
SETTING("Disable Object Alert", "0056")
SETTING("Save Gauntlet Levels", "0126")
SETTING("Save Gauntlet Levels", "0127")
SETTING("Increase Local Levels Per Page", "0093")
SETTING("High Capacity Mode", "0066")
SEPARATOR("Disable Toggles")
Expand Down

0 comments on commit 161f1de

Please sign in to comment.