You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bryanedds — Today at 9:49 AM
so, if we wanted to removed the additional state handling when the gameplay screen is not selected, we could have the engine transition from some screen to none then on transition out finish, have it create the gameplay screen on the fly and transition to it.
this should already be doable by all the APIs
we'd just have to set up the templates a bit differently (and update the demos to match)
the non-gameplay screens would continue to be globally persistent tho as only the gameplay screen would get this special treatment
The text was updated successfully, but these errors were encountered:
From discord -
bryanedds — Today at 9:49 AM
so, if we wanted to removed the additional state handling when the gameplay screen is not selected, we could have the engine transition from some screen to none then on transition out finish, have it create the gameplay screen on the fly and transition to it.
this should already be doable by all the APIs
we'd just have to set up the templates a bit differently (and update the demos to match)
the non-gameplay screens would continue to be globally persistent tho as only the gameplay screen would get this special treatment
The text was updated successfully, but these errors were encountered: