mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-13 14:34:43 -05:00
Add gif export plugin and extend export dialog with GIF animation support.
This commit is contained in:
parent
943e20a0de
commit
e8c6025c46
7 changed files with 328 additions and 86 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue