]> Dogcows Code - chaz/yoink/blobdiff - data/animations/BigExplosion.lua
converted json sequences to lua
[chaz/yoink] / data / animations / BigExplosion.lua
diff --git a/data/animations/BigExplosion.lua b/data/animations/BigExplosion.lua
new file mode 100644 (file)
index 0000000..bc2ff49
--- /dev/null
@@ -0,0 +1,19 @@
+
+-- Big explosion animation sequence
+
+print "loading big explosion animation sequence"
+
+DefineSequence("BigExplosion",
+{
+       delay = 0.1,
+       loop = true,
+       frames = {
+               { index = 0 },
+               { index = 1 },
+               { index = 2 },
+               { index = 3 },
+               { index = 4 },
+               { index = 5 }
+       }
+})
+
This page took 0.016943 seconds and 4 git commands to generate.