Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gravity Token additions #899

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AllyTally
Copy link
Contributor

@AllyTally AllyTally commented Nov 7, 2022

Changes:

Gravity tokens are interesting. They were added in the mechanics test, but were never used after. You can assume they became gravity lines, but they're still pretty interesting.

This PR freshens them up a little -- a better default sprite, a sound when you touch them, and making them respawn on death.

Additionally, a few createentity arguments have been added:

  • meta1 is a sprite ID offset
  • meta2 is the colour
  • p1 is if the entity animates or not (0 is doesn't animate)
  • p2 is a sound ID offset

Of course, these additions shouldn't affect gameplay, other than respawning on death which is just convenience (you can just leave and reenter the room to respawn them otherwise), so these changes are solely visual and auditory. Hopefully this breathes some life into the unused entity.

(Who knows, maybe we could even get an edentity later when more of those are added due to the main-game-as-custom-level goal...?) I have now added an edentity for consistency, however this means this PR now affects gameplay.

Legal Stuff:

By submitting this pull request, I confirm that...

  • My changes may be used in a future commercial release of VVVVVV
  • I will be credited in a CONTRIBUTORS file and the "GitHub Friends"
    section of the credits for all of said releases, but will NOT be compensated
    for these changes

@AllyTally
Copy link
Contributor Author

AllyTally commented Nov 15, 2022

I'd like to mention that I decided to add a gravity token edentity for consistency with other open PRs.

@AllyTally AllyTally changed the title Flip Token additions Gravity Token additions Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants