becomingplural / GBS_PlatformerPlus

Platformer+ Plugin for GBStudio
MIT License
34 stars 3 forks source link

Added a pixel threshold for snapping to a platform while jumping through #19

Open Canite opened 7 months ago

Canite commented 7 months ago

When jumping through a 1-way platform from the bottom, the collision code will "snap" the player to be on top of the platform if the collision happens while the player is inside the tile (8 pixels high). With this change, you can control the pixel overlap before the player will snap up to land on the platform.