4 lines
77 B
GDScript
4 lines
77 B
GDScript
extends Control
|
|
|
|
func _ready():
|
|
Fade.fade_in(Options.transition_speed_secs)
|