Guest User

Untitled

a guest
Oct 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. {
  2. "texture": "Link.png",
  3. "size": {
  4. "width": 32,
  5. "height": 48
  6. },
  7. "animations": {
  8. "idle-down": {
  9. "loop": true,
  10. "frames": [
  11. {
  12. "length": 1,
  13. "x": 0,
  14. "y": 0
  15. }
  16. ]
  17. },
  18. "idle-right": {
  19. "loop": true,
  20. "frames": [
  21. {
  22. "length": 1,
  23. "x": 0,
  24. "y": 1
  25. }
  26. ]
  27. },
  28. "idle-up": {
  29. "loop": true,
  30. "frames": [
  31. {
  32. "length": 1,
  33. "x": 0,
  34. "y": 2
  35. }
  36. ]
  37. },
  38. "idle-left": {
  39. "loop": true,
  40. "frames": [
  41. {
  42. "length": 1,
  43. "x": 0,
  44. "y": 3
  45. }
  46. ]
  47. },
  48. "moving-down": {
  49. "loop": true,
  50. "frameLength": 0.07,
  51. "frames": [
  52. {
  53. "x": 0,
  54. "y": 0
  55. },
  56. {
  57. "x": 1,
  58. "y": 0
  59. },
  60. {
  61. "x": 2,
  62. "y": 0
  63. },
  64. {
  65. "x": 3,
  66. "y": 0
  67. },
  68. {
  69. "x": 4,
  70. "y": 0
  71. },
  72. {
  73. "x": 5,
  74. "y": 0
  75. },
  76. {
  77. "x": 6,
  78. "y": 0
  79. },
  80. {
  81. "x": 7,
  82. "y": 0
  83. }
  84. ]
  85. },
  86. "moving-right": {
  87. "loop": true,
  88. "frameLength": 0.07,
  89. "frames": [
  90. {
  91. "x": 0,
  92. "y": 1
  93. },
  94. {
  95. "x": 1,
  96. "y": 1
  97. },
  98. {
  99. "x": 2,
  100. "y": 1
  101. },
  102. {
  103. "x": 3,
  104. "y": 1
  105. },
  106. {
  107. "x": 4,
  108. "y": 1
  109. },
  110. {
  111. "x": 5,
  112. "y": 1
  113. },
  114. {
  115. "x": 6,
  116. "y": 1
  117. },
  118. {
  119. "x": 7,
  120. "y": 1
  121. }
  122. ]
  123. },
  124. "moving-up": {
  125. "loop": true,
  126. "frameLength": 0.07,
  127. "frames": [
  128. {
  129. "x": 0,
  130. "y": 2
  131. },
  132. {
  133. "x": 1,
  134. "y": 2
  135. },
  136. {
  137. "x": 2,
  138. "y": 2
  139. },
  140. {
  141. "x": 3,
  142. "y": 2
  143. },
  144. {
  145. "x": 4,
  146. "y": 2
  147. },
  148. {
  149. "x": 5,
  150. "y": 2
  151. },
  152. {
  153. "x": 6,
  154. "y": 2
  155. },
  156. {
  157. "x": 7,
  158. "y": 2
  159. }
  160. ]
  161. },
  162. "moving-left": {
  163. "loop": true,
  164. "frameLength": 0.07,
  165. "frames": [
  166. {
  167. "x": 0,
  168. "y": 3
  169. },
  170. {
  171. "x": 1,
  172. "y": 3
  173. },
  174. {
  175. "x": 2,
  176. "y": 3
  177. },
  178. {
  179. "x": 3,
  180. "y": 3
  181. },
  182. {
  183. "x": 4,
  184. "y": 3
  185. },
  186. {
  187. "x": 5,
  188. "y": 3
  189. },
  190. {
  191. "x": 6,
  192. "y": 3
  193. },
  194. {
  195. "x": 7,
  196. "y": 3
  197. }
  198. ]
  199. }
  200. }
  201. }
Add Comment
Please, Sign In to add comment