ver update

This commit is contained in:
RandomityGuy 2023-06-04 22:25:53 +05:30
parent 2d3a63e3d8
commit 7717a0f08d

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