mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-12 22:35:18 +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:
|
||||
emit_signal("texture_changed")
|
||||
if link_set != null:
|
||||
for cel in link_set["cels"]:
|
||||
cel.emit_signal("texture_changed")
|
||||
return
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue