This commit is contained in:
Back777space
2025-04-06 19:38:08 +02:00
parent fa1ed44767
commit be906db22c

View File

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