PlatinumTeam / PlatinumQuest

PQ HERe
https://marbleblast.com
MIT License
21 stars 7 forks source link

MBU Start Help Texts #4

Closed BlastedMarble closed 3 years ago

BlastedMarble commented 3 years ago

The original Marble Blast Ultra had actual start help texts. The PC port created by Matt made a stupid mistake of adding help triggers disguised as start help texts on the start pad. Hypercube is the only MBU level PQ to have an actual start help text. So seeing the other levels have help triggers has start help texts is really jarring, hence why I remedied this.

JeffProgrammer commented 3 years ago

@BlastedMarble Would you be able to update the lb / coop missions as well?

BlastedMarble commented 3 years ago

Sure. Do you want me to pull a new request for that, or is there a way to add them in the same pulled request?

adierking commented 3 years ago

Hey, thanks for doing this!

I'm going to ask that you close this pull request and open a new one. It duplicates the changes you made in your previous "red gems" PR, which means it's going to be difficult for us to merge this.

Generally the process for making a pull request is as follows:

  1. Update ("pull") your repository to sync it with the official repository
  2. Create a new branch in your repository starting from the official master branch
  3. Add/modify/remove files and commit them to the new branch
  4. Push the new branch to GitHub.
  5. Submit a pull request from your branch to the official master branch

Otherwise you're going to end up duplicating commits that you've already made and things will be difficult for everyone to manage.

I'd also recommend using a desktop program to make edits rather than using the GitHub web interface - you can try GitHub Desktop and see if it helps.

Feel free to add me on Discord (derp#0451) if you need help with this.