mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Update Global.gd
This commit is contained in:
parent
b6dec2d500
commit
bb5e70b965
|
@ -700,6 +700,7 @@ func animation_tags_changed(value : Array) -> void:
|
|||
animation_timeline.first_frame = tag.from - 1
|
||||
animation_timeline.last_frame = min(frames.size() - 1, tag.to - 1)
|
||||
|
||||
|
||||
func update_hint_tooltips() -> void:
|
||||
var root = get_tree().get_root()
|
||||
|
||||
|
|
Loading…
Reference in a new issue