fix
This commit is contained in:
@@ -28,7 +28,7 @@ fn main() {
|
||||
.insert_resource(AmbientLight {
|
||||
color: Color::srgba(0.8, 0.8, 1.0, 1.0),
|
||||
// brightness: 10.0,
|
||||
brightness: 80
|
||||
brightness: 80,
|
||||
})
|
||||
.add_systems(OnEnter(GameState::Playing), setup)
|
||||
.run();
|
||||
|
||||
Reference in New Issue
Block a user