Adjusted templates to use binary formats.

This commit is contained in:
2026-04-08 10:13:47 -04:00
parent 39401ff04f
commit 5e23f9501c
12 changed files with 14 additions and 11 deletions

View File

@@ -713,6 +713,7 @@ func is_attacking() -> bool:
func is_meleeing() -> bool:
return state == State.MELEE_ATTACKING
func is_shooting() -> bool:
return state == State.RANGED_ATTACKING