feat: Introduce SpecialTilesManager to manage special tile effects, including powerup inventory, leveling, cooldowns, and targeted abilities.
This commit is contained in:
@@ -237,9 +237,9 @@ func _ensure_shortcut_label(btn: Button, button_name: String):
|
||||
|
||||
match button_name:
|
||||
"Grab": shortcut_lbl.text = "Space"
|
||||
"Put": shortcut_lbl.text = "R"
|
||||
"Special": shortcut_lbl.text = "C"
|
||||
"SpawnBoost": shortcut_lbl.text = "V"
|
||||
"Put": shortcut_lbl.text = "" # Disabled shortcut
|
||||
"Special": shortcut_lbl.text = "Q"
|
||||
"SpawnBoost": shortcut_lbl.text = "E"
|
||||
|
||||
btn.add_child(shortcut_lbl)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user