fixing small bugs and adding small features

This commit is contained in:
langolierz
2019-08-04 11:31:15 +00:00
parent 9c85ba9621
commit a71901599e
8 changed files with 71 additions and 15 deletions

View File

@@ -1 +1 @@
"0-0"
"0-9"

View File

@@ -5,6 +5,7 @@
"NAV_SETTINGS": ["move_settings_selection_up"],
"NAV_SHADERS": ["move_shaders_selection_up"],
"LENGTH_SET": ["return_to_default_control_mode"],
"CONFIRM": ["return_to_default_control_mode"],
"SHADER_PARAM": ["decrease_this_param", "decrease_shader_param"]
},
"b": {
@@ -13,6 +14,7 @@
"NAV_SETTINGS": ["move_settings_selection_down"],
"NAV_SHADERS": ["move_shaders_selection_down"],
"LENGTH_SET": ["return_to_default_control_mode"],
"CONFIRM": ["return_to_default_control_mode"],
"SHADER_PARAM": ["increase_this_param", "increase_shader_param"]
},
"c": {
@@ -22,6 +24,7 @@
"NAV_SHADERS": ["enter_on_shaders_selection"],
"LENGTH_SET": ["record_fixed_length"],
"SHADER_PARAM": ["return_to_default_control_mode"],
"CONFIRM": ["perform_confirm_action"],
"NAV_DETOUR": ["toggle_detour_play"]
},
"d": {
@@ -78,6 +81,6 @@
"DEFAULT": ["load_slot_8_into_next_player"]
},
"s": {
"DEFAULT": ["load_slot_9_into_next_player","quit_the_program"]
"DEFAULT": ["load_slot_9_into_next_player","confirm_shutdown"]
}
}

View File

@@ -146,7 +146,7 @@
"value": null
},
"QUIT": {
"action": "quit_the_program",
"action": "confirm_quit",
"options": [],
"value": null
},