vnen / godot-tiled-importer

Plugin for Godot Engine to import Tiled Map Editor tilemaps and tilesets
MIT License
835 stars 87 forks source link

Add support for tiles normal maps #143

Closed Lertsenem closed 2 years ago

Lertsenem commented 2 years ago

Occluders are already taken care of, but normal-maps for each tile can also really enhance 2D lighting. Unfortunately, those are really tedious to set by hand in Godot.

Could it be possible to add a feature allowing for normal maps auto import using this plugin?

Maybe using a custom property in Tiled containing the path to the normal map image? Maybe with a default value being the tile image path with a ".normalmap" suffix?

jakes1403 commented 2 years ago

Already solved with the custom materials feature added in #141

vnen commented 2 years ago

Closing as solved (the merged PR is #145).