Unity-Technologies / UnityPlayground

A collection of simple scripts to create 2D physics game, intended for giving workshops to a young audience
MIT License
870 stars 164 forks source link

updated UI to only call game over if the game has not been won #16

Closed DanMillerDev closed 6 years ago

DanMillerDev commented 6 years ago

Currently the game over state can be called after GameWon() has been called which makes both UI text overlap.