#12247 - ken2 - Wed Nov 05, 2003 4:38 pm
I know that for normal sizes you would have it set to SQUARE, and then SIZE_16 or however big it is for sprites, but how would you use one thats 16x17? RECTANGLE, I've seen used before, but I haven't found a good tutorial on irregular sizes for say, 20 width by 10 height.
#12286 - johnny_north - Thu Nov 06, 2003 4:06 pm
I think yaustar gave the answer you were needed to the question: if you have graphic that is actually 16x17 just use one of 16x32, you?ll waste some space around the edges, but might be your only answer. However, if you just need a block graphic that is exactly 16x17, say a solid color or something, just to fit exactly into a space ? don?t forget about the sprite scaling options. Just scale the y a bit until your 16x16 sprite fills a 16x17 area.