Criminal Record Icons below Job Icons (#26203)
SS13 Criminal Record Icon Location REAL Adds a new Offset DataField to the StatusIcon Prototype. It effects status icon location on a per-pixel level. Not sure what else it could be used for, but hey, nothing wrong with generalizing. Also moves the mindshield icon priority to one, to fix an unreported bug with them covering non-job icons.
This commit is contained in:
@@ -40,6 +40,12 @@ public partial class StatusIconData : IComparable<StatusIconData>
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public StatusIconLayer Layer = StatusIconLayer.Base;
|
||||
|
||||
/// <summary>
|
||||
/// Offset of the status icon, up and down only.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public int Offset = 0;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user