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";
|
||||
|
||||
[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 LightYaw = WAngle.FromDegrees(240);
|
||||
|
||||
@@ -138,7 +138,7 @@ TTNK:
|
||||
TurnSpeed: 6
|
||||
Turret: deployed
|
||||
InitialFacing: 160
|
||||
Offset: -20, -130, 180
|
||||
Offset: -20, -130, 128
|
||||
RealignDelay: -1
|
||||
WithVoxelBarrel:
|
||||
Armament: deployed
|
||||
@@ -175,6 +175,8 @@ TTNK:
|
||||
RequiresCondition: undeployed
|
||||
RevealOnFire:
|
||||
ArmamentNames: primary, deployed
|
||||
RenderVoxels:
|
||||
Scale: 11.5
|
||||
|
||||
ART2:
|
||||
Inherits: ^Tank
|
||||
|
||||
@@ -163,3 +163,5 @@ LPST:
|
||||
TrailCount: 3
|
||||
Carryable:
|
||||
RequiresCondition: undeployed
|
||||
RenderVoxels:
|
||||
Scale: 11.5
|
||||
|
||||
@@ -44,13 +44,13 @@ lpst.gdi:
|
||||
idle: gadpsa
|
||||
DepthSprite: isodepth.shp
|
||||
DepthSpriteOffset: -6, -6
|
||||
Offset: 0, -12, 12
|
||||
Offset: 0, -13, 12
|
||||
UseTilesetCode: true
|
||||
ShadowStart: 3
|
||||
make: gadpsamk
|
||||
DepthSprite: isodepth.shp
|
||||
DepthSpriteOffset: -6, -6
|
||||
Offset: 0, -12, 12
|
||||
Offset: 0, -13, 12
|
||||
UseTilesetCode: true
|
||||
Length: 36
|
||||
ShadowStart: 36
|
||||
@@ -132,15 +132,15 @@ ttnk:
|
||||
Inherits: ^VehicleOverlays
|
||||
idle: gatick
|
||||
ShadowStart: 3
|
||||
Offset: 0, -12, 12
|
||||
Offset: 0, -14, 14
|
||||
damaged-idle: gatick
|
||||
Start: 1
|
||||
ShadowStart: 4
|
||||
Offset: 0, -12, 12
|
||||
Offset: 0, -14, 14
|
||||
make: gatickmk
|
||||
Length: 24
|
||||
ShadowStart: 24
|
||||
Offset: 0, -12, 12
|
||||
Offset: 0, -14, 14
|
||||
muzzle: gunfire
|
||||
Length: *
|
||||
Offset: 0, 0, 24
|
||||
|
||||
Reference in New Issue
Block a user