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
138 B
GDScript3
Raw Normal View History

extends Node2D
func _ready() -> void:
NodeRegistry.level_root_container = $LevelRoot
NodeRegistry.player = $Player
Levels.load_menu()