1
0
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:
Pedro J. Estébanez
2016-11-30 14:33:39 +01:00
parent c05ff0577f
commit 86789c7071
4 changed files with 31 additions and 2 deletions

View File

@@ -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;