mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
bruh fix playgui alert text being wrong
This commit is contained in:
parent
9cac52a5e4
commit
ebfff3847e
2 changed files with 2 additions and 2 deletions
BIN
marblegame.hl
BIN
marblegame.hl
Binary file not shown.
|
|
@ -301,8 +301,8 @@ class PlayGui {
|
||||||
helpTextCtrl.addChild(helpTextForeground);
|
helpTextCtrl.addChild(helpTextForeground);
|
||||||
|
|
||||||
var alertTextCtrl = new GuiControl();
|
var alertTextCtrl = new GuiControl();
|
||||||
alertTextCtrl.position = new Vector(0, 378);
|
alertTextCtrl.position = new Vector(0, 418);
|
||||||
alertTextCtrl.extent = new Vector(640, 98);
|
alertTextCtrl.extent = new Vector(640, 58);
|
||||||
alertTextCtrl.vertSizing = Top;
|
alertTextCtrl.vertSizing = Top;
|
||||||
alertTextCtrl.horizSizing = Width;
|
alertTextCtrl.horizSizing = Width;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue