youvsvirus / youvsvirus-unity

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

Improve end screen #55

Closed holke closed 4 years ago

holke commented 4 years ago

After first release.

I think we could add the smiley pictures to the stats in the end screen. This way we would also visually demonstrate the meaning of the numbers. Example:

Exposed: 57[Pic of the exposed smiley]

holke commented 4 years ago

We should remove the "Beenden" Button. On the website it does end the game, but the game cannot be started again, except when pressing F5. And as we discussed before, it was more meant for debugging than gameplay.

holke commented 4 years ago

Should we have a different end screen if the player dies? Like a message "game over"...mhmm but maybe this is more related to #61

holke commented 4 years ago

@FredyHennig @maccxs : I tried adding pictures of the smileys to the end screen. What i did was pulling the sprite into the Scene Hirarchy which created a new image of the smiley. However, it is rendered behind the UI, so that it is not visible. Before i dive deeper into sorting layers and all that (which after 1 hour of search seems like a hell pit), did you have this problem before and know a solution?

maccxs commented 4 years ago

Hi, sorry I have no idea what the problem is :-(

maccxs commented 4 years ago

@holke found a workaround or fix? Look at the Canvas of the endscreen, where @FredyHennig separated the virae from the background, do it like that. Create new empty game object in the canvas, set component Image, give it the sprite and it worked for me like that.

holke commented 4 years ago

That worked like a charm, thank you :)

maccxs commented 4 years ago

Can I merge your 2fdb3ffdc5fca0c7ccaad38eec771322454847a3 and close this

holke commented 4 years ago

yes you can