From 68f887726fe02c4ff3cfc35f6e6fad561e0d0a88 Mon Sep 17 00:00:00 2001 From: Gone2Daly <71726742+Gone2Daly@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:34:08 +0200 Subject: init --- game/src/Game/GameSession/GameSession.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'game/src/Game') 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") -- cgit v1.2.3-56-ga3b1