supertux
supertux copied to clipboard
Weird blocks physics
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
Our physics engine is buggy. I'm xref'ing #794 for using Box2D as a replacement.
We can just code the penumatic platforms to be affected by other objects and make the rising platform push ALL the stuff on it!