alien life forms drawing:
(there is certainly an overlap between some of them)
- floater
- reaper
- snakeman
- chryssalid
- zombie
- muton
- celatid
- silacoid
- sectopod
A quick update:
Cyberdisc - drawRoutine3()
Floater - drawRoutine1()
Reaper - drawRoutine5()
Zombie - drawRoutine4() - However, death animation is 18 frames, not 3
Ethereal - drawRoutine4()
Sectopod - drawRoutine5()
Snakeman - drawRoutine6() - Currently WIP
Sectoid - To investigate
Chryssalid - To investigate
Muton -To investigate
Celatid -To investigate
Silacoid - To investigate
And a quick question: STATUS_FALLING - It's used in the Floater draw routine to indicate death/unconscious. However, I never did any special code in drawRoutine5() for the Sectopod, but it died using the correct animation(??) Is that status actually the dying status?