mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-06 15:54:48 -04:00
Update the currently selected cell's button UI when the link button is pressed
This commit is contained in:
parent
07b62c9fd8
commit
73da8eeb1a
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue