1
0
forked from 0ad/0ad

Changed player 1 to "hele" to match units on Latium map

This was SVN commit r7663.
This commit is contained in:
WhiteTreePaladin 2010-07-02 03:10:14 +00:00
parent 98a7d67b43
commit 0d58a10604

View File

@ -3,7 +3,7 @@
<!-- Default player colours -->
<players>
<player id="0" name="Gaia" civ="gaia" r="255" g="255" b="255"/> <!-- white -->
<player id="1" name="Player 1" civ="celt" r="80" g="80" b="200"/> <!-- blue -->
<player id="1" name="Player 1" civ="hele" r="80" g="80" b="200"/> <!-- blue -->
<player id="2" name="Player 2" civ="hele" r="150" g="20" b="20"/> <!-- red -->
<player id="3" name="Player 3" civ="celt" r="50" g="165" b="5"/> <!-- green -->
<player id="4" name="Player 4" civ="hele" r="230" g="230" b="75"/> <!-- yellow -->