Search found 2 matches

by winkwonk
Tue Aug 20, 2024 6:58 pm
Forum: Support and Development
Topic: Main menu preventing sprites from loading?
Replies: 1
Views: 3561

Re: Main menu preventing sprites from loading?

I figured it out! It turns out my current tester menu was creating a black screen over all the drawn images preventing anything from being seen. Resetting the graphics before drawing fixed the problem. I'm going to look into utilizing a UI library to hopefully simplify this
by winkwonk
Mon Aug 19, 2024 9:26 pm
Forum: Support and Development
Topic: Main menu preventing sprites from loading?
Replies: 1
Views: 3561

Main menu preventing sprites from loading?

I'm trying to add a menu screen to my game, but seem to be running into problems with sprites loading upon exiting the menu. In particular if I have the game state go from menu -> game, sprites don't load but the colliders (via windfield) do. Does anyone know what's wrong with it? Setting the game s...