1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 01:29:49 +00:00

Update the currently selected cell's button UI when the link button is pressed

This commit is contained in:
OverloadedOrama 2020-03-18 03:07:35 +02:00
parent 07b62c9fd8
commit 73da8eeb1a

View file

@ -68,3 +68,4 @@ func _on_LinkButton_pressed() -> void:
Global.layers[i][4] = !Global.layers[i][4] Global.layers[i][4] = !Global.layers[i][4]
if !Global.layers[i][5]: if !Global.layers[i][5]:
Global.layers[i][5].append(Global.canvas) Global.layers[i][5].append(Global.canvas)
Global.layers[i][3].get_child(Global.current_frame)._ready()