Ticket #763: recoloring_minimap_color_issue_763.patch

File recoloring_minimap_color_issue_763.patch, 2.0 KB (added by Sergey Kushnirenko, 8 years ago)
  • binaries/data/mods/public/simulation/data/settings/player_defaults.json

     
    1111        {
    1212            "Name": "Player 1",
    1313            "Civ": "athen",
    14             "Color": { "r": 46, "g": 46, "b": 200 },
     14            "Color": { "r": 21, "g": 18, "b": 149 },
    1515            "AI": "",
    1616            "AIDiff": 3
    1717        },
     
    5353        {
    5454            "Name": "Player 7",
    5555            "Civ": "pers",
    56             "Color": { "r": 235, "g": 120, "b": 20 },
     56            "Color": { "r": 230, "g": 110, "b": 0 },
    5757            "AI": "petra",
    5858            "AIDiff": 3
    5959        },
     
    6060        {
    6161            "Name": "Player 8",
    6262            "Civ": "rome",
    63             "Color": { "r": 64, "g": 64, "b": 64 },
     63            "Color": { "r": 28, "g": 28, "b": 28 },
    6464            "AI": "petra",
    6565            "AIDiff": 3
    6666        }
  • binaries/data/mods/public/simulation/templates/template_gaia_geo_mineral.xml

     
    88  </Identity>
    99  <Minimap>
    1010    <Type>metal</Type>
    11     <Color r="192" g="192" b="0"/>
     11    <Color r="204" g="204" b="204"/>
    1212  </Minimap>
    1313  <ResourceSupply>
    1414    <KillBeforeGather>false</KillBeforeGather>
  • binaries/data/mods/public/simulation/templates/template_gaia_geo_rock.xml

     
    88  </Identity>
    99  <Minimap>
    1010    <Type>stone</Type>
    11     <Color r="128" g="128" b="128"/>
     11    <Color r="115" g="115" b="115"/>
    1212  </Minimap>
    1313  <ResourceSupply>
    1414    <KillBeforeGather>false</KillBeforeGather>