Page 2 of 2

Re: Remodeling swarm missiles' missiles

Posted: Wed Dec 06, 2017 10:52 pm
by ikachan
okay yeah it's fixed now, I didn't have the right names listed in the animations file. Thanks for your help

Code: Select all

<animSheet name="laser_light1" w="200" h="20" fw="50" fh="20">weapons/gun_bullet1.png</animSheet>

<anim name="laser_light1">
   <sheet>laser_light1</sheet>
   <desc length="4" x="0" y="0"/>
   <time>0.5</time>
</anim>

Code: Select all

<animSheet name="missile_burst" w="200" h="20" fw="50" fh="20">weapons/gun_bullet1.png</animSheet>

<anim name="missile_burst">
   <sheet>missile_burst</sheet>
   <desc length="4" x="0" y="0"/>
   <time>0.2</time>
</anim>