Improved UI event system

This commit is contained in:
2024-02-25 23:01:17 +01:00
parent 44fd041c60
commit 0a489e5d2f
16 changed files with 138 additions and 152 deletions

View File

@ -35,4 +35,4 @@ func fade_out():
progress_bar.hide()
var tween = get_tree().create_tween()
tween.tween_property(modulate, "color", Color(1.0, 1.0, 1.0, 0), fade_duration)
tween.tween_callback(queue_free)
tween.tween_callback(queue_free)