diff options
Diffstat (limited to 'src/example/game.cpp')
| -rw-r--r-- | src/example/game.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/example/game.cpp b/src/example/game.cpp index 991d2ec..afa8c10 100644 --- a/src/example/game.cpp +++ b/src/example/game.cpp @@ -65,9 +65,9 @@ public:  		.mass = 1,  		.gravity_scale = 0.01,  		.body_type = Rigidbody::BodyType::DYNAMIC, -		.linear_velocity = {1,0}, +		.linear_velocity = {1,1},  		.constraints = {0, 0, 0}, -		.use_gravity = true, +		.use_gravity = false,  		.bounce = true,  		.elastisity = 1,  		.offset = {0,0}, |