# Build a physics-enabled cube drop

Modify `main.js` in the physics-ready starter so that a small cube has a Rapier
rigid body and falls under gravity. Add a static floor so the cube lands on it.

Only edit `main.js`. Do not touch `index.html` or the importmap.
