Refactor int -> TerrainType. This had a bigger footprint than i initially intended.
This commit is contained in:
@@ -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