Replies: 1 comment 2 replies
-
You probably want to add |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m not sure whether it’s something I’m doing wrong or an actual bug.
I have the following system:
And another system that uses that
TitleFont
resource:Then I added the first system in the
Main
schedule and the second one in theOnEnter(GameState::MainMenu)
:But I’m getting the following error:
Shouldn’t
Res<TitleFont>
exist sinceMain
performs beforeOnEnter(GameState::MainMenu)
?What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions