How do I lay out my own sprite sheets for import?

0 favourites
  • 2 posts
From the Asset Store
Minimal Sprite Font with Stroke for Pixel Art games.
  • Hey,

    I've been trying to import my own character animation frames using Import > From Sprite Sheet. I did this during several tutorials and it all worked fine but now when I used my own, the frames are imported but the pixels don't line up and the character jumps around all over the place.

    I'm not sure how to sort it out. Cheers in advance.

    Tagged:

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • That's why it's recommended to use a separate object for platform character:

    1. Create an invisible sprite PlayerBox with platform behavior, with a single rectangle frame.
    2. Remove Platform behavior from your existing Player sprite with all player animations.
    3. Pin or attach using hierarchy Player to PlayerBox.
    4. Use PlayerBox in all events related to Platform.
    5. Use Player to control character appearance.

    See "Guided Platforms" template for an example.

    You will have to edit origin image points in all animation frames. Set them to the same point on the character, for example in the middle of its chest or feet.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)