mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-28 05:31:37 +00:00
readme update
This commit is contained in:
parent
77108d12af
commit
b6032a4b64
2 changed files with 11 additions and 2 deletions
|
|
@ -1,3 +1,12 @@
|
||||||
|
# 1.6.1
|
||||||
|
This update fixes the following bugs:
|
||||||
|
- Fixed a crash when there are more players than spawnpoints in multiplayer.
|
||||||
|
- Fixed minor UI bugs with kicking and player list.
|
||||||
|
- Prevent timing out of players who are still loading the level.
|
||||||
|
- Fixed sort order of two multiplayer levels.
|
||||||
|
- Attempted to improve performance when someone joins mid-game.
|
||||||
|
- Touch Controls: Pressing pause now releases the joystick.
|
||||||
|
|
||||||
# 1.6.0
|
# 1.6.0
|
||||||
A big update! Bringing in the cross platform multiplayer the way it was meant to be played!
|
A big update! Bringing in the cross platform multiplayer the way it was meant to be played!
|
||||||
Please note that it is always and always recommended to download the native client for unlocked FPS and higher performance.
|
Please note that it is always and always recommended to download the native client for unlocked FPS and higher performance.
|
||||||
|
|
|
||||||
|
|
@ -11,14 +11,14 @@ The browser port supports touch controls, meaning it can be played on mobile dev
|
||||||
### Marble Blast Ultra: [Play](https://marbleblastultra.randomityguy.me/)
|
### Marble Blast Ultra: [Play](https://marbleblastultra.randomityguy.me/)
|
||||||
## Windows and Mac
|
## Windows and Mac
|
||||||
### Marble Blast Gold: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.1.12)
|
### Marble Blast Gold: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.1.12)
|
||||||
### Marble Blast Platinum: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.6.0)
|
### Marble Blast Platinum: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.6.1)
|
||||||
### Marble Blast Ultra: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.1.3-mbu)
|
### Marble Blast Ultra: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.1.3-mbu)
|
||||||
## Mac Instructions - Important
|
## Mac Instructions - Important
|
||||||
Put the .app file in either /Applications or ~/Applications in order to run it properly.
|
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.
|
You will also have to bypass Gatekeeper since the .app is not signed.
|
||||||
## Android
|
## Android
|
||||||
### Marble Blast Gold: [Download](https://github.com/RandomityGuy/MBHaxe/releases/download/1.1.12/MBHaxe-Gold.apk)
|
### Marble Blast Gold: [Download](https://github.com/RandomityGuy/MBHaxe/releases/download/1.1.12/MBHaxe-Gold.apk)
|
||||||
### Marble Blast Platinum: [Download](https://github.com/RandomityGuy/MBHaxe/releases/download/1.6.0/MBHaxe-Platinum.apk)
|
### Marble Blast Platinum: [Download](https://github.com/RandomityGuy/MBHaxe/releases/download/1.6.1/MBHaxe-Platinum.apk)
|
||||||
### Marble Blast Ultra: [Download](https://github.com/RandomityGuy/MBHaxe/releases/download/1.1.3-mbu/MBHaxe-Ultra.apk)
|
### Marble Blast Ultra: [Download](https://github.com/RandomityGuy/MBHaxe/releases/download/1.1.3-mbu/MBHaxe-Ultra.apk)
|
||||||
|
|
||||||
## Additional Features
|
## Additional Features
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue