mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-22 16:02:38 +00:00
update ver damnit
This commit is contained in:
parent
ce9532964b
commit
0face52d90
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue