1
0
mirror of https://github.com/Relintai/props_2d.git synced 2025-03-12 18:38:57 +01:00
This commit is contained in:
Relintai 2022-02-23 00:08:29 +01:00
parent 56a786800b
commit 875f338a88

View File

@ -137,6 +137,10 @@ void TiledWall2D::refresh() {
_cache->mutex_unlock();
}
//canvas_item_set_material TODO (use canvas item's property)
//Remove material arrays, only have one optional
//Add tile widht, height
Ref<Texture> tex = _cache->texture_get_merged();
if (tex.is_valid()) {