aboutsummaryrefslogtreecommitdiff
path: root/.npehero
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-09-22 01:13:11 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-09-22 01:13:11 -0400
commit2b3d6eeb08fac367b2e2f4ed0528bfaeeedca686 (patch)
tree23cf821ce9ab536dfd44a74db26dba6ea4f9fb90 /.npehero
parentda1b21264caf8fd42a1a809c538e2128435160f9 (diff)
downloadNPEhero-2b3d6eeb08fac367b2e2f4ed0528bfaeeedca686.tar.gz
NPEhero-2b3d6eeb08fac367b2e2f4ed0528bfaeeedca686.tar.bz2
NPEhero-2b3d6eeb08fac367b2e2f4ed0528bfaeeedca686.zip
Contain all gamedata in .npehero
Diffstat (limited to '.npehero')
-rw-r--r--.npehero/controls.json17
-rwxr-xr-x.npehero/settings.json6
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