EXL / NXEngine

A port of the open-source rewrite Cave Story game engine for various platforms. Original author is Caitlin "rogueeve" Shaw, https://nxengine.sourceforge.io/
https://exlmoto.ru/nxengine/
GNU General Public License v3.0
170 stars 35 forks source link

Make presses able to fall more than once #14

Closed xordspar0 closed 1 year ago

xordspar0 commented 1 year ago

Previously, after a press fell the first time it would stop forever. If you broke the block under it, it would stay floating in midair. Now it resets to the waiting state after hitting the ground.

See https://github.com/nxengine/nxengine-evo/pull/236