Clean tile map script

This commit is contained in:
Mathilde Grapin 2023-06-27 22:14:14 +02:00
parent e0633efcbe
commit 97f9ec7fa1
2 changed files with 35 additions and 30 deletions

View file

@ -8,7 +8,6 @@ func tick(actor, blackboard):
if !actor.is_throw_animation_finished:
return RUNNING
else:
print("enemy return ball!")
var target = blackboard.get_value("target")
actor.return_ball(target)
return SUCCESS