Jump to content

Vecisto

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Vecisto

  1. I've wanted to learn how to make custom animations for a while now, so I've been following Blazer's Ultimate Tutorial. I ran into a problem when testing my standing sprite. FEditor is saying my image has "too many tiles".

    (Model.AnimationBuilder.addFrame:
        IllegalArgumentException
        That image uses too many tiles!)

    I think it means my file is too large, but I checked and it's a 248 x 160 pixel PNG, as the tutorial recommends. It also only has 6 colors (7 if you count the background, although I admit I've been having a lot of trouble with transparent backgrounds). What did I do wrong?

  2. I've wanted to learn how to make custom animations for a while now, so I've been following Blazer's Ultimate Tutorial. I ran into a problem when testing my standing sprite. FEditor is saying my image has "too many tiles".

    (Model.AnimationBuilder.addFrame:
        IllegalArgumentException
        That image uses too many tiles!)

    I think it means my file is too large, but I checked and it's a 248 x 160 pixel PNG, as the tutorial recommends. It also only has 6 colors (7 if you count the background, although I admit I've been having a lot of trouble with transparent backgrounds). What did I do wrong?

×
×
  • Create New...