aboutsummaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
Diffstat (limited to 'game')
-rw-r--r--game/src/Game/GameSession/GameSession.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/src/Game/GameSession/GameSession.gd b/game/src/Game/GameSession/GameSession.gd
index 2a27e3d..efc98ac 100644
--- a/game/src/Game/GameSession/GameSession.gd
+++ b/game/src/Game/GameSession/GameSession.gd
@@ -3,6 +3,7 @@ extends Control
@export var _game_session_menu : Control
func _ready():
+ GameSingleton.quazz_map_convert("res://common/map/provinces.json", "res://common/map/provinces.csv")
Events.Options.load_settings_from_file()
if GameSingleton.setup_game() != OK:
push_error("Failed to setup game")