feat: Implement touch controls and a settings menu.

This commit is contained in:
Yogi Wiguna
2026-03-24 11:11:14 +08:00
parent 878e331b6e
commit 82fdbf91d1
10 changed files with 121 additions and 145 deletions
+2 -5
View File
@@ -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():