mirror of
https://github.com/Relintai/props_2d.git
synced 2025-02-10 16:40:11 +01:00
Notes.
This commit is contained in:
parent
56a786800b
commit
875f338a88
@ -137,6 +137,10 @@ void TiledWall2D::refresh() {
|
|||||||
_cache->mutex_unlock();
|
_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();
|
Ref<Texture> tex = _cache->texture_get_merged();
|
||||||
|
|
||||||
if (tex.is_valid()) {
|
if (tex.is_valid()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user