TerryCavanagh / VVVVVV

The source code to VVVVVV! http://thelettervsixtim.es/
Other
7k stars 559 forks source link

Gravity Token additions #899

Open AllyTally opened 1 year ago

AllyTally commented 1 year ago

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:

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...

AllyTally commented 1 year ago

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