update ver damnit

This commit is contained in:
RandomityGuy 2023-02-05 21:13:25 +05:30
parent ce9532964b
commit 0face52d90
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@ The browser port supports touch controls, meaning it can be played on mobile dev
### Marble Blast Gold: [Play](https://mbhaxe.netlify.app/)
### Marble Blast Platinum: [Play](https://mbphaxe.netlify.app/)
## Windows and Mac
### Marble Blast Gold: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.1.5)
### Marble Blast Platinum: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.3.2)
### Marble Blast Gold: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.1.6)
### Marble Blast Platinum: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.3.3)
## Mac Instructions
Put the .app file in either /Applications or ~/Applications in order to run it properly.
You will also have to bypass Gatekeeper since the .app is not signed.

View file

@ -159,7 +159,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.2</p>";
versionText.text.text = "<p align=\"center\">1.3.3</p>";
this.addChild(versionText);
}
}