summaryrefslogtreecommitdiffstats
path: root/map.tscn
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-21 13:56:01 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-21 14:01:11 +0200
commit413d219eba1157284a6a90ecb9f736058158bb5f (patch)
tree50c7b2a6e1b4c9a1eb01b7f94e3f67703b3aae16 /map.tscn
parent7b44fcc1ef95fdfcc6723f8e6a594012764a8cab (diff)
Add map
Diffstat (limited to 'map.tscn')
-rw-r--r--map.tscn43
1 files changed, 42 insertions, 1 deletions
diff --git a/map.tscn b/map.tscn
index 775ee14..0d94613 100644
--- a/map.tscn
+++ b/map.tscn
@@ -1,3 +1,44 @@
-[gd_scene format=3 uid="uid://cseqghymhiyqo"]
+[gd_scene load_steps=3 format=3 uid="uid://cseqghymhiyqo"]
+
+[ext_resource type="Script" uid="uid://dh0b4xa4f8h1o" path="res://map.gd" id="1_wijl4"]
+[ext_resource type="PackedScene" uid="uid://clm2kocuhjqbb" path="res://map_room.tscn" id="2_e0an3"]
[node name="Map" type="CanvasLayer"]
+script = ExtResource("1_wijl4")
+inactive_color = Color(0.747755, 0.7671235, 0.89114594, 1)
+active_color = Color(0, 0.77254903, 0.7764706, 1)
+
+[node name="Bg" type="ColorRect" parent="."]
+offset_left = 3.0
+offset_top = 2.0
+offset_right = 29.0
+offset_bottom = 23.0
+color = Color(0, 0, 0, 0.5019608)
+
+[node name="RoomTest1" parent="." instance=ExtResource("2_e0an3")]
+offset_left = 7.0
+offset_top = 6.0
+offset_right = 15.0
+offset_bottom = 11.0
+
+[node name="Line2D" type="Line2D" parent="RoomTest1"]
+position = Vector2(7.275, 2.5)
+points = PackedVector2Array(0.7251587, 0.15686035, 2.7251587, 0.15686035)
+width = 1.0
+
+[node name="Line2D2" type="Line2D" parent="RoomTest1"]
+position = Vector2(3.2749996, 7.5)
+points = PackedVector2Array(0.7251587, 0.15686035, 0.7249985, -2.5)
+width = 1.0
+
+[node name="RoomTest3" parent="." instance=ExtResource("2_e0an3")]
+offset_left = 7.0
+offset_top = 13.0
+offset_right = 15.0
+offset_bottom = 18.0
+
+[node name="RoomTest2" parent="." instance=ExtResource("2_e0an3")]
+offset_left = 17.0
+offset_top = 6.0
+offset_right = 25.0
+offset_bottom = 11.0