Bull roll ability, console screen, tests

This commit is contained in:
2026-07-28 23:10:38 +03:00
parent a0b248748c
commit ebb6ec6335
16 changed files with 1494 additions and 283 deletions
+1
View File
@@ -55,6 +55,7 @@ const ACTION_LABELS: Dictionary = {
&"ability_kick": "Kick",
&"ability_slam": "Slam",
&"ability_dash": "Dash",
&"ability_roll": "Roll",
}
@onready var main_panel: Control = $MainPanel