prototype vibe

This commit is contained in:
Marek Lenczewski
2026-04-16 17:20:57 +02:00
parent cf5979803e
commit f21e30eb55
72 changed files with 1330 additions and 70 deletions

View File

@@ -11,17 +11,19 @@ config_version=5
[application]
config/name="mmo"
run/main_scene="res://scenes/world/world.tscn"
run/main_scene="res://scenes/menu/main_menu.tscn"
config/features=PackedStringArray("4.6", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
EventBus="*res://autoloads/event_bus.gd"
GameState="*res://autoloads/game_state.gd"
PlayerData="*res://autoloads/player_stats.gd"
EnemyData="*res://autoloads/enemy_stats.gd"
BossData="*res://autoloads/boss_stats.gd"
PortalData="*res://autoloads/portal_stats.gd"
TavernData="*res://autoloads/tavern_stats.gd"
[dotnet]