This commit is contained in:
Marek Lenczewski
2026-04-02 16:02:24 +02:00
parent e76c66eda6
commit 47f4fe3d90
106 changed files with 434 additions and 204 deletions

View File

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