fr1tz / terminal-overload

Free and open-source first person shooter / spiritual successor to Revenge Of The Cats: Ethernet
http://www.terminal-overload.org
Other
81 stars 9 forks source link

Implement win / lose screens #47

Open ghost opened 9 years ago

ghost commented 9 years ago

After each match you should be informed of the outcome with a big overlay info.

See the style guide for reference. Font-colors are the bright primary colors, Background colors are primary at 50% opactiy, lower backgrounds are dark primary.

lose1 lose2 win1 win2

transparent pngs:

bright1 bright1small bright2 bright2small

poVoq commented 9 years ago

I would prefer "your team wins" or "enemy team wins".

ghost commented 9 years ago

Good point, it can really be mistaken for talking just about "you". Trying to keep things short and consistent I think replacing "you" with "we" should do the trick as well.

poVoq commented 9 years ago

Longer is not necessarily bad as it leaves space for adding translations later on that might or might not require more letters.

ghost commented 9 years ago

@poVoq: Well, it's a raster image right now so it won't be possible unless this is done programmatically so it uses vectors and the text is editable.

Personally I'd go for "Victory" and "Defeat" for English and suggest various alternatives to translators in case these words don't sound quite right (similar to how we do it on lichess.org with translation contexts).

ghost commented 9 years ago

If Torque3D can handle SVGs I can provide those as well of course. "Victory" and "Defeat" are even more compact. I like that.

LeoVerto commented 9 years ago

Maybe have a "Draw" screen ready for future usage as well?

ghost commented 9 years ago

Actually @LeoVerto, draws already exist in Team Elimination (when all players get killed), so those are needed too.

I suggest a big "DRAW" with two lines on the side, that look like equals signs (=). Of course I'm no artist, @mray can definitely come up with something better.