Adjusted templates to use binary formats.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user