Changes between Initial Version and Version 1 of Ticket #3205


Ignore:
Timestamp:
Apr 29, 2015, 1:48:58 AM (9 years ago)
Author:
elexis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3205

    • Property Keywords patch review added
    • Property Summary to dark colors in playernames in multiplayer lobby like dark blue as unreadable[PATCH] Too dark colors for playernames in multiplayer lobby
  • Ticket #3205 – Description

    initial v1  
    1 ...
     1A quick fix enlighting too dark colors by increasing the minimum lightness.
    22
    3 quick fix like enlighting all colors by max value from lightness
    43
     4{{{
    55>> Math.max(0.7, l)
    66
     
    1717 
    1818 function repeatString(times, string) {
     19
     20}}}