Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some examples will be outdated when 0.11 comes out #2

Closed
Adamkob12 opened this issue Jun 26, 2023 · 1 comment
Closed

Some examples will be outdated when 0.11 comes out #2

Adamkob12 opened this issue Jun 26, 2023 · 1 comment

Comments

@Adamkob12
Copy link

Hey, I'm reading the book right now and it's awesome!
Just wanted to mention that in 0.11
.add_system(..) and .add_startup_system(..)
will be deprecated in favor of
.add_systems(Update, ..), add_systems(Startup, ..)
There are probably more but these are the main ones.

@PROMETHIA-27
Copy link
Owner

Cool, thanks for letting me know! I'll try to remember to update them when it releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants