]> Dogcows Code - chaz/yoink/blobdiff - data/animations/Effects.json
converted json sequences to lua
[chaz/yoink] / data / animations / Effects.json
diff --git a/data/animations/Effects.json b/data/animations/Effects.json
deleted file mode 100644 (file)
index 03b877f..0000000
+++ /dev/null
@@ -1,115 +0,0 @@
-{
-       "Fireball":
-       {
-               "delay": 0.1,
-               "frames":
-               [
-                       {
-                               "index": 0
-                       },
-                       {
-                               "index": 1
-                       },
-                       {
-                               "index": 2
-                       },
-                       {
-                               "index": 1
-                       },
-                       {
-                               "index": 0
-                       }
-               ]
-       },
-       "Smoke":
-       {
-               "delay": 0.05,
-               "loop": true,
-               "frames":
-               [
-                       {
-                               "index": 4
-                       },
-                       {
-                               "index": 5
-                       },
-                       {
-                               "index": 6
-                       }
-               ]
-       },
-       "GreenDiamond":
-       {
-               "delay": 0.05,
-               "frames":
-               [
-                       {
-                               "index": 7
-                       },
-                       {
-                               "index": 8
-                       },
-                       {
-                               "index": 9
-                       },
-                       {
-                               "index": 10
-                       },
-                       {
-                               "index": 11
-                       }
-               ]
-       },
-       "ChargeParticle":
-       {
-               "delay": 0.03,
-               "loop": true,
-               "frames":
-               [
-                       {
-                               "index": 12
-                       },
-                       {
-                               "index": 13
-                       },
-                       {
-                               "index": 1
-                       },
-                       {
-                               "index": 3
-                       },
-                       {
-                               "index": 14
-                       },
-                       {
-                               "index": 13
-                       },
-                       {
-                               "index": 12
-                       }
-               ]
-       },
-       "Poof":
-       {
-               "delay": 0.05,
-               "loop": true,
-               "frames":
-               [
-                       {
-                               "index": 23
-                       },
-                       {
-                               "index": 24
-                       },
-                       {
-                               "index": 25
-                       },
-                       {
-                               "index": 26
-                       },
-                       {
-                               "index": 27
-                       }
-               ]
-       }
-}
This page took 0.021993 seconds and 4 git commands to generate.