Empty the default of TrailSequences in NukePower (version 2)
This commit is contained in:
@@ -57,7 +57,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
|
|
||||||
[SequenceReference("TrailImage")]
|
[SequenceReference("TrailImage")]
|
||||||
[Desc("Loop a randomly chosen sequence of TrailImage from this list while this projectile is moving.")]
|
[Desc("Loop a randomly chosen sequence of TrailImage from this list while this projectile is moving.")]
|
||||||
public readonly string[] TrailSequences = { "idle" };
|
public readonly string[] TrailSequences = { };
|
||||||
|
|
||||||
[Desc("Interval in ticks between each spawned Trail animation.")]
|
[Desc("Interval in ticks between each spawned Trail animation.")]
|
||||||
public readonly int TrailInterval = 1;
|
public readonly int TrailInterval = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user