Refactor int -> TerrainType. This had a bigger footprint than i initially intended.

This commit is contained in:
Paul Chote
2010-03-21 18:46:02 +13:00
parent 5b2dbc2389
commit 15a7eed603
13 changed files with 98 additions and 95 deletions

View File

@@ -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

View File

@@ -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