1
0
Fork 0
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:
Manolis Papadeas 2020-06-04 20:30:01 +03:00 committed by GitHub
parent b6dec2d500
commit bb5e70b965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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