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 the falling platform into the game. The platform will shake when Tux is under or on it and after a short while it will fall. This lacks a unisolid variant seen as that would be impossible/very difficult in the current way this game is set up, and a unisolid variant would remove the challenge that this obstacle is meant to have. This comes with sprites for branches and cave terrain.
This object behaves strange with enemies and some objects, but this seems to be a problem with how collision is handled over the whole game.
This PR needs some testing and some review, once it's reviewed and fixed up a bit it can probably get merged. This definitely needs some work done to it.