Some code organization

This commit is contained in:
2025-12-26 16:12:46 +03:00
parent 099cda6368
commit e2f9f75c4f
55 changed files with 56 additions and 47 deletions
+3 -2
View File
@@ -3,8 +3,9 @@ extends Node
const PASSAGE = preload("res://game/entities/world/passage.tscn")
const AREA_MAP = preload("res://game/area_map/area_map.tscn")
const WEAPON_SELECTION_SCREEN = preload("res://game/menu/ingame/weapon_selection_screen.tscn")
const AREA_MAP = preload("res://game/menu/map/area_map.tscn")
const WEAPON_SELECTION_SCREEN = \
preload("res://game/menu/weapon_selection/weapon_selection_screen.tscn")
var world_data : WorldData