From 01beb9919b95479d8be040bec74abc5cc67a5e43 Mon Sep 17 00:00:00 2001 From: Mikko Tiusanen Date: Sun, 4 May 2014 01:18:52 +0300 Subject: Initial import. --- assets/models/buildables/creepcolony/animation.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 assets/models/buildables/creepcolony/animation.cfg (limited to 'assets/models/buildables/creepcolony') diff --git a/assets/models/buildables/creepcolony/animation.cfg b/assets/models/buildables/creepcolony/animation.cfg new file mode 100644 index 0000000..25d9e75 --- /dev/null +++ b/assets/models/buildables/creepcolony/animation.cfg @@ -0,0 +1,15 @@ +//creep_colony +25 4 0 4 // CONSTRUCT1 +25 4 0 4 // CONSTRUCT2 +0 14 14 5 // IDLE1 +0 14 14 5 // IDLE2 +0 14 14 5 // IDLE3-NOPOWER +0 0 0 0 // ATTACK1 +0 0 0 0 // ATTACK2 +25 4 0 4 // SPAWN1 +25 4 0 4 // SPAWN2 +29 4 0 0 // PAIN1 +29 4 0 0 // PAIN2 +14 8 0 8 // DESTROY +14 8 0 8 // DESTROY2 +21 1 0 1 // DEAD -- cgit