Advertisement
Guest User

Untitled

a guest
May 1st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. #Example sprite script file
  2. ####################################
  3. #The number signs denote comments but are not necessary
  4. #define the type of player followed by a number
  5. ####################################
  6. #Each image in a series should be a progressive style
  7. #to indicate animation.
  8. ####################################
  9. #each image should appear as though the sprite is looking
  10. #to the right
  11. ####################################
  12. # > denotes the name of the picture
  13. ####################################
  14. #Total Enemies/Helpers
  15. 14
  16. ####################################
  17. #Total Sprite Images (including player sprites)
  18. 42
  19. ####################################
  20. #Player
  21. >player1.png
  22. >player2.png
  23. >player3.png
  24. ####################################
  25. #Enemies
  26. # archtype followed by images
  27. #a
  28. grub
  29. >grub1.png
  30. >grub2.png
  31. ####################################
  32. ####################################
  33. #b
  34. fly
  35. >fly1.png
  36. >fly2.png
  37. >fly3.png
  38. ####################################
  39. ####################################
  40. #c
  41. monkey
  42. >monkey1.png
  43. >monkey2.png
  44. >monkey3.png
  45. ####################################
  46. ####################################
  47. #d
  48. boss
  49. >tank1.png
  50. >tank2.png
  51. >tank3.png
  52. ####################################
  53. ####################################
  54. #e
  55. sinuousfly
  56. >fly1.png
  57. >fly2.png
  58. >fly3.png
  59. ####################################
  60. ####################################
  61. #f
  62. homingfly
  63. >fly1.png
  64. >fly2.png
  65. >fly3.png
  66. ####################################
  67. ####################################
  68. #g
  69. randomfly
  70. >fly1.png
  71. >fly2.png
  72. >fly3.png
  73. ####################################
  74. ####################################
  75. #h
  76. balloon
  77. >balloon.png
  78. >balloon.png
  79. >balloon.png
  80. ####################################
  81. ####################################
  82. #i
  83. putin
  84. >putin.png
  85. >putin.png
  86. >putin.png
  87. ####################################
  88. ####################################
  89. #j
  90. HorsePutin
  91. >HorsePutin.png
  92. >HorsePutin.png
  93. ####################################
  94. ####################################
  95. #k
  96. CentaurPutin
  97. >CentaurPutin.png
  98. >CentaurPutin.png
  99. ####################################
  100. ####################################
  101. #l
  102. dutchman
  103. >tank1.png
  104. >tank1.png
  105. >tank1.png
  106. ####################################
  107. ####################################
  108. #m
  109. putinRaptor
  110. >PutinVelociraptor.png
  111. >PutinVelociraptor.png
  112. >PutinVelociraptor.png
  113. ####################################
  114. ####################################
  115. #n
  116. bossPutin
  117. >Putin1.png
  118. >Putin2.png
  119. >Putin1.png
  120. ####################################
  121. ####################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement