mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
alter alert text color
This commit is contained in:
parent
b541e03a65
commit
591bd0a2d5
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ class PlayGui {
|
|||
alertTextBackground.justify = Center;
|
||||
|
||||
alertTextForeground = new GuiText(bfont);
|
||||
alertTextForeground.text.textColor = 0xFFE240;
|
||||
alertTextForeground.text.textColor = 0xFFFF00;
|
||||
alertTextForeground.position = new Vector(0, 0);
|
||||
alertTextForeground.extent = new Vector(640, 32);
|
||||
alertTextForeground.vertSizing = Height;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue