diff options
Diffstat (limited to '')
| -rw-r--r-- | .npehero/controls.json (renamed from controls.json) | 1 | ||||
| -rwxr-xr-x | .npehero/settings.json (renamed from settings.json) | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/controls.json b/.npehero/controls.json index e347aec..fd7f0ad 100644 --- a/controls.json +++ b/.npehero/controls.json @@ -12,5 +12,6 @@    "PLAY_PAUSE": "P",    "SELECT_ALL": "S",    "CLEAR_SELECTION": "ESCAPE", +  "SELECT_MULTIPLE": "CONTROL",    "NOTE_UP": "UP"  }
\ No newline at end of file diff --git a/settings.json b/.npehero/settings.json index fb4d270..562d704 100755 --- a/settings.json +++ b/.npehero/settings.json @@ -1,4 +1,5 @@  { +  "guiScale": 1.0,    "effectsVol": 1.0,    "musicVol": 1.0,    "enableMenuMusic": true  | 
