Skip to content

Commit

Permalink
Update readme to bevy 0.11 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox committed Jul 16, 2023
1 parent 9b9c61d commit 4ed8bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -101,7 +101,7 @@ fn main() {
App::new()
.add_plugins(DefaultPlugins)
.add_plugin(NoCameraPlayerPlugin)
.add_startup_system(setup)
.add_systems(Startup, setup)
.run();
}

Expand Down

0 comments on commit 4ed8bce

Please sign in to comment.