Compare commits

..

No commits in common. "d6135e3617e57897706fdf5b4381ce13eb689c01" and "c926b8d05ab933bd7bd3d24183ae614d158870bb" have entirely different histories.

4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -25,7 +25,7 @@ use prelude::*;
fn main() {
App::build()
.insert_resource(ClearColor(Color::rgb(0.171875, 0.171875, 0.171875)))
.insert_resource(ClearColor(Color::rgb(0.0, 0.0, 0.0)))
.init_resource::<Map>()
.add_plugins(DefaultPlugins)
//.add_plugin(FrameTimeDiagnosticsPlugin)