mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 23:04:43 -04:00
Fixed issues with saving and backups
This commit is contained in:
parent
709a401373
commit
5fda35c2d8
4 changed files with 8 additions and 25 deletions
|
@ -11,7 +11,6 @@ var tag_scroll_container : ScrollContainer
|
|||
|
||||
|
||||
func _ready() -> void:
|
||||
last_frame = Global.current_project.frames.size() - 1
|
||||
timeline_scroll = Global.find_node_by_name(self, "TimelineScroll")
|
||||
tag_scroll_container = Global.find_node_by_name(self, "TagScroll")
|
||||
timeline_scroll.get_h_scrollbar().connect("value_changed", self, "_h_scroll_changed")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue