Skip to content
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

Terrain tile graphics could "attach" to adjacent tiles #332

Open
pender opened this issue Apr 25, 2021 · 0 comments
Open

Terrain tile graphics could "attach" to adjacent tiles #332

pender opened this issue Apr 25, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@pender
Copy link
Contributor

pender commented Apr 25, 2021

Right now we use a different wall tile if the tile immediately beneath it is also a wall tile. We could extend this to use different images based on the four or eight adjacent tiles.

Example of what I'm talking about -- six tilesets in which the tile is selected based on their eight neighbor tiles

dirt-tiles

And this is the template they're using:

smoothTileIndicator

Simpler to use only the four adjacent tiles; then we need only 16 images for each tile and choose them as a binary bitmap of the four adjacent:

tileset

I think an approach like this could be a good way to level up the appearance of obstruction and liquid tiles in particular.

@pender pender changed the title Terrain tiles could "attach" to adjacent tiles Terrain tile graphics could "attach" to adjacent tiles Apr 25, 2021
@tmewett tmewett added the enhancement New feature or request label Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants