forked from team-sg/hero-mark-2
5 lines
85 B
GDScript
5 lines
85 B
GDScript
extends Node2D
|
|
|
|
|
|
func _ready() -> void:
|
|
Fade.fade_in(Options.transition_speed_secs)
|