This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rectangular/main.gd

7 lines
135 B
GDScript3
Raw Normal View History

extends Node2D
func _ready() -> void:
Levels.level_root = $LevelRoot
Levels.player = $Player
Levels.load_entrypoint("intro_start")