Guest User

shotdata

a guest
Jan 7th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. #UserShotData
  2.  
  3. shot_image = "./img/Cuddlefish.png"
  4. delay_rect = (0, 80, 0, 40)
  5.  
  6.  
  7. // My own shots
  8. ShotData{
  9. id = 600
  10. rect = ( 2, 2, 26, 17 )
  11. delay_color = ( 227, 249, 42)
  12. }
  13. ShotData{
  14. id = 601
  15. rect = ( 28, 2, 52, 17 )
  16. delay_color = ( 255, 0, 18)
  17. }
  18. ShotData{
  19. id = 602
  20. rect = ( 54, 2, 78, 17 )
  21. delay_color = ( 80, 220, 100)
  22. }
  23. ShotData{
  24. id = 603
  25. rect = ( 2, 20, 26, 35 )
  26. delay_color = ( 0, 0, 255)
  27. }
  28. ShotData{
  29. id = 604
  30. rect = ( 28, 20, 52, 35 )
  31. delay_color = ( 100, 0, 255)
  32. }
  33. ShotData{
  34. id = 605
  35. rect = ( 54, 20, 78, 35 )
  36. delay_color = ( 255, 215, 0)
  37. }
Add Comment
Please, Sign In to add comment