stick-the-quick/startup/EntryPoint.gd

8 lines
157 B
GDScript

class_name EntryPoint extends Node
@export var next: PackedScene
func _ready() -> void:
FX.fade(Color.BLACK, 0.0)
Storyboard.go_to_non_level_scene(next)