change voxel image on water terrain type for APC

This commit is contained in:
Matthias Mailänder
2015-04-26 08:54:42 +02:00
parent a84345f5d3
commit fa0ce88f70
6 changed files with 89 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ APC:
Mobile:
ROT: 5
Speed: 113
TerrainSpeeds:
Water: 80
Health:
HP: 200
Armor:
@@ -26,7 +28,7 @@ APC:
PipCount: 5
RenderSprites:
RenderVoxels:
WithVoxelBody:
WithVoxelWaterBody:
LeavesTrails:
Image: wake
Palette: effect

View File

@@ -5,8 +5,9 @@ harv:
idle:
unload: horv
apc: # TODO apcw in water
apc:
idle:
water: apcw
art2:
idle:

View File

@@ -29,6 +29,7 @@ Terrain:
Type: Water
Color: 61, 65, 72
TargetTypes: Water
IsWater: True
TerrainType@DirtRoad:
Type: DirtRoad
Color: 130,131,143

View File

@@ -29,6 +29,7 @@ Terrain:
Type: Water
Color: 116, 85, 55
TargetTypes: Water
IsWater: True
TerrainType@DirtRoad:
Type: DirtRoad
Color: 116, 85, 55