[Solved] Sprites Float Above Ground In Preview

Before proceeding, please use the forum search feature at the top of the page to check if your question has already been answered.

How do I…

Make it so that sprites don’t float above the ground in the preview

What is the expected result

The sprite walks and touches the ground

What is the actual result

The sprite is floating above the ground very noticeably.

Related screenshots

Screenshot 2023-06-06 154641
in the preview it is floating above the ground, but in the engine, it is normal.

I’m guessing you have platforms with platform behaviour, and the character has platform character behaviour. In which case change the sprite’s collision mask so the bottom of the mask is level with the character’s feet.

Can you explain how I would do that?

nevermind i figured it out, thanks for the help though!