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
{{ message }}
This repository was archived by the owner on Apr 1, 2023. It is now read-only.
Ties into #47 as screens will be necessary to complete.
The goal is to have some sort of navigable main menu screen, but how is this to be done? The simplest answer is to have the Engine update Screens in the Renderer and have the Engine capture input of the player navigating around the options. I think its possible to have:
Name entry
Race selection (Which raises the question of lore)
Ties into #47 as screens will be necessary to complete.
The goal is to have some sort of navigable main menu screen, but how is this to be done? The simplest answer is to have the
EngineupdateScreens in theRendererand have theEnginecapture input of the player navigating around the options. I think its possible to have:at the very minimum to prove this is possible.