Page 1 of 1

Morphed player not showing crouch sprites, instead shrunking

Posted: Mon Nov 19, 2018 10:20 pm
by Barny-kun
Is that a limitation? Or am i commiting mistake on my codes?
Spoiler:

Re: Morphed player not showing crouch sprites, instead shrun

Posted: Tue Nov 20, 2018 8:08 am
by Graf Zahl
It cannot deduce the real sprite because you used TNT1 in the spawn state. The spawn state's sprite must be valid for the replacement to occur.

Re: Morphed player not showing crouch sprites, instead shrun

Posted: Tue Nov 20, 2018 10:04 am
by Barny-kun
Graf Zahl wrote:It cannot deduce the real sprite because you used TNT1 in the spawn state. The spawn state's sprite must be valid for the replacement to occur.
Thank you, it's working now!! Damn, i worked so much on that crouching sprite, i was afraid that i wouldn't be able to use it due to possible limitations!