void: Add checkpoints to void runner levels#2366
Open
wjt wants to merge 1 commit into
Open
Conversation
In the Loom Lounge yesterday, Stephen noticed that when I was caught in void_runner, there was no Knitwitch when I respawned. I don't think we strictly need to have Knitwitches at the start of every level where you might be defeated. If you are caught by the very first guard in the musician quest stealth level, you just respawn at the start of the level, no witch. However, perhaps it's reassuring to have one at the start of void_runner. Having done that, maybe we can also put one after the tricky three-needle crossing in void_grappling_round_2, and then also at the start of that scene for good measure. There is no good place (other than the very start) to put one in void_grappling round 1.
|
Play this branch at https://play.threadbare.game/branches/endlessm/wjt/void-add-checkpoints-to-void-runner-levels/. (This launches the game from the start, not directly at the change(s) in this pull request.) |
Member
Author
|
Draft because I'm not sure this is necessary. |
Collaborator
|
I played through it and it certainly feels better! I remember we discussed about it before, for persisting the Void tiles. Having played it, I don't think that is necessary. |
Collaborator
|
I particularly like the nitwitcher as it appears after the pin. |
Member
Author
|
Unlike the situation in #1208 these are all placed before (not after) sections where the void chases you. So there is no need to persist tiles that the chasing-void has eaten! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
In the Loom Lounge yesterday, Stephen noticed that when I was caught in
void_runner, there was no Knitwitch when I respawned.
I don't think we strictly need to have Knitwitches at the start of every
level where you might be defeated. If you are caught by the very first
guard in the musician quest stealth level, you just respawn at the start
of the level, no witch.
However, perhaps it's reassuring to have one at the start of
void_runner. Having done that, maybe we can also put one after the
tricky three-needle crossing in void_grappling_round_2, and then also at
the start of that scene for good measure.
There is no good place (other than the very start) to put one in
void_grappling round 1.