mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add modulate (color) to TileSet tiles
(cherry picked from commit 86789c7071)
This commit is contained in:
parent
e9e5affda1
commit
b6721caa13
4 changed files with 31 additions and 2 deletions
|
|
@ -76,6 +76,8 @@ void TileSetEditor::_import_scene(Node *scene, Ref<TileSet> p_library, bool p_me
|
|||
p_library->tile_set_texture(id,texture);
|
||||
p_library->tile_set_material(id,material);
|
||||
|
||||
p_library->tile_set_modulate(id,mi->get_modulate());
|
||||
|
||||
Vector2 phys_offset;
|
||||
Size2 s;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue