ver update

This commit is contained in:
RandomityGuy 2022-12-19 22:27:27 +05:30
parent 2342d940a6
commit 609c5dc1b7

View file

@ -154,7 +154,7 @@ class MainMenuGui extends GuiImage {
versionText.vertSizing = Bottom;
versionText.position = new Vector(502, 66);
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);
}
}