Home Artists Posts Import Register

Content

Here's some simple tips and tricks for making top-down 2D games. Always take extra care with the colliders and break down objects to individual pieces.

Here's some other top down tutorials that might be helpful too:

Files

Comments

Anonymous

Muito bom.

Anonymous

Hey Pedro! Love your work :) - so I'm new to pixel art and I'm working on a spritesheet for a character - I was wondering, should I keep my character centered on the frame when they're jumping or lunging forward? Maybe you could do a spritesheet prep tutorial. Thank you :D

saint11

Hi there! In general you will want to always keep your character centered, moving the character around the screen is the responsibility of the game code. This way you can always keep the sprite in the same offset of it's collider.

Anonymous

So helpful! Thanks a lot ... I was really unsure but you clarified that !