mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"a": {
|
||||
"NAV_BROWSER": ["move_browser_selection_up"],
|
||||
"PLAYER": ["seek_back_on_player"],
|
||||
"PLAYER": ["seek_back_on_player", "decrease_seek_time"],
|
||||
"NAV_SETTINGS": ["move_settings_selection_up"],
|
||||
"NAV_SHADERS": ["move_shaders_selection_up"],
|
||||
"LENGTH_SET": ["return_to_default_control_mode"],
|
||||
@@ -9,7 +9,7 @@
|
||||
},
|
||||
"b": {
|
||||
"NAV_BROWSER": ["move_browser_selection_down"],
|
||||
"PLAYER": ["seek_forward_on_player"],
|
||||
"PLAYER": ["seek_forward_on_player", "increase_seek_time"],
|
||||
"NAV_SETTINGS": ["move_settings_selection_down"],
|
||||
"NAV_SHADERS": ["move_shaders_selection_down"],
|
||||
"LENGTH_SET": ["return_to_default_control_mode"],
|
||||
|
||||
@@ -261,7 +261,21 @@
|
||||
"off"
|
||||
],
|
||||
"value": "off"
|
||||
}
|
||||
},
|
||||
"SEEK_TIME": {
|
||||
"action": null,
|
||||
"options": [
|
||||
0.5,
|
||||
1,
|
||||
5,
|
||||
10,
|
||||
15,
|
||||
30,
|
||||
60,
|
||||
120
|
||||
],
|
||||
"value": 5
|
||||
}
|
||||
},
|
||||
"video": {
|
||||
"BACKGROUND_COLOUR": {
|
||||
|
||||
Reference in New Issue
Block a user