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