split_screen.tscn 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780
  1. [gd_scene load_steps=67 format=3 uid="uid://dksa68cph6y4b"]
  2. [ext_resource type="Script" path="res://camera_controller.gd" id="2"]
  3. [ext_resource type="Shader" path="res://split_screen.gdshader" id="3"]
  4. [ext_resource type="Texture2D" uid="uid://brwp8bimc75uu" path="res://icon.webp" id="4"]
  5. [ext_resource type="Script" path="res://player.gd" id="5"]
  6. [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_16la2"]
  7. sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
  8. ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
  9. [sub_resource type="Sky" id="Sky_i64ko"]
  10. sky_material = SubResource("ProceduralSkyMaterial_16la2")
  11. [sub_resource type="Environment" id="Environment_vdrvu"]
  12. sky = SubResource("Sky_i64ko")
  13. ambient_light_source = 3
  14. ambient_light_color = Color(0.79, 0.8775, 1, 1)
  15. ambient_light_energy = 0.33
  16. reflected_light_source = 2
  17. tonemap_mode = 2
  18. [sub_resource type="ShaderMaterial" id="1"]
  19. shader = ExtResource("3")
  20. shader_parameter/viewport_size = null
  21. shader_parameter/split_active = false
  22. shader_parameter/player1_position = null
  23. shader_parameter/player2_position = null
  24. shader_parameter/split_line_thickness = 10.0
  25. shader_parameter/split_line_color = null
  26. [sub_resource type="CapsuleMesh" id="2"]
  27. radius = 0.375
  28. height = 1.75
  29. rings = 4
  30. [sub_resource type="StandardMaterial3D" id="3"]
  31. albedo_color = Color(0.933333, 0.0784314, 0.0784314, 1)
  32. [sub_resource type="CapsuleShape3D" id="4"]
  33. radius = 0.375
  34. height = 1.75
  35. [sub_resource type="TorusMesh" id="TorusMesh_abtrc"]
  36. inner_radius = 0.4
  37. outer_radius = 0.6
  38. ring_segments = 6
  39. [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_63nwq"]
  40. albedo_color = Color(0.5, 0.5, 0.5, 1)
  41. emission_enabled = true
  42. emission = Color(1, 0, 0, 1)
  43. [sub_resource type="StandardMaterial3D" id="5"]
  44. albedo_color = Color(0.0784314, 0.411765, 0.933333, 1)
  45. [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wi7e2"]
  46. albedo_color = Color(0.5, 0.5, 0.5, 1)
  47. emission_enabled = true
  48. emission = Color(0.12549, 0.501961, 1, 1)
  49. [sub_resource type="StandardMaterial3D" id="6"]
  50. [sub_resource type="PlaneMesh" id="7"]
  51. material = SubResource("6")
  52. size = Vector2(200, 200)
  53. [sub_resource type="Gradient" id="Gradient_3phjx"]
  54. offsets = PackedFloat32Array(0.139344, 0.196721, 0.237705, 0.377049, 0.598361, 0.795082, 1)
  55. colors = PackedColorArray(0.08, 0.432667, 1, 1, 0.945098, 1, 0.929412, 1, 0.574026, 0.479268, 0.220411, 1, 1, 0.7525, 0.45, 1, 0.0322, 0.23, 0.0322, 1, 0.181569, 0.353991, 0.245845, 1, 1, 1, 1, 1)
  56. [sub_resource type="FastNoiseLite" id="FastNoiseLite_2bwlb"]
  57. noise_type = 4
  58. domain_warp_enabled = true
  59. domain_warp_frequency = 0.002
  60. [sub_resource type="NoiseTexture2D" id="NoiseTexture2D_ha3y6"]
  61. seamless = true
  62. color_ramp = SubResource("Gradient_3phjx")
  63. noise = SubResource("FastNoiseLite_2bwlb")
  64. [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_i0wmt"]
  65. albedo_texture = SubResource("NoiseTexture2D_ha3y6")
  66. uv1_scale = Vector3(64, 64, 64)
  67. [sub_resource type="BoxShape3D" id="8"]
  68. [sub_resource type="BoxShape3D" id="9"]
  69. [sub_resource type="StandardMaterial3D" id="10"]
  70. albedo_color = Color(0.986259, 0.925681, 0.86168, 1)
  71. [sub_resource type="BoxMesh" id="11"]
  72. [sub_resource type="StandardMaterial3D" id="12"]
  73. albedo_color = Color(0.0157246, 0.614518, 0.655769, 1)
  74. [sub_resource type="StandardMaterial3D" id="13"]
  75. albedo_color = Color(0.763619, 0.81656, 0.8189, 1)
  76. [sub_resource type="StandardMaterial3D" id="14"]
  77. albedo_color = Color(0.838479, 0.225506, 0.7848, 1)
  78. [sub_resource type="StandardMaterial3D" id="15"]
  79. albedo_color = Color(0.306646, 0.197984, 0.175443, 1)
  80. [sub_resource type="StandardMaterial3D" id="16"]
  81. albedo_color = Color(0.051961, 0.476168, 0.381371, 1)
  82. [sub_resource type="StandardMaterial3D" id="17"]
  83. albedo_color = Color(0.817832, 0.686439, 0.434, 1)
  84. [sub_resource type="StandardMaterial3D" id="18"]
  85. albedo_color = Color(0.646348, 0.679158, 0.870667, 1)
  86. [sub_resource type="StandardMaterial3D" id="19"]
  87. albedo_color = Color(0.876495, 0.921738, 0.526445, 1)
  88. [sub_resource type="StandardMaterial3D" id="20"]
  89. albedo_color = Color(0.308703, 0.873857, 0.0555805, 1)
  90. [sub_resource type="StandardMaterial3D" id="21"]
  91. albedo_color = Color(0.643844, 0.83117, 0.845126, 1)
  92. [sub_resource type="StandardMaterial3D" id="22"]
  93. albedo_color = Color(0.355191, 0.82697, 0.732479, 1)
  94. [sub_resource type="StandardMaterial3D" id="23"]
  95. albedo_color = Color(0.55911, 0.179656, 0.231, 1)
  96. [sub_resource type="StandardMaterial3D" id="24"]
  97. albedo_color = Color(0.851414, 0.687831, 0.558395, 1)
  98. [sub_resource type="StandardMaterial3D" id="25"]
  99. albedo_color = Color(0.641439, 0.29455, 0.0790996, 1)
  100. [sub_resource type="StandardMaterial3D" id="26"]
  101. albedo_color = Color(0.913605, 0.527365, 0.0273088, 1)
  102. [sub_resource type="StandardMaterial3D" id="27"]
  103. albedo_color = Color(0.624077, 0.38607, 0.437502, 1)
  104. [sub_resource type="StandardMaterial3D" id="28"]
  105. albedo_color = Color(0.131713, 0.338535, 0.755734, 1)
  106. [sub_resource type="StandardMaterial3D" id="29"]
  107. albedo_color = Color(0.276686, 0.333996, 0.828323, 1)
  108. [sub_resource type="StandardMaterial3D" id="30"]
  109. albedo_color = Color(0.541099, 0.438874, 0.712908, 1)
  110. [sub_resource type="StandardMaterial3D" id="31"]
  111. albedo_color = Color(0.380535, 0.803732, 0.209771, 1)
  112. [sub_resource type="StandardMaterial3D" id="32"]
  113. albedo_color = Color(0.126314, 0.709734, 0.0164386, 1)
  114. [sub_resource type="StandardMaterial3D" id="33"]
  115. albedo_color = Color(0.49361, 0.468504, 0.157615, 1)
  116. [sub_resource type="StandardMaterial3D" id="34"]
  117. albedo_color = Color(0.274165, 0.942253, 0.849562, 1)
  118. [sub_resource type="StandardMaterial3D" id="35"]
  119. albedo_color = Color(0.347486, 0.584437, 0.225516, 1)
  120. [sub_resource type="StandardMaterial3D" id="36"]
  121. albedo_color = Color(0.225798, 0.311725, 0.309325, 1)
  122. [sub_resource type="StandardMaterial3D" id="37"]
  123. albedo_color = Color(0.842594, 0.892209, 0.0356995, 1)
  124. [sub_resource type="StandardMaterial3D" id="38"]
  125. albedo_color = Color(0.92367, 0.171486, 0.408749, 1)
  126. [sub_resource type="StandardMaterial3D" id="39"]
  127. albedo_color = Color(0.336233, 0.653918, 0.387106, 1)
  128. [sub_resource type="StandardMaterial3D" id="40"]
  129. albedo_color = Color(0.607486, 0.479636, 0.586784, 1)
  130. [sub_resource type="StandardMaterial3D" id="41"]
  131. albedo_color = Color(0.927793, 0.626894, 0.208025, 1)
  132. [sub_resource type="StandardMaterial3D" id="42"]
  133. albedo_color = Color(0.575574, 0.410205, 0.327027, 1)
  134. [sub_resource type="StandardMaterial3D" id="43"]
  135. albedo_color = Color(0.0871603, 0.700764, 0.28863, 1)
  136. [sub_resource type="StandardMaterial3D" id="44"]
  137. albedo_color = Color(0.866886, 0.35821, 0.682459, 1)
  138. [sub_resource type="StandardMaterial3D" id="45"]
  139. albedo_color = Color(0.255698, 0.875034, 0.425944, 1)
  140. [sub_resource type="StandardMaterial3D" id="46"]
  141. albedo_color = Color(0.28945, 0.951987, 0.343104, 1)
  142. [sub_resource type="StandardMaterial3D" id="47"]
  143. albedo_color = Color(0.243248, 0.0532221, 0.411054, 1)
  144. [sub_resource type="StandardMaterial3D" id="48"]
  145. albedo_color = Color(0.362858, 0.765753, 0.257076, 1)
  146. [sub_resource type="StandardMaterial3D" id="49"]
  147. albedo_color = Color(0.0804409, 0.255526, 0.951721, 1)
  148. [sub_resource type="StandardMaterial3D" id="50"]
  149. albedo_color = Color(0.0437972, 0.745342, 0.18698, 1)
  150. [sub_resource type="StandardMaterial3D" id="51"]
  151. albedo_color = Color(0.770645, 0.287346, 0.739309, 1)
  152. [sub_resource type="StandardMaterial3D" id="52"]
  153. albedo_color = Color(0.791675, 0.946163, 0.317723, 1)
  154. [node name="World3D" type="Node3D"]
  155. [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
  156. transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, 0.75, -0.433013, 0, 0, 0)
  157. light_energy = 0.05
  158. shadow_enabled = true
  159. shadow_bias = 0.03
  160. shadow_blur = 2.0
  161. directional_shadow_mode = 0
  162. directional_shadow_split_3 = 0.25
  163. directional_shadow_blend_splits = true
  164. directional_shadow_fade_start = 1.0
  165. directional_shadow_max_distance = 12.0
  166. [node name="WorldEnvironment" type="WorldEnvironment" parent="."]
  167. environment = SubResource("Environment_vdrvu")
  168. [node name="Cameras" type="Node3D" parent="."]
  169. script = ExtResource("2")
  170. max_separation = 10.0
  171. [node name="View" type="TextureRect" parent="Cameras"]
  172. material = SubResource("1")
  173. anchors_preset = 15
  174. anchor_right = 1.0
  175. anchor_bottom = 1.0
  176. grow_horizontal = 2
  177. grow_vertical = 2
  178. texture = ExtResource("4")
  179. [node name="Viewport1" type="SubViewport" parent="Cameras"]
  180. msaa_3d = 2
  181. size = Vector2i(100, 100)
  182. render_target_update_mode = 3
  183. [node name="Camera1" type="Camera3D" parent="Cameras/Viewport1"]
  184. transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 10, 0)
  185. current = true
  186. [node name="Viewport2" type="SubViewport" parent="Cameras"]
  187. msaa_3d = 2
  188. size = Vector2i(100, 100)
  189. render_target_update_mode = 3
  190. [node name="Camera2" type="Camera3D" parent="Cameras/Viewport2"]
  191. transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 10, 0)
  192. current = true
  193. [node name="Player1" type="CharacterBody3D" parent="."]
  194. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.875, 0)
  195. script = ExtResource("5")
  196. [node name="Mesh" type="MeshInstance3D" parent="Player1"]
  197. mesh = SubResource("2")
  198. surface_material_override/0 = SubResource("3")
  199. [node name="CollisionShape3D" type="CollisionShape3D" parent="Player1"]
  200. shape = SubResource("4")
  201. [node name="MeshInstance3D" type="MeshInstance3D" parent="Player1"]
  202. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.6, 0)
  203. mesh = SubResource("TorusMesh_abtrc")
  204. surface_material_override/0 = SubResource("StandardMaterial3D_63nwq")
  205. [node name="OmniLight3D" type="OmniLight3D" parent="Player1"]
  206. light_color = Color(1, 0, 0, 1)
  207. light_energy = 2.5
  208. omni_range = 10.0
  209. [node name="Label3D" type="Label3D" parent="Player1"]
  210. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
  211. pixel_size = 0.01
  212. offset = Vector2(0, 50)
  213. billboard = 1
  214. double_sided = false
  215. modulate = Color(1, 0.323333, 0.3, 1)
  216. text = "P1"
  217. [node name="Player2" type="CharacterBody3D" parent="."]
  218. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.184, 0.875, 3.019)
  219. script = ExtResource("5")
  220. player_id = 2
  221. [node name="Mesh" type="MeshInstance3D" parent="Player2"]
  222. mesh = SubResource("2")
  223. surface_material_override/0 = SubResource("5")
  224. [node name="CollisionShape3D" type="CollisionShape3D" parent="Player2"]
  225. shape = SubResource("4")
  226. [node name="MeshInstance3D2" type="MeshInstance3D" parent="Player2"]
  227. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.7, 0)
  228. mesh = SubResource("TorusMesh_abtrc")
  229. skeleton = NodePath("../../Player1")
  230. surface_material_override/0 = SubResource("StandardMaterial3D_wi7e2")
  231. [node name="OmniLight3D" type="OmniLight3D" parent="Player2"]
  232. light_color = Color(0.12549, 0.501961, 1, 1)
  233. light_energy = 2.5
  234. omni_range = 10.0
  235. [node name="Label3D" type="Label3D" parent="Player2"]
  236. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
  237. pixel_size = 0.01
  238. offset = Vector2(0, 50)
  239. billboard = 1
  240. double_sided = false
  241. modulate = Color(0.3, 0.65, 1, 1)
  242. text = "P2"
  243. [node name="Ground" type="StaticBody3D" parent="."]
  244. [node name="Mesh" type="MeshInstance3D" parent="Ground"]
  245. transform = Transform3D(20, 0, 0, 0, 1, 0, 0, 0, 20, 0, 0, 0)
  246. mesh = SubResource("7")
  247. surface_material_override/0 = SubResource("StandardMaterial3D_i0wmt")
  248. [node name="CollisionShape3D" type="CollisionShape3D" parent="Ground"]
  249. transform = Transform3D(200, 0, 0, 0, 1, 0, 0, 0, 200, 0, -1, 0)
  250. shape = SubResource("8")
  251. [node name="Walls" type="Node3D" parent="."]
  252. [node name="Group1" type="Node3D" parent="Walls"]
  253. [node name="Wall1" type="StaticBody3D" parent="Walls/Group1"]
  254. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.04192, 0.5, -2.95078)
  255. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group1/Wall1"]
  256. shape = SubResource("9")
  257. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group1/Wall1" groups=["walls"]]
  258. material_override = SubResource("10")
  259. mesh = SubResource("11")
  260. [node name="Wall2" type="StaticBody3D" parent="Walls/Group1"]
  261. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.1906, 0.5, -1.34368)
  262. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group1/Wall2"]
  263. shape = SubResource("9")
  264. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group1/Wall2" groups=["walls"]]
  265. material_override = SubResource("12")
  266. mesh = SubResource("11")
  267. [node name="Wall3" type="StaticBody3D" parent="Walls/Group1"]
  268. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.49545, 0.5, -6.6514)
  269. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group1/Wall3"]
  270. shape = SubResource("9")
  271. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group1/Wall3" groups=["walls"]]
  272. material_override = SubResource("13")
  273. mesh = SubResource("11")
  274. [node name="Wall4" type="StaticBody3D" parent="Walls/Group1"]
  275. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.55082, 0.5, 2.19531)
  276. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group1/Wall4"]
  277. shape = SubResource("9")
  278. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group1/Wall4" groups=["walls"]]
  279. material_override = SubResource("14")
  280. mesh = SubResource("11")
  281. [node name="Wall5" type="StaticBody3D" parent="Walls/Group1"]
  282. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.06483, 0.5, -4.54868)
  283. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group1/Wall5"]
  284. shape = SubResource("9")
  285. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group1/Wall5" groups=["walls"]]
  286. material_override = SubResource("15")
  287. mesh = SubResource("11")
  288. [node name="Wall6" type="StaticBody3D" parent="Walls/Group1"]
  289. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.49651, 0.5, 0.88507)
  290. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group1/Wall6"]
  291. shape = SubResource("9")
  292. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group1/Wall6" groups=["walls"]]
  293. material_override = SubResource("16")
  294. mesh = SubResource("11")
  295. [node name="Group2" type="Node3D" parent="Walls"]
  296. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, -2)
  297. [node name="Wall1" type="StaticBody3D" parent="Walls/Group2"]
  298. transform = Transform3D(0.988065, 0, -0.154039, 0, 1, 0, 0.154039, 0, 0.988065, -0.858015, 0.5, -2.8199)
  299. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group2/Wall1"]
  300. shape = SubResource("9")
  301. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group2/Wall1" groups=["walls"]]
  302. material_override = SubResource("17")
  303. mesh = SubResource("11")
  304. [node name="Wall2" type="StaticBody3D" parent="Walls/Group2"]
  305. transform = Transform3D(0.988065, 0, -0.154039, 0, 1, 0, 0.154039, 0, 0.988065, 7.02869, 0.5, 0.0361555)
  306. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group2/Wall2"]
  307. shape = SubResource("9")
  308. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group2/Wall2" groups=["walls"]]
  309. material_override = SubResource("18")
  310. mesh = SubResource("11")
  311. [node name="Wall3" type="StaticBody3D" parent="Walls/Group2"]
  312. transform = Transform3D(0.988065, 0, -0.154039, 0, 1, 0, 0.154039, 0, 0.988065, -2.71223, 0.5, -6.85429)
  313. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group2/Wall3"]
  314. shape = SubResource("9")
  315. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group2/Wall3" groups=["walls"]]
  316. material_override = SubResource("19")
  317. mesh = SubResource("11")
  318. [node name="Wall4" type="StaticBody3D" parent="Walls/Group2"]
  319. transform = Transform3D(0.988065, 0, -0.154039, 0, 1, 0, 0.154039, 0, 0.988065, -0.177408, 0.5, 2.49446)
  320. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group2/Wall4"]
  321. shape = SubResource("9")
  322. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group2/Wall4" groups=["walls"]]
  323. material_override = SubResource("20")
  324. mesh = SubResource("11")
  325. [node name="Wall5" type="StaticBody3D" parent="Walls/Group2"]
  326. transform = Transform3D(0.988065, 0, -0.154039, 0, 1, 0, 0.154039, 0, 0.988065, 3.44585, 0.5, -3.76612)
  327. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group2/Wall5"]
  328. shape = SubResource("9")
  329. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group2/Wall5" groups=["walls"]]
  330. material_override = SubResource("21")
  331. mesh = SubResource("11")
  332. [node name="Wall6" type="StaticBody3D" parent="Walls/Group2"]
  333. transform = Transform3D(0.988065, 0, -0.154039, 0, 1, 0, 0.154039, 0, 0.988065, -2.88611, 0.5, 0.746109)
  334. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group2/Wall6"]
  335. shape = SubResource("9")
  336. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group2/Wall6" groups=["walls"]]
  337. material_override = SubResource("22")
  338. mesh = SubResource("11")
  339. [node name="Group3" type="Node3D" parent="Walls"]
  340. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 0, 9)
  341. [node name="Wall1" type="StaticBody3D" parent="Walls/Group3"]
  342. transform = Transform3D(0.905096, 0, 0.425207, 0, 1, 0, -0.425207, 0, 0.905096, -3.48748, 0.5, -1.93005)
  343. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group3/Wall1"]
  344. shape = SubResource("9")
  345. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group3/Wall1" groups=["walls"]]
  346. material_override = SubResource("23")
  347. mesh = SubResource("11")
  348. [node name="Wall2" type="StaticBody3D" parent="Walls/Group3"]
  349. transform = Transform3D(0.905096, 0, 0.425207, 0, 1, 0, -0.425207, 0, 0.905096, 4.6471, 0.5, -3.97599)
  350. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group3/Wall2"]
  351. shape = SubResource("9")
  352. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group3/Wall2" groups=["walls"]]
  353. material_override = SubResource("24")
  354. mesh = SubResource("11")
  355. [node name="Wall3" type="StaticBody3D" parent="Walls/Group3"]
  356. transform = Transform3D(0.905096, 0, 0.425207, 0, 1, 0, -0.425207, 0, 0.905096, -7.28169, 0.5, -4.23621)
  357. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group3/Wall3"]
  358. shape = SubResource("9")
  359. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group3/Wall3" groups=["walls"]]
  360. material_override = SubResource("25")
  361. mesh = SubResource("11")
  362. [node name="Wall4" type="StaticBody3D" parent="Walls/Group3"]
  363. transform = Transform3D(0.905096, 0, 0.425207, 0, 1, 0, -0.425207, 0, 0.905096, 0.0502639, 0.5, 2.09362)
  364. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group3/Wall4"]
  365. shape = SubResource("9")
  366. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group3/Wall4" groups=["walls"]]
  367. material_override = SubResource("26")
  368. mesh = SubResource("11")
  369. [node name="Wall5" type="StaticBody3D" parent="Walls/Group3"]
  370. transform = Transform3D(0.905096, 0, 0.425207, 0, 1, 0, -0.425207, 0, 0.905096, -0.449914, 0.5, -5.12252)
  371. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group3/Wall5"]
  372. shape = SubResource("9")
  373. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group3/Wall5" groups=["walls"]]
  374. material_override = SubResource("27")
  375. mesh = SubResource("11")
  376. [node name="Wall6" type="StaticBody3D" parent="Walls/Group3"]
  377. transform = Transform3D(0.905096, 0, 0.425207, 0, 1, 0, -0.425207, 0, 0.905096, -3.17299, 0.5, 2.16026)
  378. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group3/Wall6"]
  379. shape = SubResource("9")
  380. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group3/Wall6" groups=["walls"]]
  381. material_override = SubResource("28")
  382. mesh = SubResource("11")
  383. [node name="Group4" type="Node3D" parent="Walls"]
  384. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7, 0, 6)
  385. [node name="Wall1" type="StaticBody3D" parent="Walls/Group4"]
  386. transform = Transform3D(0.155702, 0, -0.987804, 0, 1, 0, 0.987804, 0, 0.155702, 2.61556, 0.5, -2.40266)
  387. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group4/Wall1"]
  388. shape = SubResource("9")
  389. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group4/Wall1" groups=["walls"]]
  390. material_override = SubResource("29")
  391. mesh = SubResource("11")
  392. [node name="Wall2" type="StaticBody3D" parent="Walls/Group4"]
  393. transform = Transform3D(0.155702, 0, -0.987804, 0, 1, 0, 0.987804, 0, 0.155702, 2.30988, 0.5, 5.97969)
  394. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group4/Wall2"]
  395. shape = SubResource("9")
  396. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group4/Wall2" groups=["walls"]]
  397. material_override = SubResource("30")
  398. mesh = SubResource("11")
  399. [node name="Wall3" type="StaticBody3D" parent="Walls/Group4"]
  400. transform = Transform3D(0.155702, 0, -0.987804, 0, 1, 0, 0.987804, 0, 0.155702, 5.88903, 0.5, -5.40246)
  401. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group4/Wall3"]
  402. shape = SubResource("9")
  403. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group4/Wall3" groups=["walls"]]
  404. material_override = SubResource("31")
  405. mesh = SubResource("11")
  406. [node name="Wall4" type="StaticBody3D" parent="Walls/Group4"]
  407. transform = Transform3D(0.155702, 0, -0.987804, 0, 1, 0, 0.987804, 0, 0.155702, -2.23559, 0.5, -0.128489)
  408. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group4/Wall4"]
  409. shape = SubResource("9")
  410. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group4/Wall4" groups=["walls"]]
  411. material_override = SubResource("32")
  412. mesh = SubResource("11")
  413. [node name="Wall5" type="StaticBody3D" parent="Walls/Group4"]
  414. transform = Transform3D(0.155702, 0, -0.987804, 0, 1, 0, 0.987804, 0, 0.155702, 4.8334, 0.5, 1.4052)
  415. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group4/Wall5"]
  416. shape = SubResource("9")
  417. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group4/Wall5" groups=["walls"]]
  418. material_override = SubResource("33")
  419. mesh = SubResource("11")
  420. [node name="Wall6" type="StaticBody3D" parent="Walls/Group4"]
  421. transform = Transform3D(0.155702, 0, -0.987804, 0, 1, 0, 0.987804, 0, 0.155702, -1.39999, 0.5, -3.24225)
  422. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group4/Wall6"]
  423. shape = SubResource("9")
  424. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group4/Wall6" groups=["walls"]]
  425. material_override = SubResource("34")
  426. mesh = SubResource("11")
  427. [node name="Group5" type="Node3D" parent="Walls"]
  428. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14)
  429. [node name="Wall1" type="StaticBody3D" parent="Walls/Group5"]
  430. transform = Transform3D(0.999549, 0, 0.0300306, 0, 1, 0, -0.0300306, 0, 0.999549, -1.87929, 0.5, -3.04373)
  431. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group5/Wall1"]
  432. shape = SubResource("9")
  433. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group5/Wall1" groups=["walls"]]
  434. material_override = SubResource("35")
  435. mesh = SubResource("11")
  436. [node name="Wall2" type="StaticBody3D" parent="Walls/Group5"]
  437. transform = Transform3D(0.999549, 0, 0.0300306, 0, 1, 0, -0.0300306, 0, 0.999549, 6.39778, 0.5, -1.68458)
  438. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group5/Wall2"]
  439. shape = SubResource("9")
  440. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group5/Wall2" groups=["walls"]]
  441. material_override = SubResource("36")
  442. mesh = SubResource("11")
  443. [node name="Wall3" type="StaticBody3D" parent="Walls/Group5"]
  444. transform = Transform3D(0.999549, 0, 0.0300306, 0, 1, 0, -0.0300306, 0, 0.999549, -4.44285, 0.5, -6.669)
  445. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group5/Wall3"]
  446. shape = SubResource("9")
  447. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group5/Wall3" groups=["walls"]]
  448. material_override = SubResource("37")
  449. mesh = SubResource("11")
  450. [node name="Wall4" type="StaticBody3D" parent="Walls/Group5"]
  451. transform = Transform3D(0.999549, 0, 0.0300306, 0, 1, 0, -0.0300306, 0, 0.999549, -0.234326, 0.5, 2.05526)
  452. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group5/Wall4"]
  453. shape = SubResource("9")
  454. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group5/Wall4" groups=["walls"]]
  455. material_override = SubResource("38")
  456. mesh = SubResource("11")
  457. [node name="Wall5" type="StaticBody3D" parent="Walls/Group5"]
  458. transform = Transform3D(0.999549, 0, 0.0300306, 0, 1, 0, -0.0300306, 0, 0.999549, 2.17761, 0.5, -4.76423)
  459. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group5/Wall5"]
  460. shape = SubResource("9")
  461. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group5/Wall5" groups=["walls"]]
  462. material_override = SubResource("39")
  463. mesh = SubResource("11")
  464. [node name="Wall6" type="StaticBody3D" parent="Walls/Group5"]
  465. transform = Transform3D(0.999549, 0, 0.0300306, 0, 1, 0, -0.0300306, 0, 0.999549, -3.21803, 0.5, 0.834073)
  466. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group5/Wall6"]
  467. shape = SubResource("9")
  468. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group5/Wall6" groups=["walls"]]
  469. material_override = SubResource("40")
  470. mesh = SubResource("11")
  471. [node name="Group6" type="Node3D" parent="Walls"]
  472. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10, 0, -7)
  473. [node name="Wall1" type="StaticBody3D" parent="Walls/Group6"]
  474. transform = Transform3D(0.613129, 0, -0.789983, 0, 1, 0, 0.789983, 0, 0.613129, 1.70841, 0.5, -3.54429)
  475. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group6/Wall1"]
  476. shape = SubResource("9")
  477. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group6/Wall1" groups=["walls"]]
  478. material_override = SubResource("41")
  479. mesh = SubResource("11")
  480. [node name="Wall2" type="StaticBody3D" parent="Walls/Group6"]
  481. transform = Transform3D(0.613129, 0, -0.789983, 0, 1, 0, 0.789983, 0, 0.613129, 5.48642, 0.5, 3.94462)
  482. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group6/Wall2"]
  483. shape = SubResource("9")
  484. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group6/Wall2" groups=["walls"]]
  485. material_override = SubResource("42")
  486. mesh = SubResource("11")
  487. [node name="Wall3" type="StaticBody3D" parent="Walls/Group6"]
  488. transform = Transform3D(0.613129, 0, -0.789983, 0, 1, 0, 0.789983, 0, 0.613129, 3.1275, 0.5, -7.7515)
  489. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group6/Wall3"]
  490. shape = SubResource("9")
  491. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group6/Wall3" groups=["walls"]]
  492. material_override = SubResource("43")
  493. mesh = SubResource("11")
  494. [node name="Wall4" type="StaticBody3D" parent="Walls/Group6"]
  495. transform = Transform3D(0.613129, 0, -0.789983, 0, 1, 0, 0.789983, 0, 0.613129, -1.44268, 0.5, 0.788867)
  496. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group6/Wall4"]
  497. shape = SubResource("9")
  498. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group6/Wall4" groups=["walls"]]
  499. material_override = SubResource("44")
  500. mesh = SubResource("11")
  501. [node name="Wall5" type="StaticBody3D" parent="Walls/Group6"]
  502. transform = Transform3D(0.613129, 0, -0.789983, 0, 1, 0, 0.789983, 0, 0.613129, 5.48868, 0.5, -1.27975)
  503. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group6/Wall5"]
  504. shape = SubResource("9")
  505. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group6/Wall5" groups=["walls"]]
  506. material_override = SubResource("45")
  507. mesh = SubResource("11")
  508. [node name="Wall6" type="StaticBody3D" parent="Walls/Group6"]
  509. transform = Transform3D(0.613129, 0, -0.789983, 0, 1, 0, 0.789983, 0, 0.613129, -2.2137, 0.5, -2.34152)
  510. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group6/Wall6"]
  511. shape = SubResource("9")
  512. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group6/Wall6" groups=["walls"]]
  513. material_override = SubResource("46")
  514. mesh = SubResource("11")
  515. [node name="Group7" type="Node3D" parent="Walls"]
  516. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 0, -16)
  517. [node name="Wall1" type="StaticBody3D" parent="Walls/Group7"]
  518. transform = Transform3D(-0.999329, 0, -0.0366257, 0, 1, 0, 0.0366257, 0, -0.999329, 1.73055, 0.5, 2.47421)
  519. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group7/Wall1"]
  520. shape = SubResource("9")
  521. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group7/Wall1" groups=["walls"]]
  522. material_override = SubResource("47")
  523. mesh = SubResource("11")
  524. [node name="Wall2" type="StaticBody3D" parent="Walls/Group7"]
  525. transform = Transform3D(-0.999329, 0, -0.0366257, 0, 1, 0, 0.0366257, 0, -0.999329, -6.55531, 0.5, 1.16971)
  526. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group7/Wall2"]
  527. shape = SubResource("9")
  528. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group7/Wall2" groups=["walls"]]
  529. material_override = SubResource("48")
  530. mesh = SubResource("11")
  531. [node name="Wall3" type="StaticBody3D" parent="Walls/Group7"]
  532. transform = Transform3D(-0.999329, 0, -0.0366257, 0, 1, 0, 0.0366257, 0, -0.999329, 4.31798, 0.5, 6.08249)
  533. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group7/Wall3"]
  534. shape = SubResource("9")
  535. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group7/Wall3" groups=["walls"]]
  536. material_override = SubResource("49")
  537. mesh = SubResource("11")
  538. [node name="Wall4" type="StaticBody3D" parent="Walls/Group7"]
  539. transform = Transform3D(-0.999329, 0, -0.0366257, 0, 1, 0, 0.0366257, 0, -0.999329, 0.0519707, 0.5, -2.61381)
  540. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group7/Wall4"]
  541. shape = SubResource("9")
  542. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group7/Wall4" groups=["walls"]]
  543. material_override = SubResource("50")
  544. mesh = SubResource("11")
  545. [node name="Wall5" type="StaticBody3D" parent="Walls/Group7"]
  546. transform = Transform3D(-0.999329, 0, -0.0366257, 0, 1, 0, 0.0366257, 0, -0.999329, -2.31492, 0.5, 4.22145)
  547. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group7/Wall5"]
  548. shape = SubResource("9")
  549. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group7/Wall5" groups=["walls"]]
  550. material_override = SubResource("51")
  551. mesh = SubResource("11")
  552. [node name="Wall6" type="StaticBody3D" parent="Walls/Group7"]
  553. transform = Transform3D(-0.999329, 0, -0.0366257, 0, 1, 0, 0.0366257, 0, -0.999329, 3.04367, 0.5, -1.41234)
  554. [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group7/Wall6"]
  555. shape = SubResource("9")
  556. [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group7/Wall6" groups=["walls"]]
  557. material_override = SubResource("52")
  558. mesh = SubResource("11")