More plugins
This commit is contained in:
parent
74502b368c
commit
2d465a926b
@ -36,6 +36,7 @@ fn update_people(mut query: Query<&mut Name, With<Person>>) {
|
||||
|
||||
fn main() {
|
||||
App::new()
|
||||
.add_plugins(DefaultPlugins)
|
||||
.add_systems(Startup, add_people)
|
||||
.add_systems(Update, (gamarjoba, (update_people, greet_people).chain()))
|
||||
.run();
|
||||
|
Loading…
Reference in New Issue
Block a user