fix physics

This commit is contained in:
TudbuT 2024-11-23 21:02:15 +01:00
parent dc7b86157d
commit 6956df3d3b
4 changed files with 22 additions and 10 deletions

View file

@ -10,7 +10,7 @@ mod scene;
mod set;
pub const WORLD_DEPTH: f32 = 0.5;
pub const PLAYER_DEPTH: f32 = 0.5;
pub const PLAYER_DEPTH: f32 = 0.4;
pub const PLAYER_SIZE_FRACTION: f32 = 0.8;
pub fn game_plugin(app: &mut App) {