mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 21:21:41 +00:00
ver update
This commit is contained in:
parent
2342d940a6
commit
609c5dc1b7
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class MainMenuGui extends GuiImage {
|
||||||
versionText.vertSizing = Bottom;
|
versionText.vertSizing = Bottom;
|
||||||
versionText.position = new Vector(502, 66);
|
versionText.position = new Vector(502, 66);
|
||||||
versionText.extent = new Vector(97, 72);
|
versionText.extent = new Vector(97, 72);
|
||||||
versionText.text.text = "<p align=\"center\">1.3.1</p>";
|
versionText.text.text = "<p align=\"center\">1.3.2</p>";
|
||||||
this.addChild(versionText);
|
this.addChild(versionText);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue