pause menu that does nothing

This commit is contained in:
gyoder 2026-01-02 17:15:18 -07:00
parent 38ab92fa59
commit 7dcacb682a
4 changed files with 179 additions and 68 deletions

View file

@ -49,7 +49,7 @@ pub fn setup_scene(
// clear_color: ClearColorConfig::None,
..default()
},
Bloom::NATURAL,
// Bloom::NATURAL,
RenderLayers::layer(0),
));
}