bruh fix playgui alert text being wrong

This commit is contained in:
RandomityGuy 2021-07-13 22:59:45 +05:30
parent 9cac52a5e4
commit ebfff3847e
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -301,8 +301,8 @@ class PlayGui {
helpTextCtrl.addChild(helpTextForeground);
var alertTextCtrl = new GuiControl();
alertTextCtrl.position = new Vector(0, 378);
alertTextCtrl.extent = new Vector(640, 98);
alertTextCtrl.position = new Vector(0, 418);
alertTextCtrl.extent = new Vector(640, 58);
alertTextCtrl.vertSizing = Top;
alertTextCtrl.horizSizing = Width;