Guest User

Death

a guest
Aug 2nd, 2025
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. extends BaseState
  2.  
  3. func enter():
  4. enemy.play_animation("death")
  5. await get_tree().create_timer(2).timeout
  6. enemy.queue_free()
  7.  
Add Comment
Please, Sign In to add comment