Fix documentation

This commit is contained in:
Matthias Richter 2015-10-09 23:29:40 +02:00
parent 16a4387ce9
commit eac8874ef9

View File

@ -16,9 +16,9 @@ You can add other types of shapes if you need them.
The main interface is simple: The main interface is simple:
- Define collision callbacks, 1. Set up your scene,
- Add shapes to the scene and 2. Check for collisions,
- Update HC every frame. 3. React to collisions.
First steps First steps
----------- -----------