inertia
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ const FALL_SPEED: f32 = 600.0; // Falling speed
|
|||||||
const DIVE_SPEED: f32 = 1000.0; // Falling speed sped up
|
const DIVE_SPEED: f32 = 1000.0; // Falling speed sped up
|
||||||
const HORIZONTAL_SPEED: f32 = 350.0; // Lateral movement speed
|
const HORIZONTAL_SPEED: f32 = 350.0; // Lateral movement speed
|
||||||
pub const START_POSITION: Vec3 = Vec3::new(0.0, 0.0, 2.0); // Start position
|
pub const START_POSITION: Vec3 = Vec3::new(0.0, 0.0, 2.0); // Start position
|
||||||
const RATE: f32 = 13.0; // Inertia rate
|
const RATE: f32 = 13.0; // Inertia rate
|
||||||
|
|
||||||
// The player
|
// The player
|
||||||
#[derive(Component)]
|
#[derive(Component)]
|
||||||
|
|||||||
Reference in New Issue
Block a user