mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 13:54:44 -04:00
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:
parent
d37b07db5d
commit
7a61f1ea4a
3 changed files with 7 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue