parent
bca7994c00
commit
cdbaec1db9
|
@ -45,10 +45,12 @@
|
||||||
public static readonly MessagePosition Autohold = new MessagePosition { X = 0, Y = 0, Anchor = MessagePosition.AnchorType.TopRight };
|
public static readonly MessagePosition Autohold = new MessagePosition { X = 0, Y = 0, Anchor = MessagePosition.AnchorType.TopRight };
|
||||||
public static readonly MessagePosition RamWatches = new MessagePosition { X = 0, Y = 70 };
|
public static readonly MessagePosition RamWatches = new MessagePosition { X = 0, Y = 70 };
|
||||||
|
|
||||||
public const int
|
public const int MessagesColor = unchecked((int) 0xFF_FF_FF_FF);
|
||||||
MessagesColor = unchecked((int)0x_FF_FF_FF_FF),
|
|
||||||
AlertMessageColor = unchecked((int)0x_FF_FF_00_00),
|
public const int AlertMessageColor = unchecked((int) 0xFF_FF_00_00);
|
||||||
LastInputColor = unchecked((int)0x_FF_FF_A5_00),
|
|
||||||
MovieInputColor = unchecked((int)0x_FF_80_80_80);
|
public const int LastInputColor = unchecked((int) 0xFF_FF_A5_00);
|
||||||
|
|
||||||
|
public const int MovieInputColor = unchecked((int) 0xFF_80_80_80);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue