mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
update ver
This commit is contained in:
parent
7076ccdff3
commit
3091e33384
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class MainMenuGui extends GuiImage {
|
|||
versionText.vertSizing = Bottom;
|
||||
versionText.position = new Vector(502, 61);
|
||||
versionText.extent = new Vector(97, 72);
|
||||
versionText.text.text = "<p align=\"center\">1.4.0</p>";
|
||||
versionText.text.text = "<p align=\"center\">1.5.0</p>";
|
||||
versionText.text.filter = new DropShadow(1.414, 0.785, 0x3333337F, 1, 0, 0.7, 1, true);
|
||||
this.addChild(versionText);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue