Start with black screen
This commit is contained in:
parent
89ddbd2483
commit
32f6a822a2
@ -15,6 +15,7 @@ use prelude::*;
|
|||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
App::build()
|
App::build()
|
||||||
|
.insert_resource(ClearColor(Color::rgb(0.0, 0.0, 0.0)))
|
||||||
.add_plugins(DefaultPlugins)
|
.add_plugins(DefaultPlugins)
|
||||||
.add_startup_system(setup.system())
|
.add_startup_system(setup.system())
|
||||||
.run();
|
.run();
|
||||||
|
Loading…
Reference in New Issue
Block a user