X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=share%2Fanimation%2FBullets.json;fp=share%2Fanimation%2FBullets.json;h=caca7af4ee5e2bff069d0e758fcb61eea396f9a2;hp=0000000000000000000000000000000000000000;hb=6dfcfbd4a612230f2037cf891dd98520cb80c997;hpb=79b5f738f2e38acb60cda7e09f54802933a17105 diff --git a/share/animation/Bullets.json b/share/animation/Bullets.json new file mode 100644 index 0000000..caca7af --- /dev/null +++ b/share/animation/Bullets.json @@ -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 + } + ] + } +}