Is there an easy way to handle resolution or window-size changes? #1358
Answered
by
mockersf
visualcode-t
asked this question in
Q&A
-
When working with 2d Bevy, is there a way to use the camera to scale objects to the screen? |
Beta Was this translation helpful? Give feedback.
Answered by
mockersf
Jan 31, 2021
Replies: 1 comment 1 reply
-
I think you should look at the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you should look at the
OrthographicCameraBundle
added recently in #400