8 lines
157 B
GDScript3
8 lines
157 B
GDScript3
|
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)
|