]> Dogcows Code - chaz/yoink/blob - data/animations/BigExplosion.lua
converted json sequences to lua
[chaz/yoink] / data / animations / BigExplosion.lua
1
2 -- Big explosion animation sequence
3
4 print "loading big explosion animation sequence"
5
6 DefineSequence("BigExplosion",
7 {
8 delay = 0.1,
9 loop = true,
10 frames = {
11 { index = 0 },
12 { index = 1 },
13 { index = 2 },
14 { index = 3 },
15 { index = 4 },
16 { index = 5 }
17 }
18 })
19
This page took 0.02991 seconds and 4 git commands to generate.