Change canvas and timeline when a tab is being pressed

This commit is contained in:
OverloadedOrama 2020-06-05 04:30:31 +03:00
parent 709a6d470e
commit ae381a8714
4 changed files with 99 additions and 40 deletions

View file

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