Open
Conversation
tobbi
approved these changes
Jan 22, 2026
Member
tobbi
left a comment
There was a problem hiding this comment.
Didn't test in-game, but the signs look good and I trust you that you used the proper tile IDs.
Alasdairbugs
requested changes
Jan 27, 2026
Contributor
Alasdairbugs
left a comment
There was a problem hiding this comment.
I think "1up.png" might need to be renamed to tux_doll.png? It's now no longer used as a 1up, but rather a requirement to unlock the bonus islands. Regardless, I'm not sure of whatever use it would serve other than in addons.
Everything else seems fine
Contributor
|
not really sure why these need to be tiles, like given how these have very niche usage it would make more sense for them to just be decals. There are more useful signs that are currently just decals so like this feels a bit like bloat |
806ca6a to
c12b71b
Compare
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.
Related to #3579
I've added signs showing various powerups to the tile collection.
Certain areas which require a powerup to be accessible or otherwise function properly can use a sign to indicate to the player that they need a certain powerup before proceeding. In the linked issue, a platform that is slightly too high to be accessible can in fact be accessed with an air flower; assuming that this is the intended way to pass this point, a sign can let players know that they need the powerup to reach the ledge.
I've selected a variety of powerups to put on signs according to my personal common sense, but I can add or remove some if wanted.
As usual, the PR should be considered as a starting point in the discussion, not as a request to implement this solution specifically.