mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-01-21 06:32:10 +00:00
ver update
This commit is contained in:
parent
2f046379e8
commit
eef5ced7f3
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class MainMenuGui extends GuiImage {
|
|||
versionText.vertSizing = Top;
|
||||
versionText.position = new Vector(289, 450);
|
||||
versionText.extent = new Vector(62, 18);
|
||||
versionText.text.text = "1.1.8";
|
||||
versionText.text.text = "1.1.9";
|
||||
versionText.text.textColor = 0;
|
||||
this.addChild(versionText);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue