idK
This commit is contained in:
@@ -27,8 +27,8 @@ fn main() {
|
||||
.init_state::<GameState>()
|
||||
.insert_resource(AmbientLight {
|
||||
color: Color::srgba(0.8, 0.8, 1.0, 1.0),
|
||||
// brightness: 10.0,
|
||||
brightness: 80.0,
|
||||
brightness: 10.0,
|
||||
// brightness: 80.0,
|
||||
})
|
||||
.add_systems(OnEnter(GameState::Playing), setup)
|
||||
.run();
|
||||
|
||||
Reference in New Issue
Block a user