GodotGarden / contraption-game

Drag-and-drop game elements to explore the Godot physics engine.
MIT License
11 stars 0 forks source link

Make sure scene instances are not colliding before allowing drop #1

Open brylie opened 6 years ago

brylie commented 6 years ago

It seems reasonable that scene instances should not be colliding when dropping onto canvas. I.e. they represent physical objects, which can't occupy the same space. (there could be a hypothetical class of objects that allow collision when dropping, but not at the moment)

Task