Jump to content
  • 0

Sprite Sizes?


Extin

Question

So I'm just wondering, are the sprite sizes only allowed to be 32x32 and 64x64? Or can I do something like 48x48?

Edit: I figured it'd be faster just to resize a sprite and check myself, and they do work! 

Edited by Extin
answered my question myself
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 1

The engine cut the sprite in 4 squares. Each square/rectangle have the same size.

 

So if your spriteset have the dimension 128x128 it will be cut in 32x32 (dimension of one sprite)

 

If the total dimension is 256x256 each sprite frame will have 64x64 pixel. 

 

If you don't understand what i just wrote i don't how to reexplain what Kibbelz said except by screenshoot.

Link to comment
Share on other sites

×
×
  • Create New...