Merge pull request #8882 from Mailaender/ts-decoration-radar-color

Fixed undefined white decoration radar colors
This commit is contained in:
Oliver Brakmann
2015-08-02 16:46:22 +02:00
3 changed files with 20 additions and 0 deletions

View File

@@ -536,6 +536,8 @@
Footprint: x
Dimensions: 1, 1
AppearsOnRadar:
RadarColorFromTerrain:
Terrain: Tree
BodyOrientation:
UseClassicPerspectiveFudge: False
Tooltip:
@@ -551,6 +553,8 @@
Footprint: x
Dimensions: 1, 1
AppearsOnRadar:
RadarColorFromTerrain:
Terrain: Rock
BodyOrientation:
UseClassicPerspectiveFudge: False
Tooltip:

View File

@@ -55,6 +55,14 @@ Terrain:
Type: Veins
Color: 226, 103, 0
TargetTypes: Ground
TerrainType@Tree:
Type: Tree
TargetTypes: Ground
Color: 255,28,32,36
TerrainType@Rock:
Type: Rock
TargetTypes: Ground
Color: 255,68,68,60
# Automatically generated. DO NOT EDIT!
Templates:

View File

@@ -55,6 +55,14 @@ Terrain:
Type: Veins
Color: 226, 103, 0
TargetTypes: Ground
TerrainType@Tree:
Type: Tree
TargetTypes: Ground
Color: 255,28,32,36
TerrainType@Rock:
Type: Rock
TargetTypes: Ground
Color: 255,68,68,60
# Automatically generated. DO NOT EDIT!
Templates: