more level

This commit is contained in:
2025-02-27 01:01:08 +01:00
parent e132c0b4cb
commit 71c61af196
14 changed files with 163 additions and 95 deletions

View File

@@ -29,12 +29,8 @@ fn main() {
app.insert_resource(MovementSettings {
sensitivity: 0.00005,
speed: 6.,
speed: 12.,
})
// .insert_resource(AmbientLight {
// brightness: 1000.0,
// ..Default::default()
// })
.add_plugins(bevy_inspector_egui::quick::WorldInspectorPlugin::default());
app.add_plugins(TrenchBroomPlugin(TrenchBroomConfig::new("hedz")));