Shadows on certain stages

Liu-Kang

Member
I'm making a level with a sunset right now and I was curious if I could put the shadows of whatever frame it is underneath them (Like gfxshadow) but just for that stage in particular.
 
Yes:

light {x} {z}

~This command changes light direction to {x} {z} for gfxshadow's at defined scrollpos. This is used together with 'gfxshadow' (see above).
~If {x} is not 0, the shadow will lean left or right (256 means 45 degree, try use some values and see what is the best value)
~{z} can't be 0, because it is for the length of the shadow in z direction, 256 will make the shadow as long as its owner's sprite, and 128 will be half length. If it is negative value, the shadow will be flipped head-to-foot.
~Must be followed by 'at'.
 
Back
Top Bottom