spawn in player!!!! yay
This commit is contained in:
parent
802a81eae7
commit
eb85af98d5
3 changed files with 22 additions and 5 deletions
|
@ -11,6 +11,7 @@ mod set;
|
|||
|
||||
pub const WORLD_DEPTH: f32 = 0.5;
|
||||
pub const PLAYER_DEPTH: f32 = 0.5;
|
||||
pub const PLAYER_SIZE_FRACTION: f32 = 0.8;
|
||||
|
||||
pub fn game_plugin(app: &mut App) {
|
||||
app.add_plugins((player_plugin, scene_plugin));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue