mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
ver update
This commit is contained in:
parent
06239378fb
commit
45c8e7ce49
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,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.3</p>";
|
versionText.text.text = "<p align=\"center\">1.4.0</p>";
|
||||||
this.addChild(versionText);
|
this.addChild(versionText);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue