Compare commits
No commits in common. "d6135e3617e57897706fdf5b4381ce13eb689c01" and "c926b8d05ab933bd7bd3d24183ae614d158870bb" have entirely different histories.
d6135e3617
...
c926b8d05a
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -25,7 +25,7 @@ use prelude::*;
|
|||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
App::build()
|
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>()
|
.init_resource::<Map>()
|
||||||
.add_plugins(DefaultPlugins)
|
.add_plugins(DefaultPlugins)
|
||||||
//.add_plugin(FrameTimeDiagnosticsPlugin)
|
//.add_plugin(FrameTimeDiagnosticsPlugin)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user