Add special coin/ability section to main scene #60
+126
−23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a new section to the right-hand side of the main scene, with
golden coins that can only be collected by using special abilities:
You must teleport to be able to get into the area at all. (Even if you
enable double-jump, you can't jump over the central dividing wall -
you would have to massively increase the jump height or enable
infinite double-jumping to get over it!)
You must become small to get into a narrow cave and collect the coin
within. I have tried to lay the level out to make it very difficult to
teleport onto the coin.
Another coin is in a cave, guarded by an enemy. The cave is not high
enough to stomp on the enemy (and to make sure I made it
non-stompable). So you must phase through it, unphase to pick up the
coin, and then phase back out. (Actually I think you could probably
jump over the guard in small mode if you tried hard enough!) I have
tried to make it impossible to teleport onto the coin but if you can
pull that off, you deserve it.
Finally there is a run of coins high in the air that are best reached
by gliding. You can get these by teleporting or double-jumping but
it's easiest by gliding.
I had to add a new special_coin scene to avoid these coins being counted towards the goal. The idea is that all these coins are optional, but they're there to entice you to explore the game.
Depends on: