Advertisement
Guest User

hited function

a guest
Jun 26th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. func hited():
  2.     state_machine.travel("hurt")
  3.     lives -= 1
  4.     if lives < 0:
  5.         end_game()
  6.     Global.HUD.update_HUD()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement