youvsvirus / youvsvirus-unity

Unity version of the you vs virus game.
GNU General Public License v3.0
1 stars 1 forks source link

Johannes/end screen #34

Closed holke closed 4 years ago

holke commented 4 years ago

Added stats that track the number of infected/exposed etc.

Print those stats on the end screen.

holke commented 4 years ago

Merged master updates into this branch.

holke commented 4 years ago

Thanks for the suggestion with the singleton. Will change it soon.

holke commented 4 years ago

Implemented the singleton stuff now. Seems to work fine.

holke commented 4 years ago

Updated the look of the end screen.

@maccxs: I cannot see any white line here...or i do not recognize it. Can you post a screenshot of what you mean?

maccxs commented 4 years ago

grafik

holke commented 4 years ago

Have you built and installed the game there or is this from unity?

Let´s divert this discussion to https://github.com/youvsvirus/youvsvirus-unity/issues/36

maccxs commented 4 years ago

This is from unity

ghost commented 4 years ago

The LevelStats Object was still preinitialized in the MainMenu Scene, so at every restart a new one would be created by Unity. Fixed that ;)

ghost commented 4 years ago

oops, that was the wrong button.

holke commented 4 years ago

Is this request done then and can be merged?

ghost commented 4 years ago

Yes, I think now we've got it all :)