diff options
Diffstat (limited to '.npehero')
-rw-r--r-- | .npehero/controls.json | 17 | ||||
-rwxr-xr-x | .npehero/settings.json | 6 |
2 files changed, 23 insertions, 0 deletions
diff --git a/.npehero/controls.json b/.npehero/controls.json new file mode 100644 index 0000000..fd7f0ad --- /dev/null +++ b/.npehero/controls.json @@ -0,0 +1,17 @@ +{ + "LEGACY_STOP": "ESCAPE", + "LANE4": "K", + "LANE1": "F", + "LANE0": "D", + "LANE3": "J", + "LANE2": "SPACE", + "DELETE_NOTE": "DELETE", + "SCROLL_LOCK": "L", + "NOTE_DOWN": "DOWN", + "LEGACY_PRINT": "Q", + "PLAY_PAUSE": "P", + "SELECT_ALL": "S", + "CLEAR_SELECTION": "ESCAPE", + "SELECT_MULTIPLE": "CONTROL", + "NOTE_UP": "UP" +}
\ No newline at end of file diff --git a/.npehero/settings.json b/.npehero/settings.json new file mode 100755 index 0000000..562d704 --- /dev/null +++ b/.npehero/settings.json @@ -0,0 +1,6 @@ +{ + "guiScale": 1.0, + "effectsVol": 1.0, + "musicVol": 1.0, + "enableMenuMusic": true +}
\ No newline at end of file |