Merge pull request #13210 from pchote/polish-deployers
Polish TS deployer animations
This commit is contained in:
@@ -38,7 +38,7 @@ namespace OpenRA.Mods.Common.Traits.Render
|
|||||||
[PaletteReference] public readonly string ShadowPalette = "shadow";
|
[PaletteReference] public readonly string ShadowPalette = "shadow";
|
||||||
|
|
||||||
[Desc("Change the image size.")]
|
[Desc("Change the image size.")]
|
||||||
public readonly float Scale = 10;
|
public readonly float Scale = 12;
|
||||||
|
|
||||||
public readonly WAngle LightPitch = WAngle.FromDegrees(50);
|
public readonly WAngle LightPitch = WAngle.FromDegrees(50);
|
||||||
public readonly WAngle LightYaw = WAngle.FromDegrees(240);
|
public readonly WAngle LightYaw = WAngle.FromDegrees(240);
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ TTNK:
|
|||||||
TurnSpeed: 6
|
TurnSpeed: 6
|
||||||
Turret: deployed
|
Turret: deployed
|
||||||
InitialFacing: 160
|
InitialFacing: 160
|
||||||
Offset: -20, -130, 180
|
Offset: -20, -130, 128
|
||||||
RealignDelay: -1
|
RealignDelay: -1
|
||||||
WithVoxelBarrel:
|
WithVoxelBarrel:
|
||||||
Armament: deployed
|
Armament: deployed
|
||||||
@@ -175,6 +175,8 @@ TTNK:
|
|||||||
RequiresCondition: undeployed
|
RequiresCondition: undeployed
|
||||||
RevealOnFire:
|
RevealOnFire:
|
||||||
ArmamentNames: primary, deployed
|
ArmamentNames: primary, deployed
|
||||||
|
RenderVoxels:
|
||||||
|
Scale: 11.5
|
||||||
|
|
||||||
ART2:
|
ART2:
|
||||||
Inherits: ^Tank
|
Inherits: ^Tank
|
||||||
|
|||||||
@@ -163,3 +163,5 @@ LPST:
|
|||||||
TrailCount: 3
|
TrailCount: 3
|
||||||
Carryable:
|
Carryable:
|
||||||
RequiresCondition: undeployed
|
RequiresCondition: undeployed
|
||||||
|
RenderVoxels:
|
||||||
|
Scale: 11.5
|
||||||
|
|||||||
@@ -44,13 +44,13 @@ lpst.gdi:
|
|||||||
idle: gadpsa
|
idle: gadpsa
|
||||||
DepthSprite: isodepth.shp
|
DepthSprite: isodepth.shp
|
||||||
DepthSpriteOffset: -6, -6
|
DepthSpriteOffset: -6, -6
|
||||||
Offset: 0, -12, 12
|
Offset: 0, -13, 12
|
||||||
UseTilesetCode: true
|
UseTilesetCode: true
|
||||||
ShadowStart: 3
|
ShadowStart: 3
|
||||||
make: gadpsamk
|
make: gadpsamk
|
||||||
DepthSprite: isodepth.shp
|
DepthSprite: isodepth.shp
|
||||||
DepthSpriteOffset: -6, -6
|
DepthSpriteOffset: -6, -6
|
||||||
Offset: 0, -12, 12
|
Offset: 0, -13, 12
|
||||||
UseTilesetCode: true
|
UseTilesetCode: true
|
||||||
Length: 36
|
Length: 36
|
||||||
ShadowStart: 36
|
ShadowStart: 36
|
||||||
@@ -132,15 +132,15 @@ ttnk:
|
|||||||
Inherits: ^VehicleOverlays
|
Inherits: ^VehicleOverlays
|
||||||
idle: gatick
|
idle: gatick
|
||||||
ShadowStart: 3
|
ShadowStart: 3
|
||||||
Offset: 0, -12, 12
|
Offset: 0, -14, 14
|
||||||
damaged-idle: gatick
|
damaged-idle: gatick
|
||||||
Start: 1
|
Start: 1
|
||||||
ShadowStart: 4
|
ShadowStart: 4
|
||||||
Offset: 0, -12, 12
|
Offset: 0, -14, 14
|
||||||
make: gatickmk
|
make: gatickmk
|
||||||
Length: 24
|
Length: 24
|
||||||
ShadowStart: 24
|
ShadowStart: 24
|
||||||
Offset: 0, -12, 12
|
Offset: 0, -14, 14
|
||||||
muzzle: gunfire
|
muzzle: gunfire
|
||||||
Length: *
|
Length: *
|
||||||
Offset: 0, 0, 24
|
Offset: 0, 0, 24
|
||||||
|
|||||||
Reference in New Issue
Block a user