Added mapping tool, reworked scene structure, and added test data.

This commit is contained in:
2026-09-06 16:50:32 -07:00
parent ab632f455d
commit a7ba813c81
20 changed files with 350 additions and 12 deletions
+33
View File
@@ -0,0 +1,33 @@
[gd_scene format=3 uid="uid://bvgr4gp4xnqdl"]
[ext_resource type="Script" uid="uid://dvomfsvrdv4pr" path="res://tools/map/map.gd" id="1_6lvw1"]
[node name="Map" type="Node" unique_id=1335935698]
script = ExtResource("1_6lvw1")
[node name="UI" type="Control" parent="." unique_id=1741993090]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBox" type="VBoxContainer" parent="UI" unique_id=2056072322]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
alignment = 1
[node name="MapButton" type="Button" parent="UI/VBox" unique_id=2030873199]
layout_mode = 2
text = "Map!"
[node name="GraphEdit" type="GraphEdit" parent="UI/VBox" unique_id=49166899]
custom_minimum_size = Vector2(100, 500)
layout_mode = 2
[connection signal="button_up" from="UI/VBox/MapButton" to="." method="_on_map_button_button_up"]