mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 05:52:24 +02:00
Start of animation player state mashine
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user