Improved UI event system
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user