Add gif export plugin and extend export dialog with GIF animation support.

This commit is contained in:
novhack 2020-04-06 18:51:47 +02:00
parent 943e20a0de
commit e8c6025c46
7 changed files with 328 additions and 86 deletions

View file

@ -9,7 +9,7 @@ onready var tag_scroll_container : ScrollContainer = $AnimationContainer/Timelin
func _ready() -> void:
timeline_scroll.get_h_scrollbar().connect("value_changed", self, "_h_scroll_changed")
Global.animation_timer.wait_time = 1 / fps
func _h_scroll_changed(value : float) -> void:
# Let the main timeline ScrollContainer affect the tag ScrollContainer too