world loading a bit

This commit is contained in:
TudbuT 2024-11-23 18:10:33 +01:00
parent c897a77e8d
commit 44ff56592e
3 changed files with 94 additions and 6 deletions

View file

@ -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));
}