diff --git a/examples/games/contributors.rs b/examples/games/contributors.rs index 0bad27798aea0..c3842c4ec7851 100644 --- a/examples/games/contributors.rs +++ b/examples/games/contributors.rs @@ -58,7 +58,7 @@ struct Velocity { rotation: f32, } -const GRAVITY: f32 = -9.821 * 100.0; +const GRAVITY: f32 = 9.821 * 100.0; const SPRITE_SIZE: f32 = 75.0; const SATURATION_DESELECTED: f32 = 0.3; @@ -243,7 +243,7 @@ fn velocity_system(time: Res