Fixed issue where the wrong amount of cels were being created

The new image's frames had as many cels as the previously selected project
This commit is contained in:
OverloadedOrama 2020-06-05 18:19:05 +03:00
parent d37b07db5d
commit 7a61f1ea4a
3 changed files with 7 additions and 3 deletions

View file

@ -117,6 +117,7 @@ func change_project() -> void:
Global.create_brush_button(brush)
Global.canvas.update()
Global.transparent_checker._ready()
func frames_changed(value : Array) -> void: