aboutsummaryrefslogtreecommitdiff
path: root/controls.json
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-07-29 00:30:28 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-07-29 00:30:28 -0400
commitf3a037701799169066c6cb12b3c7023029b8b281 (patch)
tree6e9bb0839152dc52faab8d3a927d077b864a85de /controls.json
parent0ce09f72f4af26412356b9699d402b52dbcfc94f (diff)
downloadNPEhero-f3a037701799169066c6cb12b3c7023029b8b281.tar.gz
NPEhero-f3a037701799169066c6cb12b3c7023029b8b281.tar.bz2
NPEhero-f3a037701799169066c6cb12b3c7023029b8b281.zip
Show level and difficulty loading errors in the gui
Diffstat (limited to 'controls.json')
-rw-r--r--controls.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/controls.json b/controls.json
index 4f5ab8f..e347aec 100644
--- a/controls.json
+++ b/controls.json
@@ -1 +1,16 @@
-{"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","NOTE_UP":"UP"} \ No newline at end of file
+{
+ "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",
+ "NOTE_UP": "UP"
+} \ No newline at end of file