feat(client): add ambient light
1 files changed, 5 insertions(+), 0 deletions(-) M client/src/main.rs
M client/src/main.rs => client/src/main.rs +5 -0
@@ 42,6 42,11 @@ fn main() { app.add_plugin(RapierPhysicsPlugin::<NoUserData>::default()); + app.insert_resource(AmbientLight { + color: Color::ANTIQUE_WHITE, + brightness: 0.4, + }); + info!("laurelin client initializing"); // dev