mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 21:34:43 -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
|
@ -453,6 +453,7 @@ func title_changed(value : String) -> void:
|
|||
func project_changed(value : int) -> void:
|
||||
current_project_index = value
|
||||
current_project = projects[value]
|
||||
current_project.change_project()
|
||||
|
||||
|
||||
func clear_frames() -> void:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue