stoplime / inkTD

Unity based tower defense game for the CGDD4003 KSU class
2 stars 1 forks source link

The win/lose menu does not have a UI tracker #17

Closed tadams0 closed 6 years ago

tadams0 commented 6 years ago

Since the win/lose menu does not have a UI tracker, towers can be accidentally placed when trying to click the finish game button (or end button). Placing a UI tracker on the menu should fix this issue.

tadams0 commented 6 years ago

Although I don't believe the tracking is needed for the actual menu, towers are no longer placed when the exit button in the win/lose menu is pressed. This was done in this commit.