mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-01-08 16:22:20 +00:00
Restart CI and add support button
This commit is contained in:
parent
90d1709352
commit
939910eb6c
2 changed files with 8 additions and 6 deletions
|
|
@ -275,10 +275,10 @@ jobs:
|
|||
command: |
|
||||
cd ~/MBHaxe
|
||||
rm -rf "macos-dist/MarbleBlast Platinum.app.in"
|
||||
zip -r MBHaxe-Platinum.zip macos-dist/
|
||||
zip -r MBHaxe-Platinum-Mac.zip macos-dist/
|
||||
|
||||
# - store_artifacts:
|
||||
# path: ~/MBHaxe/MBHaxe-Platinum.zip
|
||||
- store_artifacts:
|
||||
path: ~/MBHaxe/MBHaxe-Platinum-Mac.zip
|
||||
|
||||
build-win:
|
||||
executor:
|
||||
|
|
@ -396,8 +396,8 @@ jobs:
|
|||
cd ~/project
|
||||
7z a MBHaxe-Platinum-Win.zip release/
|
||||
|
||||
# - store_artifacts:
|
||||
# path: ~/project/MBHaxe-Platinum-Win.zip
|
||||
- store_artifacts:
|
||||
path: ~/project/MBHaxe-Platinum-Win.zip
|
||||
|
||||
|
||||
# Invoke jobs via workflows
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
# MBHaxe
|
||||
A Haxe port of Marble Blast Gold and Platinum, name subject to change.
|
||||
The marble physics code was taken from [OpenMBU](https://github.com/MBU-Team/OpenMBU) along with my own collision detection code, game logic was partially from scratch and taken with permission from [Marble Blast Web Port](https://github.com/Vanilagy/MarbleBlast).
|
||||
The marble physics code was taken from [OpenMBU](https://github.com/MBU-Team/OpenMBU) along with my own collision detection code, game logic was partially from scratch and taken with permission from [Marble Blast Web Port](https://github.com/Vanilagy/MarbleBlast).
|
||||
|
||||
[](https://ko-fi.com/H2H5FRTTL)
|
||||
# Play
|
||||
## Web Browser
|
||||
The browser port supports touch controls, meaning it can be played on mobile devices.
|
||||
|
|
@ -52,6 +53,7 @@ If the build dependencies are fullfilled, compile with `haxe compile-js.hxml` an
|
|||
## MacOS
|
||||
See [here](README-macOS.md)
|
||||
|
||||
|
||||
# FAQ
|
||||
|
||||
## Help I am able to reproduce a crash!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue