just getting started with this, but loving it so far! Is there a way to do a ‘backwards’ dash? I would love to incorporate that into a dodge roll mechanic of sorts. Thanks!
Viewing post in GBStudio Platformer Plus comments
It depends on what you want out of a backwards dash. Right now you can use the Store Platformer+ State event to check when the player enters a dash and use that to play a different animation (ie. facing backwards).
The next version will have a new event that will let you set the current state, so that you can cause dashing to happen whenever you want through your scripts (ie. attach it to a specific button combo).