Browse Source

Minor documentation wording tweaks.

Lasse Öörni 11 years ago
parent
commit
a089b95d16
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Docs/Reference.dox

+ 2 - 2
Docs/Reference.dox

@@ -1677,12 +1677,12 @@ Due to the free transformability, sprites can not be reliably queried with \ref
 \page Urho2D Urho2D
 \page Urho2D Urho2D
 In order to make 2D games in Urho3D, the Urho2D sublibrary is provided. Urho2D includes 2D graphics and 2D physics.
 In order to make 2D games in Urho3D, the Urho2D sublibrary is provided. Urho2D includes 2D graphics and 2D physics.
 
 
-Basically you need to:
+A typical 2D game setup would consist of the following:
 	- Create an orthographic camera
 	- Create an orthographic camera
 	- Create some sprites
 	- Create some sprites
 	- Use physics and constraints to interact with the scene
 	- Use physics and constraints to interact with the scene
 
 
-To create a textured sprite with physics you must create a node that handles:
+To create a textured sprite with physics you must create a node that has:
 	- a drawable component + a resource (texture)
 	- a drawable component + a resource (texture)
 	- a rigid body component + a collision shape component (for physics simulation)
 	- a rigid body component + a collision shape component (for physics simulation)
 	- a constraint (optional)
 	- a constraint (optional)