feat: Implement touch controls and a settings menu.
This commit is contained in:
@@ -55,9 +55,7 @@ var settings = {
|
||||
|
||||
# Power Bar Controls / Special
|
||||
"attack_mode": KEY_Q,
|
||||
"attack_mode_alt": KEY_U,
|
||||
"spawn_boost": KEY_E,
|
||||
"spawn_boost_alt": KEY_I
|
||||
"attack_mode_alt": KEY_U
|
||||
}
|
||||
}
|
||||
|
||||
@@ -171,8 +169,7 @@ func apply_control_settings():
|
||||
"put": "action_put",
|
||||
"use_powerup": "use_powerup",
|
||||
"tekton_grab": "action_grab_tekton",
|
||||
"attack_mode": "action_knock_tekton",
|
||||
"spawn_boost": "spawn_boost"
|
||||
"attack_mode": "action_knock_tekton"
|
||||
}
|
||||
|
||||
for setting_key in mapping.keys():
|
||||
|
||||
Reference in New Issue
Block a user