4 lines
51 B
GDScript
4 lines
51 B
GDScript
extends Control
|
|
|
|
func _ready():
|
|
Fade.fade_in(0.4)
|
extends Control
|
|
|
|
func _ready():
|
|
Fade.fade_in(0.4)
|