aboutsummaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
author Gone2Daly <71726742+Gone2Daly@users.noreply.github.com>2023-09-20 14:34:08 +0200
committer Gone2Daly <71726742+Gone2Daly@users.noreply.github.com>2023-09-20 14:34:08 +0200
commit68f887726fe02c4ff3cfc35f6e6fad561e0d0a88 (patch)
tree66c7cafd56056cfe6f9a1f49d82f397ebdd73679 /game
parentd56941e60016bf73587c63a36ac5ca9da3f6023e (diff)
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")