mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-14 15:25:17 +00:00
Fix linked cels remain dimmed even if they have content
This commit is contained in:
parent
5436298947
commit
6b94b55f04
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ func get_image() -> Image:
|
||||||
|
|
||||||
func update_texture() -> void:
|
func update_texture() -> void:
|
||||||
emit_signal("texture_changed")
|
emit_signal("texture_changed")
|
||||||
|
if link_set != null:
|
||||||
|
for cel in link_set["cels"]:
|
||||||
|
cel.emit_signal("texture_changed")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue