alter alert text color

This commit is contained in:
RandomityGuy 2022-11-11 22:55:00 +05:30
parent b541e03a65
commit 591bd0a2d5

View file

@ -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;