Skip to content

Add tint color support for tiles and tile objects #3950 #4484

Open
YusefZahran wants to merge 16 commits into
mapeditor:masterfrom
YusefZahran:add-tint-color-support
Open

Add tint color support for tiles and tile objects #3950 #4484
YusefZahran wants to merge 16 commits into
mapeditor:masterfrom
YusefZahran:add-tint-color-support

Conversation

@YusefZahran
Copy link
Copy Markdown

Closes #3950

Additions:
This PR introduces tinting for individual tiles through the tileset view, and tile objects for tilemaps.
Currently as of this PR, the tint color of both tiles and tile objects, and the Layer's tint color multiply together (respectively depending on type of layer). The issue thread had discussion about how the tints should affect each other, but I've implemented them to multiply - for now - as I think actually using the feature will give a better idea about how this part should be handled.

Missing:
While currently saving work fine for both tsx and json files, there's no support for exports yet (for example, exporting the tint color as modulate property for godot tiles).

Looking forward for feedback on this. :)

@hiive
Copy link
Copy Markdown

hiive commented Apr 1, 2026

I would love to see this feature merged.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow tinting of a tile/object

2 participants