So is it possible to use bigger sprites?

● ARCHIVED · READ-ONLY
Started by Bridgeman 5 posts View original ↗
  1. Like the title says, is that possible? Because so far one of the things I hate about this thing is the ridiculous tiny sprites. I like the RMXP sized ones. So I tried taking the redhead guy from RMXP and cutting off one row so it matches the RMVX three animation frame format, but it doesn't line up in the Database.

    mVNyhpT.png
  2.  

    It doesn't line up because your image file is too small. The format demands room for 4x2 sprites, and it doesn't look like you've got enough room for that sprite to be displayed twice in height.
  3. Oh, now I get it. The image canvas has to be the size of the character 4x in width and 2x in height. Now it's working nicely.

    Just out of curiousity, is there any limit to sprite size at all?
  4. I don't think there is, but eventually it won't fit on screen.
  5. That's pretty cool.