Kromster80 / kam_remake

"KaM Remake" is an RTS game remake written in Delphi from scratch.
http://www.kamremake.com
GNU Affero General Public License v3.0
361 stars 90 forks source link

GameStats(F3): added +xx for training units. Added highlight unit qty number when there is no enought workers #391

Closed reyandme closed 7 years ago

reyandme commented 7 years ago

Highlight unit qty by font type - fnt_Outline, instead of fnt_Grey. I tried different font colors for fnt_Grey, but all of them was not so bright and not easy to find. fnt_Outline font has small outline (suprisingly ^) so it looks much better.

Here are the examples:

highlight

reyandme commented 7 years ago

Added thread on kam.net

reyandme commented 7 years ago

PR updated. As discussed on kam.net forum: We count only constructed houses - for planned and under construction houses there is no need for worker, because it could be planned in advance house, or just 'saving space' from woodcutter or smth else. There were 2 good options for color:

  1. Orange:

img

  1. Red:

img

I like orange - its good enought for me.

Kromster80 commented 7 years ago

Looks okay to me too. @lewinjh what do you say?

lewinjh commented 7 years ago

The orange option looks good to me too :)

Kromster80 commented 7 years ago

+1 for orange. Red is much too aggressive

reyandme commented 7 years ago

So if everybody agreed for orange and it is orange in my last commit can smb merge it ?