default plugins
This commit is contained in:
parent
e395417794
commit
16a9fca8ce
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ use bevy::prelude::*;
|
|||
|
||||
fn main() {
|
||||
App::new()
|
||||
.add_plugins(DefaultPlugins)
|
||||
.add_systems(Startup, add_people)
|
||||
.add_systems(Update, (hello_world, greet_people).chain())
|
||||
.run();
|
||||
|
|
Loading…
Reference in a new issue