ver update

This commit is contained in:
RandomityGuy 2023-06-05 21:59:17 +05:30
parent 2f046379e8
commit eef5ced7f3

View file

@ -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);