This commit is contained in:
Relintai 2022-02-23 00:08:29 +01:00
parent 56a786800b
commit 875f338a88
1 changed files with 4 additions and 0 deletions

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()) {