summaryrefslogtreecommitdiff
path: root/scenes/room/kitchen.tscn
diff options
context:
space:
mode:
authorRadio <radiohotline@disroot.org>2026-05-31 00:17:01 +0300
committerRadio <radiohotline@disroot.org>2026-05-31 00:17:01 +0300
commit7f437327b25be23b1cdcd4aa3898d428421e533f (patch)
tree555cece0119bd0673712cd4304a3a28ba0cc3c82 /scenes/room/kitchen.tscn
parent9d87bc7922f76dc835ac4d4e99115b204cbfdea7 (diff)
menu fixes, options menu, and movement mechanic
Diffstat (limited to 'scenes/room/kitchen.tscn')
-rw-r--r--scenes/room/kitchen.tscn29
1 files changed, 29 insertions, 0 deletions
diff --git a/scenes/room/kitchen.tscn b/scenes/room/kitchen.tscn
new file mode 100644
index 0000000..5284629
--- /dev/null
+++ b/scenes/room/kitchen.tscn
@@ -0,0 +1,29 @@
+[gd_scene format=3 uid="uid://c40vhh8wtss4b"]
+
+[ext_resource type="PackedScene" uid="uid://b1s6v121kb2mi" path="res://scenes/room/room.tscn" id="1_4qnmt"]
+[ext_resource type="Texture2D" uid="uid://domalafsxaubx" path="res://room/kitchen/kitchen.png" id="2_6oufn"]
+
+[sub_resource type="NavigationPolygon" id="NavigationPolygon_6oufn"]
+vertices = PackedVector2Array(856.2578, 1032.0703, 817.2578, 913.3281, 916.02344, 900.28906, 1515.4922, 1038.9609, 1701.0469, 888.5078, 1123.5625, 563.03906, 1748.4766, 567.9219, 1755.3672, 703.6172, 1910, 916.5625, 1910, 748.5)
+polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3), PackedInt32Array(4, 3, 2, 5, 6, 7), PackedInt32Array(8, 4, 7, 9)])
+outlines = Array[PackedVector2Array]([PackedVector2Array(1704, 899, 1519, 1049, 849, 1042, 804, 905, 910, 891, 1118, 553, 1758, 558, 1765, 696, 1920, 741, 1920, 928)])
+
+[sub_resource type="RectangleShape2D" id="RectangleShape2D_6oufn"]
+size = Vector2(170, 232)
+
+[node name="Kitchen" unique_id=2088608692 instance=ExtResource("1_4qnmt")]
+
+[node name="Room" parent="." index="0" unique_id=1997957082]
+texture = ExtResource("2_6oufn")
+
+[node name="Weener" parent="." index="1" unique_id=1834042649]
+position = Vector2(1671, 837)
+
+[node name="NavigationRegion2D" parent="." index="2" unique_id=1498960834]
+navigation_polygon = SubResource("NavigationPolygon_6oufn")
+
+[node name="Bedroom" type="Area2D" parent="." index="3" unique_id=904050755]
+
+[node name="CollisionShape2D" type="CollisionShape2D" parent="Bedroom" index="0" unique_id=1414369935]
+position = Vector2(1845, 819)
+shape = SubResource("RectangleShape2D_6oufn")