You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Adds z-index properties to TileSets.
This commit is contained in:
committed by
PJB3005
parent
b6a7c5693f
commit
20dd2204db
@@ -149,6 +149,7 @@ void TileSetEditor::_import_node(Node *p_node, Ref<TileSet> p_library) {
|
||||
p_library->tile_set_light_occluder(id, occluder);
|
||||
p_library->tile_set_occluder_offset(id, -phys_offset);
|
||||
p_library->tile_set_navigation_polygon_offset(id, -phys_offset);
|
||||
p_library->tile_set_z_index(id, mi->get_z_index());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user