diff options
Diffstat (limited to 'scenes/room/start.tscn')
| -rw-r--r-- | scenes/room/start.tscn | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/scenes/room/start.tscn b/scenes/room/start.tscn index b7ad877..32a8bcd 100644 --- a/scenes/room/start.tscn +++ b/scenes/room/start.tscn @@ -1,9 +1,41 @@ [gd_scene format=3 uid="uid://cec247tmm7ait"] [ext_resource type="Texture2D" uid="uid://cfn3ctcvyfjn0" path="res://room/start/room.jpg" id="1_ft2pm"] +[ext_resource type="PackedScene" uid="uid://bt4utdbe577mj" path="res://scenes/char/weener.tscn" id="2_d0alr"] +[ext_resource type="PackedScene" uid="uid://xn4bxjj1vuim" path="res://scenes/item/item.tscn" id="3_uxhtn"] + +[sub_resource type="RectangleShape2D" id="RectangleShape2D_q15md"] +size = Vector2(125.15787, 285.6711) + +[sub_resource type="NavigationPolygon" id="NavigationPolygon_d0alr"] +vertices = PackedVector2Array(10, 824.25, 195.53125, 763.6328, 211.64844, 814.03125, 10, 1070, 1738.7969, 863.5625, 1910, 981.2578, 1910, 1070, 699.8828, 843, 1180.5234, 843, 344.52344, 807.15625, 619.5703, 725.96094, 674.9297, 724.25, 1243.9688, 699.21875, 1524.6563, 749.5469, 302.3672, 769.89844) +polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3), PackedInt32Array(4, 5, 6, 3, 7, 8), PackedInt32Array(9, 10, 11, 7, 3), PackedInt32Array(8, 12, 13, 4), PackedInt32Array(2, 14, 9, 3)]) +outlines = Array[PackedVector2Array]([PackedVector2Array(202, 751, 217.65723, 799.9918, 304, 758, 347, 796, 618, 716, 683, 714, 708, 833, 1174, 833, 1238, 688, 1528, 740, 1744, 855, 1920, 976, 1920, 1080, 0, 1080, 0, 817)]) [node name="Start" type="Node2D" unique_id=2088608692] [node name="Room" type="Sprite2D" parent="." unique_id=1997957082] texture = ExtResource("1_ft2pm") centered = false + +[node name="Kitchen" type="StaticBody2D" parent="." unique_id=357217904] +collision_layer = 0 +collision_mask = 0 + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Kitchen" unique_id=727728769] +position = Vector2(93.75002, 862.75) +rotation = 0.7853982 +scale = Vector2(0.9999999, 0.9999999) +shape = SubResource("RectangleShape2D_q15md") + +[node name="Weener" parent="." unique_id=1834042649 instance=ExtResource("2_d0alr")] +position = Vector2(1127, 956) + +[node name="NavigationRegion2D" type="NavigationRegion2D" parent="." unique_id=1498960834] +navigation_polygon = SubResource("NavigationPolygon_d0alr") + +[node name="Item" parent="." unique_id=724668915 instance=ExtResource("3_uxhtn")] +position = Vector2(1626, 608) + +[node name="Item2" parent="." unique_id=1487046604 instance=ExtResource("3_uxhtn")] +position = Vector2(394, 458) |
