-
-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor: Support multiple autotilesets per tile #3082
Merged
Merged
Conversation
This file contains 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
Tiles can now be present in multiple autotilesets in the same tileset. They would be autotileable with all (max. 10) autotilesets they are included in. The editor allows for pressing Ctrl+1, Ctrl+2, etc... up until Ctrl+9 to allow for autotiling a tile with additional 9 autotilesets. This is visually indicated in the autotile help strings.
Vankata453
added
involves:editor
involves:functionality
type:feature
category:code
status:needs-review
Work needs to be reviewed by other people
labels
Oct 17, 2024
2 tasks
Frostwithasideofsalt
approved these changes
Oct 23, 2024
Eauix
approved these changes
Oct 23, 2024
MatusGuy
pushed a commit
that referenced
this pull request
Oct 29, 2024
This is meant to be a complement for #3082. As the game will soon support multiple autotilesets per tile, this request is focused on adding new autotilesets for many tileset variants in the game that couldn't have autotilesets before due to them sharing the same tile IDs with other tilesets. ### New Autotilesets For Worldmaps: - Sharing tiles with Snow: - Snow Layer - Snow Cliff - Sharing tiles with Ice Cave: - Ice Cave Cliff - Sharing tiles with Ice Cave Ceiling: - Ice Holes - Sharing tiles with Forest: - Forest Cliff - Sharing tiles with Corrupted Forest: - Corrupted Forest Cliff - Corrupted Forest Transition - Sharing tiles with Forest Underground - Forest Underground Cliff - Sharing tiles with Corrupted Forest Underground - Corrupted Forest Underground Cliff - Autotiles for Vertical and Horizontal Water Waves ### New Autotilesets For Levels: - Sharing tiles with Snow: - Snow with Ice Floor - Snow Holes - Sharing tiles with Snow Underground: - Snow Underground Holes - Sharing tiles with Forest: - Forest with Earth Floor - Forest Holes - Sharing tiles with Forest Underground: - Forest Underground Holes - Sharing tiles with Corrupted Forest - Corrupted Forest with Earth Floor - Corrupted Forest Holes - Sharing tiles with Corrupted Forest Underground - Corrupted Forest Underground Holes - Autotiles for Vertical and Horizontal Rock Blocks - Autotiles for Ice Castle and Forest Castle - Autotiles for Vertical and Horizontal Chains, with attached and loose ends ### Tweaks and Extra Features: - Fixes the worldmap snow tileset being only eraseable from the corners - Added a black tile near the worldmap ice hole tileset in the tilegroup - Improvements to some autotile comments - Added a 2x2 rock block in the tilegroup for easier building - 29 new tiles needed for the snow with ice floor autotileset - 12 new tiles needed for the castle autotilesets - 8 brand new mini-chain tiles (with autotiles included) - Fixes the electrified water surface not being swimmable - 3 new tiles as vertical "sign rods" for decoration Todo List: - [x] Add all the new worldmap autotilesets - [x] Add the new level autotilesets
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:code
involves:editor
involves:functionality
status:needs-review
Work needs to be reviewed by other people
type:feature
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.
Tiles can now be present in multiple autotilesets in the same tileset. They would be autotileable with all (max. 10) autotilesets they are included in.
The editor allows for pressing keys 0-9 to choose from all 10 autotilesets the user can tile with. This is visually indicated in the autotile help strings.