soulweaver91 / project-carrot

Project Carrot, an open source spiritual clone of the Jazz Jackrabbit 2 game engine
https://carrot.soulweaver.fi/
MIT License
38 stars 4 forks source link

Player can become attached to a moving platform during a buttstomp #55

Open soulweaver91 opened 7 years ago

soulweaver91 commented 7 years ago

Something there cancels the timed movement from happening and the player effectively gets stuck to the animation, moving in tandem with the platform. Since the player has isGravityAffected = false at this point, if the movement pattern of the platform is suitable, the player never gets a chance to escape.