From ad98216b2f35abef9eb64744a784d50b5a380725 Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Sat, 27 Jan 2024 02:07:15 +0100 Subject: [PATCH] Cluttered the level --- scenes/Game.tscn | 26 ++ scenes/World.tscn | 615 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 635 insertions(+), 6 deletions(-) diff --git a/scenes/Game.tscn b/scenes/Game.tscn index 735d64c..992ff5e 100644 --- a/scenes/Game.tscn +++ b/scenes/Game.tscn @@ -38,3 +38,29 @@ size_flags_horizontal = 4 size_flags_vertical = 4 texture = SubResource("ViewportTexture_2lmj8") stretch_mode = 6 + +[node name="HSplitContainer" type="HSplitContainer" parent="."] +visible = false +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +size_flags_horizontal = 4 +size_flags_vertical = 4 + +[node name="WorldView" type="TextureRect" parent="HSplitContainer"] +texture_filter = 1 +layout_mode = 2 +size_flags_horizontal = 4 +size_flags_vertical = 4 +texture = SubResource("ViewportTexture_2lmj8") +stretch_mode = 6 + +[node name="WorldView2" type="TextureRect" parent="HSplitContainer"] +texture_filter = 1 +layout_mode = 2 +size_flags_horizontal = 4 +size_flags_vertical = 4 +texture = SubResource("ViewportTexture_2lmj8") +stretch_mode = 6 diff --git a/scenes/World.tscn b/scenes/World.tscn index 5297404..341b397 100644 --- a/scenes/World.tscn +++ b/scenes/World.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=13 format=3 uid="uid://b1nm5h3yccr16"] +[gd_scene load_steps=15 format=3 uid="uid://b1nm5h3yccr16"] [ext_resource type="Script" path="res://scenes/World.gd" id="1_gtcjp"] [ext_resource type="PackedScene" uid="uid://bfyjtfdko3l7o" path="res://entities/Player.tscn" id="2_a343a"] @@ -13,12 +13,12 @@ ambient_light_energy = 2.64 [sub_resource type="World3D" id="World3D_s7kgt"] -[sub_resource type="BoxShape3D" id="BoxShape3D_p0rqu"] +[sub_resource type="BoxShape3D" id="BoxShape3D_l8rqm"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mr6ph"] -albedo_color = Color(1, 0.137255, 1, 1) +albedo_color = Color(0.670588, 0.262745, 0.262745, 1) -[sub_resource type="BoxMesh" id="BoxMesh_237xr"] +[sub_resource type="BoxMesh" id="BoxMesh_rh61i"] material = SubResource("StandardMaterial3D_mr6ph") [sub_resource type="BoxMesh" id="BoxMesh_bwn4a"] @@ -27,6 +27,13 @@ material = ExtResource("4_pseda") [sub_resource type="BoxShape3D" id="BoxShape3D_mneaf"] size = Vector3(100, 2, 100) +[sub_resource type="BoxShape3D" id="BoxShape3D_p0rqu"] +size = Vector3(4, 1, 0.4) + +[sub_resource type="BoxMesh" id="BoxMesh_237xr"] +material = SubResource("StandardMaterial3D_mr6ph") +size = Vector3(4, 1, 0.4) + [node name="World" type="Node3D"] script = ExtResource("1_gtcjp") @@ -90,11 +97,11 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.38367, 0, 2.83298) [node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Box"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -shape = SubResource("BoxShape3D_p0rqu") +shape = SubResource("BoxShape3D_l8rqm") [node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Box"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -mesh = SubResource("BoxMesh_237xr") +mesh = SubResource("BoxMesh_rh61i") [node name="Platform2" type="StaticBody3D" parent="Level"] @@ -127,3 +134,599 @@ shape = SubResource("BoxShape3D_p0rqu") [node name="MeshInstance3D" type="MeshInstance3D" parent="Level/BoxSouthWest"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) mesh = SubResource("BoxMesh_237xr") + +[node name="Obstacles" type="Node3D" parent="Level"] + +[node name="Wall" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.625706, 0, -0.780059, 0, 1, 0, 0.780059, 0, 0.625706, 4.38367, 0, -0.230851) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall2" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.674444, 0, -0.738326, 0, 1, 0, 0.738326, 0, 0.674444, -1.89943, 0, 1.2094) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall3" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.367962, 0, -0.929841, 0, 1, 0, 0.929841, 0, -0.367962, 6.83599, 0, 3.24005) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall4" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.152434, 0, -0.988314, 0, 1, 0, 0.988314, 0, 0.152434, -0.835927, 0, -3.97188) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall4"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall4"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall5" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.327812, 0, -0.944743, 0, 1, 0, 0.944743, 0, -0.327812, 9.64452, 0, -4.22134) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall5"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall5"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall6" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.266549, 0, -0.963822, 0, 1, 0, 0.963822, 0, -0.266549, 5.08324, 0, -8.77616) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall6"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall6"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall7" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.983128, 0, -0.182922, 0, 1, 0, 0.182922, 0, -0.983128, 8.00946, 0, -0.298632) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall7"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall7"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall8" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.755876, 0, -0.654715, 0, 1, 0, 0.654715, 0, -0.755876, 10.0366, 0, -10.6312) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall8"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall8"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall9" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.991202, 0, -0.13236, 0, 1, 0, 0.13236, 0, -0.991202, -5.06147, 0, -4.51615) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall9"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall9"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall10" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.980673, 0, -0.195655, 0, 1, 0, 0.195655, 0, -0.980673, -3.04629, 0, -10.6391) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall10"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall10"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall11" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.605739, 0, 0.795664, 0, 1, 0, -0.795664, 0, -0.605739, -9.30035, 0, -4.21121) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall11"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall11"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall12" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.924812, 0, 0.380425, 0, 1, 0, -0.380425, 0, -0.924812, 0.839184, 0, -7.05027) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall12"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall12"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall13" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.825192, 0, -0.564852, 0, 1, 0, 0.564852, 0, 0.825192, -8.35868, 0, 11.0594) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall13"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall13"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall14" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.859719, 0, -0.510768, 0, 1, 0, 0.510768, 0, 0.859719, -13.9532, 0, 14.2614) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall14"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall14"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall15" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.0822168, 0, -0.996615, 0, 1, 0, 0.996615, 0, -0.0822168, -5.00445, 0, 13.669) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall15"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall15"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall16" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.432747, 0, -0.901516, 0, 1, 0, 0.901516, 0, 0.432747, -14.4395, 0, 8.99451) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall16"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall16"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall17" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.0394692, 0, -0.999221, 0, 1, 0, 0.999221, 0, -0.0394692, -4.48265, 0, 5.71366) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall17"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall17"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall18" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.0246939, 0, -0.999695, 0, 1, 0, 0.999695, 0, 0.0246939, -10.1697, 0, 2.67894) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall18"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall18"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall19" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.887703, 0, -0.460417, 0, 1, 0, 0.460417, 0, -0.887703, -4.90868, 0, 9.94208) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall19"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall19"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall20" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.53329, 0, -0.845933, 0, 1, 0, 0.845933, 0, -0.53329, -5.96803, 0, -0.533995) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall20"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall20"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall21" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.910106, 0, -0.414375, 0, 1, 0, 0.414375, 0, -0.910106, -18.6411, 0, 9.70022) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall21"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall21"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall22" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.881658, 0, -0.471889, 0, 1, 0, 0.471889, 0, -0.881658, -18.4899, 0, 3.25593) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall22"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall22"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall23" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.810614, 0, 0.58558, 0, 1, 0, -0.58558, 0, -0.810614, -22.6089, 0, 11.2224) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall23"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall23"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall24" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.99542, 0, 0.0956026, 0, 1, 0, -0.0956026, 0, -0.99542, -13.73, 0, 5.56244) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall24"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall24"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall25" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.388995, 0, -0.92124, 0, 1, 0, 0.92124, 0, 0.388995, 19.217, 1.90735e-06, -8.11925) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall25"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall25"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall26" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.447275, 0, -0.894397, 0, 1, 0, 0.894397, 0, 0.447275, 12.7794, 1.90735e-06, -8.4489) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall26"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall26"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall27" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.607819, 0, -0.794075, 0, 1, 0, 0.794075, 0, -0.607819, 20.6286, 1.90735e-06, -4.11073) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall27"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall27"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall28" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.123151, 0, -0.992388, 0, 1, 0, 0.992388, 0, -0.123151, 15.2169, 1.90735e-06, -13.1431) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall28"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall28"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall29" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.573262, 0, -0.819372, 0, 1, 0, 0.819372, 0, -0.573262, 25.3674, 1.90735e-06, -10.522) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall29"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall29"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall30" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.519534, 0, -0.85445, 0, 1, 0, 0.85445, 0, -0.519534, 22.2227, 1.90735e-06, -16.149) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall30"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall30"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall31" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.995722, 0, 0.0924053, 0, 1, 0, -0.0924053, 0, -0.995722, 22.7236, 1.90735e-06, -7.19467) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall31"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall31"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall32" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.905895, 0, -0.423504, 0, 1, 0, 0.423504, 0, -0.905895, 27.4943, 1.90735e-06, -16.5814) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall32"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall32"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall33" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.989686, 0, 0.143251, 0, 1, 0, -0.143251, 0, -0.989686, 11.3004, 1.90735e-06, -14.8202) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall33"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall33"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall34" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.996836, 0, 0.0794856, 0, 1, 0, -0.0794856, 0, -0.996836, 14.9105, 1.90735e-06, -20.1605) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall34"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall34"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall35" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.365527, 0, 0.930801, 0, 1, 0, -0.930801, 0, -0.365527, 7.13928, 1.90735e-06, -15.684) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall35"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall35"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall36" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.785835, 0, 0.618436, 0, 1, 0, -0.618436, 0, -0.785835, 17.6687, 1.90735e-06, -15.6472) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall36"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall36"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall37" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.625706, 0, -0.780059, 0, 1, 0, 0.780059, 0, 0.625706, -18.8638, 0, -7.46463) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall37"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall37"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall38" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.674444, 0, -0.738326, 0, 1, 0, 0.738326, 0, 0.674444, -25.1469, 0, -6.02437) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall38"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall38"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall39" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.367962, 0, -0.929841, 0, 1, 0, 0.929841, 0, -0.367962, -16.4115, 0, -3.99372) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall39"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall39"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall40" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.152434, 0, -0.988314, 0, 1, 0, 0.988314, 0, 0.152434, -24.0834, 0, -11.2057) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall40"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall40"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall41" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.327812, 0, -0.944743, 0, 1, 0, 0.944743, 0, -0.327812, -13.603, 0, -11.4551) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall41"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall41"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall42" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.266549, 0, -0.963822, 0, 1, 0, 0.963822, 0, -0.266549, -18.1642, 0, -16.0099) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall42"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall42"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall43" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.983128, 0, -0.182922, 0, 1, 0, 0.182922, 0, -0.983128, -15.238, 0, -7.53241) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall43"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall43"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall44" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.755876, 0, -0.654715, 0, 1, 0, 0.654715, 0, -0.755876, -13.2109, 0, -17.8649) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall44"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall44"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall45" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.991202, 0, -0.13236, 0, 1, 0, 0.13236, 0, -0.991202, -28.309, 0, -11.7499) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall45"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall45"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall46" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.625706, 0, -0.780059, 0, 1, 0, 0.780059, 0, 0.625706, 10.0284, 0, 11.3939) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall46"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall46"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall47" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.674444, 0, -0.738326, 0, 1, 0, 0.738326, 0, 0.674444, 3.74525, 0, 12.8342) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall47"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall47"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall48" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.367962, 0, -0.929841, 0, 1, 0, 0.929841, 0, -0.367962, 12.4807, 0, 14.8648) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall48"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall48"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall49" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(0.152434, 0, -0.988314, 0, 1, 0, 0.988314, 0, 0.152434, 4.80875, 0, 7.65288) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall49"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall49"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall50" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.327812, 0, -0.944743, 0, 1, 0, 0.944743, 0, -0.327812, 15.2892, 0, 7.40342) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall50"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall50"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall51" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.266549, 0, -0.963822, 0, 1, 0, 0.963822, 0, -0.266549, 10.7279, 0, 2.84861) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall51"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall51"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall52" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.983128, 0, -0.182922, 0, 1, 0, 0.182922, 0, -0.983128, 13.6541, 0, 11.3261) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall52"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall52"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall53" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.755876, 0, -0.654715, 0, 1, 0, 0.654715, 0, -0.755876, 15.6813, 0, 0.993603) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall53"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall53"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr") + +[node name="Wall54" type="StaticBody3D" parent="Level/Obstacles"] +transform = Transform3D(-0.991202, 0, -0.13236, 0, 1, 0, 0.13236, 0, -0.991202, 0.583206, 0, 7.10862) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Level/Obstacles/Wall54"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +shape = SubResource("BoxShape3D_p0rqu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Level/Obstacles/Wall54"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) +mesh = SubResource("BoxMesh_237xr")