resizing sprites

crusoe371

Member
Is there a  script to resize sprites, my sprites are from sega and snk and the snk sprites are giants compared to sega.
 
There's drawmethod command for scaling sprite.

Using something like this:
Code:
 drawmethod scalex 0.5
 drawmethod scalez 0.5
 frame ...

will scale down sprite 50% smaller.
Read manual for more info about drawmethod.

Script version works similar to that command.
 
Back
Top Bottom