More work on dialogue, portraits, customizer and intro
This commit is contained in:
@@ -24,4 +24,4 @@ func appear(show_time : float):
|
||||
func _on_timer_timeout() -> void:
|
||||
var tween = create_tween()
|
||||
tween.tween_property(self, "modulate", Color(1,1,1,0), .5)
|
||||
tween.tween_callback(queue_free)
|
||||
#tween.tween_callback(queue_free)
|
||||
|
||||
Reference in New Issue
Block a user