many small changes, and few big ones

This commit is contained in:
ChaoticByte 2024-10-16 20:23:53 +02:00
parent e8985f4e79
commit a3ca623258
No known key found for this signature in database
32 changed files with 391 additions and 247 deletions

View file

@ -3,4 +3,4 @@ extends Node
func _ready() -> void:
NodeRegistry.player = %Player
NodeRegistry.level_root_container = %LevelRootContainer
Levels.load_menu()
LevelsCore.load_menu()