Added state component

This commit is contained in:
2024-02-15 13:45:17 +01:00
parent 17a507d07c
commit 37ed8890ec
19 changed files with 172 additions and 86 deletions

View File

@ -0,0 +1,6 @@
extends SkillInstance
func _ready():
animation.play("human/roll")
await get_tree().create_timer(1.0).timeout
end()