supertux icon indicating copy to clipboard operation
supertux copied to clipboard

Weird blocks physics

Open Raoul1808 opened this issue 7 years ago • 2 comments

SuperTux version: supertux2 v0.5.1-404-g1079dddc6 System information: Windows 10 (details about your kernel, operating system, or distribution)

I'm creating a "puzzle" level, where first the player has to activate a switch wich moves a platform holding some stone blocks. Once the switch activated, the stone blocks falls and goes to a pnematic platform (I don't know the english name). But when the stone blocks touches the ground, the pnematic platform goes up, and one of the blocks goes trough the platform, and is stuck un the ground, slowly descending to the void.

I join a link to the video showing the issue. It's here

Could you fix that?

Raoul1808

Raoul1808 avatar Mar 25 '18 10:03 Raoul1808

Our physics engine is buggy. I'm xref'ing #794 for using Box2D as a replacement.

tobbi avatar Mar 25 '18 22:03 tobbi

We can just code the penumatic platforms to be affected by other objects and make the rising platform push ALL the stuff on it!

busybody42 avatar Mar 26 '18 15:03 busybody42