A little problem with graphic images

● ARCHIVED · READ-ONLY
Started by Gabrepasta 2 posts View original ↗
  1. So... I want to this wagon to, but this
    wagonproblem.png
    is what the graphic select screen looks like.
    I think the issue is quite obvious.
    The graphic is called $wagon.

    Do I need to alter the picture size or anything?
  2. Not size - structure

    With a $ this is a single sprites, and a single sprite needs 3*4 cells of identical size.

    Either you have currently 4*4 cells or you have unused space to the right side of the sprite, because the engine gets the frame width by dividing the picture width by three.