DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

04c4fdc0ccb5c750c31d00f519466bfcf430275e — Jonni Liljamo 1 year, 5 months ago cda93f2
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