Start of animation player state mashine

This commit is contained in:
Paul Norberger
2020-04-19 10:19:32 +02:00
parent d71b728e94
commit 917aff815a
15 changed files with 88 additions and 63 deletions

View File

@@ -9,7 +9,6 @@ onready var speed := max_speed setget set_speed
signal no_health
func set_health(value):
if value > max_health:
health = max_health
else: