diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index e1126e734..78c313a81 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -83,7 +83,7 @@ play. Actors are the primary way to draw things to the screen. paddle.color = ex.Color.Chartreuse; // Make sure the paddle can partipate in collisions, by default excalibur actors do not collide - paddle.collisionType = ex.CollisionType.Active; + paddle.collisionType = ex.CollisionType.Fixed; // `game.add` is the same as calling // `game.currentScene.add` @@ -241,4 +241,4 @@ examples and an `API Reference `__. .. |Hello World Excalibur| image:: assets/quickstart/breakoutPartial.png -.. |Breakout Example Excalibur| image:: assets/quickstart/breakoutFinal.png \ No newline at end of file +.. |Breakout Example Excalibur| image:: assets/quickstart/breakoutFinal.png