Clean tile map script
This commit is contained in:
parent
e0633efcbe
commit
97f9ec7fa1
2 changed files with 35 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue