becomingplural / GBS_PlatformerPlus

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

Known issue: Dashing through walls #10

Open davidmpickett opened 1 year ago

davidmpickett commented 1 year ago

Currently the code checks if the end position is clear and dashes if it is, but won't go through any walls if it can't go the full diatance.

Expected behavior is that the player would dash through the first walls and end in the last available free space before the wall/object that is preventing a full distance dash.