fix physics
This commit is contained in:
parent
dc7b86157d
commit
6956df3d3b
4 changed files with 22 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue