Imported sprite error?

● ARCHIVED · READ-ONLY
Started by TheTwigglet 4 posts View original ↗
  1. So I tried importing a spirte I made, it looks fine at first, but when used it will occasionally make strange jumps.

    I'm not entirely sure which frame needs to be moved and where though, so it's quite dismaying.

    Here's the sprite: Chiru.png
  2. Your image is not the right size. The width is 118 and the height 189. Both should be a multiple of 4, since you're dividing it into 4 columns and 4 rows.


    When you fix it, you will need to make sure your sprites are all positioned correctly. So it may not be as simple as changing the canvas size - you MAY also need to move sprites around a bit.
  3. Shaz said:
    Your image is not the right size. The width is 118 and the height 189. Both should be a multiple of 4, since you're dividing it into 4 columns and 4 rows.

    When you fix it, you will need to make sure your sprites are all positioned correctly. So it may not be as simple as changing the canvas size - you MAY also need to move sprites around a bit.
    Oh! Thanks, that fixed it! Now it's not jumping around like it's had too much candy.
  4. lol!


    This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.