]> Dogcows Code - chaz/yoink/blobdiff - share/animation/Bullets.json
new classes: resource, tilemap, animation
[chaz/yoink] / share / animation / Bullets.json
diff --git a/share/animation/Bullets.json b/share/animation/Bullets.json
new file mode 100644 (file)
index 0000000..caca7af
--- /dev/null
@@ -0,0 +1,65 @@
+{
+  "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.026527 seconds and 4 git commands to generate.