Some physics stuff.
authorekku
Thu, 13 Nov 2008 16:00:08 +0000
changeset 43 e510a5e62917
parent 42 eb1a93a38cde
child 44 b165c9a26b2e
Some physics stuff.
src/proto2/Physics.hh
--- a/src/proto2/Physics.hh	Wed Nov 12 13:59:01 2008 +0000
+++ b/src/proto2/Physics.hh	Thu Nov 13 16:00:08 2008 +0000
@@ -6,6 +6,7 @@
 const uint16_t PHYSICS_TICK_MS = 50;
 const uint16_t PHYSICS_WORLD_WIDTH = 800;
 const uint16_t PHYSICS_WORLD_HEIGHT = 600;
+const Vector GRAVITY_FORCE(0,-1); 
 
 class PhysicsWorld {
     protected: