Refactor int -> TerrainType. This had a bigger footprint than i initially intended.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
; Minimap colors for cnc DESERT theater
|
||||
; Format: terraintype,R,G,B
|
||||
0,134,95,69
|
||||
1,93,165,206
|
||||
2,168,123,83
|
||||
3,116,90,63
|
||||
4,28,32,36
|
||||
5,111,132,139
|
||||
6,68,68,60
|
||||
7,208,192,160
|
||||
8,176,156,120
|
||||
9,161,226,28
|
||||
10,124,124,124
|
||||
; Format: terraintype=R,G,B
|
||||
Clear=134,95,69
|
||||
Water=93,165,206
|
||||
Road=168,123,83
|
||||
Rock=116,90,63
|
||||
Tree=28,32,36
|
||||
River=111,132,139
|
||||
Rough=68,68,60
|
||||
Wall=208,192,160
|
||||
Beach=176,156,120
|
||||
Ore=161,226,28
|
||||
Special=124,124,124
|
||||
@@ -1,13 +1,13 @@
|
||||
; Minimap colors for cnc TEMPERAT theater
|
||||
; Format: terraintype,R,G,B
|
||||
0,40,68,40
|
||||
1,92,116,164
|
||||
2,88,116,116
|
||||
3,68,68,60
|
||||
4,28,32,36
|
||||
5,92,140,180
|
||||
6,68,68,60
|
||||
7,208,192,160
|
||||
8,176,156,120
|
||||
9,161,226,28
|
||||
10,124,124,124
|
||||
Clear=40,68,40
|
||||
Water=92,116,164
|
||||
Road=88,116,116
|
||||
Rock=68,68,60
|
||||
Tree=28,32,36
|
||||
River=92,140,180
|
||||
Rough=68,68,60
|
||||
Wall=208,192,160
|
||||
Beach=176,156,120
|
||||
Ore=161,226,28
|
||||
Special=124,124,124
|
||||
@@ -1,13 +1,13 @@
|
||||
; Minimap colors for cnc WINTER theater
|
||||
; Format: terraintype,R,G,B
|
||||
0,40,68,40
|
||||
1,92,116,164
|
||||
2,88,116,116
|
||||
3,68,68,60
|
||||
4,28,32,36
|
||||
5,92,140,180
|
||||
6,68,68,60
|
||||
7,208,192,160
|
||||
8,176,156,120
|
||||
9,161,226,28
|
||||
10,124,124,124
|
||||
Clear=40,68,40
|
||||
Water=92,116,164
|
||||
Road=88,116,116
|
||||
Rock=68,68,60
|
||||
Tree=28,32,36
|
||||
River=92,140,180
|
||||
Rough=68,68,60
|
||||
Wall=208,192,160
|
||||
Beach=176,156,120
|
||||
Ore=161,226,28
|
||||
Special=124,124,124
|
||||
@@ -1,13 +1,13 @@
|
||||
; Minimap colors for ra SNOW theater
|
||||
; Format: terraintype,R,G,B
|
||||
0,196,196,196
|
||||
1,92,116,164
|
||||
2,88,116,116
|
||||
3,68,68,60
|
||||
4,28,32,36
|
||||
5,92,140,180
|
||||
6,68,68,60
|
||||
7,208,192,160
|
||||
8,176,156,120
|
||||
9,148,128,96
|
||||
10,124,124,124
|
||||
Clear=196,196,196
|
||||
Water=92,116,164
|
||||
Road=88,116,116
|
||||
Rock=68,68,60
|
||||
Tree=28,32,36
|
||||
River=92,140,180
|
||||
Rough=68,68,60
|
||||
Wall=208,192,160
|
||||
Beach=176,156,120
|
||||
Ore=148,128,96
|
||||
Special=124,124,124
|
||||
@@ -1,13 +1,13 @@
|
||||
; Minimap colors for ra TEMPERAT theater
|
||||
; Format: terraintype,R,G,B
|
||||
0,40,68,40
|
||||
1,92,116,164
|
||||
2,88,116,116
|
||||
3,68,68,60
|
||||
4,28,32,36
|
||||
5,92,140,180
|
||||
6,68,68,60
|
||||
7,208,192,160
|
||||
8,176,156,120
|
||||
9,148,128,96
|
||||
10,124,124,124
|
||||
Clear=40,68,40
|
||||
Water=92,116,164
|
||||
Road=88,116,116
|
||||
Rock=68,68,60
|
||||
Tree=28,32,36
|
||||
River=92,140,180
|
||||
Rough=68,68,60
|
||||
Wall=208,192,160
|
||||
Beach=176,156,120
|
||||
Ore=148,128,96
|
||||
Special=124,124,124
|
||||
Reference in New Issue
Block a user