worzalla / MinigameDungeon

Project for CS 506 Software Enginering at UW-Madison
GNU General Public License v2.0
0 stars 0 forks source link

Create Application #4

Closed emmatracy closed 4 years ago

emmatracy commented 5 years ago

Task 1.1 Create an application with a menu screen with an info button, and an email sign up button, and a play button.

Size : S

worzalla commented 5 years ago

Currently, the base uxml/uss for the menu screen and the popups (which will be instantiated with the proper information on click) are complete. Unfortunately, due to the fact that this feature isn't fully implemented in the unity engine, there is no current way to connect it to the game. Full support is set to be released mid-November.

Proposed plan is to wait and see if the feature will be live and usable. If it is, then development on this will resume ASAP. If it does not come out before the end of iteration 2, then I will replace this with typical IMGUI systems (☹️ )

The game screen will be created with IMGUI for the sake of time.