overbound / SonicTimeTwisted

Source Code for a Sonic Fan Game Made in Game Maker Studio
https://overboundstudio.com/
GNU General Public License v3.0
60 stars 16 forks source link

Physics bugs #56

Closed AlexKhayrullin closed 4 years ago

AlexKhayrullin commented 4 years ago

It seems like a regression in the 1.1 branch.

At the beginning of AAZ act 2: image the instance of objCurveConcave makes Sonic stop. Fortunately, spin dashing allows to move on to the rest of the stage.

However, upon encoutering another instance of it further down the level, Sonic simply clipped through the ground and died,

Also, in RRZ act 1 past, every instance of objSlant as seen here: image made Sonic stop and enter a pushing animation when moving to the right and make the camera jump when moving to the left.

AlexKhayrullin commented 4 years ago

I just replayed the game twice. Except for a fatal error that appears to be very rare (and for which I made a separate issue #61 ) , everything works well!