This commit is contained in:
Marek Lenczewski
2026-04-02 19:30:44 +02:00
parent c7e6f8f4b5
commit 73af6abeb7
90 changed files with 138 additions and 133 deletions

View File

@@ -11,15 +11,15 @@ config_version=5
[application]
config/name="mmo"
run/main_scene="res://world/world.tscn"
run/main_scene="res://scenes/world/world.tscn"
config/features=PackedStringArray("4.6", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
EventBus="*res://autoload/event_bus.gd"
Stats="*res://autoload/stats.gd"
GameState="*res://autoload/game_state.gd"
EventBus="*res://autoloads/event_bus.gd"
Stats="*res://autoloads/stats/stats.gd"
GameState="*res://autoloads/game_state.gd"
[dotnet]