Reorganize obstacles with less vertices, connect shapes and set new bridges' gaps #991
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.
Motivation
We set new bridges in the front and we need to set them in the backend.
Also, the shapes are too overfitted to its front representation, and there are gaps between them.
Summary of changes
Reorganize obstacles with less vertices, connect shapes and set new bridges' gaps
How to test it?
Play the game with the front-end branch -> https://github.com/lambdaclass/champions_of_mirra/pull/2250
Every bridge should work properly.
Only 1 bridge is a little on the left (in the front). I made this on purpose because we'll be moving it a bit to the right. We'll do that after this gets merged.
Before:
After:
Checklist