-
I attempted to just add
This is on macOS. The previous discussions about this I can find mention |
Beta Was this translation helpful? Give feedback.
Answered by
rparrett
Feb 10, 2023
Replies: 1 comment 3 replies
-
You can use the https://github.com/bevyengine/bevy/blob/v0.9.1/examples/2d/sprite_sheet.rs#L7-L8 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
vurpo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
set
method onDefaultPlugins
to configureImagePlugin
.https://github.com/bevyengine/bevy/blob/v0.9.1/examples/2d/sprite_sheet.rs#L7-L8