more level
This commit is contained in:
@@ -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")));
|
||||
|
||||
Reference in New Issue
Block a user