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

Custom tile layout for TileSet #26367

Closed
KoBeWi opened this issue Feb 27, 2019 · 1 comment
Closed

Custom tile layout for TileSet #26367

KoBeWi opened this issue Feb 27, 2019 · 1 comment

Comments

@KoBeWi
Copy link
Member

KoBeWi commented Feb 27, 2019

Godot version:
3.1 beta8

Issue description:
Right now when you use Tilemap, tiles are complete mess, because they are simply sorted alphabetically and you need to name them properly and set the tiles dock to proper size, so their order makes sense.

What I'm proposing is ability to select your own layout for tiles in tileset. I mean instead of keeping all tiles in a simple list, we should be able to make a tile palette where each tile has it's position (ofc not necessarily the same as in texture). Something like this:
image
which is created from such spritesheet:
jungle_tileset

So you create a tile normally, but also place it somewhere on TileSet's grid, so when you make Tilemap it doesn't display some alphabetically sorted list, but the actual grid (which might need horizontal scrolling then). This could be done either as addition to TileSet resource or as a new inheriting resource, because I guess not everyone will need this.

@KoBeWi
Copy link
Member Author

KoBeWi commented May 25, 2020

Closing in favor of godotengine/godot-proposals#896

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants