Fixed issues with saving and backups

This commit is contained in:
OverloadedOrama 2020-06-06 02:52:17 +03:00
parent 709a401373
commit 5fda35c2d8
4 changed files with 8 additions and 25 deletions

View file

@ -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")