1
0
Fork 0
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:
Emmanouil Papadeas 2023-05-08 17:43:11 +03:00
parent 5436298947
commit 6b94b55f04

View file

@ -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