mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-05 16:24:49 -04:00
Update Global.gd
This commit is contained in:
parent
b6dec2d500
commit
bb5e70b965
1 changed files with 1 additions and 0 deletions
|
@ -700,6 +700,7 @@ func animation_tags_changed(value : Array) -> void:
|
||||||
animation_timeline.first_frame = tag.from - 1
|
animation_timeline.first_frame = tag.from - 1
|
||||||
animation_timeline.last_frame = min(frames.size() - 1, tag.to - 1)
|
animation_timeline.last_frame = min(frames.size() - 1, tag.to - 1)
|
||||||
|
|
||||||
|
|
||||||
func update_hint_tooltips() -> void:
|
func update_hint_tooltips() -> void:
|
||||||
var root = get_tree().get_root()
|
var root = get_tree().get_root()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue