Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. StateComponent = {
  2. states = {
  3. walking_left = {set_animation("walking_left")},
  4. walking_right = {set_animation("walking_right")},
  5. ...
  6. }
  7. },
  8.  
  9. StateComponent = {
  10. states = {
  11. walking_left = {set_animation("walking_left")},
  12. walking_right = {set_animation("walking_right")},
  13. ...
  14.  
  15. attacking_left = {...},
  16. attacking_right = {...},
  17. ...
  18. }
  19. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement