]> Dogcows Code - chaz/yoink/blobdiff - data/animations/Bullets.json
fixed up video and texture handling
[chaz/yoink] / data / animations / Bullets.json
index caca7af4ee5e2bff069d0e758fcb61eea396f9a2..d92428f1300a7c1dc0674abadd70c2dffd5cbd9a 100644 (file)
@@ -1,65 +1,77 @@
 {
-  "Punch": {
-    "delay": 1,
-    "frames": [
-      {
-        "index": 31
-      }
-    ]
-  },
-  "SmallBullet": {
-    "delay": 0.05,
-    "frames": [
-      {
-        "index": 16
-      },
-      {
-        "index": 17
-      }
-    ]
-  },
-  "MediumBullet": {
-    "delay": 0.05,
-    "frames": [
-      {
-        "index": 17
-      },
-      {
-        "index": 18
-      }
-    ]
-  },
-  "SmallFireball": {
-    "delay": 0.05,
-    "frames": [
-      {
-        "index": 0
-      },
-      {
-        "index": 1
-      }
-    ]
-  },
-  "MediumFireball": {
-    "delay": 0.05,
-    "frames": [
-      {
-        "index": 2
-      },
-      {
-        "index": 1
-      }
-    ]
-  },
-  "LargeFireball": {
-    "delay": 0.05,
-    "frames": [
-      {
-        "index": 21
-      },
-      {
-        "index": 2
-      }
-    ]
-  }
+       "Punch":
+       {
+               "delay": 1,
+               "frames":
+               [
+                       {
+                               "index": 31
+                       }
+               ]
+       },
+       "SmallBullet":
+       {
+               "delay": 0.05,
+               "frames":
+               [
+                       {
+                               "index": 16
+                       },
+                       {
+                               "index": 17
+                       }
+               ]
+       },
+       "MediumBullet":
+       {
+               "delay": 0.05,
+               "frames":
+               [
+                       {
+                               "index": 17
+                       },
+                       {
+                               "index": 18
+                       }
+               ]
+       },
+       "SmallFireball":
+       {
+               "delay": 0.05,
+               "frames":
+               [
+                       {
+                               "index": 0
+                       },
+                       {
+                               "index": 1
+                       }
+               ]
+       },
+       "MediumFireball":
+       {
+               "delay": 0.05,
+               "frames":
+               [
+                       {
+                               "index": 2
+                       },
+                       {
+                               "index": 1
+                       }
+               ]
+       },
+       "LargeFireball":
+       {
+               "delay": 0.05,
+               "frames":
+               [
+                       {
+                               "index": 21
+                       },
+                       {
+                               "index": 2
+                       }
+               ]
+       }
 }
This page took 0.020525 seconds and 4 git commands to generate.