X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=share%2Fanimation%2FBullets.json;fp=share%2Fanimation%2FBullets.json;h=0000000000000000000000000000000000000000;hb=7d15b919681bb9ec0088b4b27c6abf62d6dfb9b1;hp=caca7af4ee5e2bff069d0e758fcb61eea396f9a2;hpb=0fffd0097d7b496454413e57b398c903ecc252e4;p=chaz%2Fyoink diff --git a/share/animation/Bullets.json b/share/animation/Bullets.json deleted file mode 100644 index caca7af..0000000 --- a/share/animation/Bullets.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "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 - } - ] - } -}