This commit is contained in:
2026-03-06 04:06:15 +08:00
parent 14331c222e
commit edd5051106
4 changed files with 16 additions and 19 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ func _ensure_shortcut_label(btn: Button, button_name: String):
match button_name:
"Grab": existing_lbl.text = "Space" if is_sng else ""
"Put": existing_lbl.text = ""
"Put": existing_lbl.text = ""
"AttackMode": existing_lbl.text = "Q" if is_sng else ""
"SpawnBoost": existing_lbl.text = "E" if is_sng else ""
"TektonGrab": existing_lbl.text = "G"