world loading a bit
This commit is contained in:
parent
c897a77e8d
commit
44ff56592e
3 changed files with 94 additions and 6 deletions
|
@ -9,6 +9,8 @@ mod player;
|
|||
mod scene;
|
||||
mod set;
|
||||
|
||||
pub const WORLD_DEPTH: f32 = 0.5;
|
||||
|
||||
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