You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Add modulate (color) to TileSet tiles
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user