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
Sample design taken from here. Fonts, background are FPO .
Initial pass should have the following attributes:
New Game (Start) item - [ ] How to Play (help) item - [ ] About (credits) item
Exit button
Users can select an individual item with the mouse by clicking it (nop for the Start button for now...) - [ ] The How to Play button displays a piece of static help content with an option to Go Back moved to Main menu - implement How to Play menu option #49 - [ ] Clicking the About button displays a new window of content containing a list of contributors to this repository (revisit this later to pull from CONTRIBUTORS file in repos) moved to Main Menu - implement About submenu #50
Clicking Exit will trigger a browser navigation event to the default landing page of the site
The text was updated successfully, but these errors were encountered:
* Transition game state to play state when play selected
* Add onExitAction and onPlayAction Observables to Main Menu
* Added optional onEnded callback for onMenuLeave
Sample design taken from here. Fonts, background are FPO
.
Initial pass should have the following attributes:
New Game (Start) item
- [ ] How to Play (help) item- [ ] About (credits) itemExit button
Users can select an individual item with the mouse by clicking it (nop for the Start button for now...)
- [ ] The How to Play button displays a piece of static help content with an option to Go Backmoved to Main menu - implement How to Play menu option #49- [ ] Clicking the About button displays a new window of content containing a list of contributors to this repository (revisit this later to pull from CONTRIBUTORS file in repos)moved to Main Menu - implement About submenu #50Clicking Exit will trigger a browser navigation event to the default landing page of the site
The text was updated successfully, but these errors were encountered: