Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Marbles are pulled through the floor on race start #133

Closed Qaomen closed 5 years ago

Qaomen commented 5 years ago

Expected behavior When the race starts, the gates disappear and marbles start rolling down the track.

Actual behavior Sometimes, if a marble is touching the gates as it disappears, it is pulled downwards (along with the gate).

Reproduction steps

  1. Spawn a bunch of marbles and let the countdown start
  2. If a marble is still awake and touching the gate, chances are it bug occurs.

Additional context The starting gates are moved down instantly when the race starts. This should be done over time, OR the gate should be removed from the physics world entirely (sometimes moving it down the Y axis isn't the desirable outcome for a map).