mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 07:34:42 -04:00
Change canvas and timeline when a tab is being pressed
This commit is contained in:
parent
709a6d470e
commit
ae381a8714
4 changed files with 99 additions and 40 deletions
|
@ -3,6 +3,7 @@ extends Tabs
|
|||
|
||||
func _on_Tabs_tab_changed(tab : int):
|
||||
Global.current_project_index = tab
|
||||
Global.canvas.update()
|
||||
|
||||
|
||||
func _on_Tabs_tab_close(tab : int):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue