summaryrefslogtreecommitdiffstats
path: root/map.tscn
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-26 22:34:37 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-26 22:34:37 +0200
commit0b0960c76c99e44632428cdeb116f5642181641a (patch)
tree2b99eedf159e9679b470f9c1b6a27b6db2f3998f /map.tscn
parentadfd7c8a55112fa731b82417f27a18175c69e95e (diff)
Refactor Map to PauseMenu
Diffstat (limited to 'map.tscn')
-rw-r--r--map.tscn42
1 files changed, 0 insertions, 42 deletions
diff --git a/map.tscn b/map.tscn
deleted file mode 100644
index 5889b43..0000000
--- a/map.tscn
+++ /dev/null
@@ -1,42 +0,0 @@
-[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"]
-process_mode = 3
-script = ExtResource("1_wijl4")
-
-[node name="Bg" type="ColorRect" parent="."]
-z_index = 1
-offset_right = 192.0
-offset_bottom = 108.0
-mouse_filter = 2
-color = Color(0, 0.019607844, 0.039215688, 0.81960785)
-
-[node name="Rooms" type="CanvasGroup" parent="."]
-z_index = 3
-
-[node name="RoomTest1" parent="Rooms" instance=ExtResource("2_e0an3")]
-offset_left = 63.0
-offset_top = 41.0
-offset_right = 79.0
-offset_bottom = 51.0
-
-[node name="Line2D" type="Line2D" parent="Rooms/RoomTest1"]
-z_index = -1
-points = PackedVector2Array(8, 19, 8, 5, 30, 5)
-width = 2.0
-default_color = Color(0.7372549, 0.69803923, 0.43529412, 1)
-
-[node name="RoomTest2" parent="Rooms" instance=ExtResource("2_e0an3")]
-offset_left = 83.0
-offset_top = 41.0
-offset_right = 99.0
-offset_bottom = 51.0
-
-[node name="RoomTest3" parent="Rooms" instance=ExtResource("2_e0an3")]
-offset_left = 63.0
-offset_top = 55.0
-offset_right = 79.0
-offset_bottom = 65.0