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

Spawned marbles can exceed start area bounds #141

Open Qaomen opened 5 years ago

Qaomen commented 5 years ago

Expected behavior Marbles spawn within the start area(s).

Actual behavior Only the spawned marble's origin is within these boundaries. It currently doesn't take the marble size into account.

Reproduction steps

  1. Spawn a marble!

Additional context This isn't a major issue but if starting areas touch any colliders, marbles may fall through. It would be best to change this so the visual representation represents the behaviour a little better.