-
I was following the tutorial https://mbuffett.com/posts/bevy-snake-tutorial/ in bevy 0.10
|
Beta Was this translation helpful? Give feedback.
Answered by
hymm
Mar 25, 2023
Replies: 1 comment 1 reply
-
Windows are entities now. You probably want something like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Windows are entities now. You probably want something like
Query<&Window, With<PrimaryWindow>>