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
+19
View File
@@ -0,0 +1,19 @@
[gd_scene load_steps=5 format=3 uid="uid://dqkp7nlhnb7sh"]
[ext_resource type="Script" uid="uid://bk8qn34w5cqmj" path="res://game/menu/map/area_map.gd" id="1_hkcry"]
[ext_resource type="PackedScene" uid="uid://b8qwok6v44la" path="res://game/menu/map_indicators/current_sector_indicator.tscn" id="2_fx4fd"]
[ext_resource type="PackedScene" uid="uid://bwru7i7xetjth" path="res://game/menu/map_indicators/selected_sector_indicator.tscn" id="3_oxnrh"]
[ext_resource type="PackedScene" uid="uid://chdrjc7c6bdpb" path="res://game/entities/world/background.tscn" id="4_fx4fd"]
[node name="AreaMap" type="Node2D"]
script = ExtResource("1_hkcry")
[node name="Passages" type="Node2D" parent="."]
[node name="Sectors" type="Node2D" parent="."]
[node name="CurrentSectorIndicator" parent="." instance=ExtResource("2_fx4fd")]
[node name="SelectedSectorIndicator" parent="." instance=ExtResource("3_oxnrh")]
[node name="Background" parent="." instance=ExtResource("4_fx4fd")]