aboutsummaryrefslogtreecommitdiff
path: root/game/src/Autoload
diff options
context:
space:
mode:
author Hop311 <hop3114@gmail.com>2023-05-22 14:57:00 +0200
committer Hop311 <hop3114@gmail.com>2023-05-22 14:57:00 +0200
commitbd9b0206bcfc8848c865055a933d1e207521ac8e (patch)
tree3636f015f1fa3fe397778c240293d6c27ca41562 /game/src/Autoload
parent30fa7d74ddcfd4e64a5526995a392f7b51feb869 (diff)
GD/std string cleanup + separate data loading cpp
Diffstat (limited to 'game/src/Autoload')
-rw-r--r--game/src/Autoload/Events.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/src/Autoload/Events.gd b/game/src/Autoload/Events.gd
index db63330..6dc9ebd 100644
--- a/game/src/Autoload/Events.gd
+++ b/game/src/Autoload/Events.gd
@@ -10,6 +10,7 @@ var _define_filepaths_dict : Dictionary = {
GameSingleton.get_water_province_file_key(): "res://common/map/water.json",
GameSingleton.get_region_file_key(): "res://common/map/regions.json",
GameSingleton.get_terrain_variant_file_key(): "res://common/map/terrain.json",
+ GameSingleton.get_terrain_texture_dir_key(): "res://art/terrain/",
GameSingleton.get_province_image_file_key(): "res://common/map/provinces.png",
GameSingleton.get_terrain_image_file_key(): "res://common/map/terrain.png",
GameSingleton.get_goods_file_key(): "res://common/goods.json",