diff --git a/Zennysoft.Game.Ma/project.godot b/Zennysoft.Game.Ma/project.godot index 876d4b82..79cc421d 100644 --- a/Zennysoft.Game.Ma/project.godot +++ b/Zennysoft.Game.Ma/project.godot @@ -54,6 +54,20 @@ folder_colors={ "res://src/game/": "orange", "res://src/items/": "teal", "res://src/map/": "gray", +"res://src/map/dungeon/floors/Floor01/": "red", +"res://src/map/dungeon/floors/Floor02/": "red", +"res://src/map/dungeon/floors/Floor03/": "red", +"res://src/map/dungeon/floors/Floor04/": "red", +"res://src/map/dungeon/floors/Floor05/": "red", +"res://src/map/dungeon/floors/Floor06/": "red", +"res://src/map/dungeon/floors/Floor07/": "red", +"res://src/map/dungeon/floors/Floor09/": "teal", +"res://src/map/dungeon/floors/Floor10/": "teal", +"res://src/map/dungeon/floors/Floor11/": "teal", +"res://src/map/dungeon/floors/Floor12/": "teal", +"res://src/map/dungeon/floors/Floor13/": "teal", +"res://src/map/dungeon/floors/Floor14/": "teal", +"res://src/map/dungeon/floors/Floor15/": "teal", "res://src/player/": "blue", "res://src/ui/inventory_menu/": "green" } diff --git a/Zennysoft.Game.Ma/src/map/Placeables/A2-Socket.tscn b/Zennysoft.Game.Ma/src/map/Placeables/A2-Socket.tscn new file mode 100644 index 00000000..1c0dd25f --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/Placeables/A2-Socket.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://kbrt3cos7udm"] + +[ext_resource type="PackedScene" uid="uid://22mhkfsrivok" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb" id="1_b3je8"] + +[node name="A2SOCKET" type="Node3D"] + +[node name="A2-SOCKET" parent="." instance=ExtResource("1_b3je8")] diff --git a/Zennysoft.Game.Ma/src/map/Placeables/Sarco.tscn b/Zennysoft.Game.Ma/src/map/Placeables/Sarco.tscn new file mode 100644 index 00000000..8c271e93 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/Placeables/Sarco.tscn @@ -0,0 +1,21 @@ +[gd_scene load_steps=4 format=3 uid="uid://dqjovmlt1y4tb"] + +[ext_resource type="PackedScene" uid="uid://bfvy34lj7lns" path="res://src/map/assets/Sarcophagus/sarco altar.glb" id="1_35fk8"] +[ext_resource type="PackedScene" uid="uid://d2rje5p3a0xdg" path="res://src/map/assets/Sarcophagus/sarco.glb" id="2_c6ny3"] + +[sub_resource type="CylinderShape3D" id="CylinderShape3D_bw4xo"] +height = 10.272 +radius = 2.56201 + +[node name="Sarco" type="Node3D"] +transform = Transform3D(0.8, 0, 0, 0, 0.8, 0, 0, 0, 0.8, 0, 0, 0) + +[node name="sarco altar" parent="." instance=ExtResource("1_35fk8")] + +[node name="sarco" parent="." instance=ExtResource("2_c6ny3")] + +[node name="StaticBody3D" type="StaticBody3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.674886, 5.20786, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"] +shape = SubResource("CylinderShape3D_bw4xo") diff --git a/Zennysoft.Game.Ma/src/map/UnlockableDoor.cs b/Zennysoft.Game.Ma/src/map/UnlockableDoor.cs index 8e043d73..a8b5a322 100644 --- a/Zennysoft.Game.Ma/src/map/UnlockableDoor.cs +++ b/Zennysoft.Game.Ma/src/map/UnlockableDoor.cs @@ -11,13 +11,13 @@ public partial class UnlockableDoor : Node3D, IDoor public void OnReady() { - UnlockArea.AreaEntered += UnlockArea_AreaEntered; + UnlockArea.AreaEntered += UnlockArea_AreaEntered; } private void UnlockArea_AreaEntered(Area3D area) { - var children = GetChildren(); - foreach (var child in children) - child.QueueFree(); + var children = GetChildren(); + foreach (var child in children) + child.QueueFree(); } } diff --git a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY.glb b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY.glb rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY.glb diff --git a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY.glb.import b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY.glb.import similarity index 74% rename from Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY.glb.import rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY.glb.import index 06a2e7cf..a0e005db 100644 --- a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY.glb.import +++ b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://6wwibo25iv0f" -path="res://.godot/imported/A1DOORWAY.glb-e34b1936c9a56eb61e54faed6176c9db.scn" +path="res://.godot/imported/A1DOORWAY.glb-e1e255a25ad89bb6265020e4b5e90fb1.scn" [deps] -source_file="res://src/map/assets/Dungeon Doors/A1DOORWAY.glb" -dest_files=["res://.godot/imported/A1DOORWAY.glb-e34b1936c9a56eb61e54faed6176c9db.scn"] +source_file="res://src/map/assets/Dungeon Door Models/A1DOORWAY.glb" +dest_files=["res://.godot/imported/A1DOORWAY.glb-e1e255a25ad89bb6265020e4b5e90fb1.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY_BLOCKED-DOOR_REGULAR.png b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY_BLOCKED-DOOR_REGULAR.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY_BLOCKED-DOOR_REGULAR.png rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY_BLOCKED-DOOR_REGULAR.png diff --git a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY_BLOCKED-DOOR_REGULAR.png.import b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY_BLOCKED-DOOR_REGULAR.png.import similarity index 74% rename from Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY_BLOCKED-DOOR_REGULAR.png.import rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY_BLOCKED-DOOR_REGULAR.png.import index a2054734..91eb69b7 100644 --- a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY_BLOCKED-DOOR_REGULAR.png.import +++ b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY_BLOCKED-DOOR_REGULAR.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bs141dvmb0phl" -path="res://.godot/imported/A1DOORWAY_BLOCKED-DOOR_REGULAR.png-4785d8390c7561ad6e475295bd09e0d2.ctex" +path="res://.godot/imported/A1DOORWAY_BLOCKED-DOOR_REGULAR.png-f6b8f12bc7e0509a92b8a60256e21d76.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/assets/Dungeon Doors/A1DOORWAY_BLOCKED-DOOR_REGULAR.png" -dest_files=["res://.godot/imported/A1DOORWAY_BLOCKED-DOOR_REGULAR.png-4785d8390c7561ad6e475295bd09e0d2.ctex"] +source_file="res://src/map/assets/Dungeon Door Models/A1DOORWAY_BLOCKED-DOOR_REGULAR.png" +dest_files=["res://.godot/imported/A1DOORWAY_BLOCKED-DOOR_REGULAR.png-f6b8f12bc7e0509a92b8a60256e21d76.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY_starsigns.png b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY_starsigns.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY_starsigns.png rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY_starsigns.png diff --git a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY_starsigns.png.import b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY_starsigns.png.import similarity index 69% rename from Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY_starsigns.png.import rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY_starsigns.png.import index dcbfb3ea..10f553fd 100644 --- a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A1DOORWAY_starsigns.png.import +++ b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1DOORWAY_starsigns.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c7hjr8i1d6pb5" -path="res://.godot/imported/A1DOORWAY_starsigns.png-ba25ac3c90481a4c41179dce24025df0.ctex" +path="res://.godot/imported/A1DOORWAY_starsigns.png-d6509a3510265776e88b704a439467b6.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/assets/Dungeon Doors/A1DOORWAY_starsigns.png" -dest_files=["res://.godot/imported/A1DOORWAY_starsigns.png-ba25ac3c90481a4c41179dce24025df0.ctex"] +source_file="res://src/map/assets/Dungeon Door Models/A1DOORWAY_starsigns.png" +dest_files=["res://.godot/imported/A1DOORWAY_starsigns.png-d6509a3510265776e88b704a439467b6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/door/A1_BLOCKED_DOOR.png b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1_BLOCKED_DOOR.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/door/A1_BLOCKED_DOOR.png rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1_BLOCKED_DOOR.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/door/A1_BLOCKED_DOOR.png.import b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1_BLOCKED_DOOR.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/map/dungeon/door/A1_BLOCKED_DOOR.png.import rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1_BLOCKED_DOOR.png.import index f7b74ba0..b6b366c3 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/door/A1_BLOCKED_DOOR.png.import +++ b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A1_BLOCKED_DOOR.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d0mag58v6pv4" -path="res://.godot/imported/A1_BLOCKED_DOOR.png-b775b1534b44ee4962cecf7885e541f6.ctex" +path="res://.godot/imported/A1_BLOCKED_DOOR.png-5953f44ffe898cb646956478edbeae3a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/map/dungeon/door/A1_BLOCKED_DOOR.png" -dest_files=["res://.godot/imported/A1_BLOCKED_DOOR.png-b775b1534b44ee4962cecf7885e541f6.ctex"] +source_file="res://src/map/assets/Dungeon Door Models/A1_BLOCKED_DOOR.png" +dest_files=["res://.godot/imported/A1_BLOCKED_DOOR.png-5953f44ffe898cb646956478edbeae3a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door.glb b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door.glb rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door.glb diff --git a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door.glb.import b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door.glb.import similarity index 75% rename from Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door.glb.import rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door.glb.import index 9c28a320..37579350 100644 --- a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door.glb.import +++ b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cfy7h6itq80y0" -path="res://.godot/imported/A2Door.glb-a4857795b75e7e133f79ab46613c1398.scn" +path="res://.godot/imported/A2Door.glb-7673812b8dee9ce720fc5a8462a1799f.scn" [deps] -source_file="res://src/map/assets/Dungeon Doors/A2Door.glb" -dest_files=["res://.godot/imported/A2Door.glb-a4857795b75e7e133f79ab46613c1398.scn"] +source_file="res://src/map/assets/Dungeon Door Models/A2Door.glb" +dest_files=["res://.godot/imported/A2Door.glb-7673812b8dee9ce720fc5a8462a1799f.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door_BLOCKED-DOOR_ZONE2.png b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door_BLOCKED-DOOR_ZONE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door_BLOCKED-DOOR_ZONE2.png rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door_BLOCKED-DOOR_ZONE2.png diff --git a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door_BLOCKED-DOOR_ZONE2.png.import b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door_BLOCKED-DOOR_ZONE2.png.import similarity index 75% rename from Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door_BLOCKED-DOOR_ZONE2.png.import rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door_BLOCKED-DOOR_ZONE2.png.import index cf96f1cc..6a0116c4 100644 --- a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door_BLOCKED-DOOR_ZONE2.png.import +++ b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door_BLOCKED-DOOR_ZONE2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsih0kkdgx58e" -path="res://.godot/imported/A2Door_BLOCKED-DOOR_ZONE2.png-4634e18a3099f203e91deab8b85720f7.ctex" +path="res://.godot/imported/A2Door_BLOCKED-DOOR_ZONE2.png-ab402c2d79f8147d55b882c69d6829c5.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/assets/Dungeon Doors/A2Door_BLOCKED-DOOR_ZONE2.png" -dest_files=["res://.godot/imported/A2Door_BLOCKED-DOOR_ZONE2.png-4634e18a3099f203e91deab8b85720f7.ctex"] +source_file="res://src/map/assets/Dungeon Door Models/A2Door_BLOCKED-DOOR_ZONE2.png" +dest_files=["res://.godot/imported/A2Door_BLOCKED-DOOR_ZONE2.png-ab402c2d79f8147d55b882c69d6829c5.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door_angkor_mural.jpg b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door_angkor_mural.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door_angkor_mural.jpg rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door_angkor_mural.jpg diff --git a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door_angkor_mural.jpg.import b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door_angkor_mural.jpg.import similarity index 69% rename from Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door_angkor_mural.jpg.import rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door_angkor_mural.jpg.import index 82675e60..6ab596b0 100644 --- a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/A2Door_angkor_mural.jpg.import +++ b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2Door_angkor_mural.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://pjdvoqlwwjpr" -path="res://.godot/imported/A2Door_angkor_mural.jpg-c4269de1d56e33e3592eb22219384ba5.ctex" +path="res://.godot/imported/A2Door_angkor_mural.jpg-2822d7ff3a5eb175969519ad9ca24a46.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/assets/Dungeon Doors/A2Door_angkor_mural.jpg" -dest_files=["res://.godot/imported/A2Door_angkor_mural.jpg-c4269de1d56e33e3592eb22219384ba5.ctex"] +source_file="res://src/map/assets/Dungeon Door Models/A2Door_angkor_mural.jpg" +dest_files=["res://.godot/imported/A2Door_angkor_mural.jpg-2822d7ff3a5eb175969519ad9ca24a46.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/door/A2_BLOCKED_DOOR.png b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2_BLOCKED_DOOR.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/door/A2_BLOCKED_DOOR.png rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2_BLOCKED_DOOR.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/door/A2_BLOCKED_DOOR.png.import b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2_BLOCKED_DOOR.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/map/dungeon/door/A2_BLOCKED_DOOR.png.import rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2_BLOCKED_DOOR.png.import index f9828521..2a920f12 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/door/A2_BLOCKED_DOOR.png.import +++ b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/A2_BLOCKED_DOOR.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dvast710lxrmw" -path="res://.godot/imported/A2_BLOCKED_DOOR.png-723294a905afb93872498e2e20f5f00f.ctex" +path="res://.godot/imported/A2_BLOCKED_DOOR.png-3d33bc8a932b666db8c48e51700546c6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/map/dungeon/door/A2_BLOCKED_DOOR.png" -dest_files=["res://.godot/imported/A2_BLOCKED_DOOR.png-723294a905afb93872498e2e20f5f00f.ctex"] +source_file="res://src/map/assets/Dungeon Door Models/A2_BLOCKED_DOOR.png" +dest_files=["res://.godot/imported/A2_BLOCKED_DOOR.png-3d33bc8a932b666db8c48e51700546c6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/assets/Blocked Door A1 .png b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/Blocked Door A1 .png similarity index 100% rename from Zennysoft.Game.Ma/src/map/assets/Blocked Door A1 .png rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/Blocked Door A1 .png diff --git a/Zennysoft.Game.Ma/src/map/assets/Blocked Door A1 .png.import b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/Blocked Door A1 .png.import similarity index 68% rename from Zennysoft.Game.Ma/src/map/assets/Blocked Door A1 .png.import rename to Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/Blocked Door A1 .png.import index 446e63d1..47ccf1f1 100644 --- a/Zennysoft.Game.Ma/src/map/assets/Blocked Door A1 .png.import +++ b/Zennysoft.Game.Ma/src/map/assets/Dungeon Door Models/Blocked Door A1 .png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://del2dfj3etokd" -path="res://.godot/imported/Blocked Door A1 .png-5bd17db692494d035a44e11f7c97102a.ctex" +path="res://.godot/imported/Blocked Door A1 .png-6ebdc0d3b1e5fe251f887edce814d48b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/map/assets/Blocked Door A1 .png" -dest_files=["res://.godot/imported/Blocked Door A1 .png-5bd17db692494d035a44e11f7c97102a.ctex"] +source_file="res://src/map/assets/Dungeon Door Models/Blocked Door A1 .png" +dest_files=["res://.godot/imported/Blocked Door A1 .png-6ebdc0d3b1e5fe251f887edce814d48b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/assets/OW_gate.glb b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/OW_gate.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/assets/OW_gate.glb rename to Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/OW_gate.glb diff --git a/Zennysoft.Game.Ma/src/map/assets/OW_gate.glb.import b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/OW_gate.glb.import similarity index 75% rename from Zennysoft.Game.Ma/src/map/assets/OW_gate.glb.import rename to Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/OW_gate.glb.import index 07d7fa7b..bd303a54 100644 --- a/Zennysoft.Game.Ma/src/map/assets/OW_gate.glb.import +++ b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/OW_gate.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dld10xlpr8d17" -path="res://.godot/imported/OW_gate.glb-fe522ba9c9961b3460ab4082c3a88f94.scn" +path="res://.godot/imported/OW_gate.glb-4956b1570e6f28d009620c239abe60b0.scn" [deps] -source_file="res://src/map/assets/OW_gate.glb" -dest_files=["res://.godot/imported/OW_gate.glb-fe522ba9c9961b3460ab4082c3a88f94.scn"] +source_file="res://src/map/assets/Overworld Assetts/OW_gate.glb" +dest_files=["res://.godot/imported/OW_gate.glb-4956b1570e6f28d009620c239abe60b0.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/assets/OW_gate_metal_0029_color_1k.jpg b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/OW_gate_metal_0029_color_1k.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/assets/OW_gate_metal_0029_color_1k.jpg rename to Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/OW_gate_metal_0029_color_1k.jpg diff --git a/Zennysoft.Game.Ma/src/map/assets/OW_gate_metal_0029_color_1k.jpg.import b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/OW_gate_metal_0029_color_1k.jpg.import similarity index 75% rename from Zennysoft.Game.Ma/src/map/assets/OW_gate_metal_0029_color_1k.jpg.import rename to Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/OW_gate_metal_0029_color_1k.jpg.import index 83f0f5e6..f0e1ceac 100644 --- a/Zennysoft.Game.Ma/src/map/assets/OW_gate_metal_0029_color_1k.jpg.import +++ b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/OW_gate_metal_0029_color_1k.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhivollpx6jd1" -path="res://.godot/imported/OW_gate_metal_0029_color_1k.jpg-edc9606d9c7000f69615959b28e68b89.ctex" +path="res://.godot/imported/OW_gate_metal_0029_color_1k.jpg-a6f01c003f27970d81f3b98038025697.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/assets/OW_gate_metal_0029_color_1k.jpg" -dest_files=["res://.godot/imported/OW_gate_metal_0029_color_1k.jpg-edc9606d9c7000f69615959b28e68b89.ctex"] +source_file="res://src/map/assets/Overworld Assetts/OW_gate_metal_0029_color_1k.jpg" +dest_files=["res://.godot/imported/OW_gate_metal_0029_color_1k.jpg-a6f01c003f27970d81f3b98038025697.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/assets/Overworld - Upper Water Higher Subdiv.glb b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/Overworld - Upper Water Higher Subdiv.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/assets/Overworld - Upper Water Higher Subdiv.glb rename to Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/Overworld - Upper Water Higher Subdiv.glb diff --git a/Zennysoft.Game.Ma/src/map/assets/Overworld - Upper Water Higher Subdiv.glb.import b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/Overworld - Upper Water Higher Subdiv.glb.import similarity index 81% rename from Zennysoft.Game.Ma/src/map/assets/Overworld - Upper Water Higher Subdiv.glb.import rename to Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/Overworld - Upper Water Higher Subdiv.glb.import index fa62b222..e455c811 100644 --- a/Zennysoft.Game.Ma/src/map/assets/Overworld - Upper Water Higher Subdiv.glb.import +++ b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/Overworld - Upper Water Higher Subdiv.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://by0ljkdhkhylv" -path="res://.godot/imported/Overworld - Upper Water Higher Subdiv.glb-519365517bb8bf171cba7230277a7979.scn" +path="res://.godot/imported/Overworld - Upper Water Higher Subdiv.glb-d3145cb71ccd594748148cff195a4582.scn" [deps] -source_file="res://src/map/assets/Overworld - Upper Water Higher Subdiv.glb" -dest_files=["res://.godot/imported/Overworld - Upper Water Higher Subdiv.glb-519365517bb8bf171cba7230277a7979.scn"] +source_file="res://src/map/assets/Overworld Assetts/Overworld - Upper Water Higher Subdiv.glb" +dest_files=["res://.godot/imported/Overworld - Upper Water Higher Subdiv.glb-d3145cb71ccd594748148cff195a4582.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/assets/Overworld - Upper Water Higher Subdiv_OCEAN.png b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/Overworld - Upper Water Higher Subdiv_OCEAN.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/assets/Overworld - Upper Water Higher Subdiv_OCEAN.png rename to Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/Overworld - Upper Water Higher Subdiv_OCEAN.png diff --git a/Zennysoft.Game.Ma/src/map/assets/Overworld - Upper Water Higher Subdiv_OCEAN.png.import b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/Overworld - Upper Water Higher Subdiv_OCEAN.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/assets/Overworld - Upper Water Higher Subdiv_OCEAN.png.import rename to Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/Overworld - Upper Water Higher Subdiv_OCEAN.png.import index 618e862b..f4567380 100644 --- a/Zennysoft.Game.Ma/src/map/assets/Overworld - Upper Water Higher Subdiv_OCEAN.png.import +++ b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/Overworld - Upper Water Higher Subdiv_OCEAN.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bnra3afje8dbs" -path="res://.godot/imported/Overworld - Upper Water Higher Subdiv_OCEAN.png-a010ea67bb936d12ca516018cb07c214.ctex" +path="res://.godot/imported/Overworld - Upper Water Higher Subdiv_OCEAN.png-90db5b1ee6a532daea848fb5d5f2a258.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/assets/Overworld - Upper Water Higher Subdiv_OCEAN.png" -dest_files=["res://.godot/imported/Overworld - Upper Water Higher Subdiv_OCEAN.png-a010ea67bb936d12ca516018cb07c214.ctex"] +source_file="res://src/map/assets/Overworld Assetts/Overworld - Upper Water Higher Subdiv_OCEAN.png" +dest_files=["res://.godot/imported/Overworld - Upper Water Higher Subdiv_OCEAN.png-90db5b1ee6a532daea848fb5d5f2a258.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/assets/cloudscape.png b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/cloudscape.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/assets/cloudscape.png rename to Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/cloudscape.png diff --git a/Zennysoft.Game.Ma/src/map/assets/cloudscape.png.import b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/cloudscape.png.import similarity index 69% rename from Zennysoft.Game.Ma/src/map/assets/cloudscape.png.import rename to Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/cloudscape.png.import index 31975a4f..02b9dc5c 100644 --- a/Zennysoft.Game.Ma/src/map/assets/cloudscape.png.import +++ b/Zennysoft.Game.Ma/src/map/assets/Overworld Assetts/cloudscape.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c38grr8d22ukg" -path="res://.godot/imported/cloudscape.png-7985b1dc55a3027c801ff68d0a482713.ctex" +path="res://.godot/imported/cloudscape.png-6a88b72cf96e4ead0685a4de25615ab9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/map/assets/cloudscape.png" -dest_files=["res://.godot/imported/cloudscape.png-7985b1dc55a3027c801ff68d0a482713.ctex"] +source_file="res://src/map/assets/Overworld Assetts/cloudscape.png" +dest_files=["res://.godot/imported/cloudscape.png-6a88b72cf96e4ead0685a4de25615ab9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/assets/pots and such_depositphotos_55886525-stock-photo-grunge-texture-terracotta-background.jpg.import b/Zennysoft.Game.Ma/src/map/assets/pots and such_depositphotos_55886525-stock-photo-grunge-texture-terracotta-background.jpg.import deleted file mode 100644 index a532e35e..00000000 --- a/Zennysoft.Game.Ma/src/map/assets/pots and such_depositphotos_55886525-stock-photo-grunge-texture-terracotta-background.jpg.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://buc32hql74uun" -path="res://.godot/imported/pots and such_depositphotos_55886525-stock-photo-grunge-texture-terracotta-background.jpg-dbca9bccec77f6d62f750b6dba4d0984.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "ccefa9a6993c9d73552c9ef93b2f2e44" -} - -[deps] - -source_file="res://src/map/assets/pots and such_depositphotos_55886525-stock-photo-grunge-texture-terracotta-background.jpg" -dest_files=["res://.godot/imported/pots and such_depositphotos_55886525-stock-photo-grunge-texture-terracotta-background.jpg-dbca9bccec77f6d62f750b6dba4d0984.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/assets/pots and such_depositphotos_55886525-stock-photo-grunge-texture-terracotta-background.jpg b/Zennysoft.Game.Ma/src/map/assets/terracotta.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/assets/pots and such_depositphotos_55886525-stock-photo-grunge-texture-terracotta-background.jpg rename to Zennysoft.Game.Ma/src/map/assets/terracotta.jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_TILE4.png.import b/Zennysoft.Game.Ma/src/map/assets/terracotta.jpg.import similarity index 61% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_TILE4.png.import rename to Zennysoft.Game.Ma/src/map/assets/terracotta.jpg.import index 69eca51d..70915d19 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_TILE4.png.import +++ b/Zennysoft.Game.Ma/src/map/assets/terracotta.jpg.import @@ -2,19 +2,19 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bn54vhwu62a0i" -path="res://.godot/imported/CORRIDOR_AREA_1_TILE4.png-80e21b774978bf4e236b05bc0dceb555.ctex" +uid="uid://buc32hql74uun" +path="res://.godot/imported/terracotta.jpg-4087d6f28f5092f17f20f3749d422785.ctex" metadata={ "vram_texture": false } generator_parameters={ -"md5": "9635fa0f67978d0bbc3cd49048bec1c6" +"md5": "ccefa9a6993c9d73552c9ef93b2f2e44" } [deps] -source_file="res://src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_TILE4.png" -dest_files=["res://.godot/imported/CORRIDOR_AREA_1_TILE4.png-80e21b774978bf4e236b05bc0dceb555.ctex"] +source_file="res://src/map/assets/terracotta.jpg" +dest_files=["res://.godot/imported/terracotta.jpg-4087d6f28f5092f17f20f3749d422785.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn index 8bdddd42..88bb8bb3 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=6 format=3 uid="uid://8d6n4tk5aam0"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_cg6gx"] -[ext_resource type="PackedScene" uid="uid://cjknjhcx843r6" path="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb" id="2_ppwe6"] +[ext_resource type="PackedScene" uid="uid://cjknjhcx843r6" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb" id="2_ppwe6"] [sub_resource type="BoxShape3D" id="BoxShape3D_wumfs"] size = Vector3(3.98187, 3.98102, 3.88313) @@ -12,7 +12,7 @@ size = Vector3(3.96973, 3.9892, 0.1) [sub_resource type="BoxShape3D" id="BoxShape3D_ymply"] size = Vector3(4.00526, 0.1, 4.01191) -[node name="Node3D" type="Node3D"] +[node name="A1C1BLOCK" type="Node3D"] script = ExtResource("1_cg6gx") [node name="CA1_1BLOCK" parent="." instance=ExtResource("2_ppwe6")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn index 0b1da02e..3e097d3b 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=6 format=3 uid="uid://dfjc54vc4yc45"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_iqgx8"] -[ext_resource type="PackedScene" uid="uid://bfhasvqwthkmf" path="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb" id="2_feq52"] +[ext_resource type="PackedScene" uid="uid://bfhasvqwthkmf" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb" id="2_feq52"] [sub_resource type="BoxShape3D" id="BoxShape3D_k6ifr"] size = Vector3(7.99652, 3.98102, 3.88313) @@ -12,7 +12,7 @@ size = Vector3(7.98376, 3.9892, 0.1) [sub_resource type="BoxShape3D" id="BoxShape3D_fopvt"] size = Vector3(7.99089, 0.1, 4.01191) -[node name="Node3D" type="Node3D"] +[node name="CA1_2BLOCK" type="Node3D"] script = ExtResource("1_iqgx8") [node name="CA1_2BLOCK" parent="." instance=ExtResource("2_feq52")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn index 8550eae6..9850beb8 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=7 format=3 uid="uid://dlrd6vvwaqq3n"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_ph8ua"] -[ext_resource type="PackedScene" uid="uid://bxi1l14rcpjpf" path="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb" id="2_oc3ya"] +[ext_resource type="PackedScene" uid="uid://bxi1l14rcpjpf" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb" id="2_oc3ya"] [sub_resource type="BoxShape3D" id="BoxShape3D_lbqh3"] size = Vector3(1.98914, 3.98102, 3.88313) @@ -15,7 +15,7 @@ size = Vector3(11.9919, 3.9892, 0.1) [sub_resource type="BoxShape3D" id="BoxShape3D_06274"] size = Vector3(11.9919, 3.9892, 0.1) -[node name="Node3D" type="Node3D"] +[node name="CA1_3BLOCK" type="Node3D"] script = ExtResource("1_ph8ua") [node name="CA1_3BLOCK" parent="." instance=ExtResource("2_oc3ya")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn index 1637632b..e09c9264 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=7 format=3 uid="uid://b6tcqnvlc5ayk"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_icfon"] -[ext_resource type="PackedScene" uid="uid://d0s23qa45g3pg" path="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb" id="2_20qq7"] +[ext_resource type="PackedScene" uid="uid://d0s23qa45g3pg" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb" id="2_20qq7"] [sub_resource type="BoxShape3D" id="BoxShape3D_kf5o1"] size = Vector3(1.98914, 3.98102, 3.88313) @@ -15,7 +15,7 @@ size = Vector3(15.9861, 3.9892, 0.1) [sub_resource type="BoxShape3D" id="BoxShape3D_bxp2w"] size = Vector3(15.9852, 3.9892, 0.1) -[node name="Node3D" type="Node3D"] +[node name="CA1_4BLOCK" type="Node3D"] script = ExtResource("1_icfon") [node name="CA1_4BLOCK" parent="." instance=ExtResource("2_20qq7")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn index deafdfe9..7222fbba 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=7 format=3 uid="uid://ckopnseygq01m"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_67h0r"] -[ext_resource type="PackedScene" uid="uid://csye32n2nh7uo" path="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb" id="2_e2gre"] +[ext_resource type="PackedScene" uid="uid://csye32n2nh7uo" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb" id="2_e2gre"] [sub_resource type="BoxShape3D" id="BoxShape3D_5qk5g"] size = Vector3(1.98914, 3.98102, 3.88313) @@ -15,7 +15,7 @@ size = Vector3(19.9861, 3.9892, 0.1) [sub_resource type="BoxShape3D" id="BoxShape3D_dscly"] size = Vector3(19.9872, 3.9892, 0.1) -[node name="Node3D" type="Node3D"] +[node name="CA1_5BLOCK" type="Node3D"] script = ExtResource("1_67h0r") [node name="CA1_5BLOCK" parent="." instance=ExtResource("2_e2gre")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Corner .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Corner .tscn index 9fa3a776..f0f439f7 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Corner .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Corner .tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=11 format=3 uid="uid://cjxrkxr0bgeh1"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_lawpv"] -[ext_resource type="PackedScene" uid="uid://d3iikbygqlww5" path="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb" id="2_huy2k"] +[ext_resource type="PackedScene" uid="uid://d3iikbygqlww5" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb" id="2_huy2k"] [sub_resource type="BoxShape3D" id="BoxShape3D_87led"] size = Vector3(1.98914, 3.98102, 3.72977) @@ -27,7 +27,7 @@ size = Vector3(7.98925, 3.9892, 0.1) [sub_resource type="BoxShape3D" id="BoxShape3D_k040t"] size = Vector3(3.994, 7.9736, 0.1) -[node name="Node3D" type="Node3D"] +[node name="CA1_CORNERBLOCK" type="Node3D"] script = ExtResource("1_lawpv") [node name="CA1_CORNERBLOCK" parent="." instance=ExtResource("2_huy2k")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn index 69fbb9bd..819e0ecb 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=7 format=3 uid="uid://cmobnodvd3884"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_6txl7"] -[ext_resource type="PackedScene" uid="uid://cotx3wyjwiuv2" path="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb" id="2_7kt5i"] +[ext_resource type="PackedScene" uid="uid://cotx3wyjwiuv2" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb" id="2_7kt5i"] [sub_resource type="BoxShape3D" id="BoxShape3D_gkwp0"] size = Vector3(1.98914, 3.98102, 3.88313) @@ -15,7 +15,7 @@ size = Vector3(4.30623, 3.9892, 0.1) [sub_resource type="BoxShape3D" id="BoxShape3D_jvqea"] size = Vector3(12.0023, 4.01132, 0.1) -[node name="Node3D" type="Node3D"] +[node name="CA1_CROSSBLOCK" type="Node3D"] script = ExtResource("1_6txl7") [node name="CA1_CROSSBLOCK" parent="." instance=ExtResource("2_7kt5i")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn index 9d8529b3..c7863938 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=13 format=3 uid="uid://cf28w6f6dvu5a"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_u04dj"] -[ext_resource type="PackedScene" uid="uid://bn4ix4eirgmx4" path="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb" id="2_j3ujp"] +[ext_resource type="PackedScene" uid="uid://bn4ix4eirgmx4" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb" id="2_j3ujp"] [sub_resource type="BoxShape3D" id="BoxShape3D_1x558"] size = Vector3(1.98914, 3.98102, 3.88313) @@ -33,7 +33,7 @@ size = Vector3(15.9244, 3.9892, 0.1) [sub_resource type="BoxShape3D" id="BoxShape3D_jiiwu"] size = Vector3(3.96991, 8.00859, 0.1) -[node name="Node3D" type="Node3D"] +[node name="CA1_SBLOCK" type="Node3D"] script = ExtResource("1_u04dj") [node name="CA1_SBLOCK" parent="." instance=ExtResource("2_j3ujp")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn index daac586d..354c1a85 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=10 format=3 uid="uid://dgimg6s6w3xxd"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_jw60f"] -[ext_resource type="PackedScene" uid="uid://cwf4awh1e7wwf" path="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb" id="2_8iso1"] +[ext_resource type="PackedScene" uid="uid://cwf4awh1e7wwf" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb" id="2_8iso1"] [sub_resource type="BoxShape3D" id="BoxShape3D_p4vjy"] size = Vector3(3.97492, 3.98102, 3.88313) @@ -24,7 +24,7 @@ size = Vector3(4.00874, 3.9892, 0.1) [sub_resource type="BoxShape3D" id="BoxShape3D_sj14y"] size = Vector3(7.97935, 11.9599, 0.1) -[node name="Node3D" type="Node3D"] +[node name="CA1_TBLOCK" type="Node3D"] script = ExtResource("1_jw60f") [node name="CA1_TBLOCK" parent="." instance=ExtResource("2_8iso1")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn index d1535dfe..345ae1c1 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=13 format=3 uid="uid://8u5kue6pljh0"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_q7f8v"] -[ext_resource type="PackedScene" uid="uid://kjv0f5l7xast" path="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb" id="2_apwqt"] +[ext_resource type="PackedScene" uid="uid://kjv0f5l7xast" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb" id="2_apwqt"] [sub_resource type="BoxShape3D" id="BoxShape3D_l07sf"] size = Vector3(1.98914, 3.98102, 3.88313) @@ -33,7 +33,7 @@ size = Vector3(15.9697, 3.9892, 0.1) [sub_resource type="BoxShape3D" id="BoxShape3D_8e0vl"] size = Vector3(3.97751, 8.10873, 0.1) -[node name="Node3D" type="Node3D"] +[node name="CA1_ZBLOCK" type="Node3D"] script = ExtResource("1_q7f8v") [node name="CA1_ZBLOCK" parent="." instance=ExtResource("2_apwqt")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Zag Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Zag Block .tscn index 2fa4f27e..89d55d6f 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Zag Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Zag Block .tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=14 format=3 uid="uid://nghm4vbxdvcx"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_unmj6"] -[ext_resource type="PackedScene" uid="uid://dlj1dadm3muxe" path="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb" id="2_gr5ss"] +[ext_resource type="PackedScene" uid="uid://dlj1dadm3muxe" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb" id="2_gr5ss"] [sub_resource type="BoxShape3D" id="BoxShape3D_5t05g"] size = Vector3(1.98914, 3.98102, 3.88313) @@ -36,7 +36,7 @@ size = Vector3(7.97826, 3.9892, 0.1) [sub_resource type="BoxShape3D" id="BoxShape3D_ldn3x"] size = Vector3(7.97826, 3.9892, 0.1) -[node name="Node3D" type="Node3D"] +[node name="CA1-ZagBlock" type="Node3D"] script = ExtResource("1_unmj6") [node name="CA1-ZagBlock" parent="." instance=ExtResource("2_gr5ss")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn index d575e629..befb5405 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=4 format=3 uid="uid://cetblp4mtwotw"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_4snqm"] -[ext_resource type="PackedScene" uid="uid://ckwr0w106wj7g" path="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb" id="2_4snqm"] +[ext_resource type="PackedScene" uid="uid://ckwr0w106wj7g" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb" id="2_4snqm"] [sub_resource type="BoxShape3D" id="BoxShape3D_4snqm"] size = Vector3(3.95453, 3.98102, 3.88313) -[node name="Node3D" type="Node3D"] +[node name="CA2_1BLOCK" type="Node3D"] script = ExtResource("1_4snqm") [node name="CA2_1BLOCK" parent="." instance=ExtResource("2_4snqm")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn index 04d9d69b..b963ebd3 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=4 format=3 uid="uid://bp8dy2pd56gkm"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_wf6mw"] -[ext_resource type="PackedScene" uid="uid://dty3eg8aci4bn" path="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb" id="2_wf6mw"] +[ext_resource type="PackedScene" uid="uid://dty3eg8aci4bn" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb" id="2_wf6mw"] [sub_resource type="BoxShape3D" id="BoxShape3D_wf6mw"] size = Vector3(7.98786, 3.98102, 3.88313) -[node name="Node3D" type="Node3D"] +[node name="CA2_2BLOCK" type="Node3D"] script = ExtResource("1_wf6mw") [node name="CA2_2BLOCK" parent="." instance=ExtResource("2_wf6mw")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn index 4c82e6ca..eee20d59 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=4 format=3 uid="uid://bnhcth7efq2da"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_t61r6"] -[ext_resource type="PackedScene" uid="uid://bvd24kwls4gud" path="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb" id="2_t61r6"] +[ext_resource type="PackedScene" uid="uid://bvd24kwls4gud" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb" id="2_t61r6"] [sub_resource type="BoxShape3D" id="BoxShape3D_t61r6"] size = Vector3(1.98914, 3.98102, 3.88313) -[node name="Node3D" type="Node3D"] +[node name="CA2_4BLOCK" type="Node3D"] script = ExtResource("1_t61r6") [node name="CA2_4BLOCK" parent="." instance=ExtResource("2_t61r6")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn index 4b2cbd2d..98e8079a 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=4 format=3 uid="uid://dashmsecoojsf"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_hceu2"] -[ext_resource type="PackedScene" uid="uid://k2ibaps2edtl" path="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb" id="2_hceu2"] +[ext_resource type="PackedScene" uid="uid://k2ibaps2edtl" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb" id="2_hceu2"] [sub_resource type="BoxShape3D" id="BoxShape3D_hceu2"] size = Vector3(1.98914, 3.98102, 3.88313) -[node name="Node3D" type="Node3D"] +[node name="CA2_5BLOCK" type="Node3D"] script = ExtResource("1_hceu2") [node name="CA2_5BLOCK" parent="." instance=ExtResource("2_hceu2")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Corner .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Corner .tscn index 8140de27..cd5f8ef0 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Corner .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Corner .tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=5 format=3 uid="uid://ds6g6la483j2v"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_aknhk"] -[ext_resource type="PackedScene" uid="uid://dvo5y352kwouj" path="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb" id="2_aknhk"] +[ext_resource type="PackedScene" uid="uid://dvo5y352kwouj" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb" id="2_aknhk"] [sub_resource type="BoxShape3D" id="BoxShape3D_aknhk"] size = Vector3(1.98914, 3.98102, 3.88313) @@ -9,7 +9,7 @@ size = Vector3(1.98914, 3.98102, 3.88313) [sub_resource type="BoxShape3D" id="BoxShape3D_oxdo1"] size = Vector3(1.98914, 3.98102, 3.88313) -[node name="Node3D" type="Node3D"] +[node name="CA2_CORNERBLOCK" type="Node3D"] script = ExtResource("1_aknhk") [node name="Ca2_CornerBlock1" parent="." instance=ExtResource("2_aknhk")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn index 26e0c2b8..846eea29 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn @@ -1,10 +1,99 @@ -[gd_scene load_steps=3 format=3 uid="uid://e17ephn3qhyp"] +[gd_scene load_steps=7 format=3 uid="uid://e17ephn3qhyp"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_18sbc"] -[ext_resource type="PackedScene" uid="uid://deynd5vuxbc8t" path="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb" id="2_18sbc"] +[ext_resource type="PackedScene" uid="uid://deynd5vuxbc8t" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb" id="2_18sbc"] -[node name="Node3D" type="Node3D"] +[sub_resource type="BoxShape3D" id="BoxShape3D_18sbc"] +size = Vector3(1.98914, 3.98102, 3.88313) + +[sub_resource type="BoxShape3D" id="BoxShape3D_qb8j5"] +size = Vector3(4.30623, 3.9892, 0.1) + +[sub_resource type="BoxShape3D" id="BoxShape3D_keqg6"] +size = Vector3(4.30623, 3.9892, 0.1) + +[sub_resource type="BoxShape3D" id="BoxShape3D_a0n23"] +size = Vector3(12.0023, 4.01132, 0.1) + +[node name="CA2_CROSSBLOCK" type="Node3D"] script = ExtResource("1_18sbc") [node name="CA2_CROSSBLOCK" parent="." instance=ExtResource("2_18sbc")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.46519, 0) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.46519, 3.98842) + +[node name="Room" type="Node3D" parent="."] + +[node name="Room" type="Area3D" parent="Room"] +unique_name_in_owner = true +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 11.8436, 0) +visible = false +collision_layer = 0 +collision_mask = 10 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room/Room"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.02327, -9.84679, -1.94172) +shape = SubResource("BoxShape3D_18sbc") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="Room/Room"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.93491, -9.84679, -1.94172) +shape = SubResource("BoxShape3D_18sbc") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Room/Room"] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 1.98159, -9.84679, 3.03271) +shape = SubResource("BoxShape3D_18sbc") + +[node name="CollisionShape3D4" type="CollisionShape3D" parent="Room/Room"] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 1.98159, -9.84679, -7.00162) +shape = SubResource("BoxShape3D_18sbc") + +[node name="Minimap" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0586098, 0) + +[node name="Minimap" type="MeshInstance3D" parent="Minimap"] +unique_name_in_owner = true +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.93029, 0.00530069, -2.02862) +visible = false +layers = 2 +skeleton = NodePath("../..") + +[node name="StaticBody3D" type="StaticBody3D" parent="."] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.78531, 1.97029, -0.0444681) +shape = SubResource("BoxShape3D_qb8j5") + +[node name="CollisionShape3D7" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 3.93911, 1.97029, 1.85113) +shape = SubResource("BoxShape3D_keqg6") + +[node name="CollisionShape3D8" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 3.93911, 1.97029, -5.83656) +shape = SubResource("BoxShape3D_keqg6") + +[node name="CollisionShape3D9" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0.0320339, 1.97029, -5.83656) +shape = SubResource("BoxShape3D_keqg6") + +[node name="CollisionShape3D10" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0.0320339, 1.97029, 1.86142) +shape = SubResource("BoxShape3D_keqg6") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.78531, 1.97029, -3.95265) +shape = SubResource("BoxShape3D_qb8j5") + +[node name="CollisionShape3D5" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.86097, 1.97029, -0.0444681) +shape = SubResource("BoxShape3D_qb8j5") + +[node name="CollisionShape3D6" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.86097, 1.97029, -3.95265) +shape = SubResource("BoxShape3D_qb8j5") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 1.9743, -0.0448337, -2.00565) +shape = SubResource("BoxShape3D_a0n23") + +[node name="CollisionShape3D4" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, 1.9743, -0.0448337, -2.00565) +shape = SubResource("BoxShape3D_a0n23") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn index 3099dc32..37b08fe4 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=4 format=3 uid="uid://dp42gsgacl331"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_8hqtj"] -[ext_resource type="PackedScene" uid="uid://dvosjgbg4dru8" path="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb" id="2_8hqtj"] +[ext_resource type="PackedScene" uid="uid://dvosjgbg4dru8" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb" id="2_8hqtj"] [sub_resource type="BoxShape3D" id="BoxShape3D_8hqtj"] size = Vector3(1.98914, 3.98102, 3.88313) -[node name="Node3D" type="Node3D"] +[node name="CA2_SBLOCK" type="Node3D"] script = ExtResource("1_8hqtj") [node name="CA2_SBLOCK" parent="." instance=ExtResource("2_8hqtj")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn index c2f21ed0..003fa95b 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=4 format=3 uid="uid://c3lwv11e6oi7a"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_efs71"] -[ext_resource type="PackedScene" uid="uid://ck1uuj321jas" path="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb" id="2_efs71"] +[ext_resource type="PackedScene" uid="uid://ck1uuj321jas" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb" id="2_efs71"] [sub_resource type="BoxShape3D" id="BoxShape3D_efs71"] size = Vector3(3.97492, 3.98102, 3.88313) -[node name="Node3D" type="Node3D"] +[node name="CA2_TBLOCK" type="Node3D"] script = ExtResource("1_efs71") [node name="CA2_TBLOCK" parent="." instance=ExtResource("2_efs71")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn index 608ec70a..016749d6 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=4 format=3 uid="uid://b7hdsijrg4g8c"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_lpude"] -[ext_resource type="PackedScene" uid="uid://b212lt0u1q2ry" path="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb" id="2_lpude"] +[ext_resource type="PackedScene" uid="uid://b212lt0u1q2ry" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb" id="2_lpude"] [sub_resource type="BoxShape3D" id="BoxShape3D_lpude"] size = Vector3(1.98914, 3.98102, 3.88313) -[node name="Node3D" type="Node3D"] +[node name="CA2_ZBLOCK" type="Node3D"] script = ExtResource("1_lpude") [node name="CA2_ZBLOCK" parent="." instance=ExtResource("2_lpude")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn index 59d68aa3..6cd7815c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=4 format=3 uid="uid://ba1qktwfba0h8"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_a5b6m"] -[ext_resource type="PackedScene" uid="uid://b7e41cldp2phf" path="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb" id="2_a5b6m"] +[ext_resource type="PackedScene" uid="uid://b7e41cldp2phf" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb" id="2_a5b6m"] [sub_resource type="BoxShape3D" id="BoxShape3D_11cjv"] size = Vector3(1.98914, 3.98102, 3.88313) -[node name="Node3D" type="Node3D"] +[node name="CA2_ZAGBLOCK" type="Node3D"] script = ExtResource("1_a5b6m") [node name="CA2_ZAGBLOCK" parent="." instance=ExtResource("2_a5b6m")] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A.glb b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A.glb deleted file mode 100644 index e6add136..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A.glb and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A.glb.import deleted file mode 100644 index ddd0d852..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A.glb.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="scene" -importer_version=1 -type="PackedScene" -uid="uid://btbh1pq2q2k1q" -path="res://.godot/imported/18_A1_CORRIDOR_A.glb-1edf13aa372d525851a3deb10c46d66e.scn" - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A.glb" -dest_files=["res://.godot/imported/18_A1_CORRIDOR_A.glb-1edf13aa372d525851a3deb10c46d66e.scn"] - -[params] - -nodes/root_type="" -nodes/root_name="" -nodes/apply_root_scale=true -nodes/root_scale=1.0 -nodes/import_as_skeleton_bones=false -nodes/use_node_type_suffixes=true -meshes/ensure_tangents=true -meshes/generate_lods=true -meshes/create_shadow_meshes=true -meshes/light_baking=1 -meshes/lightmap_texel_size=0.2 -meshes/force_disable_compression=false -skins/use_named_skins=true -animation/import=true -animation/fps=30 -animation/trimming=false -animation/remove_immutable_tracks=true -animation/import_rest_as_RESET=false -import_script/path="" -_subresources={} -gltf/naming_version=1 -gltf/embedded_image_handling=1 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_TILE4.png deleted file mode 100644 index 8742d39e..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_TILE4.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_TILE4.png.import deleted file mode 100644 index 6e4e97c9..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_TILE4.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dpv6gobmdhgq5" -path="res://.godot/imported/18_A1_CORRIDOR_A_TILE4.png-52812357a0987ee42ae67a522c9a4d9a.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "7b53babe76d0484b408a519f8fc329b5" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_TILE4.png" -dest_files=["res://.godot/imported/18_A1_CORRIDOR_A_TILE4.png-52812357a0987ee42ae67a522c9a4d9a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_WALL TILE 1.jpg b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_WALL TILE 1.jpg deleted file mode 100644 index f0b0415b..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_WALL TILE 1.jpg and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_WALL TILE 1.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_WALL TILE 1.jpg.import deleted file mode 100644 index ffbd1005..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_WALL TILE 1.jpg.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://crsw35eypj6ry" -path="res://.godot/imported/18_A1_CORRIDOR_A_WALL TILE 1.jpg-00761c7712ad1eab8270937d484361d0.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "c591bfa502b4a13cdf376c08035fb58d" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_WALL TILE 1.jpg" -dest_files=["res://.godot/imported/18_A1_CORRIDOR_A_WALL TILE 1.jpg-00761c7712ad1eab8270937d484361d0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_brick_corridor_corrected.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_brick_corridor_corrected.png deleted file mode 100644 index 23fb2eb2..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_brick_corridor_corrected.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_brick_corridor_corrected.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_brick_corridor_corrected.png.import deleted file mode 100644 index 441e2b88..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_brick_corridor_corrected.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://3qd7mraoimrf" -path="res://.godot/imported/18_A1_CORRIDOR_A_brick_corridor_corrected.png-9ce0a239b105edcedb77127c0cdee5fd.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_brick_corridor_corrected.png" -dest_files=["res://.godot/imported/18_A1_CORRIDOR_A_brick_corridor_corrected.png-9ce0a239b105edcedb77127c0cdee5fd.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_concrete_0003_color_1k.png deleted file mode 100644 index 74ddada8..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_concrete_0003_color_1k.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_concrete_0003_color_1k.png.import deleted file mode 100644 index ba04e325..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_concrete_0003_color_1k.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://3f43egfmyocx" -path="res://.godot/imported/18_A1_CORRIDOR_A_concrete_0003_color_1k.png-68d9d0764dc0598d2ae9d56024e6d879.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "e9d0d15dfb27e2595fee02f430f1a3df" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/18_A1_CORRIDOR_A_concrete_0003_color_1k.png-68d9d0764dc0598d2ae9d56024e6d879.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_darkbrick.png deleted file mode 100644 index f4c30a37..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_darkbrick.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_darkbrick.png.import deleted file mode 100644 index e1add55b..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_darkbrick.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://db1toc6kj5uq8" -path="res://.godot/imported/18_A1_CORRIDOR_A_darkbrick.png-d24c61670eeadcf0a0e07971084dbef2.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "68c10aa0eb12d3ce4e6477c9edb3c294" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_darkbrick.png" -dest_files=["res://.godot/imported/18_A1_CORRIDOR_A_darkbrick.png-d24c61670eeadcf0a0e07971084dbef2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_lower_corridor_lower.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_lower_corridor_lower.png deleted file mode 100644 index 221daa67..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_lower_corridor_lower.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1.glb b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1.glb deleted file mode 100644 index 575bcfcf..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1.glb and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1.glb.import deleted file mode 100644 index 902a0161..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1.glb.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="scene" -importer_version=1 -type="PackedScene" -uid="uid://dei0uf0yw4bh7" -path="res://.godot/imported/CORRIDOR_AREA_1.glb-aa64b46ca1b0893db32674360488aa68.scn" - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1.glb" -dest_files=["res://.godot/imported/CORRIDOR_AREA_1.glb-aa64b46ca1b0893db32674360488aa68.scn"] - -[params] - -nodes/root_type="" -nodes/root_name="" -nodes/apply_root_scale=true -nodes/root_scale=1.0 -nodes/import_as_skeleton_bones=false -nodes/use_node_type_suffixes=true -meshes/ensure_tangents=true -meshes/generate_lods=true -meshes/create_shadow_meshes=true -meshes/light_baking=1 -meshes/lightmap_texel_size=0.2 -meshes/force_disable_compression=false -skins/use_named_skins=true -animation/import=true -animation/fps=30 -animation/trimming=false -animation/remove_immutable_tracks=true -animation/import_rest_as_RESET=false -import_script/path="" -_subresources={} -gltf/naming_version=1 -gltf/embedded_image_handling=1 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_TILE4.png deleted file mode 100644 index 62392dfe..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_TILE4.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_WALL TILE 1.jpg b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_WALL TILE 1.jpg deleted file mode 100644 index f0b0415b..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_WALL TILE 1.jpg and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_WALL TILE 1.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_WALL TILE 1.jpg.import deleted file mode 100644 index 6eca3ed0..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_WALL TILE 1.jpg.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://el3outo63d0t" -path="res://.godot/imported/CORRIDOR_AREA_1_WALL TILE 1.jpg-34c4dd9d172be05462abe9f492299201.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "c591bfa502b4a13cdf376c08035fb58d" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_WALL TILE 1.jpg" -dest_files=["res://.godot/imported/CORRIDOR_AREA_1_WALL TILE 1.jpg-34c4dd9d172be05462abe9f492299201.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_brick_corridor_corrected.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_brick_corridor_corrected.png deleted file mode 100644 index 23fb2eb2..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_brick_corridor_corrected.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_brick_corridor_corrected.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_brick_corridor_corrected.png.import deleted file mode 100644 index 13344239..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_brick_corridor_corrected.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://smfs8hc8x1aa" -path="res://.godot/imported/CORRIDOR_AREA_1_brick_corridor_corrected.png-7533c322da108377ee13ba834f32cb27.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "01d2dbbb6734168b9ef81eb42bfdb764" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_brick_corridor_corrected.png" -dest_files=["res://.godot/imported/CORRIDOR_AREA_1_brick_corridor_corrected.png-7533c322da108377ee13ba834f32cb27.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_concrete_0003_color_1k.png deleted file mode 100644 index 74ddada8..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_concrete_0003_color_1k.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_concrete_0003_color_1k.png.import deleted file mode 100644 index 1dc15030..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_concrete_0003_color_1k.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://4i60kj87hstd" -path="res://.godot/imported/CORRIDOR_AREA_1_concrete_0003_color_1k.png-053c30753d25a6bfdd76f3843e49b037.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "e9d0d15dfb27e2595fee02f430f1a3df" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/CORRIDOR_AREA_1_concrete_0003_color_1k.png-053c30753d25a6bfdd76f3843e49b037.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_darkbrick.png deleted file mode 100644 index f4c30a37..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_darkbrick.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_darkbrick.png.import deleted file mode 100644 index a2c866fe..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_darkbrick.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dm4puo81tpejk" -path="res://.godot/imported/CORRIDOR_AREA_1_darkbrick.png-92b19c6922cf69084ac10e8f5b7d6d91.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "68c10aa0eb12d3ce4e6477c9edb3c294" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_darkbrick.png" -dest_files=["res://.godot/imported/CORRIDOR_AREA_1_darkbrick.png-92b19c6922cf69084ac10e8f5b7d6d91.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_lower_corridor_lower.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_lower_corridor_lower.png deleted file mode 100644 index 221daa67..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_lower_corridor_lower.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_lower_corridor_lower.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_lower_corridor_lower.png.import deleted file mode 100644 index b0e0af08..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_lower_corridor_lower.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://o8v1gyi3kf5g" -path="res://.godot/imported/CORRIDOR_AREA_1_lower_corridor_lower.png-340485d732139197947f68f420e8cd9f.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "11718783be351bc85b6cb01552e92311" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_lower_corridor_lower.png" -dest_files=["res://.godot/imported/CORRIDOR_AREA_1_lower_corridor_lower.png-340485d732139197947f68f420e8cd9f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B.glb b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B.glb deleted file mode 100644 index cf53c159..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B.glb and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B.glb.import deleted file mode 100644 index 941869e8..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B.glb.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="scene" -importer_version=1 -type="PackedScene" -uid="uid://budcxalmwii5t" -path="res://.godot/imported/37_A2_CORRIDOR_B.glb-f0cbca4cde8dd30e6c52a12487e5883f.scn" - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B.glb" -dest_files=["res://.godot/imported/37_A2_CORRIDOR_B.glb-f0cbca4cde8dd30e6c52a12487e5883f.scn"] - -[params] - -nodes/root_type="" -nodes/root_name="" -nodes/apply_root_scale=true -nodes/root_scale=1.0 -nodes/import_as_skeleton_bones=false -nodes/use_node_type_suffixes=true -meshes/ensure_tangents=true -meshes/generate_lods=true -meshes/create_shadow_meshes=true -meshes/light_baking=1 -meshes/lightmap_texel_size=0.2 -meshes/force_disable_compression=false -skins/use_named_skins=true -animation/import=true -animation/fps=30 -animation/trimming=false -animation/remove_immutable_tracks=true -animation/import_rest_as_RESET=false -import_script/path="" -_subresources={} -gltf/naming_version=1 -gltf/embedded_image_handling=1 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_AREA_2_MAIN_222STONE.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_AREA_2_MAIN_222STONE.png deleted file mode 100644 index 99133879..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_AREA_2_MAIN_222STONE.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_AREA_2_MAIN_222STONE.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_AREA_2_MAIN_222STONE.png.import deleted file mode 100644 index 6f05e4b3..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_AREA_2_MAIN_222STONE.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://byubpdnlpys1g" -path="res://.godot/imported/37_A2_CORRIDOR_B_AREA_2_MAIN_222STONE.png-7f417027ee148942d9a7ce6ea4a00835.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "11027637ea8e7d257bd13c57efd3b5b4" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_AREA_2_MAIN_222STONE.png" -dest_files=["res://.godot/imported/37_A2_CORRIDOR_B_AREA_2_MAIN_222STONE.png-7f417027ee148942d9a7ce6ea4a00835.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_COLUMN_WHITE.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_COLUMN_WHITE.png deleted file mode 100644 index 21189c19..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_COLUMN_WHITE.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_COLUMN_WHITE.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_COLUMN_WHITE.png.import deleted file mode 100644 index 79673669..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_COLUMN_WHITE.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cn0xqpblr7n4u" -path="res://.godot/imported/37_A2_CORRIDOR_B_COLUMN_WHITE.png-4dea12e9c25adbd9cf162eaf408cd9b2.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "0e8fa39a22324fd5345ebb4d3f1deeec" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_COLUMN_WHITE.png" -dest_files=["res://.godot/imported/37_A2_CORRIDOR_B_COLUMN_WHITE.png-4dea12e9c25adbd9cf162eaf408cd9b2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_CORRIDOR_PANEL_UPPER.png deleted file mode 100644 index 650ca4eb..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_CORRIDOR_PANEL_UPPER.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_CORRIDOR_PANEL_UPPER.png.import deleted file mode 100644 index b59ca599..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_CORRIDOR_PANEL_UPPER.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dqj533i8quohm" -path="res://.godot/imported/37_A2_CORRIDOR_B_CORRIDOR_PANEL_UPPER.png-f83002a1cdb29e9340a97a6cf8dc8e2a.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "7a00947386bf978ae4a905d05098510a" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/37_A2_CORRIDOR_B_CORRIDOR_PANEL_UPPER.png-f83002a1cdb29e9340a97a6cf8dc8e2a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_TILE2.png deleted file mode 100644 index 8e46a15d..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_TILE2.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_TILE2.png.import deleted file mode 100644 index d11f9fdc..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_TILE2.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c2kjbuid1jksf" -path="res://.godot/imported/37_A2_CORRIDOR_B_WHITE_TILE2.png-364791c6575f52834624515c24dbdd1c.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "c01abbdce6f043b60cd28e6f386bf90d" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_TILE2.png" -dest_files=["res://.godot/imported/37_A2_CORRIDOR_B_WHITE_TILE2.png-364791c6575f52834624515c24dbdd1c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_layer_brick1.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_layer_brick1.png deleted file mode 100644 index 83d81c6e..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_layer_brick1.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_layer_brick1.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_layer_brick1.png.import deleted file mode 100644 index d1b44a1d..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_layer_brick1.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cot8ff6r8lloh" -path="res://.godot/imported/37_A2_CORRIDOR_B_WHITE_layer_brick1.png-d9c2f61a51b9a4b012b3a3f272ef889b.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "e5a6977947c858572c0564e939e8513c" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_layer_brick1.png" -dest_files=["res://.godot/imported/37_A2_CORRIDOR_B_WHITE_layer_brick1.png-d9c2f61a51b9a4b012b3a3f272ef889b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_area_2_tile_3.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_area_2_tile_3.png deleted file mode 100644 index f479712e..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_area_2_tile_3.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_area_2_tile_3.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_area_2_tile_3.png.import deleted file mode 100644 index 5a46f9e1..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_area_2_tile_3.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bltjwwsy7cieh" -path="res://.godot/imported/37_A2_CORRIDOR_B_area_2_tile_3.png-d224542bb5376f5a5995fd099e1decfb.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "819a5d534963bc6ec1b5baf551805ca8" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_area_2_tile_3.png" -dest_files=["res://.godot/imported/37_A2_CORRIDOR_B_area_2_tile_3.png-d224542bb5376f5a5995fd099e1decfb.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations.glb b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations.glb deleted file mode 100644 index 6ea8f375..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations.glb and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations.glb.import deleted file mode 100644 index e73ef136..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations.glb.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="scene" -importer_version=1 -type="PackedScene" -uid="uid://bewyfgsch0mok" -path="res://.godot/imported/A2 Corridor All Variations.glb-f7d186da855dc06e01e25e6a62d6aeac.scn" - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations.glb" -dest_files=["res://.godot/imported/A2 Corridor All Variations.glb-f7d186da855dc06e01e25e6a62d6aeac.scn"] - -[params] - -nodes/root_type="" -nodes/root_name="" -nodes/apply_root_scale=true -nodes/root_scale=1.0 -nodes/import_as_skeleton_bones=false -nodes/use_node_type_suffixes=true -meshes/ensure_tangents=true -meshes/generate_lods=true -meshes/create_shadow_meshes=true -meshes/light_baking=1 -meshes/lightmap_texel_size=0.2 -meshes/force_disable_compression=false -skins/use_named_skins=true -animation/import=true -animation/fps=30 -animation/trimming=false -animation/remove_immutable_tracks=true -animation/import_rest_as_RESET=false -import_script/path="" -_subresources={} -gltf/naming_version=1 -gltf/embedded_image_handling=1 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_AREA_2_MAIN_222STONE.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_AREA_2_MAIN_222STONE.png deleted file mode 100644 index 99133879..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_AREA_2_MAIN_222STONE.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_AREA_2_MAIN_222STONE.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_AREA_2_MAIN_222STONE.png.import deleted file mode 100644 index 343f5574..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_AREA_2_MAIN_222STONE.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://8cjr51onolei" -path="res://.godot/imported/A2 Corridor All Variations_AREA_2_MAIN_222STONE.png-457c010424f0f73414296067ace1b3ab.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "11027637ea8e7d257bd13c57efd3b5b4" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_AREA_2_MAIN_222STONE.png" -dest_files=["res://.godot/imported/A2 Corridor All Variations_AREA_2_MAIN_222STONE.png-457c010424f0f73414296067ace1b3ab.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_COLUMN_WHITE.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_COLUMN_WHITE.png deleted file mode 100644 index 21189c19..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_COLUMN_WHITE.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_COLUMN_WHITE.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_COLUMN_WHITE.png.import deleted file mode 100644 index fc65418d..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_COLUMN_WHITE.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://66bbgbrj58hr" -path="res://.godot/imported/A2 Corridor All Variations_COLUMN_WHITE.png-2a54c2eef1d7facfa72e8cfc1f148c91.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "0e8fa39a22324fd5345ebb4d3f1deeec" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_COLUMN_WHITE.png" -dest_files=["res://.godot/imported/A2 Corridor All Variations_COLUMN_WHITE.png-2a54c2eef1d7facfa72e8cfc1f148c91.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_CORRIDOR_PANEL_UPPER.png deleted file mode 100644 index 650ca4eb..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_CORRIDOR_PANEL_UPPER.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_CORRIDOR_PANEL_UPPER.png.import deleted file mode 100644 index 34529361..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_CORRIDOR_PANEL_UPPER.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d254vhvef0dbf" -path="res://.godot/imported/A2 Corridor All Variations_CORRIDOR_PANEL_UPPER.png-f87e5e56bd9c49a6d9a73f28f7e64224.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "7a00947386bf978ae4a905d05098510a" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/A2 Corridor All Variations_CORRIDOR_PANEL_UPPER.png-f87e5e56bd9c49a6d9a73f28f7e64224.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_TILE2.png deleted file mode 100644 index 8e46a15d..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_TILE2.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_TILE2.png.import deleted file mode 100644 index 76bbd6c0..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_TILE2.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://r5tri75dssum" -path="res://.godot/imported/A2 Corridor All Variations_WHITE_TILE2.png-2cf0a6d2b38a2d08547feb99f72bed04.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "c01abbdce6f043b60cd28e6f386bf90d" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_TILE2.png" -dest_files=["res://.godot/imported/A2 Corridor All Variations_WHITE_TILE2.png-2cf0a6d2b38a2d08547feb99f72bed04.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_layer_brick1.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_layer_brick1.png deleted file mode 100644 index 83d81c6e..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_layer_brick1.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_layer_brick1.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_layer_brick1.png.import deleted file mode 100644 index 053076ee..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_layer_brick1.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cqec6ea6v2iur" -path="res://.godot/imported/A2 Corridor All Variations_WHITE_layer_brick1.png-62782af39aa61daf35ac7dc1c6523e24.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "e5a6977947c858572c0564e939e8513c" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_WHITE_layer_brick1.png" -dest_files=["res://.godot/imported/A2 Corridor All Variations_WHITE_layer_brick1.png-62782af39aa61daf35ac7dc1c6523e24.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_area_2_tile_3.png b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_area_2_tile_3.png deleted file mode 100644 index f479712e..00000000 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_area_2_tile_3.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_area_2_tile_3.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_area_2_tile_3.png.import deleted file mode 100644 index ac04095f..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_area_2_tile_3.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://djhnx2dp6l80" -path="res://.godot/imported/A2 Corridor All Variations_area_2_tile_3.png-585274e4aa7ce33c371b1f2af1628010.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "819a5d534963bc6ec1b5baf551805ca8" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor B/A2 Corridor All Variations_area_2_tile_3.png" -dest_files=["res://.godot/imported/A2 Corridor All Variations_area_2_tile_3.png-585274e4aa7ce33c371b1f2af1628010.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_TILE4.png.import deleted file mode 100644 index 146a903b..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_TILE4.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://v0vdwvgwuplc" -path="res://.godot/imported/CA1_1BLOCK_TILE4.png-a0c2e3281fc6ba7a0bbc2bee01898fa7.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "9635fa0f67978d0bbc3cd49048bec1c6" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_TILE4.png" -dest_files=["res://.godot/imported/CA1_1BLOCK_TILE4.png-a0c2e3281fc6ba7a0bbc2bee01898fa7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_Alt_Brick.png.import deleted file mode 100644 index e5723a5a..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_Alt_Brick.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c3nsutowjrelf" -path="res://.godot/imported/CA1_2BLOCK_Alt_Brick.png-324ed90fe6d3adef183b89fad9ce743a.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "3f59659f68c12875c0a8b8fe140aa1d8" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_Alt_Brick.png" -dest_files=["res://.godot/imported/CA1_2BLOCK_Alt_Brick.png-324ed90fe6d3adef183b89fad9ce743a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_Alt_Brick.png.import deleted file mode 100644 index db6a0869..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_Alt_Brick.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://crvwuha5sd13g" -path="res://.godot/imported/CA1_3BLOCK_Alt_Brick.png-466c13df4c3dab7b9bd7216265c6442f.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "3f59659f68c12875c0a8b8fe140aa1d8" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_Alt_Brick.png" -dest_files=["res://.godot/imported/CA1_3BLOCK_Alt_Brick.png-466c13df4c3dab7b9bd7216265c6442f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_TILE4.png.import deleted file mode 100644 index 7b162b9e..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_TILE4.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dttwdyhd3br6i" -path="res://.godot/imported/CA1_5BLOCK_TILE4.png-2b5d519ee2aae6aa82c3de85140bb4ab.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "9635fa0f67978d0bbc3cd49048bec1c6" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_TILE4.png" -dest_files=["res://.godot/imported/CA1_5BLOCK_TILE4.png-2b5d519ee2aae6aa82c3de85140bb4ab.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_darkbrick.png.import deleted file mode 100644 index 9be93d38..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_darkbrick.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://y13dxmt0dtqo" -path="res://.godot/imported/CA1_CORNERBLOCK_darkbrick.png-c1379d580efc60f203e86a402eb88380.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "68c10aa0eb12d3ce4e6477c9edb3c294" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_darkbrick.png" -dest_files=["res://.godot/imported/CA1_CORNERBLOCK_darkbrick.png-c1379d580efc60f203e86a402eb88380.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_TILE4.png.import deleted file mode 100644 index 96fae3c2..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_TILE4.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://vlbuypvui8lx" -path="res://.godot/imported/CA1_ZBLOCK_TILE4.png-1b1621b8d454b12d29a07519d8968e06.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "9635fa0f67978d0bbc3cd49048bec1c6" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_TILE4.png" -dest_files=["res://.godot/imported/CA1_ZBLOCK_TILE4.png-1b1621b8d454b12d29a07519d8968e06.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_mottled.png.import deleted file mode 100644 index 0a648afa..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_mottled.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bnopse6sf2sgk" -path="res://.godot/imported/CA2_1BLOCK_mottled.png-60033e95c250c5ef843d17001fb557ca.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "54f201920cc39079cdcde8f0880ce398" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_mottled.png" -dest_files=["res://.godot/imported/CA2_1BLOCK_mottled.png-60033e95c250c5ef843d17001fb557ca.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_WHITE_TILE2.png.import deleted file mode 100644 index 9556806c..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_WHITE_TILE2.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c2tfoqj2vp8rv" -path="res://.godot/imported/CA2_2BLOCK_WHITE_TILE2.png-85f66a33f8940416bd52f62e25825a30.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "c01abbdce6f043b60cd28e6f386bf90d" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_WHITE_TILE2.png" -dest_files=["res://.godot/imported/CA2_2BLOCK_WHITE_TILE2.png-85f66a33f8940416bd52f62e25825a30.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_mottled.png.import deleted file mode 100644 index 5916c2ee..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_mottled.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://brhmhjv3ysnsj" -path="res://.godot/imported/CA2_2BLOCK_mottled.png-179542b0c4e5f7e65c002a8d9375832a.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "54f201920cc39079cdcde8f0880ce398" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_mottled.png" -dest_files=["res://.godot/imported/CA2_2BLOCK_mottled.png-179542b0c4e5f7e65c002a8d9375832a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_DARKER_STONE_AREA_2.png.import deleted file mode 100644 index 552cc366..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_DARKER_STONE_AREA_2.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c8yrt3u5ujgyo" -path="res://.godot/imported/CA2_4BLOCK_DARKER_STONE_AREA_2.png-bf0dc1b9e4a9ce55aa9b57cd78ab2bb7.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "a571ea9259cd4bdb7a8ab58b7439b400" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/CA2_4BLOCK_DARKER_STONE_AREA_2.png-bf0dc1b9e4a9ce55aa9b57cd78ab2bb7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_WHITE_TILE2.png.import deleted file mode 100644 index 0c4b7720..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_WHITE_TILE2.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://0g0ggcrplx08" -path="res://.godot/imported/CA2_4BLOCK_WHITE_TILE2.png-8af2b2426edefb70d975dadd94c5c988.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "c01abbdce6f043b60cd28e6f386bf90d" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_WHITE_TILE2.png" -dest_files=["res://.godot/imported/CA2_4BLOCK_WHITE_TILE2.png-8af2b2426edefb70d975dadd94c5c988.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_mottled.png.import deleted file mode 100644 index f57cbd32..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_mottled.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dyypivkbd7hkd" -path="res://.godot/imported/CA2_4BLOCK_mottled.png-0c18acc54cbd1dae278b85218d2e9c05.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "54f201920cc39079cdcde8f0880ce398" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_mottled.png" -dest_files=["res://.godot/imported/CA2_4BLOCK_mottled.png-0c18acc54cbd1dae278b85218d2e9c05.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_mottled.png.import deleted file mode 100644 index ea91f151..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_mottled.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://3q51yqj1xjpa" -path="res://.godot/imported/CA2_TBLOCK_mottled.png-f82d7dcc04c815c9e8fb88827188cd1a.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "54f201920cc39079cdcde8f0880ce398" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_mottled.png" -dest_files=["res://.godot/imported/CA2_TBLOCK_mottled.png-f82d7dcc04c815c9e8fb88827188cd1a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_mottled.png.import deleted file mode 100644 index 8badfd71..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_mottled.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c7gq3xf4ft2i" -path="res://.godot/imported/CA2_ZBLOCK_mottled.png-ee1fb022a1be52dfdbe40251d6608947.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "54f201920cc39079cdcde8f0880ce398" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_mottled.png" -dest_files=["res://.godot/imported/CA2_ZBLOCK_mottled.png-ee1fb022a1be52dfdbe40251d6608947.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_WHITE_TILE2.png.import deleted file mode 100644 index 0d1f76e6..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_WHITE_TILE2.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://qb3nbjwyiks4" -path="res://.godot/imported/Ca2_CornerBlock1_WHITE_TILE2.png-7c55331bc1c730283180159df8625987.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "c01abbdce6f043b60cd28e6f386bf90d" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_WHITE_TILE2.png" -dest_files=["res://.godot/imported/Ca2_CornerBlock1_WHITE_TILE2.png-7c55331bc1c730283180159df8625987.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_mottled.png.import deleted file mode 100644 index c1b2d0fe..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_mottled.png.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cgne8ca8plxap" -path="res://.godot/imported/Ca2_CornerBlock1_mottled.png-94f34ee1642d8181d90c4a656ef19ec9.ctex" -metadata={ -"vram_texture": false -} -generator_parameters={ -"md5": "54f201920cc39079cdcde8f0880ce398" -} - -[deps] - -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_mottled.png" -dest_files=["res://.godot/imported/Ca2_CornerBlock1_mottled.png-94f34ee1642d8181d90c4a656ef19ec9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=true -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/DOORA.tscn b/Zennysoft.Game.Ma/src/map/dungeon/door/DOORA.tscn similarity index 61% rename from Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/DOORA.tscn rename to Zennysoft.Game.Ma/src/map/dungeon/door/DOORA.tscn index 7195c774..595a376e 100644 --- a/Zennysoft.Game.Ma/src/map/assets/Dungeon Doors/DOORA.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/door/DOORA.tscn @@ -1,8 +1,9 @@ [gd_scene load_steps=5 format=3 uid="uid://cdkcvd7pwmr2r"] -[ext_resource type="PackedScene" uid="uid://6wwibo25iv0f" path="res://src/map/assets/Dungeon Doors/A1DOORWAY.glb" id="1_7s0hs"] +[ext_resource type="PackedScene" uid="uid://6wwibo25iv0f" path="res://src/map/assets/Dungeon Door Models/A1DOORWAY.glb" id="1_q68eq"] -[sub_resource type="PlaneMesh" id="PlaneMesh_pebkc"] +[sub_resource type="BoxShape3D" id="BoxShape3D_7s0hs"] +size = Vector3(4.1563, 4.11914, 1) [sub_resource type="PlaneMesh" id="PlaneMesh_y350u"] @@ -12,18 +13,19 @@ texture_filter = 0 [node name="Node3D" type="Node3D"] -[node name="A1DOORWAY" parent="." instance=ExtResource("1_7s0hs")] +[node name="A1DOORWAY" parent="." instance=ExtResource("1_q68eq")] -[node name="MeshInstance3D" type="MeshInstance3D" parent="A1DOORWAY"] -transform = Transform3D(2.08, 0, 0, 0, 2.08, 0, 0, 0, 0.48, 0, 0, 0) -mesh = SubResource("PlaneMesh_pebkc") +[node name="CollisionShape3D" type="CollisionShape3D" parent="A1DOORWAY"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0195236, 2.05127, 0) +shape = SubResource("BoxShape3D_7s0hs") [node name="Minimap" type="Node3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.61193, 0.859072, 0) [node name="Minimap" type="MeshInstance3D" parent="Minimap"] unique_name_in_owner = true -transform = Transform3D(2.075, 0, 0, 0, 1, 0, 0, 0, 0.485, 0.6263, -0.983959, 0.00100249) +transform = Transform3D(2.075, 0, 0, 0, 1, 0, 0, 0, 0.485, 0.6263, -0.864716, 0.00100249) +visible = false layers = 2 mesh = SubResource("PlaneMesh_y350u") surface_material_override/0 = SubResource("StandardMaterial3D_x7ln1") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/door/DOORB.tscn b/Zennysoft.Game.Ma/src/map/dungeon/door/DOORB.tscn new file mode 100644 index 00000000..cc40f604 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/door/DOORB.tscn @@ -0,0 +1,32 @@ +[gd_scene load_steps=5 format=3 uid="uid://dqew5q3bogxg7"] + +[ext_resource type="PackedScene" uid="uid://cfy7h6itq80y0" path="res://src/map/assets/Dungeon Door Models/A2Door.glb" id="1_vthcp"] + +[sub_resource type="PlaneMesh" id="PlaneMesh_y350u"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_x7ln1"] +shading_mode = 0 +texture_filter = 0 + +[sub_resource type="BoxShape3D" id="BoxShape3D_7s0hs"] +size = Vector3(4.1563, 4.11914, 1) + +[node name="Node3D" type="Node3D"] + +[node name="Minimap" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.61193, 0.859072, 0) + +[node name="Minimap" type="MeshInstance3D" parent="Minimap"] +unique_name_in_owner = true +transform = Transform3D(2.075, 0, 0, 0, 1, 0, 0, 0, 0.485, 0.6263, -0.864716, 0.00100249) +visible = false +layers = 2 +mesh = SubResource("PlaneMesh_y350u") +surface_material_override/0 = SubResource("StandardMaterial3D_x7ln1") + +[node name="A2Door" parent="Minimap" instance=ExtResource("1_vthcp")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.612922, -0.850585, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Minimap/A2Door"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00800693, 2.04278, 0) +shape = SubResource("BoxShape3D_7s0hs") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1A.tscn index a8e783e9..2bc75739 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1A.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=13 format=3 uid="uid://bb5xm6p81w671"] +[gd_scene load_steps=12 format=3 uid="uid://bb5xm6p81w671"] [ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_giyav"] [ext_resource type="PackedScene" uid="uid://dpec2lbt83dhe" path="res://src/map/dungeon/rooms/Set A/03. Antechamber A.tscn" id="2_tmolq"] @@ -9,9 +9,8 @@ [ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="9_ur6qm"] [ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="10_qjcvn"] [ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="11_uvfam"] -[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/assets/Dungeon Doors/DOORA.tscn" id="11_xhpnf"] +[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="11_xhpnf"] [ext_resource type="PackedScene" uid="uid://nghm4vbxdvcx" path="res://src/map/dungeon/corridors/A1 - Corridor - Zag Block .tscn" id="12_5con5"] -[ext_resource type="PackedScene" uid="uid://b8u3sfhexlhfu" path="res://src/map/dungeon/rooms/Set A/Circle Room.tscn" id="13_bn263"] [node name="Floor1a" type="Node3D"] script = ExtResource("1_giyav") @@ -48,6 +47,3 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2, 0, 67.9054) [node name="Node3D4" parent="." instance=ExtResource("5_5con5")] transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 22, 0, 48) - -[node name="A1CircleRoom" parent="." instance=ExtResource("13_bn263")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -16.1563, 2, 42.039) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1B.tscn index d253a480..d845ca40 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1B.tscn @@ -9,7 +9,7 @@ [ext_resource type="PackedScene" uid="uid://8u5kue6pljh0" path="res://src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn" id="6_jugwp"] [ext_resource type="PackedScene" uid="uid://cf28w6f6dvu5a" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="7_so5vv"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="8_8y1dv"] -[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/assets/Dungeon Doors/DOORA.tscn" id="9_qh6n2"] +[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="9_qh6n2"] [node name="Floor1b" type="Node3D"] script = ExtResource("1_k4vyx") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1C.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1C.tscn index d4b0a249..50a2eed4 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1C.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1C.tscn @@ -9,7 +9,7 @@ [ext_resource type="PackedScene" uid="uid://8u5kue6pljh0" path="res://src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn" id="6_eu7gt"] [ext_resource type="PackedScene" uid="uid://cf28w6f6dvu5a" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="7_ggb6k"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="8_mm2su"] -[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/assets/Dungeon Doors/DOORA.tscn" id="9_x2uvf"] +[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="9_x2uvf"] [node name="Floor1c" type="Node3D"] script = ExtResource("1_ndvnk") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2A.tscn index 8f135f6c..eacd317f 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2A.tscn @@ -11,7 +11,7 @@ [ext_resource type="PackedScene" uid="uid://ckopnseygq01m" path="res://src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn" id="8_bbpmu"] [ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="9_ur6qm"] [ext_resource type="PackedScene" uid="uid://b6tcqnvlc5ayk" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="10_liypr"] -[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/assets/Dungeon Doors/DOORA.tscn" id="11_xhpnf"] +[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="11_xhpnf"] [ext_resource type="PackedScene" uid="uid://dhkbvos11tkdw" path="res://src/map/dungeon/rooms/Set A/12. Jump Scare Room.tscn" id="12_v4r8m"] [node name="Floor2a" type="Node3D"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2B.tscn index 6b531cd8..0515c962 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2B.tscn @@ -8,7 +8,7 @@ [ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="5_b8g5f"] [ext_resource type="PackedScene" uid="uid://dhm2lyfkrjugf" path="res://src/map/dungeon/rooms/Set A/11. Long Room.tscn" id="6_c1exe"] [ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="7_5wxoe"] -[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/assets/Dungeon Doors/DOORA.tscn" id="8_txfg1"] +[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="8_txfg1"] [node name="Floor2b" type="Node3D"] script = ExtResource("1_2ryrq") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3A.tscn index 3d7a2953..5b7c66d8 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3A.tscn @@ -9,7 +9,7 @@ [ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="6_v4oa7"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="7_6ok4a"] [ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="8_baqa5"] -[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/assets/Dungeon Doors/DOORA.tscn" id="9_ad7y3"] +[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="9_ad7y3"] [node name="Floor3a" type="Node3D"] script = ExtResource("1_x62lg") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4A.tscn index cc35d801..1a0a1616 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4A.tscn @@ -13,7 +13,7 @@ [ext_resource type="PackedScene" uid="uid://cf28w6f6dvu5a" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="10_klrhp"] [ext_resource type="PackedScene" uid="uid://b8u3sfhexlhfu" path="res://src/map/dungeon/rooms/Set A/Circle Room.tscn" id="11_km2s0"] [ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="12_mwhl3"] -[ext_resource type="PackedScene" uid="uid://6wwibo25iv0f" path="res://src/map/assets/Dungeon Doors/A1DOORWAY.glb" id="13_en8rr"] +[ext_resource type="PackedScene" uid="uid://6wwibo25iv0f" path="res://src/map/assets/Dungeon Door Models/A1DOORWAY.glb" id="13_en8rr"] [node name="Floor4a" type="Node3D"] script = ExtResource("1_d7vxb") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6A.tscn index 424cfe3c..d8d8f06d 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6A.tscn @@ -8,7 +8,7 @@ [ext_resource type="PackedScene" uid="uid://cf28w6f6dvu5a" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="5_p7tly"] [ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="6_cuslc"] [ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="7_0tme0"] -[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/assets/Dungeon Doors/DOORA.tscn" id="8_3ae17"] +[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="8_3ae17"] [ext_resource type="PackedScene" uid="uid://tpgwccr6v43e" path="res://src/map/dungeon/rooms/Set A/04. Tree Antechamber.tscn" id="9_otr4r"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="10_m0n7c"] [ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="11_h55bl"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor08/Floor 8A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 8A.tscn similarity index 98% rename from Zennysoft.Game.Ma/src/map/dungeon/floors/Floor08/Floor 8A.tscn rename to Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 8A.tscn index 7c0dca98..680c9256 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor08/Floor 8A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 8A.tscn @@ -13,7 +13,7 @@ [ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="10_wssiw"] [ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="11_inun7"] [ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="12_025fw"] -[ext_resource type="PackedScene" uid="uid://qjimnha6y6qk" path="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb" id="13_ds4nw"] +[ext_resource type="PackedScene" uid="uid://qjimnha6y6qk" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb" id="13_ds4nw"] [node name="Floor8a" type="Node3D"] script = ExtResource("1_cbuxh") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor08/Floor 8Z.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 8Z.tscn similarity index 98% rename from Zennysoft.Game.Ma/src/map/dungeon/floors/Floor08/Floor 8Z.tscn rename to Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 8Z.tscn index 3765246a..84ccdeb3 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor08/Floor 8Z.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 8Z.tscn @@ -12,7 +12,7 @@ [ext_resource type="PackedScene" uid="uid://cam640h4euewx" path="res://src/map/dungeon/rooms/Set A/05. Pit Room A.tscn" id="9_7rwna"] [ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="10_max4y"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="11_nfmbw"] -[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/assets/Dungeon Doors/DOORA.tscn" id="12_xhm0k"] +[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="12_xhm0k"] [node name="Floor8z" type="Node3D"] script = ExtResource("1_l4jfs") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 9A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 9A.tscn new file mode 100644 index 00000000..601ddf65 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 9A.tscn @@ -0,0 +1,104 @@ +[gd_scene load_steps=16 format=3 uid="uid://cvwa7ashsgnxm"] + +[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_53qaf"] +[ext_resource type="PackedScene" uid="uid://cw33vpar237pm" path="res://src/map/dungeon/rooms/Set A/17. Gesthemii's Room.tscn" id="1_mmbwo"] +[ext_resource type="PackedScene" uid="uid://dfpyfpnya0f4u" path="res://src/map/dungeon/rooms/Set A/13. Water Room.tscn" id="2_dlfuj"] +[ext_resource type="PackedScene" uid="uid://tpgwccr6v43e" path="res://src/map/dungeon/rooms/Set A/04. Tree Antechamber.tscn" id="3_uyprt"] +[ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="4_af4td"] +[ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="5_t45sr"] +[ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="6_ioy8s"] +[ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="7_uyc6d"] +[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="8_lcvuq"] +[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="9_c3xfa"] +[ext_resource type="PackedScene" uid="uid://cmobnodvd3884" path="res://src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn" id="10_qdmty"] +[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="11_m0742"] +[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="12_u7npj"] +[ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="13_oynqo"] +[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="14_iks40"] + +[node name="Floor9a" type="Node3D"] +script = ExtResource("1_53qaf") + +[node name="GesthemiisRoom" parent="." instance=ExtResource("1_mmbwo")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 39.0531, 0, -1.994) + +[node name="Water Room" parent="." instance=ExtResource("2_dlfuj")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -19.727, 0, -8) + +[node name="Antechamber B" parent="." instance=ExtResource("3_uyprt")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 25, 0, -8) + +[node name="01_SmallBlockA1" parent="." instance=ExtResource("4_af4td")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 11, 0, 38) + +[node name="Floor Exit A" parent="." instance=ExtResource("5_t45sr")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 43.397, 0, -42.255) + +[node name="BasinRoom" parent="." instance=ExtResource("6_ioy8s")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -57, 0, -6) + +[node name="Statue Room" parent="." instance=ExtResource("7_uyc6d")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -17.9995, 0, 36.0695) + +[node name="Node3D" parent="." instance=ExtResource("8_lcvuq")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 41, 0, -28) + +[node name="Node3D2" parent="." instance=ExtResource("9_c3xfa")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 45, 0, 24) + +[node name="Node3D4" parent="." instance=ExtResource("10_qdmty")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 25, 0, 24) + +[node name="Node3D5" parent="." instance=ExtResource("9_c3xfa")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 29, 0, 40) + +[node name="Node3D7" parent="." instance=ExtResource("9_c3xfa")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 9, 0, 20) + +[node name="Node3D3" parent="." instance=ExtResource("11_m0742")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 33, 0, 24) + +[node name="Node3D6" parent="." instance=ExtResource("11_m0742")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 17, 0, 24) + +[node name="Node3D8" parent="." instance=ExtResource("11_m0742")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 25, 0, 32) + +[node name="Node3D11" parent="." instance=ExtResource("8_lcvuq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -16) + +[node name="Node3D12" parent="." instance=ExtResource("12_u7npj")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11, 0, 40) + +[node name="Node3D13" parent="." instance=ExtResource("8_lcvuq")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -22, 0, 20) + +[node name="Node3D14" parent="." instance=ExtResource("13_oynqo")] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -41, 0, -12) + +[node name="Node3D15" parent="." instance=ExtResource("9_c3xfa")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -45, 0, -24) + +[node name="Node3D16" parent="." instance=ExtResource("9_c3xfa")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -45, 0, 8) + +[node name="Node3D17" parent="." instance=ExtResource("11_m0742")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -45, 0, -12) + +[node name="Node3D9" parent="." instance=ExtResource("9_c3xfa")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 29, 0, 8) + +[node name="Node3D19" parent="." instance=ExtResource("11_m0742")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13, 0, -4) + +[node name="Node3D18" parent="." instance=ExtResource("9_c3xfa")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13, 0, 12) + +[node name="Node3D10" parent="." instance=ExtResource("8_lcvuq")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 17, 4, 4) + +[node name="Node3D20" parent="." instance=ExtResource("14_iks40")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -3, 0, 2) + +[node name="Node3D21" parent="." instance=ExtResource("14_iks40")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 25, 0, -18) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9A.tscn index 271887cf..23d51af2 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9A.tscn @@ -1,104 +1,87 @@ -[gd_scene load_steps=16 format=3 uid="uid://cvwa7ashsgnxm"] +[gd_scene load_steps=14 format=3 uid="uid://cm31ttcvs26pi"] -[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_53qaf"] -[ext_resource type="PackedScene" uid="uid://cw33vpar237pm" path="res://src/map/dungeon/rooms/Set A/17. Gesthemii's Room.tscn" id="1_mmbwo"] -[ext_resource type="PackedScene" uid="uid://dfpyfpnya0f4u" path="res://src/map/dungeon/rooms/Set A/13. Water Room.tscn" id="2_dlfuj"] -[ext_resource type="PackedScene" uid="uid://tpgwccr6v43e" path="res://src/map/dungeon/rooms/Set A/04. Tree Antechamber.tscn" id="3_uyprt"] -[ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="4_af4td"] -[ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="5_t45sr"] -[ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="6_ioy8s"] -[ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="7_uyc6d"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="8_lcvuq"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="9_c3xfa"] -[ext_resource type="PackedScene" uid="uid://cmobnodvd3884" path="res://src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn" id="10_qdmty"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="11_m0742"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="12_u7npj"] -[ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="13_oynqo"] -[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/assets/Dungeon Doors/DOORA.tscn" id="14_iks40"] +[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_rk8c7"] +[ext_resource type="PackedScene" uid="uid://dadl2rua1ovhq" path="res://src/map/dungeon/rooms/Set B/20. Antechamber 3.tscn" id="2_xq7ii"] +[ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="3_53qaf"] +[ext_resource type="PackedScene" uid="uid://cq82tqhlshn1k" path="res://src/map/dungeon/rooms/Set B/22. Pit Room B.tscn" id="4_do6hu"] +[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="5_0cure"] +[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="6_632so"] +[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="7_rnk4p"] +[ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="8_6h7gn"] +[ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="9_rbemv"] +[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="10_22k8k"] +[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="11_nx4ws"] +[ext_resource type="PackedScene" uid="uid://dp42gsgacl331" path="res://src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn" id="12_o05y5"] +[ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="13_s2787"] -[node name="Floor9a" type="Node3D"] -script = ExtResource("1_53qaf") +[node name="Floor11a" type="Node3D"] +script = ExtResource("1_rk8c7") -[node name="GesthemiisRoom" parent="." instance=ExtResource("1_mmbwo")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 39.0531, 0, -1.994) +[node name="Antechamber 3" parent="." instance=ExtResource("2_xq7ii")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -11, 0, -3) -[node name="Water Room" parent="." instance=ExtResource("2_dlfuj")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -19.727, 0, -8) +[node name="Gallery Room" parent="." instance=ExtResource("3_53qaf")] +transform = Transform3D(8.9407e-08, 0, 1, 0, 1, 0, -1, 0, 8.9407e-08, 17, 0.416747, -1) -[node name="Antechamber B" parent="." instance=ExtResource("3_uyprt")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 25, 0, -8) +[node name="Pit Room B" parent="." instance=ExtResource("4_do6hu")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.96416, -3.04222, 45.1741) -[node name="01_SmallBlockA1" parent="." instance=ExtResource("4_af4td")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 11, 0, 38) +[node name="Floor Exit B" parent="." instance=ExtResource("5_0cure")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -59, 0, 45) -[node name="Floor Exit A" parent="." instance=ExtResource("5_t45sr")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 43.397, 0, -42.255) +[node name="Node3D" parent="." instance=ExtResource("6_632so")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -43, 0, 47) -[node name="BasinRoom" parent="." instance=ExtResource("6_ioy8s")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -57, 0, -6) +[node name="Node3D2" parent="." instance=ExtResource("7_rnk4p")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 1, 0, 7) -[node name="Statue Room" parent="." instance=ExtResource("7_uyc6d")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -17.9995, 0, 36.0695) +[node name="Node3D3" parent="." instance=ExtResource("8_6h7gn")] +transform = Transform3D(0, 0, -1, 0, 1, 0, 1, 0, 0, -3, 0, -1) -[node name="Node3D" parent="." instance=ExtResource("8_lcvuq")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 41, 0, -28) +[node name="Node3D4" parent="." instance=ExtResource("9_rbemv")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -27, 0, -5) -[node name="Node3D2" parent="." instance=ExtResource("9_c3xfa")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 45, 0, 24) +[node name="Node3D5" parent="." instance=ExtResource("10_22k8k")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 21, 0, -9) -[node name="Node3D4" parent="." instance=ExtResource("10_qdmty")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 25, 0, 24) +[node name="Node3D6" parent="." instance=ExtResource("9_rbemv")] +transform = Transform3D(-1, 0, -8.9407e-08, 0, 1, 0, 8.9407e-08, 0, -1, 21, 0, -21) -[node name="Node3D5" parent="." instance=ExtResource("9_c3xfa")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 29, 0, 40) +[node name="Node3D7" parent="." instance=ExtResource("6_632so")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -7, 0, -17) -[node name="Node3D7" parent="." instance=ExtResource("9_c3xfa")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 9, 0, 20) +[node name="Node3D8" parent="." instance=ExtResource("7_rnk4p")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -19, 0, -17) -[node name="Node3D3" parent="." instance=ExtResource("11_m0742")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 33, 0, 24) +[node name="Node3D9" parent="." instance=ExtResource("9_rbemv")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -27, 0, -21) -[node name="Node3D6" parent="." instance=ExtResource("11_m0742")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 17, 0, 24) +[node name="Node3D10" parent="." instance=ExtResource("11_nx4ws")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 1, 0, 71) -[node name="Node3D8" parent="." instance=ExtResource("11_m0742")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 25, 0, 32) +[node name="Node3D11" parent="." instance=ExtResource("9_rbemv")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 87) -[node name="Node3D11" parent="." instance=ExtResource("8_lcvuq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -16) +[node name="Node3D12" parent="." instance=ExtResource("6_632so")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9, 0, 87) -[node name="Node3D12" parent="." instance=ExtResource("12_u7npj")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11, 0, 40) +[node name="Node3D13" parent="." instance=ExtResource("12_o05y5")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 29, 0, 87) -[node name="Node3D13" parent="." instance=ExtResource("8_lcvuq")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -22, 0, 20) +[node name="Antechamber 4" parent="." instance=ExtResource("2_xq7ii")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 50.9664, -0.0101503, 59) -[node name="Node3D14" parent="." instance=ExtResource("13_oynqo")] -transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -41, 0, -12) +[node name="Node3D16" parent="." instance=ExtResource("6_632so")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 29, 0, 47) -[node name="Node3D15" parent="." instance=ExtResource("9_c3xfa")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -45, 0, -24) +[node name="Node3D14" parent="." instance=ExtResource("9_rbemv")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 49, 0, 75) -[node name="Node3D16" parent="." instance=ExtResource("9_c3xfa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -45, 0, 8) +[node name="Node3D15" parent="." instance=ExtResource("9_rbemv")] +transform = Transform3D(-1, 0, 8.9407e-08, 0, 1, 0, -8.9407e-08, 0, -1, 57, 0, 43) -[node name="Node3D17" parent="." instance=ExtResource("11_m0742")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -45, 0, -12) +[node name="A2SOCKET" parent="." instance=ExtResource("13_s2787")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 55.0032, 0.00976086, 51.2405) -[node name="Node3D9" parent="." instance=ExtResource("9_c3xfa")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 29, 0, 8) - -[node name="Node3D19" parent="." instance=ExtResource("11_m0742")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13, 0, -4) - -[node name="Node3D18" parent="." instance=ExtResource("9_c3xfa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13, 0, 12) - -[node name="Node3D10" parent="." instance=ExtResource("8_lcvuq")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 17, 4, 4) - -[node name="Node3D20" parent="." instance=ExtResource("14_iks40")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -3, 0, 2) - -[node name="Node3D21" parent="." instance=ExtResource("14_iks40")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 25, 0, -18) +[node name="A2SOCKET2" parent="." instance=ExtResource("13_s2787")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 46.9962, 0, 67.3364) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9B.tscn new file mode 100644 index 00000000..66eb821f --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9B.tscn @@ -0,0 +1,77 @@ +[gd_scene load_steps=16 format=3 uid="uid://do1g02ntendw2"] + +[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_pkey0"] +[ext_resource type="PackedScene" uid="uid://dadl2rua1ovhq" path="res://src/map/dungeon/rooms/Set B/20. Antechamber 3.tscn" id="2_gh218"] +[ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="3_cdndq"] +[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="5_qclr3"] +[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="6_mj7bb"] +[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="7_4jnqu"] +[ext_resource type="PackedScene" uid="uid://cgp60ood1orpr" path="res://src/map/dungeon/rooms/Set B/41. Circle.tscn" id="9_cdndq"] +[ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="9_o30ug"] +[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="10_2c4ye"] +[ext_resource type="PackedScene" uid="uid://d2k2v4bcybx3k" path="res://src/map/dungeon/rooms/Set B/26. Item Transfer Room B.tscn" id="10_m7w4j"] +[ext_resource type="PackedScene" uid="uid://e17ephn3qhyp" path="res://src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn" id="11_qclr3"] +[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="11_xfjxy"] +[ext_resource type="PackedScene" uid="uid://bbyjnuf1p6w3r" path="res://src/map/dungeon/rooms/Set B/43. Large Block Room A2.tscn" id="13_mj7bb"] +[ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="13_teacq"] +[ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="15_4jnqu"] + +[node name="Floor11a" type="Node3D"] +script = ExtResource("1_pkey0") + +[node name="Gallery Room" parent="." instance=ExtResource("3_cdndq")] +transform = Transform3D(8.9407e-08, 0, 1, 0, 1, 0, -1, 0, 8.9407e-08, -31, 0.416747, 67) + +[node name="Floor Exit B" parent="." instance=ExtResource("5_qclr3")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -59, 0, 45) + +[node name="Node3D2" parent="." instance=ExtResource("7_4jnqu")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -31, 0, 27) + +[node name="Antechamber 4" parent="." instance=ExtResource("2_gh218")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 34.9664, -0.0101503, 59) + +[node name="Node3D16" parent="." instance=ExtResource("6_mj7bb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13, 0, 47) + +[node name="Node3D15" parent="." instance=ExtResource("9_o30ug")] +transform = Transform3D(-1, 0, 8.9407e-08, 0, 1, 0, -8.9407e-08, 0, -1, 41, 0, 43) + +[node name="A2SOCKET" parent="." instance=ExtResource("13_teacq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 39.0032, 0.00976086, 51.2405) + +[node name="A2SOCKET2" parent="." instance=ExtResource("13_teacq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 30.9962, 0, 67.3364) + +[node name="40_DonutGallery" parent="." instance=ExtResource("9_cdndq")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -1, 2, 45) + +[node name="Item Transfer Room B" parent="." instance=ExtResource("10_m7w4j")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 20.919, 0, 17.0492) + +[node name="CA2_CROSSBLOCK" parent="." instance=ExtResource("11_qclr3")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -31, 0, 47) + +[node name="CA2_2BLOCK" parent="." instance=ExtResource("11_xfjxy")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -43, 0, 47) + +[node name="CA2_2BLOCK2" parent="." instance=ExtResource("11_xfjxy")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -23, 0, 47) + +[node name="CA2_2BLOCK3" parent="." instance=ExtResource("11_xfjxy")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -31, 0, 51) + +[node name="LargeBlockRoom" parent="." instance=ExtResource("13_mj7bb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.11047, 0, 17.2278) + +[node name="CA2_CORNERBLOCK" parent="." instance=ExtResource("9_o30ug")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -31, 0, 15) + +[node name="CA2_1BLOCK" parent="." instance=ExtResource("10_2c4ye")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -31, 0, 23) + +[node name="Node3D" parent="." instance=ExtResource("15_4jnqu")] +transform = Transform3D(2.98023e-08, 0, 1, 0, 1, 0, -1, 0, 2.98023e-08, -39.5016, 0.0752245, 68.9118) + +[node name="Node3D3" parent="." instance=ExtResource("15_4jnqu")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 31.0442, 0, 67.4222) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10A.tscn new file mode 100644 index 00000000..3d940cf4 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10A.tscn @@ -0,0 +1,85 @@ +[gd_scene load_steps=15 format=3 uid="uid://byto3yc8agaa8"] + +[ext_resource type="PackedScene" uid="uid://cuau7xgx3rkxu" path="res://src/map/dungeon/rooms/Set B/32. Proscenium's Room.tscn" id="1_4gn32"] +[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_n2a4w"] +[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="2_mkc0e"] +[ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="3_y2l0a"] +[ext_resource type="PackedScene" uid="uid://bhqmpgpegcuu5" path="res://src/map/dungeon/rooms/Set B/24. Balcony Room 2.tscn" id="4_3d2sp"] +[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="5_4h2k3"] +[ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="6_5reki"] +[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="7_83knm"] +[ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="9_mffyw"] +[ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="10_xldof"] +[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="12_wklws"] +[ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="13_irwtv"] +[ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="14_lemri"] +[ext_resource type="PackedScene" uid="uid://c7ax30sh5bmus" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb" id="14_wklws"] + +[node name="Floor13a" type="Node3D"] +script = ExtResource("1_n2a4w") + +[node name="Proscenium\'s Room" parent="." instance=ExtResource("1_4gn32")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, -0.198876, 35.067) + +[node name="Floor Exit B" parent="." instance=ExtResource("2_mkc0e")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -79, 0.0491953, -59) + +[node name="Pedestal Room" parent="." instance=ExtResource("3_y2l0a")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -79, 0, 60.738) + +[node name="Node3D" parent="." instance=ExtResource("5_4h2k3")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -81, 0, -43) + +[node name="Node3D2" parent="." instance=ExtResource("5_4h2k3")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -81, 0, 40.9201) + +[node name="Node3D3" parent="." instance=ExtResource("6_5reki")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -81, 0, 40.9201) + +[node name="Node3D4" parent="." instance=ExtResource("7_83knm")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -73, 0, 36.9201) + +[node name="Node3D6" parent="." instance=ExtResource("7_83knm")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -45, 0, 28.9201) + +[node name="Node3D7" parent="." instance=ExtResource("6_5reki")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -53, 0, -3.0799) + +[node name="Node3D8" parent="." instance=ExtResource("5_4h2k3")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -41, 0, 0.920105) + +[node name="Gallery Room" parent="." instance=ExtResource("9_mffyw")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -21, 0.382867, -3.00858) + +[node name="Node3D9" parent="." instance=ExtResource("5_4h2k3")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -21, 0, -23.0086) + +[node name="Column Circle Room" parent="." instance=ExtResource("10_xldof")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -19, 0, -33.0086) + +[node name="Balcony Room 2" parent="." instance=ExtResource("4_3d2sp")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -76.9947, -0.0683303, -1.11007) + +[node name="CA2_1BLOCK" parent="." instance=ExtResource("12_wklws")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -45, 0, 9) + +[node name="CA2_1BLOCK2" parent="." instance=ExtResource("12_wklws")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -57, 0, 0.920105) + +[node name="Node3D10" parent="." instance=ExtResource("13_irwtv")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -19, 0, -43.0799) + +[node name="A2SOCKET" parent="." instance=ExtResource("14_lemri")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -79.0101, 0.0219077, -30.7412) + +[node name="A2SOCKET2" parent="." instance=ExtResource("14_lemri")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -56.6672, 0.0338511, -1.09357) + +[node name="CA2_TBLOCK" parent="." instance=ExtResource("6_5reki")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -41, 0, 36.9201) + +[node name="A2SOCKET3" parent="." instance=ExtResource("14_lemri")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -78.9845, 0.00758398, 29.3511) + +[node name="A2-Corridor_ends" parent="." instance=ExtResource("14_wklws")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -77.0014, 2.46209, -42.9924) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10B.tscn new file mode 100644 index 00000000..a2938235 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10B.tscn @@ -0,0 +1,124 @@ +[gd_scene load_steps=16 format=3 uid="uid://dbxx1crrfekkq"] + +[ext_resource type="PackedScene" uid="uid://boonyo0b1q1ad" path="res://src/map/dungeon/rooms/Set B/40. Donut Gallery.tscn" id="1_wwgdf"] +[ext_resource type="PackedScene" uid="uid://bhqmpgpegcuu5" path="res://src/map/dungeon/rooms/Set B/24. Balcony Room 2.tscn" id="2_s6u4m"] +[ext_resource type="PackedScene" uid="uid://dadl2rua1ovhq" path="res://src/map/dungeon/rooms/Set B/20. Antechamber 3.tscn" id="3_7cums"] +[ext_resource type="PackedScene" uid="uid://d1uldtsv8u8vw" path="res://src/map/dungeon/rooms/Set B/23. Fountain Antechamber.tscn" id="4_axhvs"] +[ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="5_sa3yf"] +[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="6_g72cf"] +[ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="7_yq6g7"] +[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="8_lsscn"] +[ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="9_ptghi"] +[ext_resource type="PackedScene" uid="uid://bnhcth7efq2da" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="10_yym33"] +[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="11_b2sh0"] +[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="12_ubo6d"] +[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="13_2d5al"] +[ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="14_u4ual"] +[ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="15_wmnq2"] + +[node name="10b" type="Node3D"] + +[node name="40_DonutGallery" parent="." instance=ExtResource("1_wwgdf")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 32.0001, 1.98163, -72.9698) + +[node name="Balcony Room 2" parent="." instance=ExtResource("2_s6u4m")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 32, 0, -7) + +[node name="Antechamber 3" parent="." instance=ExtResource("3_7cums")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 31, 0, 69) + +[node name="Antechamber 4" parent="." instance=ExtResource("4_axhvs")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 85, 0, -5) + +[node name="Column Circle Room" parent="." instance=ExtResource("5_sa3yf")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 31, 0, 43) + +[node name="Floor Exit B" parent="." instance=ExtResource("6_g72cf")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -26.1948, 0, -4.41349) + +[node name="CA2_TBLOCK" parent="." instance=ExtResource("7_yq6g7")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 38.0001, 0.0797672, -42.9698) + +[node name="CA2_1BLOCK" parent="." instance=ExtResource("8_lsscn")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 34.0001, 0.0797672, -50.9698) + +[node name="CA2_CORNERBLOCK2" parent="." instance=ExtResource("9_ptghi")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 17.9976, 0.0797672, -46.9724) + +[node name="CA2_CORNERBLOCK3" parent="." instance=ExtResource("9_ptghi")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 18.0001, 0.0797672, -30.9698) + +[node name="CA2_CORNERBLOCK4" parent="." instance=ExtResource("9_ptghi")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 46.0001, 0.0797672, -30.9698) + +[node name="CA2_TBLOCK2" parent="." instance=ExtResource("7_yq6g7")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 26.0001, 0.0797672, -34.9698) + +[node name="CA2_TBLOCK3" parent="." instance=ExtResource("7_yq6g7")] +transform = Transform3D(1.33118e-07, 0, -1, 0, 1, 0, 1, 0, 1.33118e-07, 38, 0, -47) + +[node name="CA2_CORNERBLOCK" parent="." instance=ExtResource("9_ptghi")] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 58, 0, -75) + +[node name="CA2_4BLOCK" parent="." instance=ExtResource("10_yym33")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 54, 0, -67) + +[node name="CA2_CORNERBLOCK5" parent="." instance=ExtResource("9_ptghi")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 58, 0, -43) + +[node name="CA2_3BLOCK" parent="." instance=ExtResource("11_b2sh0")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -10, 0, -3) + +[node name="CA2_2BLOCK" parent="." instance=ExtResource("12_ubo6d")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 33, 0, 61) + +[node name="CA2_TBLOCK4" parent="." instance=ExtResource("7_yq6g7")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 29, 0, 33) + +[node name="CA2_5BLOCK" parent="." instance=ExtResource("13_2d5al")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 37, 0, 29) + +[node name="CA2_2BLOCK2" parent="." instance=ExtResource("12_ubo6d")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 57, 0, 29) + +[node name="CA2_CORNERBLOCK6" parent="." instance=ExtResource("9_ptghi")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 73, 0, 29) + +[node name="CA2_TBLOCK5" parent="." instance=ExtResource("7_yq6g7")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 65, 0, -7) + +[node name="CA2_TBLOCK6" parent="." instance=ExtResource("7_yq6g7")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 69, 0, 21) + +[node name="CA2_2BLOCK3" parent="." instance=ExtResource("12_ubo6d")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 69, 0, 1) + +[node name="CA2_CORNERBLOCK7" parent="." instance=ExtResource("9_ptghi")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 89, 0, 17) + +[node name="CA2_1BLOCK2" parent="." instance=ExtResource("8_lsscn")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 77, 0, 17) + +[node name="CA2_1BLOCK3" parent="." instance=ExtResource("8_lsscn")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 85, 0, 5) + +[node name="Node3D" parent="." instance=ExtResource("14_u4ual")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 14, 0, -73) + +[node name="Node3D2" parent="." instance=ExtResource("14_u4ual")] +transform = Transform3D(-4.50227e-08, 0, 1.03, 0, 1.03, 0, -1.03, 0, -4.50227e-08, 62.4016, 0.0582592, -5) + +[node name="Node3D3" parent="." instance=ExtResource("14_u4ual")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 65, 0, -5) + +[node name="A2SOCKET" parent="." instance=ExtResource("15_wmnq2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 32.0408, 0.082971, -26.5918) + +[node name="A2SOCKET2" parent="." instance=ExtResource("15_wmnq2")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 1.78985, -0.0412009, -4.98465) + +[node name="A2SOCKET3" parent="." instance=ExtResource("15_wmnq2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 2.36, 32.015, 0.0323298, -54.2512) + +[node name="A2SOCKET4" parent="." instance=ExtResource("15_wmnq2")] +transform = Transform3D(-4.37114e-08, 0, -2.36, 0, 1, 0, 1, 0, -1.03159e-07, 48.9939, 0.0123208, -72.9918) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11A.tscn index 8fa7ade5..e0de3506 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11A.tscn @@ -1,80 +1,123 @@ -[gd_scene load_steps=13 format=3 uid="uid://cm31ttcvs26pi"] +[gd_scene load_steps=15 format=3 uid="uid://cny46rgfqjg8v"] -[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_33c2s"] -[ext_resource type="PackedScene" uid="uid://dadl2rua1ovhq" path="res://src/map/dungeon/rooms/Set B/20. Antechamber 3.tscn" id="1_sbgbo"] -[ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="2_m71k6"] -[ext_resource type="PackedScene" uid="uid://cq82tqhlshn1k" path="res://src/map/dungeon/rooms/Set B/22. Pit Room B.tscn" id="3_ankiq"] +[ext_resource type="PackedScene" uid="uid://b8tiuu3l181ke" path="res://src/map/dungeon/rooms/Set B/28. Long Room B.tscn" id="1_33c2s"] +[ext_resource type="PackedScene" uid="uid://b1oayub1dt5ag" path="res://src/map/dungeon/rooms/Set B/31. Dismantled Saint's Room.tscn" id="2_mrx2g"] +[ext_resource type="PackedScene" uid="uid://bp6h4at643bbo" path="res://src/map/dungeon/rooms/Set B/42. Small Block Room A2.tscn" id="3_2wxas"] [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="4_cy864"] +[ext_resource type="PackedScene" uid="uid://d1uldtsv8u8vw" path="res://src/map/dungeon/rooms/Set B/23. Fountain Antechamber.tscn" id="4_wrohb"] +[ext_resource type="PackedScene" uid="uid://cgp60ood1orpr" path="res://src/map/dungeon/rooms/Set B/41. Circle.tscn" id="5_6h8wr"] [ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="5_buysh"] [ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="6_0djwa"] [ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="7_hqhnq"] [ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="8_1gngl"] [ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="9_65tcb"] [ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="10_uv4uh"] -[ext_resource type="PackedScene" uid="uid://dp42gsgacl331" path="res://src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn" id="11_rru0f"] +[ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="13_mrx2g"] +[ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="14_2wxas"] [node name="Floor11a" type="Node3D"] -script = ExtResource("1_33c2s") -[node name="Antechamber 3" parent="." instance=ExtResource("1_sbgbo")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -11, 0, -5) +[node name="Long Room B" parent="." instance=ExtResource("1_33c2s")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 21, 0, 4) -[node name="Gallery Room" parent="." instance=ExtResource("2_m71k6")] -transform = Transform3D(8.9407e-08, 0, 1, 0, 1, 0, -1, 0, 8.9407e-08, 17, 0.416747, -3) +[node name="Dismantled Saint\'s Room" parent="." instance=ExtResource("2_mrx2g")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -36.9789, -0.0362931, 12.1852) -[node name="Pit Room B" parent="." instance=ExtResource("3_ankiq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, -3.13805, 37.5571) +[node name="42_SmallBlockRoomA2" parent="." instance=ExtResource("3_2wxas")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -37, 0, 52.1852) + +[node name="Antechamber 4" parent="." instance=ExtResource("4_wrohb")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -11, 0, 52) + +[node name="40_DonutGallery" parent="." instance=ExtResource("5_6h8wr")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 23, 2.03379, 52) [node name="Floor Exit B" parent="." instance=ExtResource("4_cy864")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -60, 0, 44) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7, 0, -34) -[node name="Node3D" parent="." instance=ExtResource("5_buysh")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -44, 0, 46) +[node name="CA2_2BLOCK" parent="." instance=ExtResource("10_uv4uh")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 45, 0, 6) -[node name="Node3D2" parent="." instance=ExtResource("6_0djwa")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 1, 0, 5) +[node name="CA2_CORNERBLOCK" parent="." instance=ExtResource("8_1gngl")] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 61, 0, 2) -[node name="Node3D3" parent="." instance=ExtResource("7_hqhnq")] -transform = Transform3D(0, 0, -1, 0, 1, 0, 1, 0, 0, -3, 0, -3) +[node name="CA2_CORNERBLOCK2" parent="." instance=ExtResource("8_1gngl")] +transform = Transform3D(2.98023e-08, 0, 1, 0, 1, 0, -1, 0, 2.98023e-08, 61, 0, 26) -[node name="Node3D4" parent="." instance=ExtResource("8_1gngl")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -27, 0, -7) +[node name="CA2_TBLOCK" parent="." instance=ExtResource("7_hqhnq")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 41, 0, 26) -[node name="Node3D5" parent="." instance=ExtResource("9_65tcb")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 17, 0, -11) +[node name="CA2_3BLOCK" parent="." instance=ExtResource("6_0djwa")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 41, 0, 26) -[node name="Node3D6" parent="." instance=ExtResource("8_1gngl")] -transform = Transform3D(-1, 0, -8.9407e-08, 0, 1, 0, 8.9407e-08, 0, -1, 21, 0, -23) +[node name="CA2_2BLOCK2" parent="." instance=ExtResource("10_uv4uh")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 57, 0, 10) -[node name="Node3D7" parent="." instance=ExtResource("5_buysh")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -7, 0, -19) +[node name="CA2_TBLOCK2" parent="." instance=ExtResource("7_hqhnq")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 17, 0, 22) -[node name="Node3D8" parent="." instance=ExtResource("6_0djwa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -19, 0, -19) +[node name="CA2_2BLOCK3" parent="." instance=ExtResource("10_uv4uh")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 21, 0, 30) -[node name="Node3D9" parent="." instance=ExtResource("8_1gngl")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -27, 0, -23) +[node name="CA2_TBLOCK3" parent="." instance=ExtResource("7_hqhnq")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 13, 0, 26) -[node name="Node3D10" parent="." instance=ExtResource("10_uv4uh")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 1, 0, 71) +[node name="CA2_1BLOCK" parent="." instance=ExtResource("9_65tcb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13, 0, 26) -[node name="Node3D11" parent="." instance=ExtResource("8_1gngl")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 87) +[node name="CA2_TBLOCK4" parent="." instance=ExtResource("7_hqhnq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11, 0, 30) -[node name="Node3D12" parent="." instance=ExtResource("5_buysh")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9, 0, 87) +[node name="CA2_1BLOCK2" parent="." instance=ExtResource("9_65tcb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, 26) -[node name="Node3D13" parent="." instance=ExtResource("11_rru0f")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 29, 0, 87) +[node name="CA2_2BLOCK4" parent="." instance=ExtResource("10_uv4uh")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -11, 0, 62) -[node name="Antechamber 4" parent="." instance=ExtResource("1_sbgbo")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 52, 0, 59) +[node name="CA2_CORNERBLOCK3" parent="." instance=ExtResource("8_1gngl")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 25, 0, 78) -[node name="Node3D16" parent="." instance=ExtResource("5_buysh")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 30, 0, 47) +[node name="CA2_1BLOCK3" parent="." instance=ExtResource("9_65tcb")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 25, 0, 70) -[node name="Node3D14" parent="." instance=ExtResource("8_1gngl")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 49, 0, 75) +[node name="CA2_5BLOCK" parent="." instance=ExtResource("5_buysh")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, 78) -[node name="Node3D15" parent="." instance=ExtResource("8_1gngl")] -transform = Transform3D(-1, 0, 8.9407e-08, 0, 1, 0, -8.9407e-08, 0, -1, 58, 0, 43) +[node name="CA2_CORNERBLOCK4" parent="." instance=ExtResource("8_1gngl")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11, 0, 78) + +[node name="CA2_2BLOCK5" parent="." instance=ExtResource("10_uv4uh")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -27, 0, 54.0318) + +[node name="CA2_3BLOCK2" parent="." instance=ExtResource("6_0djwa")] +transform = Transform3D(2.98023e-08, 0, -1, 0, 1, 0, 1, 0, 2.98023e-08, -11, 0, 30) + +[node name="CA2_2BLOCK6" parent="." instance=ExtResource("10_uv4uh")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 5, 0, -18) + +[node name="CA2_CORNERBLOCK5" parent="." instance=ExtResource("8_1gngl")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -11, 0, 2) + +[node name="CA2_2BLOCK7" parent="." instance=ExtResource("10_uv4uh")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -11, 0, 10) + +[node name="CA2_3BLOCK3" parent="." instance=ExtResource("6_0djwa")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -38.9789, 0, 30.1852) + +[node name="Node3D" parent="." instance=ExtResource("13_mrx2g")] +transform = Transform3D(2.98023e-08, 0, 1, 0, 1, 0, -1, 0, 2.98023e-08, -47, 0, 52.023) + +[node name="Node3D2" parent="." instance=ExtResource("13_mrx2g")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -36.9587, 0, 62.3079) + +[node name="Node3D3" parent="." instance=ExtResource("13_mrx2g")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 34.9758, 0.00181353, -9.74384) + +[node name="A2SOCKET" parent="." instance=ExtResource("14_2wxas")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -37.0041, 0.0261481, 30.584) + +[node name="A2SOCKET2" parent="." instance=ExtResource("14_2wxas")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 23, 0.0358599, 66.3313) + +[node name="A2SOCKET3" parent="." instance=ExtResource("14_2wxas")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 23, 0.0358599, 38.3169) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11B.tscn new file mode 100644 index 00000000..48f6ec3f --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11B.tscn @@ -0,0 +1,85 @@ +[gd_scene load_steps=13 format=3 uid="uid://dcysod8qsq045"] + +[ext_resource type="PackedScene" uid="uid://cypdcaqeylnwl" path="res://src/map/dungeon/rooms/Set B/27. Water Room B.tscn" id="1_rf24f"] +[ext_resource type="PackedScene" uid="uid://cgp60ood1orpr" path="res://src/map/dungeon/rooms/Set B/41. Circle.tscn" id="2_8fjpy"] +[ext_resource type="PackedScene" uid="uid://b1oayub1dt5ag" path="res://src/map/dungeon/rooms/Set B/31. Dismantled Saint's Room.tscn" id="3_o812o"] +[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="4_f5oy5"] +[ext_resource type="PackedScene" uid="uid://e17ephn3qhyp" path="res://src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn" id="5_qvftd"] +[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="6_e7l5q"] +[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="7_i2itk"] +[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="8_25p72"] +[ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="9_1pfg1"] +[ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="10_hsdcg"] +[ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="11_ynqwd"] +[ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="12_1kiud"] + +[node name="Floor11b" type="Node3D"] + +[node name="Water Room B" parent="." instance=ExtResource("1_rf24f")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 17, 0, 2) + +[node name="40_DonutGallery" parent="." instance=ExtResource("2_8fjpy")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 17, 1.97744, 52) + +[node name="40_DonutGallery2" parent="." instance=ExtResource("2_8fjpy")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 17, 1.97744, 100) + +[node name="40_DonutGallery3" parent="." instance=ExtResource("2_8fjpy")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -7, 1.97744, 76) + +[node name="40_DonutGallery4" parent="." instance=ExtResource("2_8fjpy")] +transform = Transform3D(0, 0, 1, 0, 1, 0, -1, 0, 0, 41, 1.97744, 76) + +[node name="Dismantled Saint\'s Room" parent="." instance=ExtResource("3_o812o")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -51, 0, 76) + +[node name="Floor Exit B" parent="." instance=ExtResource("4_f5oy5")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 69.6894, 0, -8.05457) + +[node name="CA2_CROSSBLOCK" parent="." instance=ExtResource("5_qvftd")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 15, 0, 78) + +[node name="CA2_1BLOCK" parent="." instance=ExtResource("6_e7l5q")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 19, 0, 70) + +[node name="CA2_1BLOCK2" parent="." instance=ExtResource("6_e7l5q")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7, 0, 78) + +[node name="CA2_1BLOCK3" parent="." instance=ExtResource("6_e7l5q")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 19, 0, 86) + +[node name="CA2_1BLOCK4" parent="." instance=ExtResource("6_e7l5q")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 23, 0, 78) + +[node name="CA2_2BLOCK" parent="." instance=ExtResource("7_i2itk")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 15, 0, 30) + +[node name="CA2_3BLOCK" parent="." instance=ExtResource("8_25p72")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -33, 0, 78) + +[node name="CA2_2BLOCK2" parent="." instance=ExtResource("7_i2itk")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 45.6894, 0, -6.05457) + +[node name="CA2_2BLOCK3" parent="." instance=ExtResource("7_i2itk")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 55, 0, 78) + +[node name="Pedestal Room" parent="." instance=ExtResource("9_1pfg1")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 70.8419, 0, 75.9665) + +[node name="Node3D" parent="." instance=ExtResource("10_hsdcg")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 17, 0, 114) + +[node name="Node3D2" parent="." instance=ExtResource("10_hsdcg")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.672722, 0, 16) + +[node name="Node3D3" parent="." instance=ExtResource("10_hsdcg")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.672722, 0, -12) + +[node name="CA2_CORNERBLOCK" parent="." instance=ExtResource("11_ynqwd")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 41.6917, 0, 13.938) + +[node name="CA2_TBLOCK" parent="." instance=ExtResource("12_1kiud")] +transform = Transform3D(2.98023e-08, 0, -1, 0, 1, 0, 1, 0, 2.98023e-08, 33.6917, 0, -10.062) + +[node name="CA2_2BLOCK4" parent="." instance=ExtResource("7_i2itk")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 37.6917, 0, -2.06202) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12A.tscn index f598b1e2..d81db552 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12A.tscn @@ -1,16 +1,22 @@ -[gd_scene load_steps=12 format=3 uid="uid://5esput2b876e"] +[gd_scene load_steps=18 format=3 uid="uid://5esput2b876e"] [ext_resource type="PackedScene" uid="uid://d1uldtsv8u8vw" path="res://src/map/dungeon/rooms/Set B/23. Fountain Antechamber.tscn" id="1_565or"] [ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_kjgo2"] -[ext_resource type="PackedScene" uid="uid://b1oayub1dt5ag" path="res://src/map/dungeon/rooms/Set B/31. Dismantled Saint's Room.tscn" id="2_3b7r5"] [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="3_xwhg8"] [ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="4_5yno2"] [ext_resource type="PackedScene" uid="uid://b8tiuu3l181ke" path="res://src/map/dungeon/rooms/Set B/28. Long Room B.tscn" id="5_ri3ov"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="6_qn0li"] +[ext_resource type="PackedScene" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="6_qn0li"] [ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="7_0nx78"] [ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="8_q3hi4"] [ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="9_dhta4"] [ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="10_drbdc"] +[ext_resource type="PackedScene" uid="uid://boonyo0b1q1ad" path="res://src/map/dungeon/rooms/Set B/40. Donut Gallery.tscn" id="11_qe4qs"] +[ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="12_n1o17"] +[ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="13_hngai"] +[ext_resource type="PackedScene" uid="uid://dp42gsgacl331" path="res://src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn" id="14_n17av"] +[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="15_vi6hn"] +[ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="16_3wfmp"] +[ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="17_n1o17"] [node name="Floor12a" type="Node3D"] script = ExtResource("1_kjgo2") @@ -18,9 +24,6 @@ script = ExtResource("1_kjgo2") [node name="Antechamber 4" parent="." instance=ExtResource("1_565or")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -14, 0, 42) -[node name="Dismantled Saint\'s Room" parent="." instance=ExtResource("2_3b7r5")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -82, 0, 12) - [node name="Floor Exit B" parent="." instance=ExtResource("3_xwhg8")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 30, 0, -30) @@ -65,3 +68,36 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 12, 0, -6) [node name="Node3D12" parent="." instance=ExtResource("8_q3hi4")] transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 28, 0, -2) + +[node name="40_DonutGallery" parent="." instance=ExtResource("11_qe4qs")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -82.0677, 2, 11.9252) + +[node name="Gallery Room" parent="." instance=ExtResource("12_n1o17")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -56, 0, -22) + +[node name="Pedestal Room" parent="." instance=ExtResource("13_hngai")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 7.84822, 0, 44) + +[node name="CA2_CORNERBLOCK" parent="." instance=ExtResource("7_0nx78")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -84, 0, -25.8643) + +[node name="CA2_SBLOCK" parent="." instance=ExtResource("14_n17av")] +transform = Transform3D(0, 0, 1, 0, 1, 0, -1, 0, 0, -40, 0, -2) + +[node name="CA2_3BLOCK" parent="." instance=ExtResource("6_qn0li")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -76, 0, -21.8643) + +[node name="CA2_3BLOCK2" parent="." instance=ExtResource("6_qn0li")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -84, 0, -17.8643) + +[node name="CA2_1BLOCK" parent="." instance=ExtResource("15_vi6hn")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 0, 46) + +[node name="Node3D13" parent="." instance=ExtResource("16_3wfmp")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -82, 0, 30) + +[node name="A2SOCKET" parent="." instance=ExtResource("17_n1o17")] +transform = Transform3D(-4.37114e-08, 0, 3.585, 0, 1, 0, -1, 0, -1.56705e-07, -62.9009, 0.0243301, 11.9964) + +[node name="A2SOCKET2" parent="." instance=ExtResource("17_n1o17")] +transform = Transform3D(-1, 0, -3.13411e-07, 0, 1, 0, 8.74228e-08, 0, -3.585, -82.0868, 0.0243301, -7.10035) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12B.tscn new file mode 100644 index 00000000..dc430c59 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12B.tscn @@ -0,0 +1,120 @@ +[gd_scene load_steps=18 format=3 uid="uid://bgtrwrpmlnlc3"] + +[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="1_ac666"] +[ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="2_ek3kj"] +[ext_resource type="PackedScene" uid="uid://cypdcaqeylnwl" path="res://src/map/dungeon/rooms/Set B/27. Water Room B.tscn" id="3_ifhq2"] +[ext_resource type="PackedScene" uid="uid://b8tiuu3l181ke" path="res://src/map/dungeon/rooms/Set B/28. Long Room B.tscn" id="4_nlvua"] +[ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="5_ar7g0"] +[ext_resource type="PackedScene" uid="uid://d1uldtsv8u8vw" path="res://src/map/dungeon/rooms/Set B/23. Fountain Antechamber.tscn" id="6_b7a0s"] +[ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="7_echw5"] +[ext_resource type="PackedScene" uid="uid://dadl2rua1ovhq" path="res://src/map/dungeon/rooms/Set B/20. Antechamber 3.tscn" id="8_svhk2"] +[ext_resource type="PackedScene" uid="uid://dp42gsgacl331" path="res://src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn" id="9_081gv"] +[ext_resource type="PackedScene" uid="uid://b7hdsijrg4g8c" path="res://src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn" id="10_g8jo1"] +[ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="11_u24y0"] +[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="12_x7t15"] +[ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="13_ct6ie"] +[ext_resource type="PackedScene" uid="uid://bnhcth7efq2da" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="14_beavv"] +[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="15_chw2v"] +[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="16_ebkqg"] +[ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="17_aom43"] + +[node name="Node3D" type="Node3D"] + +[node name="Floor Exit B" parent="." instance=ExtResource("1_ac666")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 45, 0, -89) + +[node name="Column Circle Room" parent="." instance=ExtResource("2_ek3kj")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -48.8259, 0, -19) + +[node name="Water Room B" parent="." instance=ExtResource("3_ifhq2")] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -42.1755, 0, -65) + +[node name="Long Room B" parent="." instance=ExtResource("4_nlvua")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 15, 0, -47) + +[node name="Pedestal Room" parent="." instance=ExtResource("5_ar7g0")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -19.004, 0, -19.036) + +[node name="Antechamber 4" parent="." instance=ExtResource("6_b7a0s")] +transform = Transform3D(1.31134e-07, 0, 1, 0, 1, 0, -1, 0, 1.31134e-07, -1, 0, -79) + +[node name="Gallery Room" parent="." instance=ExtResource("7_echw5")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -90.8259, 0, -73) + +[node name="Antechamber 3" parent="." instance=ExtResource("8_svhk2")] +transform = Transform3D(-1.17225e-07, 0, -1, 0, 1, 0, 1, 0, -1.17225e-07, -78.8259, 0, -35.0188) + +[node name="CA2_SBLOCK" parent="." instance=ExtResource("9_081gv")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -70.8259, 0, -61) + +[node name="CA2_ZBLOCK" parent="." instance=ExtResource("10_g8jo1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -78.8259, 0, -61) + +[node name="CA2_TBLOCK" parent="." instance=ExtResource("11_u24y0")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -70.8259, 0, -57) + +[node name="CA2_TBLOCK2" parent="." instance=ExtResource("11_u24y0")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -94.8259, 0, -49) + +[node name="CA2_1BLOCK" parent="." instance=ExtResource("12_x7t15")] +transform = Transform3D(2.98023e-08, 0, 1, 0, 1, 0, -1, 0, 2.98023e-08, -90.8259, 0, -61) + +[node name="CA2_CORNERBLOCK" parent="." instance=ExtResource("13_ct6ie")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -94.8259, 0, -37) + +[node name="CA2_4BLOCK" parent="." instance=ExtResource("14_beavv")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -86.8259, 0, -53) + +[node name="CA2_1BLOCK2" parent="." instance=ExtResource("12_x7t15")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -90.8259, 0, -45) + +[node name="Node3D" parent="." instance=ExtResource("15_chw2v")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -66.8259, 0, -49) + +[node name="CA2_TBLOCK3" parent="." instance=ExtResource("11_u24y0")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -62.8259, 0, -37) + +[node name="CA2_CORNERBLOCK2" parent="." instance=ExtResource("13_ct6ie")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -66.8259, 0, -17) + +[node name="Node3D2" parent="." instance=ExtResource("15_chw2v")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -38.8259, 0, -17) + +[node name="CA2_4BLOCK2" parent="." instance=ExtResource("14_beavv")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -25, 0, -77) + +[node name="CA2_2BLOCK" parent="." instance=ExtResource("16_ebkqg")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -1.00509, 0, -69) + +[node name="CA2_CORNERBLOCK3" parent="." instance=ExtResource("13_ct6ie")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 47, 0, -45) + +[node name="CA2_CORNERBLOCK4" parent="." instance=ExtResource("13_ct6ie")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 27, 0, -69) + +[node name="CA2_TBLOCK4" parent="." instance=ExtResource("11_u24y0")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 47, 0, -73) + +[node name="CA2_1BLOCK3" parent="." instance=ExtResource("12_x7t15")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 35, 0, -65) + +[node name="CA2_2BLOCK2" parent="." instance=ExtResource("16_ebkqg")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 43, 0, -61) + +[node name="Node3D3" parent="." instance=ExtResource("17_aom43")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -41.8259, 0, -93) + +[node name="Node3D4" parent="." instance=ExtResource("17_aom43")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, -89) + +[node name="Node3D5" parent="." instance=ExtResource("17_aom43")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, -34) + +[node name="Node3D6" parent="." instance=ExtResource("17_aom43")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -6, 0, -47) + +[node name="Node3D7" parent="." instance=ExtResource("17_aom43")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 29, 0, -34) + +[node name="Node3D8" parent="." instance=ExtResource("17_aom43")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -24.4424, 0, -51) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13/Floor 13A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13/Floor 13A.tscn index a19218eb..3acf6901 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13/Floor 13A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13/Floor 13A.tscn @@ -1,61 +1,100 @@ -[gd_scene load_steps=12 format=3 uid="uid://byto3yc8agaa8"] +[gd_scene load_steps=13 format=3 uid="uid://bvo7yqej1g7sx"] -[ext_resource type="PackedScene" uid="uid://cuau7xgx3rkxu" path="res://src/map/dungeon/rooms/Set B/32. Proscenium's Room.tscn" id="1_4gn32"] -[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_n2a4w"] -[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="2_mkc0e"] -[ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="3_y2l0a"] -[ext_resource type="PackedScene" uid="uid://bhqmpgpegcuu5" path="res://src/map/dungeon/rooms/Set B/24. Balcony Room 2.tscn" id="4_3d2sp"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="5_4h2k3"] -[ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="6_5reki"] -[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="7_83knm"] -[ext_resource type="PackedScene" uid="uid://e17ephn3qhyp" path="res://src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn" id="8_njb7p"] -[ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="9_mffyw"] -[ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="10_xldof"] +[ext_resource type="PackedScene" uid="uid://cq82tqhlshn1k" path="res://src/map/dungeon/rooms/Set B/22. Pit Room B.tscn" id="1_s11q7"] +[ext_resource type="PackedScene" uid="uid://d2k2v4bcybx3k" path="res://src/map/dungeon/rooms/Set B/26. Item Transfer Room B.tscn" id="2_ot23k"] +[ext_resource type="PackedScene" uid="uid://bbyjnuf1p6w3r" path="res://src/map/dungeon/rooms/Set B/43. Large Block Room A2.tscn" id="3_51nc8"] +[ext_resource type="PackedScene" uid="uid://bp6h4at643bbo" path="res://src/map/dungeon/rooms/Set B/42. Small Block Room A2.tscn" id="4_45o3f"] +[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="5_0jlcm"] +[ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="6_atul7"] +[ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="7_pr2ha"] +[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="8_4u3iy"] +[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="9_h57ej"] +[ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="10_l83a4"] +[ext_resource type="PackedScene" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="11_r7cya"] +[ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="12_mwtuj"] -[node name="Floor13a" type="Node3D"] -script = ExtResource("1_n2a4w") +[node name="Floor13" type="Node3D"] -[node name="Proscenium\'s Room" parent="." instance=ExtResource("1_4gn32")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -22, 0, 35) +[node name="Pit Room B" parent="." instance=ExtResource("1_s11q7")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 25, -3, -26) -[node name="Floor Exit B" parent="." instance=ExtResource("2_mkc0e")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -78, 0, -54) +[node name="Item Transfer Room B" parent="." instance=ExtResource("2_ot23k")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 25, 0, 28) -[node name="Pedestal Room" parent="." instance=ExtResource("3_y2l0a")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -79, 0, 61) +[node name="LargeBlockRoom" parent="." instance=ExtResource("3_51nc8")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -15.1831, 0, -34) -[node name="Balcony Room 2" parent="." instance=ExtResource("4_3d2sp")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -79.4811, 0, 3.24764) +[node name="42_SmallBlockRoomA2" parent="." instance=ExtResource("4_45o3f")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, -65.8339) -[node name="Node3D" parent="." instance=ExtResource("5_4h2k3")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -80, 0, -38) +[node name="42_SmallBlockRoomA3" parent="." instance=ExtResource("4_45o3f")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -39.0277, 0, -9.86162) -[node name="Node3D2" parent="." instance=ExtResource("5_4h2k3")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -81, 0, 41) +[node name="Floor Exit B" parent="." instance=ExtResource("5_0jlcm")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -39, 0, -40) -[node name="Node3D3" parent="." instance=ExtResource("6_5reki")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -81, 0, 41) +[node name="Column Circle Room" parent="." instance=ExtResource("6_atul7")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 1, 0, 14) -[node name="Node3D4" parent="." instance=ExtResource("7_83knm")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -73, 0, 37) +[node name="CA2_CORNERBLOCK" parent="." instance=ExtResource("7_pr2ha")] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 27, 0, -68) -[node name="Node3D5" parent="." instance=ExtResource("8_njb7p")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -49, 0, 41) +[node name="CA2_CORNERBLOCK2" parent="." instance=ExtResource("7_pr2ha")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -17, 0, -68) -[node name="Node3D6" parent="." instance=ExtResource("7_83knm")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -45, 0, 29) +[node name="CA2_2BLOCK" parent="." instance=ExtResource("8_4u3iy")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -17, 0, -60) -[node name="Node3D7" parent="." instance=ExtResource("6_5reki")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -53, 0, 1) +[node name="CA2_2BLOCK2" parent="." instance=ExtResource("8_4u3iy")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 11, 0, -64) -[node name="Node3D8" parent="." instance=ExtResource("5_4h2k3")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -41, 0, 5) +[node name="CA2_2BLOCK3" parent="." instance=ExtResource("8_4u3iy")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 23, 0, -60) -[node name="Gallery Room" parent="." instance=ExtResource("9_mffyw")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -21, 0, 1) +[node name="CA2_2BLOCK4" parent="." instance=ExtResource("8_4u3iy")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -29, 0, -8) -[node name="Node3D9" parent="." instance=ExtResource("5_4h2k3")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -21, 0, -19) +[node name="CA2_1BLOCK" parent="." instance=ExtResource("9_h57ej")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -37, 0, -20) -[node name="Column Circle Room" parent="." instance=ExtResource("10_xldof")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -19, 0, -29) +[node name="CA2_TBLOCK" parent="." instance=ExtResource("10_l83a4")] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -13, 0, -16) + +[node name="Node3D" parent="." instance=ExtResource("11_r7cya")] +transform = Transform3D(0, 0, -1, 0, 1, 0, 1, 0, 0, -17, 0, -4) + +[node name="CA2_TBLOCK2" parent="." instance=ExtResource("10_l83a4")] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 27, 0, 8) + +[node name="CA2_2BLOCK5" parent="." instance=ExtResource("8_4u3iy")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 11, 0, 16) + +[node name="CA2_2BLOCK6" parent="." instance=ExtResource("8_4u3iy")] +transform = Transform3D(0, 0, -1, 0, 1, 0, 1, 0, 0, 23, 0, 0) + +[node name="CA2_TBLOCK3" parent="." instance=ExtResource("10_l83a4")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -9, 0, 16) + +[node name="CA2_CORNERBLOCK3" parent="." instance=ExtResource("7_pr2ha")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -41, 0, 16) + +[node name="CA2_2BLOCK7" parent="." instance=ExtResource("8_4u3iy")] +transform = Transform3D(0, 0, -1, 0, 1, 0, 1, 0, 0, -41, 0, 0) + +[node name="Node3D2" parent="." instance=ExtResource("11_r7cya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -33, 0, 16) + +[node name="Node3D3" parent="." instance=ExtResource("12_mwtuj")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -45.504, 0, -10) + +[node name="Node3D4" parent="." instance=ExtResource("12_mwtuj")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, -59.4042) + +[node name="Node3D5" parent="." instance=ExtResource("12_mwtuj")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, -72.5287) + +[node name="Node3D6" parent="." instance=ExtResource("12_mwtuj")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 51.3776, 0, -26) + +[node name="Node3D7" parent="." instance=ExtResource("12_mwtuj")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -1.40893, 0, -26.123) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13/Floor 13B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13/Floor 13B.tscn new file mode 100644 index 00000000..743c1bf1 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13/Floor 13B.tscn @@ -0,0 +1,170 @@ +[gd_scene load_steps=9 format=4 uid="uid://by7jjot3awbxl"] + +[ext_resource type="PackedScene" uid="uid://bbyjnuf1p6w3r" path="res://src/map/dungeon/rooms/Set B/43. Large Block Room A2.tscn" id="1_q2en1"] +[ext_resource type="Texture2D" uid="uid://gsm1on78uepk" path="res://src/map/dungeon/models/Area 2/BlockRoomLarge/A2-BlockRoomLarge_eyeblock.png" id="2_hwbpr"] +[ext_resource type="PackedScene" uid="uid://bp6h4at643bbo" path="res://src/map/dungeon/rooms/Set B/42. Small Block Room A2.tscn" id="3_xf32h"] +[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="4_2u8es"] +[ext_resource type="PackedScene" uid="uid://d2k2v4bcybx3k" path="res://src/map/dungeon/rooms/Set B/26. Item Transfer Room B.tscn" id="5_0wu2n"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_rju5k"] +resource_name = "BLOCK EYE" +cull_mode = 2 +albedo_texture = ExtResource("2_hwbpr") +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_3dyin"] +_surfaces = [{ +"aabb": AABB(-1, -1, -1, 2, 2, 2), +"format": 34896613377, +"index_count": 36, +"index_data": PackedByteArray("AAABAAIAAAADAAEABgACAAEAAwAGAAEABAAAAAIAAwAAAAQABgAHAAIABAACAAcAAwAFAAYAAwAEAAUABQAHAAYABQAEAAcA"), +"lods": [0.816497, PackedByteArray("AAABAAIAAAADAAEABAAAAAIAAwAAAAQAAQAEAAIAAwAEAAUABQAEAAEAAwAFAAEA"), 1.35873, PackedByteArray("AAABAAIAAQAAAAIAAwAAAAEAAAADAAEA")], +"name": "BLOCK EYE", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 8, +"vertex_data": PackedByteArray("AAAAAP//AAAAAP//AAAAAAAA/////wAAAAAAAAAAAAD//wAA//8AAP//AAAAAAAA/////wAAAAD///////8AAA==") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_joist"] +resource_name = "A2-BlockRoomLarge_Cube_052" +_surfaces = [{ +"aabb": AABB(-1, -1, -1, 2, 2, 2), +"attribute_data": PackedByteArray("YKr//7XUYtW11P//YKpi1f5+J1X+fsR/AAAnVQAAxH9g1NFUC6rRVGDUNSqpVCdVqVTEf2CqKIBgqotVtdSLVQuqNSpUKsR/VConVbXUKIA="), +"format": 34896613399, +"index_count": 36, +"index_data": PackedByteArray("AAABAAIAAAADAAEACAAQAAoACAAJABAACwARABIAEgARAAcAEgAHAAYACwAMABEABAAMAAsABAAFAAwADQAPABMADQAOAA8A"), +"lods": [0.816497, PackedByteArray("AAABAAIAAAADAAEACAAJAAoACwAMAAYABgAMAAcABAAMAAsABAAFAAwADQAOAA8A"), 1.35873, PackedByteArray("AAABAAIAAAADAAEABAAFAAYABgAFAAcA")], +"material": SubResource("StandardMaterial3D_rju5k"), +"name": "BLOCK EYE", +"primitive": 3, +"uv_scale": Vector4(6.00925, 5.96955, 0, 0), +"vertex_count": 20, +"vertex_data": PackedByteArray("AAAAAP//c9EAAP//AABv2QAA/////0rAAAAAAAAAGvsAAAAAAADi6AAAAAD//4f2AAD//wAAk+EAAP////8/qAAAAAAAAOLo//8AAAAA4ugAAP//AADi6P//AAAAAJbx//8AAP//veP//wAA//9KwAAAAAD//3PRAAD/////SsD/////AADi6P///////5ax/////wAAQNz///////9z0TDQs/n6yua6ufjFyPrKUNcyrRj1YuGC6F70sKfk0JzCMq0Y9eaKMi0YdczScZu9PdePvllFBzk3MNCz+bn4xcjMUuYKzLkOaJfOcV/OL0sG") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_3dyin") + +[node name="Floor13b" type="Node3D"] + +[node name="LargeBlockRoom" parent="." instance=ExtResource("1_q2en1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 0, 2) + +[node name="Cube_070" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, -35.9793, 1.99085, -0.18801) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_071" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, -55.9793, 1.99085, 19.812) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_072" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, -47.9793, 1.99085, 11.812) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_073" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, -47.9793, 1.99085, 31.812) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_074" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, -27.9793, 1.99085, 27.812) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_075" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, -35.9793, 1.99085, -20.188) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_076" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, -27.9793, 1.99085, -28.188) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_077" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, -7.97934, 1.99085, -28.188) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_078" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, 20.0207, 1.99085, -20.188) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_085" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, 24.0207, 1.99085, -40.188) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_086" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, 12.0207, 1.99085, -48.188) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_083" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, 40.0207, 1.99085, 19.812) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_084" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, 16.0207, 1.99085, 19.812) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_079" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, 36.0207, 1.99085, -0.188011) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_080" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, 28.0207, 1.99085, -12.188) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_081" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, 28.0207, 1.99085, 27.812) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="Cube_082" type="MeshInstance3D" parent="LargeBlockRoom"] +transform = Transform3D(2, 0, 0, 0, 0, -2, 0, 2, 0, 28.0207, 1.99085, 27.812) +mesh = SubResource("ArrayMesh_joist") +skeleton = NodePath("") + +[node name="42_SmallBlockRoomA2" parent="." instance=ExtResource("3_xf32h")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -30, 0, 2) + +[node name="42_SmallBlockRoomA3" parent="." instance=ExtResource("3_xf32h")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -30, 0, -18) + +[node name="42_SmallBlockRoomA4" parent="." instance=ExtResource("3_xf32h")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -10, 0, -18) + +[node name="42_SmallBlockRoomA5" parent="." instance=ExtResource("3_xf32h")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 26, 0, 2) + +[node name="42_SmallBlockRoomA6" parent="." instance=ExtResource("3_xf32h")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10, 0, -18) + +[node name="42_SmallBlockRoomA7" parent="." instance=ExtResource("3_xf32h")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -30, 0, 22) + +[node name="42_SmallBlockRoomA8" parent="." instance=ExtResource("3_xf32h")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -50, 0, 22) + +[node name="42_SmallBlockRoomA9" parent="." instance=ExtResource("3_xf32h")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 26, 0, 22) + +[node name="42_SmallBlockRoomA10" parent="." instance=ExtResource("3_xf32h")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10, 0, -38) + +[node name="Floor Exit B" parent="." instance=ExtResource("4_2u8es")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -16, 0, -38) + +[node name="Item Transfer Room B" parent="." instance=ExtResource("5_0wu2n")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -12, 0, 22) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14A.tscn index 254b7535..8120cb2a 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14A.tscn @@ -1,6 +1,84 @@ -[gd_scene load_steps=2 format=3 uid="uid://geiuxdk5mpjm"] +[gd_scene load_steps=17 format=3 uid="uid://cb4oxe2luyn64"] [ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_2tuyg"] +[ext_resource type="PackedScene" uid="uid://b6akxaacr8jd2" path="res://src/map/dungeon/rooms/Set B/33. Puer's Room.tscn" id="2_abunl"] +[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="3_yc1xo"] +[ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="4_xw3tf"] +[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="5_rkbc4"] +[ext_resource type="PackedScene" uid="uid://cypdcaqeylnwl" path="res://src/map/dungeon/rooms/Set B/27. Water Room B.tscn" id="6_r0keh"] +[ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="7_372ac"] +[ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="8_03rcm"] +[ext_resource type="PackedScene" uid="uid://d1uldtsv8u8vw" path="res://src/map/dungeon/rooms/Set B/23. Fountain Antechamber.tscn" id="9_bsi5t"] +[ext_resource type="PackedScene" uid="uid://d2k2v4bcybx3k" path="res://src/map/dungeon/rooms/Set B/26. Item Transfer Room B.tscn" id="10_f153f"] +[ext_resource type="PackedScene" uid="uid://dadl2rua1ovhq" path="res://src/map/dungeon/rooms/Set B/20. Antechamber 3.tscn" id="11_f3bpy"] +[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="12_ci7tj"] +[ext_resource type="PackedScene" uid="uid://ba1qktwfba0h8" path="res://src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn" id="13_drmw5"] +[ext_resource type="PackedScene" uid="uid://bnhcth7efq2da" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="14_d8lgq"] +[ext_resource type="PackedScene" uid="uid://e17ephn3qhyp" path="res://src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn" id="15_whn3o"] +[ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="16_b35rm"] -[node name="Floor14a" type="Node3D"] +[node name="Floor17a" type="Node3D"] script = ExtResource("1_2tuyg") + +[node name="Puer\'s Room" parent="." instance=ExtResource("2_abunl")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 0, 2) + +[node name="Floor Exit B" parent="." instance=ExtResource("3_yc1xo")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 20, 0, -26) + +[node name="Node3D" parent="." instance=ExtResource("4_xw3tf")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -8, 0, -28) + +[node name="Node3D2" parent="." instance=ExtResource("5_rkbc4")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8, 0, -16) + +[node name="Node3D3" parent="." instance=ExtResource("5_rkbc4")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -24) + +[node name="Water Room B" parent="." instance=ExtResource("6_r0keh")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 8, 0, 61) + +[node name="Column Circle Room" parent="." instance=ExtResource("7_372ac")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 34, 0, 22) + +[node name="Gallery Room" parent="." instance=ExtResource("8_03rcm")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -44, 0, 4) + +[node name="Antechamber 4" parent="." instance=ExtResource("9_bsi5t")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -38, 0, 36) + +[node name="Item Transfer Room B" parent="." instance=ExtResource("10_f153f")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -40, 0, 61) + +[node name="Antechamber 3" parent="." instance=ExtResource("11_f3bpy")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 38, 0, 0) + +[node name="Node3D4" parent="." instance=ExtResource("12_ci7tj")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -36, 0, 4) + +[node name="Node3D5" parent="." instance=ExtResource("13_drmw5")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -36, 0, 28) + +[node name="Node3D7" parent="." instance=ExtResource("14_d8lgq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -28, 0, 40) + +[node name="Node3D8" parent="." instance=ExtResource("15_whn3o")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8, 0, 40) + +[node name="Node3D9" parent="." instance=ExtResource("12_ci7tj")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -8, 0, 20) + +[node name="Node3D6" parent="." instance=ExtResource("12_ci7tj")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -32, 0, 63) + +[node name="Node3D12" parent="." instance=ExtResource("5_rkbc4")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 36, 0, 12) + +[node name="Node3D10" parent="." instance=ExtResource("14_d8lgq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 40) + +[node name="Node3D11" parent="." instance=ExtResource("16_b35rm")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 16, 0, 36) + +[node name="Node3D13" parent="." instance=ExtResource("4_xw3tf")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 36, 0, 40) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14B.tscn new file mode 100644 index 00000000..dfcb5d8d --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14B.tscn @@ -0,0 +1,150 @@ +[gd_scene load_steps=18 format=3 uid="uid://djqrniwn44lgj"] + +[ext_resource type="PackedScene" uid="uid://b6akxaacr8jd2" path="res://src/map/dungeon/rooms/Set B/33. Puer's Room.tscn" id="1_5yts4"] +[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="2_xnftf"] +[ext_resource type="PackedScene" uid="uid://cgp60ood1orpr" path="res://src/map/dungeon/rooms/Set B/41. Circle.tscn" id="3_x4fnm"] +[ext_resource type="PackedScene" uid="uid://cq82tqhlshn1k" path="res://src/map/dungeon/rooms/Set B/22. Pit Room B.tscn" id="4_jh4jv"] +[ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="5_d87u7"] +[ext_resource type="PackedScene" uid="uid://dadl2rua1ovhq" path="res://src/map/dungeon/rooms/Set B/20. Antechamber 3.tscn" id="6_8ux65"] +[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="7_ve4gf"] +[ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="8_jygnb"] +[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="9_jeunu"] +[ext_resource type="PackedScene" uid="uid://bnhcth7efq2da" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="10_oapja"] +[ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="11_f5okq"] +[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="12_ku5hr"] +[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="13_0jf3o"] +[ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="14_uhe7u"] +[ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="15_xbwto"] +[ext_resource type="PackedScene" uid="uid://d2k2v4bcybx3k" path="res://src/map/dungeon/rooms/Set B/26. Item Transfer Room B.tscn" id="16_6ljmo"] +[ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="17_on6xm"] + +[node name="Floor14b" type="Node3D"] + +[node name="Puer\'s Room" parent="." instance=ExtResource("1_5yts4")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 66, 0, 26) + +[node name="Floor Exit B" parent="." instance=ExtResource("2_xnftf")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -20, 0, -58) + +[node name="40_DonutGallery" parent="." instance=ExtResource("3_x4fnm")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 110, 2, 26.062) + +[node name="Pit Room B" parent="." instance=ExtResource("4_jh4jv")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -22, -3, 14) + +[node name="Gallery Room" parent="." instance=ExtResource("5_d87u7")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 27.9462, 0, -44) + +[node name="Antechamber 3" parent="." instance=ExtResource("6_8ux65")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -12, 0, -30) + +[node name="CA2_1BLOCK" parent="." instance=ExtResource("7_ve4gf")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 36, 0, -44) + +[node name="CA2_1BLOCK2" parent="." instance=ExtResource("7_ve4gf")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 44, 0, -40) + +[node name="CA2_CORNERBLOCK" parent="." instance=ExtResource("8_jygnb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 12, 0, -28) + +[node name="CA2_CORNERBLOCK2" parent="." instance=ExtResource("8_jygnb")] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 16, 0, -60) + +[node name="CA2_5BLOCK" parent="." instance=ExtResource("9_jeunu")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, -52) + +[node name="CA2_1BLOCK3" parent="." instance=ExtResource("7_ve4gf")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 28, 0, -4) + +[node name="CA2_CORNERBLOCK5" parent="." instance=ExtResource("8_jygnb")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 48, 0, 4) + +[node name="CA2_1BLOCK4" parent="." instance=ExtResource("7_ve4gf")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 48, 0, -4) + +[node name="CA2_4BLOCK" parent="." instance=ExtResource("10_oapja")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 12, 0, -52) + +[node name="CA2_TBLOCK2" parent="." instance=ExtResource("11_f5okq")] +transform = Transform3D(-1, 0, 8.9407e-08, 0, 1, 0, -8.9407e-08, 0, -1, 28, 0, -36) + +[node name="CA2_1BLOCK5" parent="." instance=ExtResource("7_ve4gf")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 24, 0, -20) + +[node name="CA2_TBLOCK3" parent="." instance=ExtResource("11_f5okq")] +transform = Transform3D(0, 0, -1, 0, 1, 0, 1, 0, 0, -4, 0, -60) + +[node name="CA2_2BLOCK" parent="." instance=ExtResource("12_ku5hr")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 32, 0, 4) + +[node name="CA2_TBLOCK4" parent="." instance=ExtResource("11_f5okq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 24, 0, 8) + +[node name="CA2_4BLOCK2" parent="." instance=ExtResource("10_oapja")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 0, 16) + +[node name="CA2_CORNERBLOCK3" parent="." instance=ExtResource("8_jygnb")] +transform = Transform3D(-1, 0, -8.9407e-08, 0, 1, 0, 8.9407e-08, 0, -1, 48, 0, -48) + +[node name="CA2_TBLOCK5" parent="." instance=ExtResource("11_f5okq")] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 28, 0, 8) + +[node name="CA2_CORNERBLOCK4" parent="." instance=ExtResource("8_jygnb")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 4, 0, -24) + +[node name="CA2_CORNERBLOCK6" parent="." instance=ExtResource("8_jygnb")] +transform = Transform3D(2.98023e-08, 0, -1, 0, 1, 0, 1, 0, 2.98023e-08, -60, 0, -36) + +[node name="CA2_5BLOCK2" parent="." instance=ExtResource("9_jeunu")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -40, 0, -32) + +[node name="Node3D" parent="." instance=ExtResource("13_0jf3o")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -52, 0, -32) + +[node name="CA2_5BLOCK3" parent="." instance=ExtResource("9_jeunu")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -60, 0, -28) + +[node name="CA2_CORNERBLOCK7" parent="." instance=ExtResource("8_jygnb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -60, 0, 16) + +[node name="CA2_1BLOCK6" parent="." instance=ExtResource("7_ve4gf")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -52, 0, 16) + +[node name="CA2_4BLOCK3" parent="." instance=ExtResource("10_oapja")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -60, 0, -8) + +[node name="Node3D2" parent="." instance=ExtResource("13_0jf3o")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 24, 0, -20) + +[node name="CA2_CORNERBLOCK8" parent="." instance=ExtResource("8_jygnb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 24, 0, 28) + +[node name="CA2_4BLOCK4" parent="." instance=ExtResource("10_oapja")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 32, 0, 28) + +[node name="CA2_1BLOCK7" parent="." instance=ExtResource("7_ve4gf")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -20, 0, 43.7931) + +[node name="Pedestal Room" parent="." instance=ExtResource("14_uhe7u")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -22, 0, 51.669) + +[node name="Node3D3" parent="." instance=ExtResource("15_xbwto")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -22, 0, -12.5997) + +[node name="Node3D4" parent="." instance=ExtResource("13_0jf3o")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 84, 0, 28) + +[node name="CA2_2BLOCK2" parent="." instance=ExtResource("12_ku5hr")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 64, 0, 44) + +[node name="Item Transfer Room B" parent="." instance=ExtResource("16_6ljmo")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 66, 0, 60) + +[node name="Column Circle Room" parent="." instance=ExtResource("17_on6xm")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 46, 0, -18) + +[node name="CA2_2BLOCK3" parent="." instance=ExtResource("12_ku5hr")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 44, 0, -36) + +[node name="Node3D5" parent="." instance=ExtResource("15_xbwto")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 124.411, 0, 26.1087) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor15/Floor 15A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor15/Floor 15A.tscn deleted file mode 100644 index 1e340a80..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor15/Floor 15A.tscn +++ /dev/null @@ -1,6 +0,0 @@ -[gd_scene load_steps=2 format=3 uid="uid://dx1lmq5ch0xk4"] - -[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_rh8ly"] - -[node name="Floor15a" type="Node3D"] -script = ExtResource("1_rh8ly") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor18/Floor 18A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor15/Floor 15B.tscn similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/floors/Floor18/Floor 18A.tscn rename to Zennysoft.Game.Ma/src/map/dungeon/floors/Floor15/Floor 15B.tscn diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor16/Floor 16A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor16/Floor 16A.tscn deleted file mode 100644 index b3e31197..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor16/Floor 16A.tscn +++ /dev/null @@ -1,6 +0,0 @@ -[gd_scene load_steps=2 format=3 uid="uid://cxjmxf7s6t2wp"] - -[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_hbxys"] - -[node name="Floor16a" type="Node3D"] -script = ExtResource("1_hbxys") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor17/Floor 17A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor17/Floor 17A.tscn deleted file mode 100644 index f630aaf5..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor17/Floor 17A.tscn +++ /dev/null @@ -1,94 +0,0 @@ -[gd_scene load_steps=18 format=3 uid="uid://cb4oxe2luyn64"] - -[ext_resource type="PackedScene" uid="uid://b6akxaacr8jd2" path="res://src/map/dungeon/rooms/Set B/33. Puer's Room.tscn" id="1_qftsl"] -[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_ud30q"] -[ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="2_25kgy"] -[ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="3_dmxrj"] -[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="4_nb30v"] -[ext_resource type="PackedScene" uid="uid://cypdcaqeylnwl" path="res://src/map/dungeon/rooms/Set B/27. Water Room B.tscn" id="5_72hh8"] -[ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="6_y7njs"] -[ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="7_uxuaf"] -[ext_resource type="PackedScene" uid="uid://d1uldtsv8u8vw" path="res://src/map/dungeon/rooms/Set B/23. Fountain Antechamber.tscn" id="8_05nvb"] -[ext_resource type="PackedScene" uid="uid://d2k2v4bcybx3k" path="res://src/map/dungeon/rooms/Set B/26. Item Transfer Room B.tscn" id="9_aps0q"] -[ext_resource type="PackedScene" uid="uid://dadl2rua1ovhq" path="res://src/map/dungeon/rooms/Set B/20. Antechamber 3.tscn" id="10_uvaih"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="11_qblwe"] -[ext_resource type="PackedScene" uid="uid://ba1qktwfba0h8" path="res://src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn" id="12_wopgi"] -[ext_resource type="PackedScene" uid="uid://bnhcth7efq2da" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="13_nhuxk"] -[ext_resource type="PackedScene" uid="uid://e17ephn3qhyp" path="res://src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn" id="14_3s6b7"] -[ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="15_e035w"] -[ext_resource type="PackedScene" uid="uid://cfy7h6itq80y0" path="res://src/map/assets/Dungeon Doors/A2Door.glb" id="16_rplxh"] - -[node name="Floor17a" type="Node3D"] -script = ExtResource("1_ud30q") - -[node name="Puer\'s Room" parent="." instance=ExtResource("1_qftsl")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 0, 2) - -[node name="Floor Exit B" parent="." instance=ExtResource("2_25kgy")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 20, 0, -26) - -[node name="Node3D" parent="." instance=ExtResource("3_dmxrj")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -8, 0, -28) - -[node name="Node3D2" parent="." instance=ExtResource("4_nb30v")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8, 0, -16) - -[node name="Node3D3" parent="." instance=ExtResource("4_nb30v")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -24) - -[node name="Water Room B" parent="." instance=ExtResource("5_72hh8")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 8, 0, 61) - -[node name="Column Circle Room" parent="." instance=ExtResource("6_y7njs")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 34, 0, 22) - -[node name="Gallery Room" parent="." instance=ExtResource("7_uxuaf")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -44, 0, 4) - -[node name="Antechamber 4" parent="." instance=ExtResource("8_05nvb")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -38, 0, 36) - -[node name="Item Transfer Room B" parent="." instance=ExtResource("9_aps0q")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -40, 0, 61) - -[node name="Antechamber 3" parent="." instance=ExtResource("10_uvaih")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 38, 0, 0) - -[node name="Node3D4" parent="." instance=ExtResource("11_qblwe")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -36, 0, 4) - -[node name="Node3D5" parent="." instance=ExtResource("12_wopgi")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -36, 0, 28) - -[node name="Node3D7" parent="." instance=ExtResource("13_nhuxk")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -28, 0, 40) - -[node name="Node3D8" parent="." instance=ExtResource("14_3s6b7")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8, 0, 44) - -[node name="Node3D9" parent="." instance=ExtResource("11_qblwe")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -8, 0, 20) - -[node name="Node3D6" parent="." instance=ExtResource("11_qblwe")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -32, 0, 63) - -[node name="Node3D12" parent="." instance=ExtResource("4_nb30v")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 32, 0, 12) - -[node name="Node3D10" parent="." instance=ExtResource("13_nhuxk")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 40) - -[node name="Node3D11" parent="." instance=ExtResource("15_e035w")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 16, 0, 36) - -[node name="Node3D13" parent="." instance=ExtResource("3_dmxrj")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 36, 0, 40) - -[node name="A2Door" parent="." instance=ExtResource("16_rplxh")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 42, 0, -8) - -[node name="A2Door2" parent="." instance=ExtResource("16_rplxh")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 0, 78) - -[node name="A2Door3" parent="." instance=ExtResource("16_rplxh")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 19, 0, 78) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor19/Floor 19A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor19/Floor 19A.tscn deleted file mode 100644 index d8a04222..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor19/Floor 19A.tscn +++ /dev/null @@ -1,6 +0,0 @@ -[gd_scene load_steps=2 format=3 uid="uid://b8kxj0h0r2tfy"] - -[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_1qcoq"] - -[node name="Floor19a" type="Node3D"] -script = ExtResource("1_1qcoq") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Overworld.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Overworld.tscn index dfdb4288..f1346cde 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Overworld.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Overworld.tscn @@ -2,9 +2,9 @@ [ext_resource type="Script" uid="uid://cuhfkyh3d7noa" path="res://src/map/dungeon/code/Overworld.cs" id="1_5hmt3"] [ext_resource type="Texture2D" uid="uid://co6h8vyi11sl2" path="res://src/map/overworld/Models/Overworld_CLOUD_RINGS_INNER_63.png" id="2_g6b7b"] -[ext_resource type="AudioStream" uid="uid://dqmsaok6fyhe7" path="res://src/audio/AMB/amb_perlin.wav" id="2_wbbo3"] -[ext_resource type="AudioStream" uid="uid://dl07vg00se7hd" path="res://src/audio/AMB/amb_white_noise.wav" id="3_c2gp5"] -[ext_resource type="AudioStream" uid="uid://boypvgaweep8a" path="res://src/audio/AMB/amb_beach.wav" id="3_pvi8n"] +[ext_resource type="AudioStream" uid="uid://ym4ur8a2qxhp" path="res://src/audio/amb/amb_perlin.wav" id="2_wbbo3"] +[ext_resource type="AudioStream" uid="uid://b7wxddjx3qw5o" path="res://src/audio/amb/amb_white_noise.wav" id="3_c2gp5"] +[ext_resource type="AudioStream" uid="uid://ddii3pi8x75xc" path="res://src/audio/amb/amb_beach.wav" id="3_pvi8n"] [ext_resource type="Texture2D" uid="uid://w33fr6exryiy" path="res://src/map/overworld/Models/Overworld_CLOUD_RINGS_INNER_37.png" id="3_uyygh"] [ext_resource type="Texture2D" uid="uid://dv10yaqvp3mub" path="res://src/map/overworld/Models/Overworld_CLOUD_RINGS_INNER_71.png" id="4_r8r3k"] [ext_resource type="Shader" uid="uid://brhf7s3riyag5" path="res://src/map/map shaders/Metal.gdshader" id="5_d1qcb"] @@ -87,7 +87,7 @@ [ext_resource type="Texture2D" uid="uid://dq63vmmpqlww7" path="res://src/map/overworld/Models/Overworld_optimized_Pass 1_VINE.png" id="65_nhnhu"] [ext_resource type="Texture2D" uid="uid://wqbflec631rm" path="res://src/map/overworld/Models/Overworld_optimized_Pass 1_BANYAN_LEAVES.png" id="66_plu1v"] [ext_resource type="Texture2D" uid="uid://ck2milaawr3ef" path="res://src/map/overworld/Models/Overworld_optimized_Pass 1_BANYAN_LEAVES2.png" id="67_shdaj"] -[ext_resource type="Texture2D" uid="uid://c38grr8d22ukg" path="res://src/map/assets/cloudscape.png" id="67_uyygh"] +[ext_resource type="Texture2D" uid="uid://c38grr8d22ukg" path="res://src/map/assets/Overworld Assetts/cloudscape.png" id="67_uyygh"] [ext_resource type="Texture2D" uid="uid://c5jloiaiy7iug" path="res://src/map/overworld/Models/Overworld_optimized_Pass 1_BANYAN_LEAVES_3.png" id="68_8o0x4"] [ext_resource type="Shader" uid="uid://d3pf3ubk3lwwt" path="res://src/map/map shaders/Overworld Sea Fog Layer.gdshader" id="70_uyygh"] [ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="71_r8r3k"] @@ -103,7 +103,7 @@ [ext_resource type="Texture2D" uid="uid://cbsdc4uthojov" path="res://src/map/assets/waternormal2.jpg" id="85_0u0mt"] [ext_resource type="PackedScene" uid="uid://clml6uw8csbw1" path="res://src/map/overworld/Models/Overworld Re-Scaled (Missing Distance Objects).glb" id="108_yksd7"] [ext_resource type="Texture2D" uid="uid://s8y4xcx33gh8" path="res://src/map/overworld/Models/Overworld Re-Scaled (Missing Distance Objects)_stone_column_carved.png" id="109_1vage"] -[ext_resource type="PackedScene" uid="uid://dld10xlpr8d17" path="res://src/map/assets/OW_gate.glb" id="109_8vsb2"] +[ext_resource type="PackedScene" uid="uid://dld10xlpr8d17" path="res://src/map/assets/Overworld Assetts/OW_gate.glb" id="109_8vsb2"] [ext_resource type="PackedScene" uid="uid://bn5egdkg03f5d" path="res://src/map/dungeon/door/UnlockableDoor.tscn" id="109_dmxjq"] [ext_resource type="PackedScene" uid="uid://dnomijv6j8s3" path="res://src/map/overworld/Models/Overworld COLLISION.glb" id="109_vbsj2"] [ext_resource type="Texture2D" uid="uid://c6bcwd1ym1dcg" path="res://src/map/overworld/Models/Overworld Re-Scaled (Missing Distance Objects)_outside_darker_brick.png" id="110_dmxjq"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER.glb.import index 78312291..b454511c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dhupn1kdknu7b" -path="res://.godot/imported/A1-ENDCAPPER.glb-308b16b190490c319f75c4d703c14472.scn" +path="res://.godot/imported/A1-ENDCAPPER.glb-b19fb35b9c36ecb098b233afc626d78f.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER.glb" -dest_files=["res://.godot/imported/A1-ENDCAPPER.glb-308b16b190490c319f75c4d703c14472.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER.glb" +dest_files=["res://.godot/imported/A1-ENDCAPPER.glb-b19fb35b9c36ecb098b233afc626d78f.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_TILE4.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_TILE4.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_TILE4.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_TILE4.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_TILE4.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_TILE4.png.import index c3dd224e..112712bf 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_TILE4.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_TILE4.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://6jfkh5pcxnvt" -path="res://.godot/imported/A1-ENDCAPPER_TILE4.png-53409c6dcbbfa6bbd4a1599d9d9c1440.ctex" +path="res://.godot/imported/A1-ENDCAPPER_TILE4.png-7509488b6d50ddc8c2e3be4e64dc5334.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_TILE4.png" -dest_files=["res://.godot/imported/A1-ENDCAPPER_TILE4.png-53409c6dcbbfa6bbd4a1599d9d9c1440.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_TILE4.png" +dest_files=["res://.godot/imported/A1-ENDCAPPER_TILE4.png-7509488b6d50ddc8c2e3be4e64dc5334.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_concrete_0003_color_1k.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_concrete_0003_color_1k.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_concrete_0003_color_1k.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_concrete_0003_color_1k.png.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_concrete_0003_color_1k.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_concrete_0003_color_1k.png.import index ea7629a4..55bc1ac6 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_concrete_0003_color_1k.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_concrete_0003_color_1k.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsieqpb2845x0" -path="res://.godot/imported/A1-ENDCAPPER_concrete_0003_color_1k.png-d83cdddd5b800c0518195791173e79d2.ctex" +path="res://.godot/imported/A1-ENDCAPPER_concrete_0003_color_1k.png-5cf0124728daa537f9542b741ee8ce76.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/A1-ENDCAPPER_concrete_0003_color_1k.png-d83cdddd5b800c0518195791173e79d2.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_concrete_0003_color_1k.png" +dest_files=["res://.godot/imported/A1-ENDCAPPER_concrete_0003_color_1k.png-5cf0124728daa537f9542b741ee8ce76.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_darkbrick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_darkbrick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_darkbrick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_darkbrick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_darkbrick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_darkbrick.png.import index dbcdcb1d..3497d094 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_darkbrick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_darkbrick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cgqbeii2kiaa" -path="res://.godot/imported/A1-ENDCAPPER_darkbrick.png-4520faa58cde1a19a63f59b19e763413.ctex" +path="res://.godot/imported/A1-ENDCAPPER_darkbrick.png-71ce67ccf3d863b842823ac6b13c13ca.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_darkbrick.png" -dest_files=["res://.godot/imported/A1-ENDCAPPER_darkbrick.png-4520faa58cde1a19a63f59b19e763413.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-ENDCAPPER_darkbrick.png" +dest_files=["res://.godot/imported/A1-ENDCAPPER_darkbrick.png-71ce67ccf3d863b842823ac6b13c13ca.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb.import index 093b6f41..fb29d7b6 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://qjimnha6y6qk" -path="res://.godot/imported/A1-SOCKET.glb-7c6b36035a441871f0870946e41fc41a.scn" +path="res://.godot/imported/A1-SOCKET.glb-2661b2f60f4f4fd700ee08ba3253af60.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb" -dest_files=["res://.godot/imported/A1-SOCKET.glb-7c6b36035a441871f0870946e41fc41a.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb" +dest_files=["res://.godot/imported/A1-SOCKET.glb-2661b2f60f4f4fd700ee08ba3253af60.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-SOCKET_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET_darkbrick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-SOCKET_darkbrick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET_darkbrick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-SOCKET_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET_darkbrick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-SOCKET_darkbrick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET_darkbrick.png.import index f6f6d352..6a0bf034 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-SOCKET_darkbrick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET_darkbrick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhy1mnlu5586u" -path="res://.godot/imported/A1-SOCKET_darkbrick.png-827a318af30d855bfdf056293c65a458.ctex" +path="res://.godot/imported/A1-SOCKET_darkbrick.png-0951a81088218b0fecb147b4fc0557cd.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/A1-SOCKET_darkbrick.png" -dest_files=["res://.godot/imported/A1-SOCKET_darkbrick.png-827a318af30d855bfdf056293c65a458.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET_darkbrick.png" +dest_files=["res://.godot/imported/A1-SOCKET_darkbrick.png-0951a81088218b0fecb147b4fc0557cd.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb.import index 402609ce..54a62392 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dlj1dadm3muxe" -path="res://.godot/imported/CA1-ZagBlock.glb-c5c4806510374d2b5204e419a5638535.scn" +path="res://.godot/imported/CA1-ZagBlock.glb-2695c6a0f59d8df88198e0f038c82a6f.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb" -dest_files=["res://.godot/imported/CA1-ZagBlock.glb-c5c4806510374d2b5204e419a5638535.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb" +dest_files=["res://.godot/imported/CA1-ZagBlock.glb-2695c6a0f59d8df88198e0f038c82a6f.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_Alt_Brick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_Alt_Brick.png.import index 0a2be5a0..3b94afbb 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b64lg0tcwr7b2" -path="res://.godot/imported/CA1-ZagBlock_Alt_Brick.png-af35615c666df6a4284aa9dc8b7d2e98.ctex" +path="res://.godot/imported/CA1-ZagBlock_Alt_Brick.png-13f0f3f25df97ccf03d8992b9ac2ec82.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_Alt_Brick.png" -dest_files=["res://.godot/imported/CA1-ZagBlock_Alt_Brick.png-af35615c666df6a4284aa9dc8b7d2e98.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_Alt_Brick.png" +dest_files=["res://.godot/imported/CA1-ZagBlock_Alt_Brick.png-13f0f3f25df97ccf03d8992b9ac2ec82.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_TILE4.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_TILE4.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_TILE4.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_TILE4.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_TILE4.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_TILE4.png.import index f43536c7..b167153c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_TILE4.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_TILE4.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bcvdryt4wp3s3" -path="res://.godot/imported/CA1-ZagBlock_TILE4.png-96e11e60b8e7dce985a6b15be891b8cb.ctex" +path="res://.godot/imported/CA1-ZagBlock_TILE4.png-22c8e2a2f25dc9b6405f26b98088a61e.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_TILE4.png" -dest_files=["res://.godot/imported/CA1-ZagBlock_TILE4.png-96e11e60b8e7dce985a6b15be891b8cb.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_TILE4.png" +dest_files=["res://.godot/imported/CA1-ZagBlock_TILE4.png-22c8e2a2f25dc9b6405f26b98088a61e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_WALL TILE 1.jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_WALL TILE 1.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_WALL TILE 1.jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_WALL TILE 1.jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_WALL TILE 1.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_WALL TILE 1.jpg.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_WALL TILE 1.jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_WALL TILE 1.jpg.import index a53a3318..5efb47c2 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_WALL TILE 1.jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_WALL TILE 1.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bh5c1o2n4rgb6" -path="res://.godot/imported/CA1-ZagBlock_WALL TILE 1.jpg-80faf65e0f804dd6435f0b78f5a175be.ctex" +path="res://.godot/imported/CA1-ZagBlock_WALL TILE 1.jpg-fa23e9595fca90fcf91a211ddd90b327.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_WALL TILE 1.jpg" -dest_files=["res://.godot/imported/CA1-ZagBlock_WALL TILE 1.jpg-80faf65e0f804dd6435f0b78f5a175be.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_WALL TILE 1.jpg" +dest_files=["res://.godot/imported/CA1-ZagBlock_WALL TILE 1.jpg-fa23e9595fca90fcf91a211ddd90b327.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_concrete_0003_color_1k.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_concrete_0003_color_1k.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_concrete_0003_color_1k.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_concrete_0003_color_1k.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_concrete_0003_color_1k.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_concrete_0003_color_1k.png.import index 1e3db644..ccfee6a6 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_concrete_0003_color_1k.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_concrete_0003_color_1k.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bjopaoeiaqjk2" -path="res://.godot/imported/CA1-ZagBlock_concrete_0003_color_1k.png-1682de682e2e2989ba830e5946dacd81.ctex" +uid="uid://d6we0g04ayc2" +path="res://.godot/imported/CA1-ZagBlock_concrete_0003_color_1k.png-2e5418c56767ad1f9330d1d36454bd2c.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "e9d0d15dfb27e2595fee02f430f1a3df" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/CA1-ZagBlock_concrete_0003_color_1k.png-1682de682e2e2989ba830e5946dacd81.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_concrete_0003_color_1k.png" +dest_files=["res://.godot/imported/CA1-ZagBlock_concrete_0003_color_1k.png-2e5418c56767ad1f9330d1d36454bd2c.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_darkbrick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_darkbrick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_darkbrick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_darkbrick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_darkbrick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_darkbrick.png.import index 56fc130b..57b10d97 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_darkbrick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_darkbrick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://brli435eiqfq5" -path="res://.godot/imported/CA1-ZagBlock_darkbrick.png-9e4efd5761ad7d5f834b9d3a1da105ab.ctex" +path="res://.godot/imported/CA1-ZagBlock_darkbrick.png-733ae148714b771703eb121654e5c4a0.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_darkbrick.png" -dest_files=["res://.godot/imported/CA1-ZagBlock_darkbrick.png-9e4efd5761ad7d5f834b9d3a1da105ab.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_darkbrick.png" +dest_files=["res://.godot/imported/CA1-ZagBlock_darkbrick.png-733ae148714b771703eb121654e5c4a0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_lower_corridor_lower.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_lower_corridor_lower.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_lower_corridor_lower.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_lower_corridor_lower.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_lower_corridor_lower.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_lower_corridor_lower.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_lower_corridor_lower.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_lower_corridor_lower.png.import index 881e977b..332cc7de 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_lower_corridor_lower.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_lower_corridor_lower.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0ukdqmpliers" -path="res://.godot/imported/CA1-ZagBlock_lower_corridor_lower.png-684eeecdbcd0737a7fd837c9317c7b2d.ctex" +path="res://.godot/imported/CA1-ZagBlock_lower_corridor_lower.png-39762c81e32c9aaf2c124e763bff16c5.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_lower_corridor_lower.png" -dest_files=["res://.godot/imported/CA1-ZagBlock_lower_corridor_lower.png-684eeecdbcd0737a7fd837c9317c7b2d.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock_lower_corridor_lower.png" +dest_files=["res://.godot/imported/CA1-ZagBlock_lower_corridor_lower.png-39762c81e32c9aaf2c124e763bff16c5.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb.import index dbe64c7d..73d906ad 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cjknjhcx843r6" -path="res://.godot/imported/CA1_1BLOCK.glb-1cdb984e4b05c27433a6bf99084930c2.scn" +path="res://.godot/imported/CA1_1BLOCK.glb-9a0ce076b906f0db1086b1fc030b94fc.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb" -dest_files=["res://.godot/imported/CA1_1BLOCK.glb-1cdb984e4b05c27433a6bf99084930c2.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb" +dest_files=["res://.godot/imported/CA1_1BLOCK.glb-9a0ce076b906f0db1086b1fc030b94fc.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_Alt_Brick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_Alt_Brick.png.import index fd59f7a1..820ace43 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ch5gmor8akpku" -path="res://.godot/imported/CA1_1BLOCK_Alt_Brick.png-401056b15bda5c894b447e399cbb74ae.ctex" +path="res://.godot/imported/CA1_1BLOCK_Alt_Brick.png-0e8bb6b8a0e29bf8a839226a9808483a.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_Alt_Brick.png" -dest_files=["res://.godot/imported/CA1_1BLOCK_Alt_Brick.png-401056b15bda5c894b447e399cbb74ae.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_Alt_Brick.png" +dest_files=["res://.godot/imported/CA1_1BLOCK_Alt_Brick.png-0e8bb6b8a0e29bf8a839226a9808483a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_TILE4.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_TILE4.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_TILE4.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_TILE4.png.import new file mode 100644 index 00000000..ff9333de --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_TILE4.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://jdx04l8hh8a6" +path="res://.godot/imported/CA1_1BLOCK_TILE4.png-3bd5987a167e27a7ee18651ce6c94180.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_TILE4.png" +dest_files=["res://.godot/imported/CA1_1BLOCK_TILE4.png-3bd5987a167e27a7ee18651ce6c94180.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_WALL TILE 1.jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_WALL TILE 1.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_WALL TILE 1.jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_WALL TILE 1.jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_WALL TILE 1.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_WALL TILE 1.jpg.import similarity index 74% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_WALL TILE 1.jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_WALL TILE 1.jpg.import index 30e66c7d..621634ce 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_WALL TILE 1.jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_WALL TILE 1.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://5putd7pbb7h5" -path="res://.godot/imported/CA1_1BLOCK_WALL TILE 1.jpg-e01fdd3115704ebd415faa55a777f747.ctex" +path="res://.godot/imported/CA1_1BLOCK_WALL TILE 1.jpg-e0beac0a480fcce009ded174f0b173e3.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_WALL TILE 1.jpg" -dest_files=["res://.godot/imported/CA1_1BLOCK_WALL TILE 1.jpg-e01fdd3115704ebd415faa55a777f747.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_WALL TILE 1.jpg" +dest_files=["res://.godot/imported/CA1_1BLOCK_WALL TILE 1.jpg-e0beac0a480fcce009ded174f0b173e3.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_concrete_0003_color_1k.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_concrete_0003_color_1k.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_concrete_0003_color_1k.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_concrete_0003_color_1k.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_concrete_0003_color_1k.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_concrete_0003_color_1k.png.import index a8ef0823..2c59daf9 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_concrete_0003_color_1k.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_concrete_0003_color_1k.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cmusxlhxfnvgr" -path="res://.godot/imported/CA1_1BLOCK_concrete_0003_color_1k.png-3f05eec3d6b5d7ba9e3a3f3ff2d15a9b.ctex" +uid="uid://cwtpjvximr1lq" +path="res://.godot/imported/CA1_1BLOCK_concrete_0003_color_1k.png-c79949694080fb9fd0ef8bbf841c0e09.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "e9d0d15dfb27e2595fee02f430f1a3df" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/CA1_1BLOCK_concrete_0003_color_1k.png-3f05eec3d6b5d7ba9e3a3f3ff2d15a9b.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_concrete_0003_color_1k.png" +dest_files=["res://.godot/imported/CA1_1BLOCK_concrete_0003_color_1k.png-c79949694080fb9fd0ef8bbf841c0e09.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_darkbrick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_darkbrick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_darkbrick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_darkbrick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_darkbrick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_darkbrick.png.import index f9902e72..a62acdb0 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_darkbrick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_darkbrick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dw0vldg6h57an" -path="res://.godot/imported/CA1_1BLOCK_darkbrick.png-559a9fb4f5f4551cbf1f170d5e4aff5c.ctex" +path="res://.godot/imported/CA1_1BLOCK_darkbrick.png-0fa1c7da353c7aaa184240056e28b65b.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_darkbrick.png" -dest_files=["res://.godot/imported/CA1_1BLOCK_darkbrick.png-559a9fb4f5f4551cbf1f170d5e4aff5c.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_darkbrick.png" +dest_files=["res://.godot/imported/CA1_1BLOCK_darkbrick.png-0fa1c7da353c7aaa184240056e28b65b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_lower_corridor_lower.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_lower_corridor_lower.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_lower_corridor_lower.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_lower_corridor_lower.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_lower_corridor_lower.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_lower_corridor_lower.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_lower_corridor_lower.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_lower_corridor_lower.png.import index 82be90d4..60298b16 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_lower_corridor_lower.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_lower_corridor_lower.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://mebeej0e45ey" -path="res://.godot/imported/CA1_1BLOCK_lower_corridor_lower.png-6bcea2fb43883ced106b777b27f3d5a6.ctex" +uid="uid://nnjtlh78srf3" +path="res://.godot/imported/CA1_1BLOCK_lower_corridor_lower.png-f39866eff6487516c0071719df3bc4c5.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "11718783be351bc85b6cb01552e92311" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_lower_corridor_lower.png" -dest_files=["res://.godot/imported/CA1_1BLOCK_lower_corridor_lower.png-6bcea2fb43883ced106b777b27f3d5a6.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK_lower_corridor_lower.png" +dest_files=["res://.godot/imported/CA1_1BLOCK_lower_corridor_lower.png-f39866eff6487516c0071719df3bc4c5.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb.import index bd0bf83b..89edebf1 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bfhasvqwthkmf" -path="res://.godot/imported/CA1_2BLOCK.glb-be2889cb27c3f9005f21d28ec731a9a1.scn" +path="res://.godot/imported/CA1_2BLOCK.glb-6e6894fcb1d96917cdefefaa6df63c65.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb" -dest_files=["res://.godot/imported/CA1_2BLOCK.glb-be2889cb27c3f9005f21d28ec731a9a1.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb" +dest_files=["res://.godot/imported/CA1_2BLOCK.glb-6e6894fcb1d96917cdefefaa6df63c65.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_Alt_Brick.png.import new file mode 100644 index 00000000..4ebb744e --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_Alt_Brick.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2pbkplu3hhir" +path="res://.godot/imported/CA1_2BLOCK_Alt_Brick.png-8425093a95843e84bee9f7b9aaa3cb43.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_Alt_Brick.png" +dest_files=["res://.godot/imported/CA1_2BLOCK_Alt_Brick.png-8425093a95843e84bee9f7b9aaa3cb43.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_TILE4.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_TILE4.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_TILE4.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_TILE4.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_TILE4.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_TILE4.png.import index 211fca37..c8a2f501 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_TILE4.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_TILE4.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cso0rif3wc7db" -path="res://.godot/imported/CA1_2BLOCK_TILE4.png-232bb6b084085a2500e324af9dd76016.ctex" +path="res://.godot/imported/CA1_2BLOCK_TILE4.png-93f9414d5d54ee1f00b97680a347c81c.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_TILE4.png" -dest_files=["res://.godot/imported/CA1_2BLOCK_TILE4.png-232bb6b084085a2500e324af9dd76016.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_TILE4.png" +dest_files=["res://.godot/imported/CA1_2BLOCK_TILE4.png-93f9414d5d54ee1f00b97680a347c81c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_WALL TILE 1.jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_WALL TILE 1.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_WALL TILE 1.jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_WALL TILE 1.jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_WALL TILE 1.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_WALL TILE 1.jpg.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_WALL TILE 1.jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_WALL TILE 1.jpg.import index bab2a43e..4a461b65 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_WALL TILE 1.jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_WALL TILE 1.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://21m7hhroegmh" -path="res://.godot/imported/CA1_2BLOCK_WALL TILE 1.jpg-9890b8a87effd23cefdcd6c9021b431b.ctex" +path="res://.godot/imported/CA1_2BLOCK_WALL TILE 1.jpg-d8a2e5f5cc08bd28cc41b7844d0c4220.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_WALL TILE 1.jpg" -dest_files=["res://.godot/imported/CA1_2BLOCK_WALL TILE 1.jpg-9890b8a87effd23cefdcd6c9021b431b.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_WALL TILE 1.jpg" +dest_files=["res://.godot/imported/CA1_2BLOCK_WALL TILE 1.jpg-d8a2e5f5cc08bd28cc41b7844d0c4220.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_concrete_0003_color_1k.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_concrete_0003_color_1k.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_concrete_0003_color_1k.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_concrete_0003_color_1k.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_concrete_0003_color_1k.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_concrete_0003_color_1k.png.import index b5e93209..2abed303 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_concrete_0003_color_1k.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_concrete_0003_color_1k.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bshh04x5ct0d1" -path="res://.godot/imported/CA1_2BLOCK_concrete_0003_color_1k.png-6a826bc54a50704b7e2f06ac7cc44dc7.ctex" +uid="uid://ce641pdy5qty8" +path="res://.godot/imported/CA1_2BLOCK_concrete_0003_color_1k.png-5eb729138c69ef8ff2b630e57fb7ad15.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "e9d0d15dfb27e2595fee02f430f1a3df" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/CA1_2BLOCK_concrete_0003_color_1k.png-6a826bc54a50704b7e2f06ac7cc44dc7.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_concrete_0003_color_1k.png" +dest_files=["res://.godot/imported/CA1_2BLOCK_concrete_0003_color_1k.png-5eb729138c69ef8ff2b630e57fb7ad15.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_darkbrick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_darkbrick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_darkbrick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_darkbrick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_darkbrick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_darkbrick.png.import index 5b31958d..e260cbf8 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_darkbrick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_darkbrick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ce7b1ib3prq61" -path="res://.godot/imported/CA1_2BLOCK_darkbrick.png-8ccc837e482b11a01f461503ad2efc9d.ctex" +path="res://.godot/imported/CA1_2BLOCK_darkbrick.png-c3e759c648011df7e00a95f5da689943.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_darkbrick.png" -dest_files=["res://.godot/imported/CA1_2BLOCK_darkbrick.png-8ccc837e482b11a01f461503ad2efc9d.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_darkbrick.png" +dest_files=["res://.godot/imported/CA1_2BLOCK_darkbrick.png-c3e759c648011df7e00a95f5da689943.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_lower_corridor_lower.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_lower_corridor_lower.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_lower_corridor_lower.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_lower_corridor_lower.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_lower_corridor_lower.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_lower_corridor_lower.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_lower_corridor_lower.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_lower_corridor_lower.png.import index 26712ce3..cae26756 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_lower_corridor_lower.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_lower_corridor_lower.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c3bf72hvx2uew" -path="res://.godot/imported/CA1_2BLOCK_lower_corridor_lower.png-81d8fc201c6a290fd0739b913522ca71.ctex" +path="res://.godot/imported/CA1_2BLOCK_lower_corridor_lower.png-3d11919110d8722b4f9b57093afc66e0.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_lower_corridor_lower.png" -dest_files=["res://.godot/imported/CA1_2BLOCK_lower_corridor_lower.png-81d8fc201c6a290fd0739b913522ca71.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK_lower_corridor_lower.png" +dest_files=["res://.godot/imported/CA1_2BLOCK_lower_corridor_lower.png-3d11919110d8722b4f9b57093afc66e0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb.import index 980bc40b..fb8d85bc 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bxi1l14rcpjpf" -path="res://.godot/imported/CA1_3BLOCK.glb-ace33efbc7eb5c9805b140dcc7974009.scn" +path="res://.godot/imported/CA1_3BLOCK.glb-73198d1940e426700997dec57d67ece8.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb" -dest_files=["res://.godot/imported/CA1_3BLOCK.glb-ace33efbc7eb5c9805b140dcc7974009.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb" +dest_files=["res://.godot/imported/CA1_3BLOCK.glb-73198d1940e426700997dec57d67ece8.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_Alt_Brick.png.import new file mode 100644 index 00000000..b26a69a0 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_Alt_Brick.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://daueewq7hm7j7" +path="res://.godot/imported/CA1_3BLOCK_Alt_Brick.png-9b75988dff38d657d93f380965d404bd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_Alt_Brick.png" +dest_files=["res://.godot/imported/CA1_3BLOCK_Alt_Brick.png-9b75988dff38d657d93f380965d404bd.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_TILE4.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_TILE4.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_TILE4.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_TILE4.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_TILE4.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_TILE4.png.import index c06a3335..df25601d 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_TILE4.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_TILE4.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsiejqb4kcjpf" -path="res://.godot/imported/CA1_3BLOCK_TILE4.png-cd88672a5927499bdf7f3bd979ee7d1c.ctex" +path="res://.godot/imported/CA1_3BLOCK_TILE4.png-386a16cca2a7e9d3d135925c3d5e3b2b.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_TILE4.png" -dest_files=["res://.godot/imported/CA1_3BLOCK_TILE4.png-cd88672a5927499bdf7f3bd979ee7d1c.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_TILE4.png" +dest_files=["res://.godot/imported/CA1_3BLOCK_TILE4.png-386a16cca2a7e9d3d135925c3d5e3b2b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_WALL TILE 1.jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_WALL TILE 1.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_WALL TILE 1.jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_WALL TILE 1.jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_WALL TILE 1.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_WALL TILE 1.jpg.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_WALL TILE 1.jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_WALL TILE 1.jpg.import index eb7ca7bf..ee05dd95 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_WALL TILE 1.jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_WALL TILE 1.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cbmq4oj5elbof" -path="res://.godot/imported/CA1_3BLOCK_WALL TILE 1.jpg-be21225383a8b9024579bac5aa41cf78.ctex" +path="res://.godot/imported/CA1_3BLOCK_WALL TILE 1.jpg-eafbfbdf6b01f43f7d96541791f674ca.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_WALL TILE 1.jpg" -dest_files=["res://.godot/imported/CA1_3BLOCK_WALL TILE 1.jpg-be21225383a8b9024579bac5aa41cf78.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_WALL TILE 1.jpg" +dest_files=["res://.godot/imported/CA1_3BLOCK_WALL TILE 1.jpg-eafbfbdf6b01f43f7d96541791f674ca.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_concrete_0003_color_1k.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_concrete_0003_color_1k.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_concrete_0003_color_1k.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_concrete_0003_color_1k.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_concrete_0003_color_1k.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_concrete_0003_color_1k.png.import index 382b47f9..acbc8e70 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_concrete_0003_color_1k.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_concrete_0003_color_1k.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://41un4v5te6ba" -path="res://.godot/imported/CA1_3BLOCK_concrete_0003_color_1k.png-361dcb8b6037389ac73ef0ce459552fc.ctex" +path="res://.godot/imported/CA1_3BLOCK_concrete_0003_color_1k.png-3c422ee0cf744ce55453ddae9415d168.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/CA1_3BLOCK_concrete_0003_color_1k.png-361dcb8b6037389ac73ef0ce459552fc.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_concrete_0003_color_1k.png" +dest_files=["res://.godot/imported/CA1_3BLOCK_concrete_0003_color_1k.png-3c422ee0cf744ce55453ddae9415d168.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_darkbrick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_darkbrick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_darkbrick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_darkbrick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_darkbrick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_darkbrick.png.import index 316b8dd7..0e5ac618 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_darkbrick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_darkbrick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsogh3t2uouri" -path="res://.godot/imported/CA1_3BLOCK_darkbrick.png-3e15d8b62ed0dbd5d3c55b7b99ad785a.ctex" +path="res://.godot/imported/CA1_3BLOCK_darkbrick.png-dba00f41cc3ef8da0f1f516715c3ac69.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_darkbrick.png" -dest_files=["res://.godot/imported/CA1_3BLOCK_darkbrick.png-3e15d8b62ed0dbd5d3c55b7b99ad785a.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_darkbrick.png" +dest_files=["res://.godot/imported/CA1_3BLOCK_darkbrick.png-dba00f41cc3ef8da0f1f516715c3ac69.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_lower_corridor_lower.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_lower_corridor_lower.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_lower_corridor_lower.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_lower_corridor_lower.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_lower_corridor_lower.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_lower_corridor_lower.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_lower_corridor_lower.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_lower_corridor_lower.png.import index 49ce8d8d..0f2e7460 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_lower_corridor_lower.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_lower_corridor_lower.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://k60ymuuewiky" -path="res://.godot/imported/CA1_3BLOCK_lower_corridor_lower.png-f428c4a6131116723966d4c89599fd0b.ctex" +path="res://.godot/imported/CA1_3BLOCK_lower_corridor_lower.png-c099785d8fd5c33d3c02c8d20647b404.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_lower_corridor_lower.png" -dest_files=["res://.godot/imported/CA1_3BLOCK_lower_corridor_lower.png-f428c4a6131116723966d4c89599fd0b.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK_lower_corridor_lower.png" +dest_files=["res://.godot/imported/CA1_3BLOCK_lower_corridor_lower.png-c099785d8fd5c33d3c02c8d20647b404.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb.import index d970dcdc..abdd8b60 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d0s23qa45g3pg" -path="res://.godot/imported/CA1_4BLOCK.glb-83a5301a8bfe1564ac3f0637958f5c55.scn" +path="res://.godot/imported/CA1_4BLOCK.glb-0956396fc6afb635f2a467ceb60d7c71.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb" -dest_files=["res://.godot/imported/CA1_4BLOCK.glb-83a5301a8bfe1564ac3f0637958f5c55.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb" +dest_files=["res://.godot/imported/CA1_4BLOCK.glb-0956396fc6afb635f2a467ceb60d7c71.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_Alt_Brick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_Alt_Brick.png.import index ad337d59..f187fa36 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bjf3j5i7jno7h" -path="res://.godot/imported/CA1_4BLOCK_Alt_Brick.png-7c3f0310590c457ff59c817f0cf8717a.ctex" +path="res://.godot/imported/CA1_4BLOCK_Alt_Brick.png-0e5b0db9814d3b350dcb91e0eb53f608.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_Alt_Brick.png" -dest_files=["res://.godot/imported/CA1_4BLOCK_Alt_Brick.png-7c3f0310590c457ff59c817f0cf8717a.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_Alt_Brick.png" +dest_files=["res://.godot/imported/CA1_4BLOCK_Alt_Brick.png-0e5b0db9814d3b350dcb91e0eb53f608.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_TILE4.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_TILE4.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_TILE4.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_TILE4.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_TILE4.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_TILE4.png.import index f68b9ce4..e9df80e3 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_TILE4.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_TILE4.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dnbkuqxmqe2k3" -path="res://.godot/imported/CA1_4BLOCK_TILE4.png-5d0cd32a3e98b69155d1cabf5f08789e.ctex" +path="res://.godot/imported/CA1_4BLOCK_TILE4.png-9fcaa73d836878782a4299cafb6a5dd6.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_TILE4.png" -dest_files=["res://.godot/imported/CA1_4BLOCK_TILE4.png-5d0cd32a3e98b69155d1cabf5f08789e.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_TILE4.png" +dest_files=["res://.godot/imported/CA1_4BLOCK_TILE4.png-9fcaa73d836878782a4299cafb6a5dd6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_WALL TILE 1.jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_WALL TILE 1.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_WALL TILE 1.jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_WALL TILE 1.jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_WALL TILE 1.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_WALL TILE 1.jpg.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_WALL TILE 1.jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_WALL TILE 1.jpg.import index d83a9574..3a0ef0cc 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_WALL TILE 1.jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_WALL TILE 1.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ci8prof03v0lo" -path="res://.godot/imported/CA1_4BLOCK_WALL TILE 1.jpg-aa3ab21cefcff063526be5d4fe75721e.ctex" +path="res://.godot/imported/CA1_4BLOCK_WALL TILE 1.jpg-a053add0bea049c308c9d9bc3c7b1432.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_WALL TILE 1.jpg" -dest_files=["res://.godot/imported/CA1_4BLOCK_WALL TILE 1.jpg-aa3ab21cefcff063526be5d4fe75721e.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_WALL TILE 1.jpg" +dest_files=["res://.godot/imported/CA1_4BLOCK_WALL TILE 1.jpg-a053add0bea049c308c9d9bc3c7b1432.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_concrete_0003_color_1k.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_concrete_0003_color_1k.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_concrete_0003_color_1k.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_concrete_0003_color_1k.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_concrete_0003_color_1k.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_concrete_0003_color_1k.png.import index e5a85b56..d2fa997c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_concrete_0003_color_1k.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_concrete_0003_color_1k.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cwceqb10ac8qh" -path="res://.godot/imported/CA1_4BLOCK_concrete_0003_color_1k.png-9a09b8b68cf8005635963a5280007b69.ctex" +path="res://.godot/imported/CA1_4BLOCK_concrete_0003_color_1k.png-73d520f7cdd227ea29fae12911fa7452.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/CA1_4BLOCK_concrete_0003_color_1k.png-9a09b8b68cf8005635963a5280007b69.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_concrete_0003_color_1k.png" +dest_files=["res://.godot/imported/CA1_4BLOCK_concrete_0003_color_1k.png-73d520f7cdd227ea29fae12911fa7452.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_darkbrick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_darkbrick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_darkbrick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_darkbrick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_darkbrick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_darkbrick.png.import index 1a7c4ca0..294b4630 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_darkbrick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_darkbrick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://hmewcesp3krd" -path="res://.godot/imported/CA1_4BLOCK_darkbrick.png-607c0f44c8954b77be25aae721a7d25c.ctex" +path="res://.godot/imported/CA1_4BLOCK_darkbrick.png-01de2a9320338fef1c557f8b7c63a07c.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_darkbrick.png" -dest_files=["res://.godot/imported/CA1_4BLOCK_darkbrick.png-607c0f44c8954b77be25aae721a7d25c.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_darkbrick.png" +dest_files=["res://.godot/imported/CA1_4BLOCK_darkbrick.png-01de2a9320338fef1c557f8b7c63a07c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_lower_corridor_lower.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_lower_corridor_lower.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_lower_corridor_lower.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_lower_corridor_lower.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_lower_corridor_lower.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_lower_corridor_lower.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_lower_corridor_lower.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_lower_corridor_lower.png.import index 554fcf0f..9b628366 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_lower_corridor_lower.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_lower_corridor_lower.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://catdpcwlvq7i7" -path="res://.godot/imported/CA1_4BLOCK_lower_corridor_lower.png-2fb670ff1ae036db6a987d6e65e779b8.ctex" +uid="uid://cjmlssolfsesi" +path="res://.godot/imported/CA1_4BLOCK_lower_corridor_lower.png-d5274174a386c45b32a690e904e5200e.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "11718783be351bc85b6cb01552e92311" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_lower_corridor_lower.png" -dest_files=["res://.godot/imported/CA1_4BLOCK_lower_corridor_lower.png-2fb670ff1ae036db6a987d6e65e779b8.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK_lower_corridor_lower.png" +dest_files=["res://.godot/imported/CA1_4BLOCK_lower_corridor_lower.png-d5274174a386c45b32a690e904e5200e.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb.import index 91311722..9b608932 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://csye32n2nh7uo" -path="res://.godot/imported/CA1_5BLOCK.glb-f7f0ea04025b6b70038b8a3775aa18b5.scn" +path="res://.godot/imported/CA1_5BLOCK.glb-ccffaa3d0df1d149d8f008b12ff7aea0.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb" -dest_files=["res://.godot/imported/CA1_5BLOCK.glb-f7f0ea04025b6b70038b8a3775aa18b5.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb" +dest_files=["res://.godot/imported/CA1_5BLOCK.glb-ccffaa3d0df1d149d8f008b12ff7aea0.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_Alt_Brick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_Alt_Brick.png.import index 24aba362..b2e80793 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bhlyra08lply" -path="res://.godot/imported/CA1_5BLOCK_Alt_Brick.png-464dfd63ede5a6af55ad18a76d7cd19e.ctex" +path="res://.godot/imported/CA1_5BLOCK_Alt_Brick.png-e278b5f871edbf2319df1776f1e8ecb6.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_Alt_Brick.png" -dest_files=["res://.godot/imported/CA1_5BLOCK_Alt_Brick.png-464dfd63ede5a6af55ad18a76d7cd19e.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_Alt_Brick.png" +dest_files=["res://.godot/imported/CA1_5BLOCK_Alt_Brick.png-e278b5f871edbf2319df1776f1e8ecb6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_TILE4.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_TILE4.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_TILE4.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_TILE4.png.import new file mode 100644 index 00000000..7abce481 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_TILE4.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://drx7as3pm483m" +path="res://.godot/imported/CA1_5BLOCK_TILE4.png-128261bcba7088564ce5f354005b2f78.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_TILE4.png" +dest_files=["res://.godot/imported/CA1_5BLOCK_TILE4.png-128261bcba7088564ce5f354005b2f78.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_WALL TILE 1.jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_WALL TILE 1.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_WALL TILE 1.jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_WALL TILE 1.jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_WALL TILE 1.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_WALL TILE 1.jpg.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_WALL TILE 1.jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_WALL TILE 1.jpg.import index 4dd9d990..7af67a04 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_WALL TILE 1.jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_WALL TILE 1.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d2vy18mv63v1i" -path="res://.godot/imported/CA1_5BLOCK_WALL TILE 1.jpg-5ea32fde32c036413f9f8ea2e2020b93.ctex" +path="res://.godot/imported/CA1_5BLOCK_WALL TILE 1.jpg-69af6849b5c90f39533a4e763314dbc0.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_WALL TILE 1.jpg" -dest_files=["res://.godot/imported/CA1_5BLOCK_WALL TILE 1.jpg-5ea32fde32c036413f9f8ea2e2020b93.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_WALL TILE 1.jpg" +dest_files=["res://.godot/imported/CA1_5BLOCK_WALL TILE 1.jpg-69af6849b5c90f39533a4e763314dbc0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_concrete_0003_color_1k.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_concrete_0003_color_1k.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_concrete_0003_color_1k.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_concrete_0003_color_1k.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_concrete_0003_color_1k.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_concrete_0003_color_1k.png.import index cfe504d8..1d3a71fe 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_concrete_0003_color_1k.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_concrete_0003_color_1k.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dnth6atktukit" -path="res://.godot/imported/CA1_5BLOCK_concrete_0003_color_1k.png-ace1dd908888b8358d897a0335f436f2.ctex" +path="res://.godot/imported/CA1_5BLOCK_concrete_0003_color_1k.png-565d9113a1924f9d58c93976d57486bf.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/CA1_5BLOCK_concrete_0003_color_1k.png-ace1dd908888b8358d897a0335f436f2.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_concrete_0003_color_1k.png" +dest_files=["res://.godot/imported/CA1_5BLOCK_concrete_0003_color_1k.png-565d9113a1924f9d58c93976d57486bf.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_darkbrick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_darkbrick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_darkbrick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_darkbrick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_darkbrick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_darkbrick.png.import index b58e1084..7b9aae03 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_darkbrick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_darkbrick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://civm8wmp7vcc7" -path="res://.godot/imported/CA1_5BLOCK_darkbrick.png-9753ae069ea399a733df1fc2e27b20f8.ctex" +path="res://.godot/imported/CA1_5BLOCK_darkbrick.png-8b890010be1c510e7074c0374a7ba0ea.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_darkbrick.png" -dest_files=["res://.godot/imported/CA1_5BLOCK_darkbrick.png-9753ae069ea399a733df1fc2e27b20f8.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_darkbrick.png" +dest_files=["res://.godot/imported/CA1_5BLOCK_darkbrick.png-8b890010be1c510e7074c0374a7ba0ea.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_lower_corridor_lower.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_lower_corridor_lower.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_lower_corridor_lower.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_lower_corridor_lower.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_lower_corridor_lower.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_lower_corridor_lower.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_lower_corridor_lower.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_lower_corridor_lower.png.import index 0a6865f5..baa60f4c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_lower_corridor_lower.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_lower_corridor_lower.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://djs0f1f3drypw" -path="res://.godot/imported/CA1_5BLOCK_lower_corridor_lower.png-9585b82fad687eb1ab31863b4a214e8a.ctex" +uid="uid://by50yolmemr0q" +path="res://.godot/imported/CA1_5BLOCK_lower_corridor_lower.png-28f52a8e0775ec6d42d6a3dc81c91b37.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "11718783be351bc85b6cb01552e92311" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_lower_corridor_lower.png" -dest_files=["res://.godot/imported/CA1_5BLOCK_lower_corridor_lower.png-9585b82fad687eb1ab31863b4a214e8a.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK_lower_corridor_lower.png" +dest_files=["res://.godot/imported/CA1_5BLOCK_lower_corridor_lower.png-28f52a8e0775ec6d42d6a3dc81c91b37.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb.import similarity index 71% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb.import index 21a91dfb..57c991a6 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d3iikbygqlww5" -path="res://.godot/imported/CA1_CORNERBLOCK.glb-d0f577b0f9328f8fe1ca983286f543f6.scn" +path="res://.godot/imported/CA1_CORNERBLOCK.glb-8e41778523c659d7e4014f6fc303a804.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb" -dest_files=["res://.godot/imported/CA1_CORNERBLOCK.glb-d0f577b0f9328f8fe1ca983286f543f6.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb" +dest_files=["res://.godot/imported/CA1_CORNERBLOCK.glb-8e41778523c659d7e4014f6fc303a804.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_Alt_Brick.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_Alt_Brick.png.import index 87ae25a4..03ce83af 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bq4kbok5o0jot" -path="res://.godot/imported/CA1_CORNERBLOCK_Alt_Brick.png-a788cfaf6d657511b4aecc901a1cf8fe.ctex" +path="res://.godot/imported/CA1_CORNERBLOCK_Alt_Brick.png-77ec380ce676b052fbc381bd72f16c72.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_Alt_Brick.png" -dest_files=["res://.godot/imported/CA1_CORNERBLOCK_Alt_Brick.png-a788cfaf6d657511b4aecc901a1cf8fe.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_Alt_Brick.png" +dest_files=["res://.godot/imported/CA1_CORNERBLOCK_Alt_Brick.png-77ec380ce676b052fbc381bd72f16c72.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_TILE4.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_TILE4.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_TILE4.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_TILE4.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_TILE4.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_TILE4.png.import index c03b75c1..df875db3 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_TILE4.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_TILE4.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d1xg8k0ypl42u" -path="res://.godot/imported/CA1_CORNERBLOCK_TILE4.png-63c8b155ced362e055cd7b3918461a8e.ctex" +path="res://.godot/imported/CA1_CORNERBLOCK_TILE4.png-f5a94aab504471fa74df8f75e4270785.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_TILE4.png" -dest_files=["res://.godot/imported/CA1_CORNERBLOCK_TILE4.png-63c8b155ced362e055cd7b3918461a8e.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_TILE4.png" +dest_files=["res://.godot/imported/CA1_CORNERBLOCK_TILE4.png-f5a94aab504471fa74df8f75e4270785.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_WALL TILE 1.jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_WALL TILE 1.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_WALL TILE 1.jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_WALL TILE 1.jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_WALL TILE 1.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_WALL TILE 1.jpg.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_WALL TILE 1.jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_WALL TILE 1.jpg.import index 1539e02b..a722da43 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_WALL TILE 1.jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_WALL TILE 1.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dwjg2fhewedja" -path="res://.godot/imported/CA1_CORNERBLOCK_WALL TILE 1.jpg-c4e897fae05116f8634281be278e1414.ctex" +path="res://.godot/imported/CA1_CORNERBLOCK_WALL TILE 1.jpg-45895dd5fd54342a0d8f3b32a44fceaa.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_WALL TILE 1.jpg" -dest_files=["res://.godot/imported/CA1_CORNERBLOCK_WALL TILE 1.jpg-c4e897fae05116f8634281be278e1414.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_WALL TILE 1.jpg" +dest_files=["res://.godot/imported/CA1_CORNERBLOCK_WALL TILE 1.jpg-45895dd5fd54342a0d8f3b32a44fceaa.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_concrete_0003_color_1k.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_concrete_0003_color_1k.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_concrete_0003_color_1k.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_concrete_0003_color_1k.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_concrete_0003_color_1k.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_concrete_0003_color_1k.png.import index a79721cc..eeaf65c9 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_concrete_0003_color_1k.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_concrete_0003_color_1k.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bv0286864fw7w" -path="res://.godot/imported/CA1_CORNERBLOCK_concrete_0003_color_1k.png-106b91c8d4af8895b28ff378001bbc00.ctex" +uid="uid://buls4vn8t8otw" +path="res://.godot/imported/CA1_CORNERBLOCK_concrete_0003_color_1k.png-832ed6efb397c564c22e6e767e442495.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "e9d0d15dfb27e2595fee02f430f1a3df" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/CA1_CORNERBLOCK_concrete_0003_color_1k.png-106b91c8d4af8895b28ff378001bbc00.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_concrete_0003_color_1k.png" +dest_files=["res://.godot/imported/CA1_CORNERBLOCK_concrete_0003_color_1k.png-832ed6efb397c564c22e6e767e442495.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_darkbrick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_darkbrick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_darkbrick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_darkbrick.png.import new file mode 100644 index 00000000..5de7b379 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_darkbrick.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dqp5wwivchu43" +path="res://.godot/imported/CA1_CORNERBLOCK_darkbrick.png-e6ef4f0e929debc512d75bde1fa62be1.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_darkbrick.png" +dest_files=["res://.godot/imported/CA1_CORNERBLOCK_darkbrick.png-e6ef4f0e929debc512d75bde1fa62be1.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_lower_corridor_lower.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_lower_corridor_lower.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_lower_corridor_lower.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_lower_corridor_lower.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_lower_corridor_lower.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_lower_corridor_lower.png.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_lower_corridor_lower.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_lower_corridor_lower.png.import index 12c923c6..f81c3c36 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_lower_corridor_lower.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_lower_corridor_lower.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0c6vy0om0vat" -path="res://.godot/imported/CA1_CORNERBLOCK_lower_corridor_lower.png-b2aade55a4476fb72c5f0da2ecaeb50e.ctex" +path="res://.godot/imported/CA1_CORNERBLOCK_lower_corridor_lower.png-398c0d8dbd6a2a17ced33d57a4a49509.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_lower_corridor_lower.png" -dest_files=["res://.godot/imported/CA1_CORNERBLOCK_lower_corridor_lower.png-b2aade55a4476fb72c5f0da2ecaeb50e.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK_lower_corridor_lower.png" +dest_files=["res://.godot/imported/CA1_CORNERBLOCK_lower_corridor_lower.png-398c0d8dbd6a2a17ced33d57a4a49509.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb.import similarity index 71% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb.import index 41eb4e61..ef8eaf95 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cotx3wyjwiuv2" -path="res://.godot/imported/CA1_CROSSBLOCK.glb-be33425baa3456f2b41bfa778823ad51.scn" +path="res://.godot/imported/CA1_CROSSBLOCK.glb-9c1e685420d81e0f866ec694c0a6053c.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb" -dest_files=["res://.godot/imported/CA1_CROSSBLOCK.glb-be33425baa3456f2b41bfa778823ad51.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb" +dest_files=["res://.godot/imported/CA1_CROSSBLOCK.glb-9c1e685420d81e0f866ec694c0a6053c.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_Alt_Brick.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_Alt_Brick.png.import index acfaa418..916a9e59 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0xa2t2gsvinr" -path="res://.godot/imported/CA1_CROSSBLOCK_Alt_Brick.png-09920c3c20a94532bca65f60c35cf7cd.ctex" +path="res://.godot/imported/CA1_CROSSBLOCK_Alt_Brick.png-7f8c10223870b0200f25e7f1d99a04d1.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_Alt_Brick.png" -dest_files=["res://.godot/imported/CA1_CROSSBLOCK_Alt_Brick.png-09920c3c20a94532bca65f60c35cf7cd.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_Alt_Brick.png" +dest_files=["res://.godot/imported/CA1_CROSSBLOCK_Alt_Brick.png-7f8c10223870b0200f25e7f1d99a04d1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_TILE4.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_TILE4.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_TILE4.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_TILE4.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_TILE4.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_TILE4.png.import index a631ee45..1356d673 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_TILE4.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_TILE4.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dnyd3rnf4s1h7" -path="res://.godot/imported/CA1_CROSSBLOCK_TILE4.png-ab11239b11bfbda09a32ced8b5fb8eba.ctex" +path="res://.godot/imported/CA1_CROSSBLOCK_TILE4.png-37f5500af622b1dcd9467c4cc03d55d9.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_TILE4.png" -dest_files=["res://.godot/imported/CA1_CROSSBLOCK_TILE4.png-ab11239b11bfbda09a32ced8b5fb8eba.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_TILE4.png" +dest_files=["res://.godot/imported/CA1_CROSSBLOCK_TILE4.png-37f5500af622b1dcd9467c4cc03d55d9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_WALL TILE 1.jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_WALL TILE 1.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_WALL TILE 1.jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_WALL TILE 1.jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_WALL TILE 1.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_WALL TILE 1.jpg.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_WALL TILE 1.jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_WALL TILE 1.jpg.import index 633119b0..d4e8ea17 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_WALL TILE 1.jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_WALL TILE 1.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bysu4dq08mvsb" -path="res://.godot/imported/CA1_CROSSBLOCK_WALL TILE 1.jpg-7802043d0e3f7dcce0363cb6157146b4.ctex" +path="res://.godot/imported/CA1_CROSSBLOCK_WALL TILE 1.jpg-f3968f25956fe9460fab690cc4e42180.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_WALL TILE 1.jpg" -dest_files=["res://.godot/imported/CA1_CROSSBLOCK_WALL TILE 1.jpg-7802043d0e3f7dcce0363cb6157146b4.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_WALL TILE 1.jpg" +dest_files=["res://.godot/imported/CA1_CROSSBLOCK_WALL TILE 1.jpg-f3968f25956fe9460fab690cc4e42180.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_concrete_0003_color_1k.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_concrete_0003_color_1k.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_concrete_0003_color_1k.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_concrete_0003_color_1k.png.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_concrete_0003_color_1k.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_concrete_0003_color_1k.png.import index 18f45284..b8fc9de1 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_concrete_0003_color_1k.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_concrete_0003_color_1k.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c2m2i3ahpbnk1" -path="res://.godot/imported/CA1_CROSSBLOCK_concrete_0003_color_1k.png-81e96605dd8c1efcd9e2115c566a0edf.ctex" +path="res://.godot/imported/CA1_CROSSBLOCK_concrete_0003_color_1k.png-58cffc2fd8189c0ef183e874562a9b4e.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/CA1_CROSSBLOCK_concrete_0003_color_1k.png-81e96605dd8c1efcd9e2115c566a0edf.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_concrete_0003_color_1k.png" +dest_files=["res://.godot/imported/CA1_CROSSBLOCK_concrete_0003_color_1k.png-58cffc2fd8189c0ef183e874562a9b4e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_darkbrick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_darkbrick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_darkbrick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_darkbrick.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_darkbrick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_darkbrick.png.import index 31a446a2..6f976356 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_darkbrick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_darkbrick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://n6kysjs58umi" -path="res://.godot/imported/CA1_CROSSBLOCK_darkbrick.png-72e696395a2689fabc1948e53b1a649c.ctex" +path="res://.godot/imported/CA1_CROSSBLOCK_darkbrick.png-55e28af7ffaf01aa7510cebebc7c2667.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_darkbrick.png" -dest_files=["res://.godot/imported/CA1_CROSSBLOCK_darkbrick.png-72e696395a2689fabc1948e53b1a649c.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_darkbrick.png" +dest_files=["res://.godot/imported/CA1_CROSSBLOCK_darkbrick.png-55e28af7ffaf01aa7510cebebc7c2667.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_lower_corridor_lower.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_lower_corridor_lower.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_lower_corridor_lower.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_lower_corridor_lower.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_lower_corridor_lower.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_lower_corridor_lower.png.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_lower_corridor_lower.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_lower_corridor_lower.png.import index b0806f17..5e0258c3 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_lower_corridor_lower.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_lower_corridor_lower.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://jqv21ieckwio" -path="res://.godot/imported/CA1_CROSSBLOCK_lower_corridor_lower.png-808fdcb94e90074f8fcbe82d1af5b5d8.ctex" +path="res://.godot/imported/CA1_CROSSBLOCK_lower_corridor_lower.png-82e788eeae7e822b7b87e5b36856f793.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_lower_corridor_lower.png" -dest_files=["res://.godot/imported/CA1_CROSSBLOCK_lower_corridor_lower.png-808fdcb94e90074f8fcbe82d1af5b5d8.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK_lower_corridor_lower.png" +dest_files=["res://.godot/imported/CA1_CROSSBLOCK_lower_corridor_lower.png-82e788eeae7e822b7b87e5b36856f793.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb.import index 17afa5be..b7260994 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bn4ix4eirgmx4" -path="res://.godot/imported/CA1_SBLOCK.glb-2617091ca80dfb5804bdda844003fde4.scn" +path="res://.godot/imported/CA1_SBLOCK.glb-317feea0f86cf57f562003fc40c7b8ff.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb" -dest_files=["res://.godot/imported/CA1_SBLOCK.glb-2617091ca80dfb5804bdda844003fde4.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb" +dest_files=["res://.godot/imported/CA1_SBLOCK.glb-317feea0f86cf57f562003fc40c7b8ff.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_Alt_Brick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_Alt_Brick.png.import index c50401bd..31db12c8 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bpugf74g5q40" -path="res://.godot/imported/CA1_SBLOCK_Alt_Brick.png-9f21562cf79228ae64491ba59b1d4157.ctex" +path="res://.godot/imported/CA1_SBLOCK_Alt_Brick.png-af0857dfa8f43b318e0d26dfabc5d1e5.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_Alt_Brick.png" -dest_files=["res://.godot/imported/CA1_SBLOCK_Alt_Brick.png-9f21562cf79228ae64491ba59b1d4157.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_Alt_Brick.png" +dest_files=["res://.godot/imported/CA1_SBLOCK_Alt_Brick.png-af0857dfa8f43b318e0d26dfabc5d1e5.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_TILE4.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_TILE4.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_TILE4.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_TILE4.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_TILE4.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_TILE4.png.import index 38b40ec0..8dcbb690 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_TILE4.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_TILE4.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://4yya0321bd4v" -path="res://.godot/imported/CA1_SBLOCK_TILE4.png-520e2580da13027dbece052848fddf6c.ctex" +path="res://.godot/imported/CA1_SBLOCK_TILE4.png-d057c7ddb2770bdb8b2ad25c4552eeec.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_TILE4.png" -dest_files=["res://.godot/imported/CA1_SBLOCK_TILE4.png-520e2580da13027dbece052848fddf6c.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_TILE4.png" +dest_files=["res://.godot/imported/CA1_SBLOCK_TILE4.png-d057c7ddb2770bdb8b2ad25c4552eeec.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_WALL TILE 1.jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_WALL TILE 1.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_WALL TILE 1.jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_WALL TILE 1.jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_WALL TILE 1.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_WALL TILE 1.jpg.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_WALL TILE 1.jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_WALL TILE 1.jpg.import index 6df1ee05..5d67d61a 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_WALL TILE 1.jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_WALL TILE 1.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c8rd6ddxflaga" -path="res://.godot/imported/CA1_SBLOCK_WALL TILE 1.jpg-4113afcc056ced526647e4a655c83b2f.ctex" +path="res://.godot/imported/CA1_SBLOCK_WALL TILE 1.jpg-51e0662852ccd8dddb112e579de49438.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_WALL TILE 1.jpg" -dest_files=["res://.godot/imported/CA1_SBLOCK_WALL TILE 1.jpg-4113afcc056ced526647e4a655c83b2f.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_WALL TILE 1.jpg" +dest_files=["res://.godot/imported/CA1_SBLOCK_WALL TILE 1.jpg-51e0662852ccd8dddb112e579de49438.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_concrete_0003_color_1k.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_concrete_0003_color_1k.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_concrete_0003_color_1k.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_concrete_0003_color_1k.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_concrete_0003_color_1k.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_concrete_0003_color_1k.png.import index 09e318dd..143fa7e1 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_concrete_0003_color_1k.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_concrete_0003_color_1k.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bb3ev6kecawrv" -path="res://.godot/imported/CA1_SBLOCK_concrete_0003_color_1k.png-76a617892356df254b2531c948efbb04.ctex" +path="res://.godot/imported/CA1_SBLOCK_concrete_0003_color_1k.png-ec51ec3edb7285059e6a93346e23aea9.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/CA1_SBLOCK_concrete_0003_color_1k.png-76a617892356df254b2531c948efbb04.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_concrete_0003_color_1k.png" +dest_files=["res://.godot/imported/CA1_SBLOCK_concrete_0003_color_1k.png-ec51ec3edb7285059e6a93346e23aea9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_darkbrick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_darkbrick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_darkbrick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_darkbrick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_darkbrick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_darkbrick.png.import index e04e633c..ca851fce 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_darkbrick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_darkbrick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4tjww1c85eth" -path="res://.godot/imported/CA1_SBLOCK_darkbrick.png-7dd6d1a7c1885edb53761e2bfc2403a3.ctex" +path="res://.godot/imported/CA1_SBLOCK_darkbrick.png-e0e272497e9503143617d8a828c338c6.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_darkbrick.png" -dest_files=["res://.godot/imported/CA1_SBLOCK_darkbrick.png-7dd6d1a7c1885edb53761e2bfc2403a3.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_darkbrick.png" +dest_files=["res://.godot/imported/CA1_SBLOCK_darkbrick.png-e0e272497e9503143617d8a828c338c6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_lower_corridor_lower.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_lower_corridor_lower.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_lower_corridor_lower.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_lower_corridor_lower.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_lower_corridor_lower.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_lower_corridor_lower.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_lower_corridor_lower.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_lower_corridor_lower.png.import index d73e8f6b..d004866e 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_lower_corridor_lower.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_lower_corridor_lower.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://camhswm6wgle8" -path="res://.godot/imported/CA1_SBLOCK_lower_corridor_lower.png-9f3546a0a8fb0b7231df5cd7a99629db.ctex" +path="res://.godot/imported/CA1_SBLOCK_lower_corridor_lower.png-fa2661d66414ddbca857b68b2a132f71.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_lower_corridor_lower.png" -dest_files=["res://.godot/imported/CA1_SBLOCK_lower_corridor_lower.png-9f3546a0a8fb0b7231df5cd7a99629db.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK_lower_corridor_lower.png" +dest_files=["res://.godot/imported/CA1_SBLOCK_lower_corridor_lower.png-fa2661d66414ddbca857b68b2a132f71.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb.import index d74c89f4..d10a6b68 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cwf4awh1e7wwf" -path="res://.godot/imported/CA1_TBLOCK.glb-8404d7e031d7043a0a27b27ff974977c.scn" +path="res://.godot/imported/CA1_TBLOCK.glb-b3138e48a79f44057ab587551f71e9b1.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb" -dest_files=["res://.godot/imported/CA1_TBLOCK.glb-8404d7e031d7043a0a27b27ff974977c.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb" +dest_files=["res://.godot/imported/CA1_TBLOCK.glb-b3138e48a79f44057ab587551f71e9b1.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_Alt_Brick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_Alt_Brick.png.import index f4c005c3..9243e043 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://sywpt0vpf7s0" -path="res://.godot/imported/CA1_TBLOCK_Alt_Brick.png-9d5154ac50ba16afe7d857c21c06781a.ctex" +path="res://.godot/imported/CA1_TBLOCK_Alt_Brick.png-fb173a56414cb2ed15d3dcd7c3eccf86.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_Alt_Brick.png" -dest_files=["res://.godot/imported/CA1_TBLOCK_Alt_Brick.png-9d5154ac50ba16afe7d857c21c06781a.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_Alt_Brick.png" +dest_files=["res://.godot/imported/CA1_TBLOCK_Alt_Brick.png-fb173a56414cb2ed15d3dcd7c3eccf86.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_TILE4.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_TILE4.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_TILE4.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_TILE4.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_TILE4.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_TILE4.png.import index 6487bec6..e48a6d5c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_TILE4.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_TILE4.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://5iolfi8lox4s" -path="res://.godot/imported/CA1_TBLOCK_TILE4.png-f89f5fba7fd9663d303e4d60c772ac1f.ctex" +path="res://.godot/imported/CA1_TBLOCK_TILE4.png-a5bdffd9b8fdaf10a359909754438e31.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_TILE4.png" -dest_files=["res://.godot/imported/CA1_TBLOCK_TILE4.png-f89f5fba7fd9663d303e4d60c772ac1f.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_TILE4.png" +dest_files=["res://.godot/imported/CA1_TBLOCK_TILE4.png-a5bdffd9b8fdaf10a359909754438e31.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_WALL TILE 1.jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_WALL TILE 1.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_WALL TILE 1.jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_WALL TILE 1.jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_WALL TILE 1.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_WALL TILE 1.jpg.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_WALL TILE 1.jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_WALL TILE 1.jpg.import index bb67b0f9..946bea9d 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_WALL TILE 1.jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_WALL TILE 1.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bit6soygwa7yg" -path="res://.godot/imported/CA1_TBLOCK_WALL TILE 1.jpg-188941a0ce858aed6fc868518df0ff34.ctex" +path="res://.godot/imported/CA1_TBLOCK_WALL TILE 1.jpg-130edf5d141c9eff865c61b8616575e6.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_WALL TILE 1.jpg" -dest_files=["res://.godot/imported/CA1_TBLOCK_WALL TILE 1.jpg-188941a0ce858aed6fc868518df0ff34.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_WALL TILE 1.jpg" +dest_files=["res://.godot/imported/CA1_TBLOCK_WALL TILE 1.jpg-130edf5d141c9eff865c61b8616575e6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_concrete_0003_color_1k.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_concrete_0003_color_1k.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_concrete_0003_color_1k.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_concrete_0003_color_1k.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_concrete_0003_color_1k.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_concrete_0003_color_1k.png.import index dcb77349..9c5b03d2 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_concrete_0003_color_1k.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_concrete_0003_color_1k.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://ckkawlhg0f0d8" -path="res://.godot/imported/CA1_TBLOCK_concrete_0003_color_1k.png-e90b141ac0914ce7fb72af170f0c320c.ctex" +uid="uid://dib0aoute3q85" +path="res://.godot/imported/CA1_TBLOCK_concrete_0003_color_1k.png-cde1279f9dc0758aa15443d9f49b3386.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "e9d0d15dfb27e2595fee02f430f1a3df" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/CA1_TBLOCK_concrete_0003_color_1k.png-e90b141ac0914ce7fb72af170f0c320c.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_concrete_0003_color_1k.png" +dest_files=["res://.godot/imported/CA1_TBLOCK_concrete_0003_color_1k.png-cde1279f9dc0758aa15443d9f49b3386.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_darkbrick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_darkbrick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_darkbrick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_darkbrick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_darkbrick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_darkbrick.png.import index dcfce125..a11c4c46 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_darkbrick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_darkbrick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cwxgrxb5a1j7u" -path="res://.godot/imported/CA1_TBLOCK_darkbrick.png-60b20588a36611f22c594c43f081a265.ctex" +path="res://.godot/imported/CA1_TBLOCK_darkbrick.png-1e0afa102afd845f542034cf377bd8bd.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_darkbrick.png" -dest_files=["res://.godot/imported/CA1_TBLOCK_darkbrick.png-60b20588a36611f22c594c43f081a265.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_darkbrick.png" +dest_files=["res://.godot/imported/CA1_TBLOCK_darkbrick.png-1e0afa102afd845f542034cf377bd8bd.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_lower_corridor_lower.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_lower_corridor_lower.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_lower_corridor_lower.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_lower_corridor_lower.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_lower_corridor_lower.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_lower_corridor_lower.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_lower_corridor_lower.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_lower_corridor_lower.png.import index 0f2508a9..39deb83f 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_lower_corridor_lower.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_lower_corridor_lower.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cgcmg3oh8pntb" -path="res://.godot/imported/CA1_TBLOCK_lower_corridor_lower.png-48bb2051d8ab205bfbb373e9b19f9e6b.ctex" +uid="uid://b7v6c5cxej0hn" +path="res://.godot/imported/CA1_TBLOCK_lower_corridor_lower.png-d849230aa0ff229f95a05f8dd48a4768.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "11718783be351bc85b6cb01552e92311" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_lower_corridor_lower.png" -dest_files=["res://.godot/imported/CA1_TBLOCK_lower_corridor_lower.png-48bb2051d8ab205bfbb373e9b19f9e6b.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK_lower_corridor_lower.png" +dest_files=["res://.godot/imported/CA1_TBLOCK_lower_corridor_lower.png-d849230aa0ff229f95a05f8dd48a4768.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb.import index d2b6a7dd..09621a6d 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://kjv0f5l7xast" -path="res://.godot/imported/CA1_ZBLOCK.glb-ee81781c1c75c21e4e92de1736883139.scn" +path="res://.godot/imported/CA1_ZBLOCK.glb-fd500575c1c876d8777dbcefff833b37.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb" -dest_files=["res://.godot/imported/CA1_ZBLOCK.glb-ee81781c1c75c21e4e92de1736883139.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb" +dest_files=["res://.godot/imported/CA1_ZBLOCK.glb-fd500575c1c876d8777dbcefff833b37.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_Alt_Brick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_Alt_Brick.png.import index 98ebacf4..f2623baf 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bdsv2po01murb" -path="res://.godot/imported/CA1_ZBLOCK_Alt_Brick.png-75b2ddb12d31f7eef0f215f5aa2fe577.ctex" +path="res://.godot/imported/CA1_ZBLOCK_Alt_Brick.png-b81791f2b1a0fbeff9ad1b4602c9f942.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_Alt_Brick.png" -dest_files=["res://.godot/imported/CA1_ZBLOCK_Alt_Brick.png-75b2ddb12d31f7eef0f215f5aa2fe577.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_Alt_Brick.png" +dest_files=["res://.godot/imported/CA1_ZBLOCK_Alt_Brick.png-b81791f2b1a0fbeff9ad1b4602c9f942.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_TILE4.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_TILE4.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_TILE4.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_TILE4.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_TILE4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_TILE4.png.import new file mode 100644 index 00000000..05c78f1a --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_TILE4.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cmck0wvre1i1e" +path="res://.godot/imported/CA1_ZBLOCK_TILE4.png-25ffb92b22c0dc6a7d8946f8974f9754.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_TILE4.png" +dest_files=["res://.godot/imported/CA1_ZBLOCK_TILE4.png-25ffb92b22c0dc6a7d8946f8974f9754.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_WALL TILE 1.jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_WALL TILE 1.jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_WALL TILE 1.jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_WALL TILE 1.jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_WALL TILE 1.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_WALL TILE 1.jpg.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_WALL TILE 1.jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_WALL TILE 1.jpg.import index 80f7b090..87389a22 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_WALL TILE 1.jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_WALL TILE 1.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://btgpe1gcr40w7" -path="res://.godot/imported/CA1_ZBLOCK_WALL TILE 1.jpg-e7500ab4f3fc77a6ade227b021b7e99c.ctex" +path="res://.godot/imported/CA1_ZBLOCK_WALL TILE 1.jpg-039b099c089751acdc8d2752e3a0730e.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_WALL TILE 1.jpg" -dest_files=["res://.godot/imported/CA1_ZBLOCK_WALL TILE 1.jpg-e7500ab4f3fc77a6ade227b021b7e99c.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_WALL TILE 1.jpg" +dest_files=["res://.godot/imported/CA1_ZBLOCK_WALL TILE 1.jpg-039b099c089751acdc8d2752e3a0730e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_concrete_0003_color_1k.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_concrete_0003_color_1k.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_concrete_0003_color_1k.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_concrete_0003_color_1k.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_concrete_0003_color_1k.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_concrete_0003_color_1k.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_concrete_0003_color_1k.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_concrete_0003_color_1k.png.import index 6e299ef1..ea149aff 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_concrete_0003_color_1k.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_concrete_0003_color_1k.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dq0vgf08x8uwm" -path="res://.godot/imported/CA1_ZBLOCK_concrete_0003_color_1k.png-c199138fe5e3d6327cb348c626346552.ctex" +path="res://.godot/imported/CA1_ZBLOCK_concrete_0003_color_1k.png-348aa03076521fd172f5a453fa0a741a.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_concrete_0003_color_1k.png" -dest_files=["res://.godot/imported/CA1_ZBLOCK_concrete_0003_color_1k.png-c199138fe5e3d6327cb348c626346552.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_concrete_0003_color_1k.png" +dest_files=["res://.godot/imported/CA1_ZBLOCK_concrete_0003_color_1k.png-348aa03076521fd172f5a453fa0a741a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_darkbrick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_darkbrick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_darkbrick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_darkbrick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_darkbrick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_darkbrick.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_darkbrick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_darkbrick.png.import index e1a7c8b9..9fb328ed 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_darkbrick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_darkbrick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b7fygcwoakpcq" -path="res://.godot/imported/CA1_ZBLOCK_darkbrick.png-1adef6c708886a118a618efdb9bd9aa7.ctex" +path="res://.godot/imported/CA1_ZBLOCK_darkbrick.png-6926ab74cc274f4b495c7e9c6a967153.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_darkbrick.png" -dest_files=["res://.godot/imported/CA1_ZBLOCK_darkbrick.png-1adef6c708886a118a618efdb9bd9aa7.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_darkbrick.png" +dest_files=["res://.godot/imported/CA1_ZBLOCK_darkbrick.png-6926ab74cc274f4b495c7e9c6a967153.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_lower_corridor_lower.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_lower_corridor_lower.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_lower_corridor_lower.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_lower_corridor_lower.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_lower_corridor_lower.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_lower_corridor_lower.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_lower_corridor_lower.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_lower_corridor_lower.png.import index 45b558f1..d26ea547 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_lower_corridor_lower.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_lower_corridor_lower.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dde2k26it1iww" -path="res://.godot/imported/CA1_ZBLOCK_lower_corridor_lower.png-af4dbdab19266eed3563946536527237.ctex" +uid="uid://dellrkwp6ipqv" +path="res://.godot/imported/CA1_ZBLOCK_lower_corridor_lower.png-d9c63860b7db420270a9ff6e1d07a86f.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "11718783be351bc85b6cb01552e92311" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_lower_corridor_lower.png" -dest_files=["res://.godot/imported/CA1_ZBLOCK_lower_corridor_lower.png-af4dbdab19266eed3563946536527237.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK_lower_corridor_lower.png" +dest_files=["res://.godot/imported/CA1_ZBLOCK_lower_corridor_lower.png-d9c63860b7db420270a9ff6e1d07a86f.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb.import similarity index 71% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb.import index 06396a82..33a2cf10 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c7ax30sh5bmus" -path="res://.godot/imported/A2-Corridor_ends.glb-a21efe2c9e33d4c3519c31c48069fbaf.scn" +path="res://.godot/imported/A2-Corridor_ends.glb-4cee118a298a9b71840697228b376523.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb" -dest_files=["res://.godot/imported/A2-Corridor_ends.glb-a21efe2c9e33d4c3519c31c48069fbaf.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb" +dest_files=["res://.godot/imported/A2-Corridor_ends.glb-4cee118a298a9b71840697228b376523.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_DARKER_STONE_AREA_2.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_DARKER_STONE_AREA_2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_DARKER_STONE_AREA_2.png.import index 96bd74ec..df16ee66 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_DARKER_STONE_AREA_2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_DARKER_STONE_AREA_2.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://clyp7b5fxrxoq" -path="res://.godot/imported/A2-Corridor_ends_DARKER_STONE_AREA_2.png-cc0b96dbdfec6dfcb6f4ffebd48ea085.ctex" +uid="uid://bccmol3omag6d" +path="res://.godot/imported/A2-Corridor_ends_DARKER_STONE_AREA_2.png-84ddd80634844b61e0afdaaead534aae.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "a571ea9259cd4bdb7a8ab58b7439b400" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/A2-Corridor_ends_DARKER_STONE_AREA_2.png-cc0b96dbdfec6dfcb6f4ffebd48ea085.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/A2-Corridor_ends_DARKER_STONE_AREA_2.png-84ddd80634844b61e0afdaaead534aae.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_WHITE_TILE2.png.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_WHITE_TILE2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_WHITE_TILE2.png.import index 8fabb07a..78f213d9 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_WHITE_TILE2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_WHITE_TILE2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cfjf1ptc8pedc" -path="res://.godot/imported/A2-Corridor_ends_WHITE_TILE2.png-fef23afda95d23f47df9ee5b217d4794.ctex" +path="res://.godot/imported/A2-Corridor_ends_WHITE_TILE2.png-ba67d36760614ce5e1a3d9cf00e3d9e9.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_WHITE_TILE2.png" -dest_files=["res://.godot/imported/A2-Corridor_ends_WHITE_TILE2.png-fef23afda95d23f47df9ee5b217d4794.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_WHITE_TILE2.png" +dest_files=["res://.godot/imported/A2-Corridor_ends_WHITE_TILE2.png-ba67d36760614ce5e1a3d9cf00e3d9e9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_mottled.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_mottled.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_mottled.png.import index 5cc14b18..4dc30cbb 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_mottled.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_mottled.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cbefxkct5rcm2" -path="res://.godot/imported/A2-Corridor_ends_mottled.png-293e33a66a0453c5ed7c675538e9c668.ctex" +path="res://.godot/imported/A2-Corridor_ends_mottled.png-c7a7fdd005d8db2575a46732dce4d8f6.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_mottled.png" -dest_files=["res://.godot/imported/A2-Corridor_ends_mottled.png-293e33a66a0453c5ed7c675538e9c668.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends_mottled.png" +dest_files=["res://.godot/imported/A2-Corridor_ends_mottled.png-c7a7fdd005d8db2575a46732dce4d8f6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb similarity index 83% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb index d0e975b8..b999e1f2 100644 Binary files a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb and b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb differ diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb.import index aab5371c..e11f031a 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://22mhkfsrivok" -path="res://.godot/imported/A2-SOCKET.glb-57919738402844df9e829289d9aef3fd.scn" +path="res://.godot/imported/A2-SOCKET.glb-0b61f72f8cf3081d4c0a3519530cb0b7.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb" -dest_files=["res://.godot/imported/A2-SOCKET.glb-57919738402844df9e829289d9aef3fd.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb" +dest_files=["res://.godot/imported/A2-SOCKET.glb-0b61f72f8cf3081d4c0a3519530cb0b7.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-SOCKET_WHITE METAL 2E.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET_WHITE METAL 2E.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-SOCKET_WHITE METAL 2E.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET_WHITE METAL 2E.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-SOCKET_WHITE METAL 2E.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET_WHITE METAL 2E.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-SOCKET_WHITE METAL 2E.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET_WHITE METAL 2E.png.import index 70871729..c9bcc347 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-SOCKET_WHITE METAL 2E.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET_WHITE METAL 2E.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cyytainp853ea" -path="res://.godot/imported/A2-SOCKET_WHITE METAL 2E.png-969b5f0d54493bacac43cfce5b8f6d44.ctex" +path="res://.godot/imported/A2-SOCKET_WHITE METAL 2E.png-b57291bb77b04eea4075f78c2b9d0eef.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/A2-SOCKET_WHITE METAL 2E.png" -dest_files=["res://.godot/imported/A2-SOCKET_WHITE METAL 2E.png-969b5f0d54493bacac43cfce5b8f6d44.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET_WHITE METAL 2E.png" +dest_files=["res://.godot/imported/A2-SOCKET_WHITE METAL 2E.png-b57291bb77b04eea4075f78c2b9d0eef.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock.glb.import similarity index 71% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock.glb.import index a5727b46..7e5ebc6b 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b104petaotmfc" -path="res://.godot/imported/CA2-CornerBlock.glb-24c1d54db5b7edbb0826f03f5fff7249.scn" +path="res://.godot/imported/CA2-CornerBlock.glb-08063f754536d7bdd3b85f41696a91c3.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock.glb" -dest_files=["res://.godot/imported/CA2-CornerBlock.glb-24c1d54db5b7edbb0826f03f5fff7249.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock.glb" +dest_files=["res://.godot/imported/CA2-CornerBlock.glb-08063f754536d7bdd3b85f41696a91c3.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Area2Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Area2Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Area2Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Area2Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Area2Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Area2Alt_Brick.png.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Area2Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Area2Alt_Brick.png.import index 6600080f..3fc7f394 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Area2Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Area2Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bnnwwr0aj22o" -path="res://.godot/imported/CA2-CornerBlock_Area2Alt_Brick.png-2289e96b7074e0f6f2550958120c41a6.ctex" +path="res://.godot/imported/CA2-CornerBlock_Area2Alt_Brick.png-7e2e556847edc3bebd8a859af2bf9005.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Area2Alt_Brick.png" -dest_files=["res://.godot/imported/CA2-CornerBlock_Area2Alt_Brick.png-2289e96b7074e0f6f2550958120c41a6.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Area2Alt_Brick.png" +dest_files=["res://.godot/imported/CA2-CornerBlock_Area2Alt_Brick.png-7e2e556847edc3bebd8a859af2bf9005.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png.import index 8e0a7494..0c2e0306 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2redspmib616" -path="res://.godot/imported/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png-40671a054972ed4beef929eda3f7368f.ctex" +path="res://.godot/imported/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png-3986c044307d4d370235f8c6ddd99bf4.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png-40671a054972ed4beef929eda3f7368f.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png" +dest_files=["res://.godot/imported/CA2-CornerBlock_CORRIDOR_PANEL_UPPER.png-3986c044307d4d370235f8c6ddd99bf4.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_DARKER_STONE_AREA_2.png.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_DARKER_STONE_AREA_2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_DARKER_STONE_AREA_2.png.import index 1895c1a2..4103a75e 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_DARKER_STONE_AREA_2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_DARKER_STONE_AREA_2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1jw2n2mx1wfm" -path="res://.godot/imported/CA2-CornerBlock_DARKER_STONE_AREA_2.png-d8a7f75974323e46a5d6fc7fe8a8591e.ctex" +path="res://.godot/imported/CA2-CornerBlock_DARKER_STONE_AREA_2.png-53f6a71613df0001d666311ed01b8b45.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/CA2-CornerBlock_DARKER_STONE_AREA_2.png-d8a7f75974323e46a5d6fc7fe8a8591e.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/CA2-CornerBlock_DARKER_STONE_AREA_2.png-53f6a71613df0001d666311ed01b8b45.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Seamless marble texture (7).jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Seamless marble texture (7).jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Seamless marble texture (7).jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Seamless marble texture (7).jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Seamless marble texture (7).jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Seamless marble texture (7).jpg.import similarity index 75% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Seamless marble texture (7).jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Seamless marble texture (7).jpg.import index c53deb35..27037be9 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Seamless marble texture (7).jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Seamless marble texture (7).jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0wh2gijf1xiq" -path="res://.godot/imported/CA2-CornerBlock_Seamless marble texture (7).jpg-d292e9b0bc7b12d68cd474129ffd836e.ctex" +path="res://.godot/imported/CA2-CornerBlock_Seamless marble texture (7).jpg-8b8b22ed68216776664c5189d20a500f.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Seamless marble texture (7).jpg" -dest_files=["res://.godot/imported/CA2-CornerBlock_Seamless marble texture (7).jpg-d292e9b0bc7b12d68cd474129ffd836e.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_Seamless marble texture (7).jpg" +dest_files=["res://.godot/imported/CA2-CornerBlock_Seamless marble texture (7).jpg-8b8b22ed68216776664c5189d20a500f.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_WHITE_TILE2.png.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_WHITE_TILE2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_WHITE_TILE2.png.import index 26465e20..83d74a6b 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_WHITE_TILE2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_WHITE_TILE2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dae6i1veqsk02" -path="res://.godot/imported/CA2-CornerBlock_WHITE_TILE2.png-6913f09ce04930de6d5a981ecf1253d2.ctex" +path="res://.godot/imported/CA2-CornerBlock_WHITE_TILE2.png-744cb86894b56ffd0dfdce040d2362f5.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_WHITE_TILE2.png" -dest_files=["res://.godot/imported/CA2-CornerBlock_WHITE_TILE2.png-6913f09ce04930de6d5a981ecf1253d2.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_WHITE_TILE2.png" +dest_files=["res://.godot/imported/CA2-CornerBlock_WHITE_TILE2.png-744cb86894b56ffd0dfdce040d2362f5.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_mottled.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_mottled.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_mottled.png.import index 28408923..517a18e0 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_mottled.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_mottled.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dy6olqjqxx3rq" -path="res://.godot/imported/CA2-CornerBlock_mottled.png-d66ca7f03e4efac1863ab33a995e764d.ctex" +path="res://.godot/imported/CA2-CornerBlock_mottled.png-146d2f31070d2276f1e19a7550a3a517.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_mottled.png" -dest_files=["res://.godot/imported/CA2-CornerBlock_mottled.png-d66ca7f03e4efac1863ab33a995e764d.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2-CornerBlock_mottled.png" +dest_files=["res://.godot/imported/CA2-CornerBlock_mottled.png-146d2f31070d2276f1e19a7550a3a517.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb.import index f83ffe47..a2c7aab3 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ckwr0w106wj7g" -path="res://.godot/imported/CA2_1BLOCK.glb-d5cbb6513f6b41a0b9ec3d3915c46d8e.scn" +path="res://.godot/imported/CA2_1BLOCK.glb-bde6535354af136e05ea85323472cbbd.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb" -dest_files=["res://.godot/imported/CA2_1BLOCK.glb-d5cbb6513f6b41a0b9ec3d3915c46d8e.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb" +dest_files=["res://.godot/imported/CA2_1BLOCK.glb-bde6535354af136e05ea85323472cbbd.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Area2Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Area2Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Area2Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Area2Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Area2Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Area2Alt_Brick.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Area2Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Area2Alt_Brick.png.import index 432c8b0a..bfdace81 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Area2Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Area2Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6dc60pl2qp51" -path="res://.godot/imported/CA2_1BLOCK_Area2Alt_Brick.png-09cb3006f055eddd6bdfc05a07a44024.ctex" +path="res://.godot/imported/CA2_1BLOCK_Area2Alt_Brick.png-6043d5eb301976fe725d9c2413ab7d1a.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Area2Alt_Brick.png" -dest_files=["res://.godot/imported/CA2_1BLOCK_Area2Alt_Brick.png-09cb3006f055eddd6bdfc05a07a44024.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Area2Alt_Brick.png" +dest_files=["res://.godot/imported/CA2_1BLOCK_Area2Alt_Brick.png-6043d5eb301976fe725d9c2413ab7d1a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png.import index ec64eec5..c803cbe6 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0nt88nys8uyk" -path="res://.godot/imported/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png-be29c3781aceb9707d2d4ceef065b627.ctex" +path="res://.godot/imported/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png-3810565db128b76805d67f662d8704a0.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png-be29c3781aceb9707d2d4ceef065b627.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png" +dest_files=["res://.godot/imported/CA2_1BLOCK_CORRIDOR_PANEL_UPPER.png-3810565db128b76805d67f662d8704a0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_DARKER_STONE_AREA_2.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_DARKER_STONE_AREA_2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_DARKER_STONE_AREA_2.png.import index 6b4ada50..da769aea 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_DARKER_STONE_AREA_2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_DARKER_STONE_AREA_2.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dxt6aimb3vqmr" -path="res://.godot/imported/CA2_1BLOCK_DARKER_STONE_AREA_2.png-ad57db838f9cbaae9e120e6dfbaa7cc1.ctex" +uid="uid://oorapc3n7gum" +path="res://.godot/imported/CA2_1BLOCK_DARKER_STONE_AREA_2.png-a74643b0c0ef7fc1a238bdb9b1ec0d08.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "a571ea9259cd4bdb7a8ab58b7439b400" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/CA2_1BLOCK_DARKER_STONE_AREA_2.png-ad57db838f9cbaae9e120e6dfbaa7cc1.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/CA2_1BLOCK_DARKER_STONE_AREA_2.png-a74643b0c0ef7fc1a238bdb9b1ec0d08.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Seamless marble texture (7).jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Seamless marble texture (7).jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Seamless marble texture (7).jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Seamless marble texture (7).jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Seamless marble texture (7).jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Seamless marble texture (7).jpg.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Seamless marble texture (7).jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Seamless marble texture (7).jpg.import index feaec28e..f92ccf39 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Seamless marble texture (7).jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Seamless marble texture (7).jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxv6i50hr4k1w" -path="res://.godot/imported/CA2_1BLOCK_Seamless marble texture (7).jpg-41e10877a48004d3fb66683061ce47f1.ctex" +path="res://.godot/imported/CA2_1BLOCK_Seamless marble texture (7).jpg-e79e423df37cbaa6f09cb2ae713dfc82.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Seamless marble texture (7).jpg" -dest_files=["res://.godot/imported/CA2_1BLOCK_Seamless marble texture (7).jpg-41e10877a48004d3fb66683061ce47f1.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_Seamless marble texture (7).jpg" +dest_files=["res://.godot/imported/CA2_1BLOCK_Seamless marble texture (7).jpg-e79e423df37cbaa6f09cb2ae713dfc82.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_WHITE_TILE2.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_WHITE_TILE2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_WHITE_TILE2.png.import index 7bd6d8db..69e4d933 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_WHITE_TILE2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_WHITE_TILE2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6ffdmoj0w6i6" -path="res://.godot/imported/CA2_1BLOCK_WHITE_TILE2.png-b13e58d421726781ac4ad881af2838b7.ctex" +path="res://.godot/imported/CA2_1BLOCK_WHITE_TILE2.png-9177bb017190ba66f49e3910bd4d18c5.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_WHITE_TILE2.png" -dest_files=["res://.godot/imported/CA2_1BLOCK_WHITE_TILE2.png-b13e58d421726781ac4ad881af2838b7.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_WHITE_TILE2.png" +dest_files=["res://.godot/imported/CA2_1BLOCK_WHITE_TILE2.png-9177bb017190ba66f49e3910bd4d18c5.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_mottled.png.import new file mode 100644 index 00000000..fee74256 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_mottled.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://biij8f17ymmmb" +path="res://.godot/imported/CA2_1BLOCK_mottled.png-98667884b83bcd497f72196b8f971fd4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK_mottled.png" +dest_files=["res://.godot/imported/CA2_1BLOCK_mottled.png-98667884b83bcd497f72196b8f971fd4.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb.import index 9a50c30b..1c1cc55f 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dty3eg8aci4bn" -path="res://.godot/imported/CA2_2BLOCK.glb-7cd5bfa21bf4541f84d91226ce5ed1c6.scn" +path="res://.godot/imported/CA2_2BLOCK.glb-b1084e8f1a377f6cb695dc9110fba452.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb" -dest_files=["res://.godot/imported/CA2_2BLOCK.glb-7cd5bfa21bf4541f84d91226ce5ed1c6.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb" +dest_files=["res://.godot/imported/CA2_2BLOCK.glb-b1084e8f1a377f6cb695dc9110fba452.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Area2Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Area2Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Area2Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Area2Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Area2Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Area2Alt_Brick.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Area2Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Area2Alt_Brick.png.import index 57cddd0d..9aadd260 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Area2Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Area2Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bo8bjorwwdoip" -path="res://.godot/imported/CA2_2BLOCK_Area2Alt_Brick.png-22b62b48f4e4c4692d7633b1a7fd5244.ctex" +path="res://.godot/imported/CA2_2BLOCK_Area2Alt_Brick.png-e3d805ae38da15716a668a44c1a363bf.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Area2Alt_Brick.png" -dest_files=["res://.godot/imported/CA2_2BLOCK_Area2Alt_Brick.png-22b62b48f4e4c4692d7633b1a7fd5244.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Area2Alt_Brick.png" +dest_files=["res://.godot/imported/CA2_2BLOCK_Area2Alt_Brick.png-e3d805ae38da15716a668a44c1a363bf.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png.import index b9cbf4e2..df2155cf 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://drr1tdvfobehl" -path="res://.godot/imported/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png-70683e9015650919ea2a9cb5d38894d4.ctex" +path="res://.godot/imported/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png-6d132f7414cab8033c94b1d28f88d350.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png-70683e9015650919ea2a9cb5d38894d4.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png" +dest_files=["res://.godot/imported/CA2_2BLOCK_CORRIDOR_PANEL_UPPER.png-6d132f7414cab8033c94b1d28f88d350.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_DARKER_STONE_AREA_2.png.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_DARKER_STONE_AREA_2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_DARKER_STONE_AREA_2.png.import index 06d57228..6f46719f 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_DARKER_STONE_AREA_2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_DARKER_STONE_AREA_2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjigsmh5qj6mn" -path="res://.godot/imported/CA2_2BLOCK_DARKER_STONE_AREA_2.png-9a7c76261c0e583ff62e658ec519a525.ctex" +path="res://.godot/imported/CA2_2BLOCK_DARKER_STONE_AREA_2.png-756be3e2215c41c77d846599651f8a4b.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/CA2_2BLOCK_DARKER_STONE_AREA_2.png-9a7c76261c0e583ff62e658ec519a525.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/CA2_2BLOCK_DARKER_STONE_AREA_2.png-756be3e2215c41c77d846599651f8a4b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Seamless marble texture (7).jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Seamless marble texture (7).jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Seamless marble texture (7).jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Seamless marble texture (7).jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Seamless marble texture (7).jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Seamless marble texture (7).jpg.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Seamless marble texture (7).jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Seamless marble texture (7).jpg.import index 7198033e..7a9ec458 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Seamless marble texture (7).jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Seamless marble texture (7).jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://sevmvkkg5sdv" -path="res://.godot/imported/CA2_2BLOCK_Seamless marble texture (7).jpg-529cd6caffec6ae6223fd86bf2c0cd60.ctex" +path="res://.godot/imported/CA2_2BLOCK_Seamless marble texture (7).jpg-991e7d333e0b576c4ddcdebb8512c394.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Seamless marble texture (7).jpg" -dest_files=["res://.godot/imported/CA2_2BLOCK_Seamless marble texture (7).jpg-529cd6caffec6ae6223fd86bf2c0cd60.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_Seamless marble texture (7).jpg" +dest_files=["res://.godot/imported/CA2_2BLOCK_Seamless marble texture (7).jpg-991e7d333e0b576c4ddcdebb8512c394.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_WHITE_TILE2.png.import new file mode 100644 index 00000000..e9a158a4 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_WHITE_TILE2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cnku7sdlcglsn" +path="res://.godot/imported/CA2_2BLOCK_WHITE_TILE2.png-fe8074915a35a047c7076a9cc15226d0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_WHITE_TILE2.png" +dest_files=["res://.godot/imported/CA2_2BLOCK_WHITE_TILE2.png-fe8074915a35a047c7076a9cc15226d0.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_mottled.png.import new file mode 100644 index 00000000..bcf46bb5 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_mottled.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://de0wqjcq1fbol" +path="res://.godot/imported/CA2_2BLOCK_mottled.png-c72658093d3ca7eaed5d8e21ae2ac541.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK_mottled.png" +dest_files=["res://.godot/imported/CA2_2BLOCK_mottled.png-c72658093d3ca7eaed5d8e21ae2ac541.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block.glb.import index e2466b4a..6bd48602 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d3dqtmk6r6fju" -path="res://.godot/imported/CA2_3Block.glb-efc33f8e01ba87e09f98ee6b9d1ce09e.scn" +path="res://.godot/imported/CA2_3Block.glb-4580ca9e1db00ed3aaf6e494e190750f.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block.glb" -dest_files=["res://.godot/imported/CA2_3Block.glb-efc33f8e01ba87e09f98ee6b9d1ce09e.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block.glb" +dest_files=["res://.godot/imported/CA2_3Block.glb-4580ca9e1db00ed3aaf6e494e190750f.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_Area2Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_Area2Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_Area2Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_Area2Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_Area2Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_Area2Alt_Brick.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_Area2Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_Area2Alt_Brick.png.import index 197362ef..da42145a 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_Area2Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_Area2Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://6math6w4pk47" -path="res://.godot/imported/CA2_3Block_Area2Alt_Brick.png-82c9a99cb41f4b53e47e0aec75524293.ctex" +path="res://.godot/imported/CA2_3Block_Area2Alt_Brick.png-5fb0f32a49de01b415856bc4dd21e1ef.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_Area2Alt_Brick.png" -dest_files=["res://.godot/imported/CA2_3Block_Area2Alt_Brick.png-82c9a99cb41f4b53e47e0aec75524293.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_Area2Alt_Brick.png" +dest_files=["res://.godot/imported/CA2_3Block_Area2Alt_Brick.png-5fb0f32a49de01b415856bc4dd21e1ef.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_CORRIDOR_PANEL_UPPER.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_CORRIDOR_PANEL_UPPER.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_CORRIDOR_PANEL_UPPER.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_CORRIDOR_PANEL_UPPER.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_CORRIDOR_PANEL_UPPER.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_CORRIDOR_PANEL_UPPER.png.import index 1db37f37..61359f95 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_CORRIDOR_PANEL_UPPER.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_CORRIDOR_PANEL_UPPER.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://7hbgm83ot63u" -path="res://.godot/imported/CA2_3Block_CORRIDOR_PANEL_UPPER.png-846f942f55d13241796828c2b202dc0c.ctex" +path="res://.godot/imported/CA2_3Block_CORRIDOR_PANEL_UPPER.png-e33a323e4d6f25fc9ffa4328113f4606.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/CA2_3Block_CORRIDOR_PANEL_UPPER.png-846f942f55d13241796828c2b202dc0c.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_CORRIDOR_PANEL_UPPER.png" +dest_files=["res://.godot/imported/CA2_3Block_CORRIDOR_PANEL_UPPER.png-e33a323e4d6f25fc9ffa4328113f4606.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_DARKER_STONE_AREA_2.png.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_DARKER_STONE_AREA_2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_DARKER_STONE_AREA_2.png.import index 4fa16740..873c15f1 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_DARKER_STONE_AREA_2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_DARKER_STONE_AREA_2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://17ub07664m1u" -path="res://.godot/imported/CA2_3Block_DARKER_STONE_AREA_2.png-d07d31a8d48c664e9f5c9dc135db9ae5.ctex" +path="res://.godot/imported/CA2_3Block_DARKER_STONE_AREA_2.png-e372c1080cb3fb972cc0b68b672642b6.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/CA2_3Block_DARKER_STONE_AREA_2.png-d07d31a8d48c664e9f5c9dc135db9ae5.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/CA2_3Block_DARKER_STONE_AREA_2.png-e372c1080cb3fb972cc0b68b672642b6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_Seamless marble texture (7).jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_Seamless marble texture (7).jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_Seamless marble texture (7).jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_Seamless marble texture (7).jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_Seamless marble texture (7).jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_Seamless marble texture (7).jpg.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_Seamless marble texture (7).jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_Seamless marble texture (7).jpg.import index 29867c1c..8a8b83bb 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_Seamless marble texture (7).jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_Seamless marble texture (7).jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ym703vbl0hni" -path="res://.godot/imported/CA2_3Block_Seamless marble texture (7).jpg-fb5734d8be47619ca1ccd697994d2c3a.ctex" +path="res://.godot/imported/CA2_3Block_Seamless marble texture (7).jpg-9e14e711163ecaf05ead29723baa47d7.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_Seamless marble texture (7).jpg" -dest_files=["res://.godot/imported/CA2_3Block_Seamless marble texture (7).jpg-fb5734d8be47619ca1ccd697994d2c3a.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_Seamless marble texture (7).jpg" +dest_files=["res://.godot/imported/CA2_3Block_Seamless marble texture (7).jpg-9e14e711163ecaf05ead29723baa47d7.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_WHITE_TILE2.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_WHITE_TILE2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_WHITE_TILE2.png.import index f83cb5cc..ef776442 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_WHITE_TILE2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_WHITE_TILE2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d1k7ag6av61ws" -path="res://.godot/imported/CA2_3Block_WHITE_TILE2.png-8100ee5e8604f96198cc919ff34eb512.ctex" +path="res://.godot/imported/CA2_3Block_WHITE_TILE2.png-3d47950fa2b35de59a29f34b72f1ec0b.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_WHITE_TILE2.png" -dest_files=["res://.godot/imported/CA2_3Block_WHITE_TILE2.png-8100ee5e8604f96198cc919ff34eb512.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_WHITE_TILE2.png" +dest_files=["res://.godot/imported/CA2_3Block_WHITE_TILE2.png-3d47950fa2b35de59a29f34b72f1ec0b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_mottled.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_mottled.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_mottled.png.import index a07b1f5c..d5f5558a 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_mottled.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_mottled.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dutjog6h5wql" -path="res://.godot/imported/CA2_3Block_mottled.png-3213983452c99c427b79f0e526864c49.ctex" +path="res://.godot/imported/CA2_3Block_mottled.png-74b1b3441b4c06152d587513305bde7b.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_3Block_mottled.png" -dest_files=["res://.godot/imported/CA2_3Block_mottled.png-3213983452c99c427b79f0e526864c49.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_3Block_mottled.png" +dest_files=["res://.godot/imported/CA2_3Block_mottled.png-74b1b3441b4c06152d587513305bde7b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb.import index 453cdba4..52ba8d9c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bvd24kwls4gud" -path="res://.godot/imported/CA2_4BLOCK.glb-adbc6813332c8ccbafae69ecb6d7ad31.scn" +path="res://.godot/imported/CA2_4BLOCK.glb-3d071def5a49afc2e54b2487be6c1619.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb" -dest_files=["res://.godot/imported/CA2_4BLOCK.glb-adbc6813332c8ccbafae69ecb6d7ad31.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb" +dest_files=["res://.godot/imported/CA2_4BLOCK.glb-3d071def5a49afc2e54b2487be6c1619.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Area2Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Area2Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Area2Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Area2Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Area2Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Area2Alt_Brick.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Area2Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Area2Alt_Brick.png.import index 6303376c..d11d1faf 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Area2Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Area2Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cd040ht7yfjqh" -path="res://.godot/imported/CA2_4BLOCK_Area2Alt_Brick.png-281db92a4490076f5f2afa657396abfa.ctex" +path="res://.godot/imported/CA2_4BLOCK_Area2Alt_Brick.png-e1a2b0f6d4c93bc85338d4ecfb5b2e88.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Area2Alt_Brick.png" -dest_files=["res://.godot/imported/CA2_4BLOCK_Area2Alt_Brick.png-281db92a4490076f5f2afa657396abfa.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Area2Alt_Brick.png" +dest_files=["res://.godot/imported/CA2_4BLOCK_Area2Alt_Brick.png-e1a2b0f6d4c93bc85338d4ecfb5b2e88.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png.import index f007c8a6..193ec2a1 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dk7s8e4glbye3" -path="res://.godot/imported/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png-cc2de80ec70dfe5172bd359dc903e837.ctex" +path="res://.godot/imported/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png-348ef644ed0e4ff09c1ef35ea155d252.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png-cc2de80ec70dfe5172bd359dc903e837.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png" +dest_files=["res://.godot/imported/CA2_4BLOCK_CORRIDOR_PANEL_UPPER.png-348ef644ed0e4ff09c1ef35ea155d252.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_lower_corridor_lower.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_DARKER_STONE_AREA_2.png.import similarity index 60% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_lower_corridor_lower.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_DARKER_STONE_AREA_2.png.import index f6a4c16a..f58b95a9 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_lower_corridor_lower.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_DARKER_STONE_AREA_2.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://0goxm4dkvres" -path="res://.godot/imported/18_A1_CORRIDOR_A_lower_corridor_lower.png-d2616f66691d53523e8637883e3b0405.ctex" +uid="uid://bn2axx6pcvcev" +path="res://.godot/imported/CA2_4BLOCK_DARKER_STONE_AREA_2.png-e00654a009ede76fee6f9e4e006d1707.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_lower_corridor_lower.png" -dest_files=["res://.godot/imported/18_A1_CORRIDOR_A_lower_corridor_lower.png-d2616f66691d53523e8637883e3b0405.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/CA2_4BLOCK_DARKER_STONE_AREA_2.png-e00654a009ede76fee6f9e4e006d1707.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Seamless marble texture (7).jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Seamless marble texture (7).jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Seamless marble texture (7).jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Seamless marble texture (7).jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Seamless marble texture (7).jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Seamless marble texture (7).jpg.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Seamless marble texture (7).jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Seamless marble texture (7).jpg.import index 9b82e01c..69ae77ef 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Seamless marble texture (7).jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Seamless marble texture (7).jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bhpuy3ook3ae8" -path="res://.godot/imported/CA2_4BLOCK_Seamless marble texture (7).jpg-a2eaa602e927371d35fd1671bea2fa19.ctex" +path="res://.godot/imported/CA2_4BLOCK_Seamless marble texture (7).jpg-ec147ece7d79cd4e7fed0710c634f8b8.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Seamless marble texture (7).jpg" -dest_files=["res://.godot/imported/CA2_4BLOCK_Seamless marble texture (7).jpg-a2eaa602e927371d35fd1671bea2fa19.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_Seamless marble texture (7).jpg" +dest_files=["res://.godot/imported/CA2_4BLOCK_Seamless marble texture (7).jpg-ec147ece7d79cd4e7fed0710c634f8b8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_WHITE_TILE2.png.import new file mode 100644 index 00000000..2bd33b2b --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_WHITE_TILE2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6w0ygqg4wp23" +path="res://.godot/imported/CA2_4BLOCK_WHITE_TILE2.png-7471340b05ed5df89e81345dbe51dc16.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_WHITE_TILE2.png" +dest_files=["res://.godot/imported/CA2_4BLOCK_WHITE_TILE2.png-7471340b05ed5df89e81345dbe51dc16.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_mottled.png.import new file mode 100644 index 00000000..6b4c80ef --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_mottled.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://hvrklx48s705" +path="res://.godot/imported/CA2_4BLOCK_mottled.png-159d61a8fedb0f622b255fdb0e67b359.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK_mottled.png" +dest_files=["res://.godot/imported/CA2_4BLOCK_mottled.png-159d61a8fedb0f622b255fdb0e67b359.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb.import index d3c8ff02..70dbf831 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://k2ibaps2edtl" -path="res://.godot/imported/CA2_5BLOCK.glb-30449a6097030da29b4ea54ace84e1f9.scn" +path="res://.godot/imported/CA2_5BLOCK.glb-cde060778c37f1e3a770d22ab23d1b3c.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb" -dest_files=["res://.godot/imported/CA2_5BLOCK.glb-30449a6097030da29b4ea54ace84e1f9.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb" +dest_files=["res://.godot/imported/CA2_5BLOCK.glb-cde060778c37f1e3a770d22ab23d1b3c.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Area2Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Area2Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Area2Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Area2Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Area2Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Area2Alt_Brick.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Area2Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Area2Alt_Brick.png.import index 1277527a..f38d32a7 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Area2Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Area2Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cmuqwxyj1impg" -path="res://.godot/imported/CA2_5BLOCK_Area2Alt_Brick.png-7b27ec6ca54c3ffedf6b0145c696d6b4.ctex" +path="res://.godot/imported/CA2_5BLOCK_Area2Alt_Brick.png-5027536a086c834073f530db2cd10c8f.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Area2Alt_Brick.png" -dest_files=["res://.godot/imported/CA2_5BLOCK_Area2Alt_Brick.png-7b27ec6ca54c3ffedf6b0145c696d6b4.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Area2Alt_Brick.png" +dest_files=["res://.godot/imported/CA2_5BLOCK_Area2Alt_Brick.png-5027536a086c834073f530db2cd10c8f.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png.import index 71356aa5..b26b7023 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c8icpjng2hyvo" -path="res://.godot/imported/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png-4c3f7fcf90284f02312678fac4177979.ctex" +path="res://.godot/imported/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png-21b66533ab027985947fca14a54dda28.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png-4c3f7fcf90284f02312678fac4177979.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png" +dest_files=["res://.godot/imported/CA2_5BLOCK_CORRIDOR_PANEL_UPPER.png-21b66533ab027985947fca14a54dda28.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_DARKER_STONE_AREA_2.png.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_DARKER_STONE_AREA_2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_DARKER_STONE_AREA_2.png.import index ff3a350d..e1eef7fe 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_DARKER_STONE_AREA_2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_DARKER_STONE_AREA_2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3c2b0k0cml8e" -path="res://.godot/imported/CA2_5BLOCK_DARKER_STONE_AREA_2.png-a00a1774ef050d9ef768242284ac3fcd.ctex" +path="res://.godot/imported/CA2_5BLOCK_DARKER_STONE_AREA_2.png-3c4497386ed08120b9e11adbdce967a8.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/CA2_5BLOCK_DARKER_STONE_AREA_2.png-a00a1774ef050d9ef768242284ac3fcd.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/CA2_5BLOCK_DARKER_STONE_AREA_2.png-3c4497386ed08120b9e11adbdce967a8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Seamless marble texture (7).jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Seamless marble texture (7).jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Seamless marble texture (7).jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Seamless marble texture (7).jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Seamless marble texture (7).jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Seamless marble texture (7).jpg.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Seamless marble texture (7).jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Seamless marble texture (7).jpg.import index 5dc648db..267ec0f3 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Seamless marble texture (7).jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Seamless marble texture (7).jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d2rv6ey03336i" -path="res://.godot/imported/CA2_5BLOCK_Seamless marble texture (7).jpg-ab4d48e668cd36323f82b52806fa52b9.ctex" +path="res://.godot/imported/CA2_5BLOCK_Seamless marble texture (7).jpg-29dfb2a14be8085a0549067ecf16c7df.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Seamless marble texture (7).jpg" -dest_files=["res://.godot/imported/CA2_5BLOCK_Seamless marble texture (7).jpg-ab4d48e668cd36323f82b52806fa52b9.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_Seamless marble texture (7).jpg" +dest_files=["res://.godot/imported/CA2_5BLOCK_Seamless marble texture (7).jpg-29dfb2a14be8085a0549067ecf16c7df.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_WHITE_TILE2.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_WHITE_TILE2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_WHITE_TILE2.png.import index 542f73c5..61bf9277 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_WHITE_TILE2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_WHITE_TILE2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://crgxhgxkq7ch3" -path="res://.godot/imported/CA2_5BLOCK_WHITE_TILE2.png-29bb83b48f20397762990d3061067a78.ctex" +path="res://.godot/imported/CA2_5BLOCK_WHITE_TILE2.png-2b005c98c5c538de85a3a73ae845e879.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_WHITE_TILE2.png" -dest_files=["res://.godot/imported/CA2_5BLOCK_WHITE_TILE2.png-29bb83b48f20397762990d3061067a78.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_WHITE_TILE2.png" +dest_files=["res://.godot/imported/CA2_5BLOCK_WHITE_TILE2.png-2b005c98c5c538de85a3a73ae845e879.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_mottled.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_mottled.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_mottled.png.import index 126554a9..623f1624 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_mottled.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_mottled.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bx7xm7x1jos7g" -path="res://.godot/imported/CA2_5BLOCK_mottled.png-d072ede09b0acbec5d6f9aafef8e626d.ctex" +path="res://.godot/imported/CA2_5BLOCK_mottled.png-6993ba95cbd1e98de4cfd08c67d4e120.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_mottled.png" -dest_files=["res://.godot/imported/CA2_5BLOCK_mottled.png-d072ede09b0acbec5d6f9aafef8e626d.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK_mottled.png" +dest_files=["res://.godot/imported/CA2_5BLOCK_mottled.png-6993ba95cbd1e98de4cfd08c67d4e120.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb.import similarity index 71% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb.import index 4f5b2861..cb1255ea 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://deynd5vuxbc8t" -path="res://.godot/imported/CA2_CROSSBLOCK.glb-3909a39c96a7d7964f265ae657f2f61f.scn" +path="res://.godot/imported/CA2_CROSSBLOCK.glb-8af4420ab263182db4c769e8a7e80154.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb" -dest_files=["res://.godot/imported/CA2_CROSSBLOCK.glb-3909a39c96a7d7964f265ae657f2f61f.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb" +dest_files=["res://.godot/imported/CA2_CROSSBLOCK.glb-8af4420ab263182db4c769e8a7e80154.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Area2Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Area2Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Area2Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Area2Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Area2Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Area2Alt_Brick.png.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Area2Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Area2Alt_Brick.png.import index adeb559e..c1f0fff6 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Area2Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Area2Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dv8p6h06ax3xe" -path="res://.godot/imported/CA2_CROSSBLOCK_Area2Alt_Brick.png-d2785e62437bab79097f366b41cbeec2.ctex" +path="res://.godot/imported/CA2_CROSSBLOCK_Area2Alt_Brick.png-6dda458fa66f53143bbcfc5deaac32c5.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Area2Alt_Brick.png" -dest_files=["res://.godot/imported/CA2_CROSSBLOCK_Area2Alt_Brick.png-d2785e62437bab79097f366b41cbeec2.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Area2Alt_Brick.png" +dest_files=["res://.godot/imported/CA2_CROSSBLOCK_Area2Alt_Brick.png-6dda458fa66f53143bbcfc5deaac32c5.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png.import index d9e40e79..6b93490b 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cbjl5vaylyapv" -path="res://.godot/imported/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png-623eac9602ac64677ba306462bf22609.ctex" +uid="uid://bn2x6r1a38pnd" +path="res://.godot/imported/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png-fd47d90595ee96f2a35829d33851ef29.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "7a00947386bf978ae4a905d05098510a" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png-623eac9602ac64677ba306462bf22609.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png" +dest_files=["res://.godot/imported/CA2_CROSSBLOCK_CORRIDOR_PANEL_UPPER.png-fd47d90595ee96f2a35829d33851ef29.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png.import index 1c7b50b4..74f7dc3b 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://mienvldgau4v" -path="res://.godot/imported/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png-8223ee48a8abc2f58fd053f953a8be6b.ctex" +path="res://.godot/imported/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png-99c4d99876b379f5d74f8a3edd960e25.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png-8223ee48a8abc2f58fd053f953a8be6b.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/CA2_CROSSBLOCK_DARKER_STONE_AREA_2.png-99c4d99876b379f5d74f8a3edd960e25.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Seamless marble texture (7).jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Seamless marble texture (7).jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Seamless marble texture (7).jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Seamless marble texture (7).jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Seamless marble texture (7).jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Seamless marble texture (7).jpg.import similarity index 76% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Seamless marble texture (7).jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Seamless marble texture (7).jpg.import index 8ca0a02d..e5509ecc 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Seamless marble texture (7).jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Seamless marble texture (7).jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://hlm1hg61fa6t" -path="res://.godot/imported/CA2_CROSSBLOCK_Seamless marble texture (7).jpg-a76830502d53cf35516fc89871920a65.ctex" +path="res://.godot/imported/CA2_CROSSBLOCK_Seamless marble texture (7).jpg-1ec358fccccae37611a5f316904f764f.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Seamless marble texture (7).jpg" -dest_files=["res://.godot/imported/CA2_CROSSBLOCK_Seamless marble texture (7).jpg-a76830502d53cf35516fc89871920a65.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_Seamless marble texture (7).jpg" +dest_files=["res://.godot/imported/CA2_CROSSBLOCK_Seamless marble texture (7).jpg-1ec358fccccae37611a5f316904f764f.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_WHITE_TILE2.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_WHITE_TILE2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_WHITE_TILE2.png.import index 0f221d50..b8f2e9cb 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_WHITE_TILE2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_WHITE_TILE2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dexq6ais5i22h" -path="res://.godot/imported/CA2_CROSSBLOCK_WHITE_TILE2.png-f96a4944263114aa1fb7124a2ef1e332.ctex" +path="res://.godot/imported/CA2_CROSSBLOCK_WHITE_TILE2.png-ee97c01869c392114bb6e9d20cb8f7bd.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_WHITE_TILE2.png" -dest_files=["res://.godot/imported/CA2_CROSSBLOCK_WHITE_TILE2.png-f96a4944263114aa1fb7124a2ef1e332.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_WHITE_TILE2.png" +dest_files=["res://.godot/imported/CA2_CROSSBLOCK_WHITE_TILE2.png-ee97c01869c392114bb6e9d20cb8f7bd.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_mottled.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_mottled.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_mottled.png.import index 475a2859..e997a14c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_mottled.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_mottled.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://gplfnw82mw3v" -path="res://.godot/imported/CA2_CROSSBLOCK_mottled.png-c5f4b5f0734be3d12aeb293e1a0155d7.ctex" +path="res://.godot/imported/CA2_CROSSBLOCK_mottled.png-437c4cd630107d422a8ec3164ba7cc2b.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_mottled.png" -dest_files=["res://.godot/imported/CA2_CROSSBLOCK_mottled.png-c5f4b5f0734be3d12aeb293e1a0155d7.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK_mottled.png" +dest_files=["res://.godot/imported/CA2_CROSSBLOCK_mottled.png-437c4cd630107d422a8ec3164ba7cc2b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb.import index 68f26b8a..a14b72d0 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dvosjgbg4dru8" -path="res://.godot/imported/CA2_SBLOCK.glb-f295c9fc966cdbb384c3fac0eaeff6aa.scn" +path="res://.godot/imported/CA2_SBLOCK.glb-893b27488818db7242fa78874af7d73f.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb" -dest_files=["res://.godot/imported/CA2_SBLOCK.glb-f295c9fc966cdbb384c3fac0eaeff6aa.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb" +dest_files=["res://.godot/imported/CA2_SBLOCK.glb-893b27488818db7242fa78874af7d73f.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Area2Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Area2Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Area2Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Area2Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Area2Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Area2Alt_Brick.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Area2Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Area2Alt_Brick.png.import index 00c76e0f..2b469f82 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Area2Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Area2Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://chpth7jch76l1" -path="res://.godot/imported/CA2_SBLOCK_Area2Alt_Brick.png-b5d717f8224a0242a33370f3496a84f6.ctex" +path="res://.godot/imported/CA2_SBLOCK_Area2Alt_Brick.png-b1526a5d021851a571212b3ca32d8ae9.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Area2Alt_Brick.png" -dest_files=["res://.godot/imported/CA2_SBLOCK_Area2Alt_Brick.png-b5d717f8224a0242a33370f3496a84f6.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Area2Alt_Brick.png" +dest_files=["res://.godot/imported/CA2_SBLOCK_Area2Alt_Brick.png-b1526a5d021851a571212b3ca32d8ae9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png.import index 93262a00..3ef3e5e8 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c57btdttqajbj" -path="res://.godot/imported/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png-1b57380d2bf05ca81eb38f7f827f8368.ctex" +path="res://.godot/imported/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png-388616999e3d946a19ffb6a73bb25d4e.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png-1b57380d2bf05ca81eb38f7f827f8368.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png" +dest_files=["res://.godot/imported/CA2_SBLOCK_CORRIDOR_PANEL_UPPER.png-388616999e3d946a19ffb6a73bb25d4e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_DARKER_STONE_AREA_2.png.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_DARKER_STONE_AREA_2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_DARKER_STONE_AREA_2.png.import index e4f4977c..8bba5110 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_DARKER_STONE_AREA_2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_DARKER_STONE_AREA_2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bswyqwgguxb5h" -path="res://.godot/imported/CA2_SBLOCK_DARKER_STONE_AREA_2.png-72631e86bb365393120040ca9eb86b7d.ctex" +path="res://.godot/imported/CA2_SBLOCK_DARKER_STONE_AREA_2.png-f9557581195358b2c43cb2252c1fe6b2.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/CA2_SBLOCK_DARKER_STONE_AREA_2.png-72631e86bb365393120040ca9eb86b7d.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/CA2_SBLOCK_DARKER_STONE_AREA_2.png-f9557581195358b2c43cb2252c1fe6b2.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Seamless marble texture (7).jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Seamless marble texture (7).jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Seamless marble texture (7).jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Seamless marble texture (7).jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Seamless marble texture (7).jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Seamless marble texture (7).jpg.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Seamless marble texture (7).jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Seamless marble texture (7).jpg.import index 77dc0d9e..9dfd6266 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Seamless marble texture (7).jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Seamless marble texture (7).jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bewfrbutsavf1" -path="res://.godot/imported/CA2_SBLOCK_Seamless marble texture (7).jpg-7fc4ebce5343357601f0eefb31bd25e5.ctex" +path="res://.godot/imported/CA2_SBLOCK_Seamless marble texture (7).jpg-d7941e5f5a1e68c04cef0ef1f61617dc.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Seamless marble texture (7).jpg" -dest_files=["res://.godot/imported/CA2_SBLOCK_Seamless marble texture (7).jpg-7fc4ebce5343357601f0eefb31bd25e5.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_Seamless marble texture (7).jpg" +dest_files=["res://.godot/imported/CA2_SBLOCK_Seamless marble texture (7).jpg-d7941e5f5a1e68c04cef0ef1f61617dc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_WHITE_TILE2.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_WHITE_TILE2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_WHITE_TILE2.png.import index b6c1adbe..009c1fc8 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_WHITE_TILE2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_WHITE_TILE2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bqxboiobi7042" -path="res://.godot/imported/CA2_SBLOCK_WHITE_TILE2.png-670c3bad483eaa33c550015729351aed.ctex" +path="res://.godot/imported/CA2_SBLOCK_WHITE_TILE2.png-730708a46ae57ef4ce35412e852a7e91.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_WHITE_TILE2.png" -dest_files=["res://.godot/imported/CA2_SBLOCK_WHITE_TILE2.png-670c3bad483eaa33c550015729351aed.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_WHITE_TILE2.png" +dest_files=["res://.godot/imported/CA2_SBLOCK_WHITE_TILE2.png-730708a46ae57ef4ce35412e852a7e91.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_mottled.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_mottled.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_mottled.png.import index 32241510..45dbe8e5 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_mottled.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_mottled.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d24r3wddoa4mf" -path="res://.godot/imported/CA2_SBLOCK_mottled.png-42559d1e0cebeac4c9c2bec99a065996.ctex" +path="res://.godot/imported/CA2_SBLOCK_mottled.png-79d48f2c90cd5bbeb017c96725067b67.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_mottled.png" -dest_files=["res://.godot/imported/CA2_SBLOCK_mottled.png-42559d1e0cebeac4c9c2bec99a065996.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK_mottled.png" +dest_files=["res://.godot/imported/CA2_SBLOCK_mottled.png-79d48f2c90cd5bbeb017c96725067b67.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb.import index 003fd930..d0faa2da 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ck1uuj321jas" -path="res://.godot/imported/CA2_TBLOCK.glb-d165dfb903845f7580cfeccf9767b605.scn" +path="res://.godot/imported/CA2_TBLOCK.glb-8fefd67284b0fea1629ea29190ca67c0.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb" -dest_files=["res://.godot/imported/CA2_TBLOCK.glb-d165dfb903845f7580cfeccf9767b605.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb" +dest_files=["res://.godot/imported/CA2_TBLOCK.glb-8fefd67284b0fea1629ea29190ca67c0.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Area2Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Area2Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Area2Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Area2Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Area2Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Area2Alt_Brick.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Area2Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Area2Alt_Brick.png.import index 45d3f3c3..5a08720c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Area2Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Area2Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://deha6vkg4wqok" -path="res://.godot/imported/CA2_TBLOCK_Area2Alt_Brick.png-aadd9bec011ce56b2a8124912b8c7227.ctex" +path="res://.godot/imported/CA2_TBLOCK_Area2Alt_Brick.png-6809b7d0ca619518c696d6a7a751411a.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Area2Alt_Brick.png" -dest_files=["res://.godot/imported/CA2_TBLOCK_Area2Alt_Brick.png-aadd9bec011ce56b2a8124912b8c7227.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Area2Alt_Brick.png" +dest_files=["res://.godot/imported/CA2_TBLOCK_Area2Alt_Brick.png-6809b7d0ca619518c696d6a7a751411a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png.import index 18043023..06d8b6b3 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dngnm6qd0jfin" -path="res://.godot/imported/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png-c1337517290881a8847365ebe142fafa.ctex" +path="res://.godot/imported/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png-7c4e9829d74e839b3f160d9bcabe4f2d.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png-c1337517290881a8847365ebe142fafa.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png" +dest_files=["res://.godot/imported/CA2_TBLOCK_CORRIDOR_PANEL_UPPER.png-7c4e9829d74e839b3f160d9bcabe4f2d.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_DARKER_STONE_AREA_2.png.import similarity index 60% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_DARKER_STONE_AREA_2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_DARKER_STONE_AREA_2.png.import index 6b393f61..4c1c8ef9 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_DARKER_STONE_AREA_2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_DARKER_STONE_AREA_2.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://w6ucoj5p0214" -path="res://.godot/imported/CA2_TBLOCK_DARKER_STONE_AREA_2.png-806372e0ec4d722cf6f8de5b60341941.ctex" +uid="uid://b3xew1p6dfavh" +path="res://.godot/imported/CA2_TBLOCK_DARKER_STONE_AREA_2.png-413a5a454d6de113fdffa2ba83f53312.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "a571ea9259cd4bdb7a8ab58b7439b400" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/CA2_TBLOCK_DARKER_STONE_AREA_2.png-806372e0ec4d722cf6f8de5b60341941.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/CA2_TBLOCK_DARKER_STONE_AREA_2.png-413a5a454d6de113fdffa2ba83f53312.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Seamless marble texture (7).jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Seamless marble texture (7).jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Seamless marble texture (7).jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Seamless marble texture (7).jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Seamless marble texture (7).jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Seamless marble texture (7).jpg.import similarity index 65% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Seamless marble texture (7).jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Seamless marble texture (7).jpg.import index 51470c61..788ada24 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Seamless marble texture (7).jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Seamless marble texture (7).jpg.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cy2x4gugk5t3q" -path="res://.godot/imported/CA2_TBLOCK_Seamless marble texture (7).jpg-a3eac8a82a6963057553514b716731a1.ctex" +uid="uid://bmo1hky8ig4wy" +path="res://.godot/imported/CA2_TBLOCK_Seamless marble texture (7).jpg-e3220106867f848d667d15993b352aec.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "10b6775058d6f24f00fb364aa7996f7b" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Seamless marble texture (7).jpg" -dest_files=["res://.godot/imported/CA2_TBLOCK_Seamless marble texture (7).jpg-a3eac8a82a6963057553514b716731a1.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_Seamless marble texture (7).jpg" +dest_files=["res://.godot/imported/CA2_TBLOCK_Seamless marble texture (7).jpg-e3220106867f848d667d15993b352aec.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_WHITE_TILE2.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_WHITE_TILE2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_WHITE_TILE2.png.import index a78c086d..2c6c5bbb 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_WHITE_TILE2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_WHITE_TILE2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://crlx7sbvsklou" -path="res://.godot/imported/CA2_TBLOCK_WHITE_TILE2.png-0f55ead6f52ada4821722048ff4279bd.ctex" +path="res://.godot/imported/CA2_TBLOCK_WHITE_TILE2.png-f0c778b1192ec236e94ad4d07772a49d.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_WHITE_TILE2.png" -dest_files=["res://.godot/imported/CA2_TBLOCK_WHITE_TILE2.png-0f55ead6f52ada4821722048ff4279bd.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_WHITE_TILE2.png" +dest_files=["res://.godot/imported/CA2_TBLOCK_WHITE_TILE2.png-f0c778b1192ec236e94ad4d07772a49d.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_mottled.png.import new file mode 100644 index 00000000..b0ab3551 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_mottled.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dd2yklmevqliy" +path="res://.godot/imported/CA2_TBLOCK_mottled.png-37c222902eb32b9825614fea8694e103.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK_mottled.png" +dest_files=["res://.godot/imported/CA2_TBLOCK_mottled.png-37c222902eb32b9825614fea8694e103.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb.import index 536eb8fb..c10c685d 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b7e41cldp2phf" -path="res://.godot/imported/CA2_ZAGBLOCK.glb-ab921d80daa50100dbf11ab4c99d86a5.scn" +path="res://.godot/imported/CA2_ZAGBLOCK.glb-1afb8c963859a8b7b501ecc527fa3ebc.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb" -dest_files=["res://.godot/imported/CA2_ZAGBLOCK.glb-ab921d80daa50100dbf11ab4c99d86a5.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb" +dest_files=["res://.godot/imported/CA2_ZAGBLOCK.glb-1afb8c963859a8b7b501ecc527fa3ebc.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Area2Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Area2Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Area2Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Area2Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Area2Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Area2Alt_Brick.png.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Area2Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Area2Alt_Brick.png.import index 7ac4a2ee..3fb39b20 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Area2Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Area2Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://caivqrt37l1a2" -path="res://.godot/imported/CA2_ZAGBLOCK_Area2Alt_Brick.png-86586f4e9f090b211975e7c8228d0ecb.ctex" +path="res://.godot/imported/CA2_ZAGBLOCK_Area2Alt_Brick.png-ef1adc985c6fab91a26923ae066693a9.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Area2Alt_Brick.png" -dest_files=["res://.godot/imported/CA2_ZAGBLOCK_Area2Alt_Brick.png-86586f4e9f090b211975e7c8228d0ecb.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Area2Alt_Brick.png" +dest_files=["res://.godot/imported/CA2_ZAGBLOCK_Area2Alt_Brick.png-ef1adc985c6fab91a26923ae066693a9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png.import index b57b86ae..71646a42 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxdbr3wkf4mn7" -path="res://.godot/imported/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png-5b6f7d2d07aa4151d907744271c149b9.ctex" +path="res://.godot/imported/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png-3abcafae800e3c45bd26e37416752c6b.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png-5b6f7d2d07aa4151d907744271c149b9.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png" +dest_files=["res://.godot/imported/CA2_ZAGBLOCK_CORRIDOR_PANEL_UPPER.png-3abcafae800e3c45bd26e37416752c6b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png.import index a253fd9a..fa1d9dab 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://qt2sbeq0hl55" -path="res://.godot/imported/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png-13d81af24e603d3142d7cd98b5a4450e.ctex" +path="res://.godot/imported/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png-1a41b51eeea04cbd83392e1611e8a139.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png-13d81af24e603d3142d7cd98b5a4450e.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/CA2_ZAGBLOCK_DARKER_STONE_AREA_2.png-1a41b51eeea04cbd83392e1611e8a139.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Seamless marble texture (7).jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Seamless marble texture (7).jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Seamless marble texture (7).jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Seamless marble texture (7).jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Seamless marble texture (7).jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Seamless marble texture (7).jpg.import similarity index 76% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Seamless marble texture (7).jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Seamless marble texture (7).jpg.import index c17d0595..af447b14 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Seamless marble texture (7).jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Seamless marble texture (7).jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://inx3ksayq5jy" -path="res://.godot/imported/CA2_ZAGBLOCK_Seamless marble texture (7).jpg-ba3a26cf864a9ce3ae593d485b9e0fbf.ctex" +path="res://.godot/imported/CA2_ZAGBLOCK_Seamless marble texture (7).jpg-ec3c61380114e6a6acaee3ea811fb647.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Seamless marble texture (7).jpg" -dest_files=["res://.godot/imported/CA2_ZAGBLOCK_Seamless marble texture (7).jpg-ba3a26cf864a9ce3ae593d485b9e0fbf.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_Seamless marble texture (7).jpg" +dest_files=["res://.godot/imported/CA2_ZAGBLOCK_Seamless marble texture (7).jpg-ec3c61380114e6a6acaee3ea811fb647.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_WHITE_TILE2.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_WHITE_TILE2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_WHITE_TILE2.png.import index 52e56c73..b5033a8c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_WHITE_TILE2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_WHITE_TILE2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c44ikckruu5ga" -path="res://.godot/imported/CA2_ZAGBLOCK_WHITE_TILE2.png-64a936f6b0e688565dbe02d8cf657eb7.ctex" +path="res://.godot/imported/CA2_ZAGBLOCK_WHITE_TILE2.png-7a82399696c33cd8efa42b11767b276f.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_WHITE_TILE2.png" -dest_files=["res://.godot/imported/CA2_ZAGBLOCK_WHITE_TILE2.png-64a936f6b0e688565dbe02d8cf657eb7.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_WHITE_TILE2.png" +dest_files=["res://.godot/imported/CA2_ZAGBLOCK_WHITE_TILE2.png-7a82399696c33cd8efa42b11767b276f.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_mottled.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_mottled.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_mottled.png.import index 7bfa1ad0..c0274c05 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_mottled.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_mottled.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cpqmsyivnpn3e" -path="res://.godot/imported/CA2_ZAGBLOCK_mottled.png-affdd1b3b61872b03da86c4ac61b9126.ctex" +path="res://.godot/imported/CA2_ZAGBLOCK_mottled.png-abaff6a12b5a7252e0b87f74c901a11c.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_mottled.png" -dest_files=["res://.godot/imported/CA2_ZAGBLOCK_mottled.png-affdd1b3b61872b03da86c4ac61b9126.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK_mottled.png" +dest_files=["res://.godot/imported/CA2_ZAGBLOCK_mottled.png-abaff6a12b5a7252e0b87f74c901a11c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb.import index 6298a4a5..2aa4df34 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b212lt0u1q2ry" -path="res://.godot/imported/CA2_ZBLOCK.glb-e066c1aa337450aa053d9ff3faf32cc3.scn" +path="res://.godot/imported/CA2_ZBLOCK.glb-801ef4cefd0d8044e2d7ae74e2f67ded.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb" -dest_files=["res://.godot/imported/CA2_ZBLOCK.glb-e066c1aa337450aa053d9ff3faf32cc3.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb" +dest_files=["res://.godot/imported/CA2_ZBLOCK.glb-801ef4cefd0d8044e2d7ae74e2f67ded.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Area2Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Area2Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Area2Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Area2Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Area2Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Area2Alt_Brick.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Area2Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Area2Alt_Brick.png.import index b4d744e7..457a967d 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Area2Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Area2Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6etfgosuirms" -path="res://.godot/imported/CA2_ZBLOCK_Area2Alt_Brick.png-0bfa19cdd4be545e15a179a86bc1a17c.ctex" +path="res://.godot/imported/CA2_ZBLOCK_Area2Alt_Brick.png-4010ab4f5a87b3249cde994d76b78bdb.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Area2Alt_Brick.png" -dest_files=["res://.godot/imported/CA2_ZBLOCK_Area2Alt_Brick.png-0bfa19cdd4be545e15a179a86bc1a17c.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Area2Alt_Brick.png" +dest_files=["res://.godot/imported/CA2_ZBLOCK_Area2Alt_Brick.png-4010ab4f5a87b3249cde994d76b78bdb.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png.import index 277d2e89..f1302061 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxhwr4txbc8ha" -path="res://.godot/imported/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png-9db9ac61476e2d2a8f7d330742829dd9.ctex" +path="res://.godot/imported/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png-ff250937e5eea0c5b2a83ccafd16649f.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png-9db9ac61476e2d2a8f7d330742829dd9.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png" +dest_files=["res://.godot/imported/CA2_ZBLOCK_CORRIDOR_PANEL_UPPER.png-ff250937e5eea0c5b2a83ccafd16649f.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_DARKER_STONE_AREA_2.png.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_DARKER_STONE_AREA_2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_DARKER_STONE_AREA_2.png.import index 4e64ca08..05d2ac03 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_DARKER_STONE_AREA_2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_DARKER_STONE_AREA_2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dvglhh8xqgwat" -path="res://.godot/imported/CA2_ZBLOCK_DARKER_STONE_AREA_2.png-ba0cce712c89697fa4d74ff2068bccc3.ctex" +path="res://.godot/imported/CA2_ZBLOCK_DARKER_STONE_AREA_2.png-8a0669e8d5781ab67dde3354c25faa30.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/CA2_ZBLOCK_DARKER_STONE_AREA_2.png-ba0cce712c89697fa4d74ff2068bccc3.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/CA2_ZBLOCK_DARKER_STONE_AREA_2.png-8a0669e8d5781ab67dde3354c25faa30.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Seamless marble texture (7).jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Seamless marble texture (7).jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Seamless marble texture (7).jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Seamless marble texture (7).jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Seamless marble texture (7).jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Seamless marble texture (7).jpg.import similarity index 65% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Seamless marble texture (7).jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Seamless marble texture (7).jpg.import index 5195368f..675cf4e4 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Seamless marble texture (7).jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Seamless marble texture (7).jpg.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://e02skilabf82" -path="res://.godot/imported/CA2_ZBLOCK_Seamless marble texture (7).jpg-22717fbf6294605f7f3213b9f866ddae.ctex" +uid="uid://7e6wb6csiuok" +path="res://.godot/imported/CA2_ZBLOCK_Seamless marble texture (7).jpg-29cbb18280efc9dcb16c7399fa1217cb.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "10b6775058d6f24f00fb364aa7996f7b" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Seamless marble texture (7).jpg" -dest_files=["res://.godot/imported/CA2_ZBLOCK_Seamless marble texture (7).jpg-22717fbf6294605f7f3213b9f866ddae.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_Seamless marble texture (7).jpg" +dest_files=["res://.godot/imported/CA2_ZBLOCK_Seamless marble texture (7).jpg-29cbb18280efc9dcb16c7399fa1217cb.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_WHITE_TILE2.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_WHITE_TILE2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_WHITE_TILE2.png.import index 7ff4f4f3..80cc1042 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_WHITE_TILE2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_WHITE_TILE2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c7rf4cva60aw5" -path="res://.godot/imported/CA2_ZBLOCK_WHITE_TILE2.png-13d0f1e2e5b11148718370b06d63b39e.ctex" +path="res://.godot/imported/CA2_ZBLOCK_WHITE_TILE2.png-ab33bea81588670849fc56a80063c38d.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_WHITE_TILE2.png" -dest_files=["res://.godot/imported/CA2_ZBLOCK_WHITE_TILE2.png-13d0f1e2e5b11148718370b06d63b39e.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_WHITE_TILE2.png" +dest_files=["res://.godot/imported/CA2_ZBLOCK_WHITE_TILE2.png-ab33bea81588670849fc56a80063c38d.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_mottled.png.import new file mode 100644 index 00000000..5f2dc667 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_mottled.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bmxlf6t6j0i3i" +path="res://.godot/imported/CA2_ZBLOCK_mottled.png-e3f0a2e61d5012de3e04d1bc52c1e274.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK_mottled.png" +dest_files=["res://.godot/imported/CA2_ZBLOCK_mottled.png-e3f0a2e61d5012de3e04d1bc52c1e274.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb.import similarity index 71% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb.import index d223b601..e64d2d07 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dvo5y352kwouj" -path="res://.godot/imported/Ca2_CornerBlock1.glb-8cf8557dddc69ab46e00d820ddf6762e.scn" +path="res://.godot/imported/Ca2_CornerBlock1.glb-54981fa87a146ccc7cffa6736fef3bb6.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb" -dest_files=["res://.godot/imported/Ca2_CornerBlock1.glb-8cf8557dddc69ab46e00d820ddf6762e.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb" +dest_files=["res://.godot/imported/Ca2_CornerBlock1.glb-54981fa87a146ccc7cffa6736fef3bb6.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Area2Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Area2Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Area2Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Area2Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Area2Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Area2Alt_Brick.png.import similarity index 78% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Area2Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Area2Alt_Brick.png.import index 5374b6c7..cf374c49 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Area2Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Area2Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://digcahip5twyi" -path="res://.godot/imported/Ca2_CornerBlock1_Area2Alt_Brick.png-e3a1d3064ef7144ed57afbfcb18974cf.ctex" +path="res://.godot/imported/Ca2_CornerBlock1_Area2Alt_Brick.png-86cc5748709997aedc27a1f2a9e5f9e9.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Area2Alt_Brick.png" -dest_files=["res://.godot/imported/Ca2_CornerBlock1_Area2Alt_Brick.png-e3a1d3064ef7144ed57afbfcb18974cf.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Area2Alt_Brick.png" +dest_files=["res://.godot/imported/Ca2_CornerBlock1_Area2Alt_Brick.png-86cc5748709997aedc27a1f2a9e5f9e9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png.import index 192c41e3..41614367 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://burj77hujtu7v" -path="res://.godot/imported/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png-24be91c3795ab24b682eb36e64a60819.ctex" +path="res://.godot/imported/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png-d418da725b748a4223beb04b7c34b511.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png-24be91c3795ab24b682eb36e64a60819.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png" +dest_files=["res://.godot/imported/Ca2_CornerBlock1_CORRIDOR_PANEL_UPPER.png-d418da725b748a4223beb04b7c34b511.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png.import index 011e2f3b..c4ecaf7b 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://caeno27eop1jx" -path="res://.godot/imported/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png-0c140353d3a188ca56194439b30c3315.ctex" +path="res://.godot/imported/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png-0879e281e59148473206483b3633b5d7.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png-0c140353d3a188ca56194439b30c3315.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/Ca2_CornerBlock1_DARKER_STONE_AREA_2.png-0879e281e59148473206483b3633b5d7.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Seamless marble texture (7).jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Seamless marble texture (7).jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Seamless marble texture (7).jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Seamless marble texture (7).jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Seamless marble texture (7).jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Seamless marble texture (7).jpg.import similarity index 64% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Seamless marble texture (7).jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Seamless marble texture (7).jpg.import index 83ffc2ee..0c240056 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Seamless marble texture (7).jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Seamless marble texture (7).jpg.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://8uunbrst44qe" -path="res://.godot/imported/Ca2_CornerBlock1_Seamless marble texture (7).jpg-85a04586c93520c1c4b07c875e6e198d.ctex" +uid="uid://cy4hlafym3wfb" +path="res://.godot/imported/Ca2_CornerBlock1_Seamless marble texture (7).jpg-aa12bfc31108f94ac2d792c3be14537d.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "10b6775058d6f24f00fb364aa7996f7b" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Seamless marble texture (7).jpg" -dest_files=["res://.godot/imported/Ca2_CornerBlock1_Seamless marble texture (7).jpg-85a04586c93520c1c4b07c875e6e198d.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_Seamless marble texture (7).jpg" +dest_files=["res://.godot/imported/Ca2_CornerBlock1_Seamless marble texture (7).jpg-aa12bfc31108f94ac2d792c3be14537d.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_WHITE_TILE2.png.import new file mode 100644 index 00000000..216bf902 --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_WHITE_TILE2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bmmf1uksp5mkw" +path="res://.godot/imported/Ca2_CornerBlock1_WHITE_TILE2.png-c8a6c7ff423bbc1e6b262c7637879b38.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_WHITE_TILE2.png" +dest_files=["res://.godot/imported/Ca2_CornerBlock1_WHITE_TILE2.png-c8a6c7ff423bbc1e6b262c7637879b38.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_mottled.png.import new file mode 100644 index 00000000..41b1e13c --- /dev/null +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_mottled.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bt1dcr75nl4xr" +path="res://.godot/imported/Ca2_CornerBlock1_mottled.png-0f28ab05c0a5c7ea803803ff1967f55a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1_mottled.png" +dest_files=["res://.godot/imported/Ca2_CornerBlock1_mottled.png-0f28ab05c0a5c7ea803803ff1967f55a.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block.glb b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block.glb similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block.glb rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block.glb diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block.glb.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block.glb.import similarity index 71% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block.glb.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block.glb.import index 7f36919b..6bf871ed 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block.glb.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://5yy2xmdlt1q3" -path="res://.godot/imported/area 2 3block.glb-b8ade4ce17d8ae79534b29a69dec8b86.scn" +path="res://.godot/imported/area 2 3block.glb-7f926f9c740ebc88c5edfb7de799577b.scn" [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block.glb" -dest_files=["res://.godot/imported/area 2 3block.glb-b8ade4ce17d8ae79534b29a69dec8b86.scn"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block.glb" +dest_files=["res://.godot/imported/area 2 3block.glb-7f926f9c740ebc88c5edfb7de799577b.scn"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_Area2Alt_Brick.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_Area2Alt_Brick.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_Area2Alt_Brick.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_Area2Alt_Brick.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_Area2Alt_Brick.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_Area2Alt_Brick.png.import similarity index 72% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_Area2Alt_Brick.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_Area2Alt_Brick.png.import index 020d7cff..21e3d752 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_Area2Alt_Brick.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_Area2Alt_Brick.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bflg5tkujs2nm" -path="res://.godot/imported/area 2 3block_Area2Alt_Brick.png-a981d969a0a861fb40b7e5d94c634074.ctex" +path="res://.godot/imported/area 2 3block_Area2Alt_Brick.png-8bffa2e2eece41d7fb3f7118bf09d3c1.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_Area2Alt_Brick.png" -dest_files=["res://.godot/imported/area 2 3block_Area2Alt_Brick.png-a981d969a0a861fb40b7e5d94c634074.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_Area2Alt_Brick.png" +dest_files=["res://.godot/imported/area 2 3block_Area2Alt_Brick.png-8bffa2e2eece41d7fb3f7118bf09d3c1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_CORRIDOR_PANEL_UPPER.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_CORRIDOR_PANEL_UPPER.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_CORRIDOR_PANEL_UPPER.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_CORRIDOR_PANEL_UPPER.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_CORRIDOR_PANEL_UPPER.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_CORRIDOR_PANEL_UPPER.png.import similarity index 77% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_CORRIDOR_PANEL_UPPER.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_CORRIDOR_PANEL_UPPER.png.import index 94268b84..9ebc5f61 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_CORRIDOR_PANEL_UPPER.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_CORRIDOR_PANEL_UPPER.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cd02ieuvwv8j1" -path="res://.godot/imported/area 2 3block_CORRIDOR_PANEL_UPPER.png-3b347154cfff206adba39ad9ce7cce35.ctex" +path="res://.godot/imported/area 2 3block_CORRIDOR_PANEL_UPPER.png-dbec18b247f0b5f3aac4491414eba775.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_CORRIDOR_PANEL_UPPER.png" -dest_files=["res://.godot/imported/area 2 3block_CORRIDOR_PANEL_UPPER.png-3b347154cfff206adba39ad9ce7cce35.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_CORRIDOR_PANEL_UPPER.png" +dest_files=["res://.godot/imported/area 2 3block_CORRIDOR_PANEL_UPPER.png-dbec18b247f0b5f3aac4491414eba775.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_DARKER_STONE_AREA_2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_DARKER_STONE_AREA_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_DARKER_STONE_AREA_2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_DARKER_STONE_AREA_2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_DARKER_STONE_AREA_2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_DARKER_STONE_AREA_2.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_DARKER_STONE_AREA_2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_DARKER_STONE_AREA_2.png.import index 622e727d..6ff99624 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_DARKER_STONE_AREA_2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_DARKER_STONE_AREA_2.png.import @@ -2,19 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://c5o37fff783sm" -path="res://.godot/imported/area 2 3block_DARKER_STONE_AREA_2.png-3ca40c239907a23285aa11e547ec480f.ctex" +uid="uid://b17hymqc5c3kc" +path="res://.godot/imported/area 2 3block_DARKER_STONE_AREA_2.png-cc354206fe506c0dc8dae652278151ea.ctex" metadata={ "vram_texture": false } -generator_parameters={ -"md5": "a571ea9259cd4bdb7a8ab58b7439b400" -} [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_DARKER_STONE_AREA_2.png" -dest_files=["res://.godot/imported/area 2 3block_DARKER_STONE_AREA_2.png-3ca40c239907a23285aa11e547ec480f.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_DARKER_STONE_AREA_2.png" +dest_files=["res://.godot/imported/area 2 3block_DARKER_STONE_AREA_2.png-cc354206fe506c0dc8dae652278151ea.ctex"] [params] @@ -24,7 +21,7 @@ compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=true +mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_Seamless marble texture (7).jpg b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_Seamless marble texture (7).jpg similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_Seamless marble texture (7).jpg rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_Seamless marble texture (7).jpg diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_Seamless marble texture (7).jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_Seamless marble texture (7).jpg.import similarity index 76% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_Seamless marble texture (7).jpg.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_Seamless marble texture (7).jpg.import index 00dcdbb7..0bb7e75b 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_Seamless marble texture (7).jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_Seamless marble texture (7).jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://fnvgflbrv6w7" -path="res://.godot/imported/area 2 3block_Seamless marble texture (7).jpg-e62cbc23ac5137d4cc65831a82209df9.ctex" +path="res://.godot/imported/area 2 3block_Seamless marble texture (7).jpg-5eaccbe6c6f319906e177802e29dbfba.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_Seamless marble texture (7).jpg" -dest_files=["res://.godot/imported/area 2 3block_Seamless marble texture (7).jpg-e62cbc23ac5137d4cc65831a82209df9.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_Seamless marble texture (7).jpg" +dest_files=["res://.godot/imported/area 2 3block_Seamless marble texture (7).jpg-5eaccbe6c6f319906e177802e29dbfba.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_WHITE_TILE2.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_WHITE_TILE2.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_WHITE_TILE2.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_WHITE_TILE2.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_WHITE_TILE2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_WHITE_TILE2.png.import similarity index 73% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_WHITE_TILE2.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_WHITE_TILE2.png.import index 82da28d9..b1ad214f 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_WHITE_TILE2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_WHITE_TILE2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1yfv182d78ir" -path="res://.godot/imported/area 2 3block_WHITE_TILE2.png-c106142cd58ef73a85ea92d9c1125a4e.ctex" +path="res://.godot/imported/area 2 3block_WHITE_TILE2.png-676077cef500b7313056b155ab7a467c.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_WHITE_TILE2.png" -dest_files=["res://.godot/imported/area 2 3block_WHITE_TILE2.png-c106142cd58ef73a85ea92d9c1125a4e.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_WHITE_TILE2.png" +dest_files=["res://.godot/imported/area 2 3block_WHITE_TILE2.png-676077cef500b7313056b155ab7a467c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_mottled.png b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_mottled.png similarity index 100% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_mottled.png rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_mottled.png diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_mottled.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_mottled.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_mottled.png.import rename to Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_mottled.png.import index 59c5d7f8..7f23496a 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_mottled.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_mottled.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cvoe0ey5ajnfp" -path="res://.godot/imported/area 2 3block_mottled.png-de70406b4981aa8e50981e0115171b4e.ctex" +path="res://.godot/imported/area 2 3block_mottled.png-7a8e332c0f20c6ab95e97a1aadc82e4c.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/corridors/Corridor Models/A2 Corridor Blocks/area 2 3block_mottled.png" -dest_files=["res://.godot/imported/area 2 3block_mottled.png-de70406b4981aa8e50981e0115171b4e.ctex"] +source_file="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block_mottled.png" +dest_files=["res://.godot/imported/area 2 3block_mottled.png-7a8e332c0f20c6ab95e97a1aadc82e4c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/18. Corridor A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/18. Corridor A.tscn deleted file mode 100644 index 03196df6..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/18. Corridor A.tscn +++ /dev/null @@ -1,533 +0,0 @@ -[gd_scene load_steps=30 format=4 uid="uid://bn4gslp2gk8ds"] - -[ext_resource type="Texture2D" uid="uid://crsw35eypj6ry" path="res://src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_WALL TILE 1.jpg" id="2_jmyyj"] -[ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="2_xywry"] -[ext_resource type="Texture2D" uid="uid://dpv6gobmdhgq5" path="res://src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_TILE4.png" id="3_d7rg7"] -[ext_resource type="Texture2D" uid="uid://3qd7mraoimrf" path="res://src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_brick_corridor_corrected.png" id="4_7fcpj"] -[ext_resource type="Texture2D" uid="uid://db1toc6kj5uq8" path="res://src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_darkbrick.png" id="6_liffc"] -[ext_resource type="Texture2D" uid="uid://3f43egfmyocx" path="res://src/map/dungeon/corridors/Corridor A/18_A1_CORRIDOR_A_concrete_0003_color_1k.png" id="7_3kayh"] -[ext_resource type="Material" uid="uid://b03wrq6l0mi15" path="res://src/map/assets/MinimapTexture.tres" id="9_7a87o"] - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_jhg27"] -resource_name = "WALL.007" -albedo_texture = ExtResource("2_jmyyj") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_04fvv"] -resource_name = "CEILNG.007" -cull_mode = 2 -albedo_texture = ExtResource("3_d7rg7") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_nngve"] -resource_name = "FLOOR.007" -albedo_texture = ExtResource("4_7fcpj") - -[sub_resource type="ArrayMesh" id="ArrayMesh_hnpmi"] -_surfaces = [{ -"aabb": AABB(-0.498448, -0.60744, -0.502459, 1, 1.49751, 1), -"format": 34896613377, -"index_count": 642, -"index_data": PackedByteArray("GgABAAIAGgBNAAEATQADAAEATgAaAAIATgACAAQATQASAAMAGgASAE0AEgAFAAMAEQBOAAQAEQAaAE4AEQAEAAYAEgBPAAUATwAHAAUAUAARAAYAUAAGAAgAEwBQAAgAEwARAFAAEwAIAAoATwAAAAcAEgAAAE8ABwAAAFEABwBRAAkAUQALAAkAUQAUAAsAAAAUAFEAFAANAAsAEgArAAAAAAArABQAFABSAA0AUgAPAA0AUgAbAA8AFAAbAFIAGwAQAA8AGwBTABAAUwAOABAAUwAVAA4AGwAVAFMAFQAMAA4AFQBUAAwAVAAKAAwAVAATAAoAFQATAFQAMwAVABsAFQBMABMAMwAbAB8AHwAbABQAHwBVADMAMwBVABYAHwAyAFUAMgAWAFUAHwAUADEAMQAyAB8AFQAzADUAMwAWADUAFQA1ADcAFQA3AEwANQAWADkANQA5ADcANwBWAEwANwA5AFYATABWABwAOQAcAFYATAAcAEsAEwBMAEsAEwBLAEoAEwBKABEAEQBKAEkAEQBJABoASgBLAFcASwBYAFcASwAcAFgAGQBKAFcAGQBJAEoAVwBYAB0AVwAdABkAHAAdAFgASABJABkASAAaAEkAGQBZAEgAGQAdAFkASABZACEAHQAhAFkAWgAaAEgASAAhAFoAIgAaAFoAIgASABoAWgAhAC8AWgAvACIAEgAiAC0AIgBbAC0AIgAvAFsAEgAtACMAEgAjACsALQBbAC4ALQAuACMALwAuAFsAKwAjACwALAAUACsAIwBcACwAIwAuAFwAIAAUACwAMQAUACAALABcADAALAAwACAALgAwAFwAIABdADEAIAAwAF0AMQBdADIAMAAyAF0AMAA0ADIANgAwAC4AMAA2ADQAMgA0ABcAMgAXABYAFgAXADgAFgA4ADkAOAAXADoAOgA5ADgANABeABcAFwBfADoAFwBeAF8ANAAlAF4ANgAlADQAYABfAF4AYQBeACUAYABeAGEAYgBfAGAAYQBiAGAAOgBfACgAYgAoAF8AOgAoADsAOwA5ADoAPwAoAGIAOwAoAGMAPwBjACgAYgBkAD8AZABjAD8AYQBkAGIAOwBjADwAPAA5ADsAPABjAD0AZAA9AGMAPgA5ADwAPAA9AD4APgAcADkAHgAcAD4APgA9AGUAPgBlAB4AZgBlAD0AZgA9AGQAHAAeAB0AZwBlAGYAZABnAGYAHgBlACcAZwAnAGUAHgAnAEYAHQAeAEYAKgAnAGcAZABoAGcAZwBoACoAKgBpACcARgAnAGkAaABpACoAHQBGAEcARgBpAEcARwBpAEQAaABEAGkAHQBHAEUARwBEAEUAagBEAGgAHQBFABgAHQAYACEARQBEAGsAagBrAEQARQBrABgAaABsAGoAbABrAGoAaABtAGwAZABtAGgAbABuAGsAGABrAG4AQQBuAGwAbABtAEEAGABuAEMAIQAYAEMAIQBDAC8AQQAmAG4AQwBuACYAbQAmAEEAQgAvAEMAQwAmAEIAJAAvAEIAJAAuAC8AQgAmAG8AQgBvACQAbQBvACYAbQBkAGEAcABvAG0AcQAuACQANgAuAHEAJABvAEAAcABAAG8AJABAAHEAbQByAHAAcgBAAHAAbQBhAHIAcQBAAHMAcQBzADYAcgBzAEAANgBzACUAcgBhACkAKQBzAHIAYQAlACkAKQAlAHMA"), -"lods": [0.130296, PackedByteArray("GgABAAIAGgACAAQAGgASAAEAEgADAAEAEgAFAAMAEgAHAAUAEQAaAAQAEQAEAAYAEQAGAAgAEwARAAgAEwAIAAoAEwAKAAwAEgAAAAcABwAAABQABwAUAAkAFAALAAkAFAANAAsAFAAbAA0AGwAPAA0AGwAQAA8AGwAVABAAFQAOABAAFQAMAA4AFQATAAwAAAArABQAEgArAAAAEgAjACsAKwAjACwALAAUACsAEgAtACMAIAAUACwAEgAiAC0AIgASABoALQAuACMAIwAuACwAIgAvAC0ALQAvAC4AIgAaACEAIQAvACIALAAwACAALAAuADAAMQAUACAAIAAwADEAHwAUADEAHwAbABQAMQAwADIAMQAyAB8AMwAbAB8AHwAyADMAMwAVABsAMAA0ADIAFQAzADUAMAA2ADQANgAwAC4AFQA1ADcANgAlADQAMgA0ABcANAAlABcAMwAyABYAMwAWADUAMgAXABYAFgAXADgANQAWADkAFgA4ADkANQA5ADcAOAAXADoAOgA5ADgAFwAoADoAFwAlACgAOwA5ADoAOgAoADsAOwAoADwAPAA5ADsAPAAoAD0APgA5ADwAPAA9AD4APwAoACUAPwA9ACgAPwAlACkAPgAcADkAPgA9AB4AHgAcAD4AKQAlAEAANgBAACUAQQA/ACkAJABAADYANgAuACQAJAAuAC8AKQBAACYAJAAmAEAAKQAmAEEAJAAvAEIAQgAmACQAQgAvAEMAQwAmAEIAIQBDAC8AGAAmAEMAIQAYAEMAQQAmAEQAGABEACYAPwBBACoAQQBEACoAKgA9AD8AKgAnAD0AKgBEACcAHgA9ACcARQBEABgAHgAnAEYARwAnAEQARwBEAEUARgAnAEcAHQBFABgAHQAeAEYAHQBHAEUAHQBGAEcAHQAYACEAHAAeAB0ASAAdACEAIQAaAEgAGQAcAB0AGQAdAEgASAAaAEkASABJABkAEQBJABoAEQBKAEkAGQBJAEoAEwBKABEASgBLABkAEwBLAEoASwAcABkAEwBMAEsATAAcAEsAFQBMABMATAA5ABwAFQA3AEwANwA5AEwA"), 0.154644, PackedByteArray("GgABAAIAGgACAAQAGgASAAEAEgADAAEAEgAFAAMAEgAAAAUAAAAHAAUABwAAABQABwAUAAkAFAALAAkAFAANAAsAFAAbAA0AGwAPAA0AGwAQAA8AGwAVABAAFQAOABAAFQAMAA4AFQATAAwAEwAKAAwAEwAIAAoAEwARAAgAEQAGAAgAEQAEAAYAEQAaAAQAGQARABMAGQAaABEAFQAcABMAEwAcABkAFQAWABwAFgAVABsAGQAcAB0AHgAcABYAHAAeAB0AFgAbAB8AHwAbABQAHwAXABYAHgAWABcAHwAUACAAIAAXAB8AIAAUAAAAGQAdACEAIQAaABkAHQAeABgAHQAYACEAIgAaACEAIQAYACIAIgASABoAEgAjAAAAEgAiACMAAAAjACAAJAAjACIAJAAgACMAJAAiABgAIAAkABcAJAAlABcAGAAmACQAJAAmACUAGAAnACYAHgAnABgAFwAoAB4AHgAoACcAFwAlACgAKQAoACUAKQAlACYAKQAnACgAKgAmACcAKQAmACoAKgAnACkA"), 0.566052, PackedByteArray("EQABAAIAEQACAAQAEQAEAAYAEQAGAAgAEQASAAEAEgADAAEAEgAFAAMAEwARAAgAEwAIAAoAEwAKAAwAEgAAAAUAAAAHAAUABwAAABQAAAASABQABwAUAAkAFAALAAkAFAANAAsAFAAVAA0AFQAPAA0AFQAQAA8AFQAOABAAFQAMAA4AFQATAAwAFgAVABQAFQAWABMAFAAXABYAEwAWABcAFAASABcAEgAYABcAFwAYABMAEgARABgAGQARABMAGAARABkAGQATABgA"), 0.576785, PackedByteArray("AAABAAIAAAADAAEAAAACAAQAAAAFAAMAAAAEAAYAAAAHAAUAAAAGAAgABwAAAAkAAAAIAAoAAAALAAkAAAAKAAwAAAANAAsAAAAMAA4AAAAPAA0AAAAOABAAAAAQAA8AAAAAABAA")], -"name": "WALL.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 116, -"vertex_data": PackedByteArray("/38MVQAAAAC+Cf//A08AAAAA////fwAAfSX//30lAAC+Cf//+7AAAANP//++CQAAfSX//4HaAAD/f///AAAAAANP//9A9gAA+7D//74JAAD/f/////8AAIHa//99JQAA+7D//0D2AABA9v//A08AAIHa//+B2gAA//////9/AABA9v//+7AAAH0lDFWB2gAAfSUMVX0lAAD/fwxV//8AAIHaDFV9JQAAgdoMVYHaAABX3qN9E6cAADjHo31+YgAA5zKjff9/AADKNwxVNMgAAAAADFX/fwAA//8MVf9/AAD/f6N9HeYAAMo3o300yAAA/3+jfRfNAABX3gxV61gAABOnDFWnIQAA4Rmjff9/AACnIQxV61gAAOtYDFWnIQAAfmKjfcY4AACCtq0zfEkAAHxJrTN8SQAAfmKtMzjHAAA4x60zgJ0AAOmJAAAVdgAAFXYAAOmJAAD/fwxVQQwAAP9/DFXhGQAAyjcMVco3AADrWKN9pyEAAKcho33rWAAAE6ejfachAAA0yAxVyjcAAFfeo33rWAAAHeYMVf9/AACCtqN9fEkAAFfeDFUTpwAAgJ2jfcY4AAA0yAxVNMgAAAzQo33/fwAANMijfTTIAAAXzaN9/38AADjHo32AnQAAgrajfYK2AACAna0zOMcAAICdo304xwAA6YkAAOmJAAD/f60z5zIAABV2AAAVdgAAfEmjfXxJAADGOKN9fmIAAMY4rTOAnQAAxjijfYCdAAB+YqN9OMcAAHxJo32CtgAApyEMVROnAAAnLgxV19EAALRTDFXu6gAA/38MVR3mAAATpwxVV94AAL4JDFUDTwAAvgkMVfuwAAADTwxVvgkAAANPDFVA9gAA+7AMVb4JAABA9gxVA08AAED2DFX7sAAA+7AMVUD2AAAd5qN9/38AABOno31X3gAA61gMVVfeAADrWKN9V94AAKcho30TpwAA4RkMVf9/AADKN6N9yjcAAP9/o33hGQAANMijfco3AAA4x60zfmIAABfNrTP/fwAABI4AAP9/AADyjAAAonoAAPKMAABchQAAgratM4K2AABchQAA8owAAP9/rTMXzQAA/38AAASOAACiegAA8owAAAxzAABchQAAfEmtM4K2AAD6cQAA/38AAOcyrTP/fwAADHMAAKJ6AACiegAADHMAAMY4rTN+YgAAfmKtM8Y4AAD/fwAA+nEAAP9/o33nMgAAXIUAAAxzAACAna0zxjgAAA==") -}, { -"aabb": AABB(-0.984553, 0.945757, -0.95724, 2.00022, 1e-05, 2.00004), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("//8AAAAAAAAAAAAA//8AAP//AAD//wAAAAAAAAAAAAA=") -}, { -"aabb": AABB(-0.984553, -36.1633, -0.95724, 2.00022, 1e-05, 2.00004), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"name": "FLOOR.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAAAAAAD//wAA//8AAAAAAAD//wAA//8AAAAAAAA=") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_wxha4"] -resource_name = "18_A1_CORRIDOR_A_Cube_012" -_surfaces = [{ -"aabb": AABB(-0.498448, -0.60744, -0.502459, 1, 1.49751, 1), -"attribute_data": PackedByteArray("AAD/f/8vAAD/PwAA/x8AAP9PAAD/DwAAAAAAAP9fAAD/bwAA/38AAP+PAAD/nwAA/68AAP///3//vwAA/88AAP/fAAD/7wAA//8AAP9f/3//H/9//3//f/+f/3//3/9//79v/UjtwdIv4taxcOtw63DrjZSNlI2U/7+Ogv6a/7+NlHDrVp2o4v8//3//v/9/+47/v7aSPa2Ogv+/Vp2o4v+/A/H/vwDlb/3/v0jtPa3B0raSPa22ktaxz50p2tSl1KXUpdaxL+Iv4ijOwcQ9uz27wcT/vwPxvKpT88HSSO22mEjntpLB0qjiqOKo4qjiSO3B0gPx/79I7T2ta+b/v6jiVp3B0raS/7/7jv+/cIg9rbaSVp1WnbaSPa3Pndax1KXUpSjOz53/v/6aKdrUpT27PbvBxMHEz50ozs+dKM4ozi/i1KUp2taxL+Iozi/iKdop2i/iKM4A5f+//y//f/9P/3//D/9//2//f/+P/3//r/9//8//f//v/3//v/6aKM7Pndaxz53/v0S5ksLHuWy9x7k2xmy9L+LWsbnG/78A5f+/NsaSwpLCNsYp2ina/7+5xv+/AOVsvTbGx7mSwtSlKdpEuf+//pr/v8e5bL3PndaxtpLB0ladVp37jv+/PId8qP+/+458qDyHgtc8h6jiVp0D8f+/wvh8qML4gtfB0kjtgtfC+D2tSO09rUjtfKjC+DyHgtc="), -"format": 34896613399, -"index_count": 642, -"index_data": PackedByteArray("IgABAAIAIgBXAAEAWAAiAAIAVwADAAEAWAACAAQAVwAUAAMAEwBYAAQAFAAFAAMAEwAEAAcAFABZAAUAWQAGAAUAWQAAAAYAWgATAAcAWgAHAAgAFQBaAAgAFQAIAAkAWwAVAAkAWwAJAAoAFgBbAAoAFgAKAAsAXAAWAAsAXAALAAwAIwBcAAwAIwAMAA4AXQAjAA4AXQAOAA8AFwBdAA8AFwAPABAAXgAXABAAXgAQABEAEgBeABEAEgANAF4AXwBgAEkAXwBKAGAASQBEAF8ALgBKAF8AXwBEAC4ALgBhAEoAYgBKAGEAYwBgAEoAYwBKAGIAMwBgAGMAYgBhAGQAZABjAGIAYwBlADMAZABlAGMAMwAvAGAASQBgAC8AZQAvADMASQAvAEsAZQBmAC8ASwAvAGYAZwBmAGUAQQBJAEsASQBBAEQASwBmABoAZwBoAGYAGgBmAGgAZQBpAGcAaQBoAGcAZQBqAGkAZABqAGUAaQAyAGgAaQBqAE0ATQAyAGkAVgBoADIAGgBoAFYATQBrADIAagBrAE0AVgAyAFUAVQAyAGsAPwAaAFYAVQA7AFYAVgA7AD8AVQBrAFQAVAA7AFUAVABrAFAAagBQAGsAGQAaAD8AGQA/ADsAbABQAGoAVABQAFMAUwA7AFQAbABtAFAAUwBQAG0AagBuAGwAbgBtAGwAagBvAG4AagBkAG8AbgAxAG0AUwBtACkAKQBtADEANAAxAG4AbgBvADQANABwADEAbwBwADQAUgAxAHAAKQAxAFIAbwBOAHAAKQAoAFMAUwAoADsAJwApAFIAKAApACcAUgBwAFEAUQBwAE4AJwBSAFEAcQBOAG8AUQBOAE8AJwBRAE8AcQByAE4ATwBOAHIAbwBzAHEAcwByAHEAbwBkAHMATwByAB8AJwBPAB8AcwB0AHIAHwByAHQAcwBkAEwATAB0AHMAZAAwAEwATAAwAHQAZABhADAAHwB0AEcARwB0ADAASAAwAGEARwAwAEgASABhAC4AJAAfAEcALgBGAEgASABGAEcAJABHAEYAJwAfACQALgBEAEYAJwAkAHUARgBEAHYAIQAnAHUAOQB1ACQAIQB1ADkAOQAkAHcAdwAkAEYAOQA4ACEAdwAmADkAOQAmADgAdwBGACUAJQBGAHYAJQAmAHcAJQB2AEUARQB2AEQAJQAdACYAHQAlAEUAJgAdAHgARQBEAC0AHQBFAC0ALQBEAHkARABBAHkALQB5AEIAQgB5AEEAQwAtAEIAHQAtAEMAHQBDAB4AHQAeAHoAHgBDABwAQgAcAEMAHgAcAHsAQgBBACwALAAcAEIALABBAHwAQAAcACwALAB8AEAAQQA+AHwAQAB8AD4AQQBLAD4APgBLABoAPgAaABkAPgAZAH0AQAA+ACsAKwA+AH0AKwAcAEAAPQB9ABkAKwB9AD0AKwAqABwAPQAqACsAHAAqAH4APQAbACoAKgAbAH8APQAZADwAGwA9ADwAPAAZADsAGwA8ADoAPAA7ADoAOgA7AIAAOwAoAIAAOgCAADcAGwA6ADcANwCAACgAGwA3ABgAGwAYAIEANwAoADUAGAA3ADUANQAoAIIAKAAnAIIAgwCCACcANQCCAIMAgwAnACEANgA1AIMAIQA2AIMAGAA1ADYAIQA4ADYAGAA2ACAAIAA2ADgAGAAgAIQAIAA4ACYAIAAmAIUA"), -"lods": [0.130296, PackedByteArray("IgABAAIAIgACAAQAEwAiAAQAEwAEAAcAEwAHAAgAFQATAAgAFQAIAAkAFQAJAAoAFgAVAAoAFgAKAAsAFgALAAwAIwAWAAwAIwAMAA4AIwAOAA8AFwAjAA8AFwAPABAAFwAQABEAEgAXABEAEgANABcAIgAUAAEAFAADAAEAFAAFAAMAFAAGAAUAFAAAAAYANQAoACEANgA1ACEAGAA1ADYAGAA2ACAAGAA3ADUANwAoADUAGwA3ABgAIAA2ADgAIQA4ADYAIAA4ACYAOQA4ACEAOQAmADgAGwA6ADcAIQAnADkAIQAoACcAJAAmADkAOQAnACQAOgA7ADcANwA7ACgAGwA8ADoAPAA7ADoAGwA9ADwAPQAbACoAPQAZADwAPAAZADsAPQAqACsAKwAqABwAPQA+ABkAKwA+AD0AGQA/ADsAGQAaAD8APgAaABkAQAA+ACsAKwAcAEAAQAAcACwAQABBAD4ALABBAEAALAAcAEIAQgBBACwAQgAcAEMAHgBDABwAHQBDAB4AQwAtAEIAHQAtAEMAQgBEAEEALQBEAEIAHQBFAC0ARQBEAC0AHQAlAEUAJQAdACYARQBGAEQAJQBGAEUAJQAmACQAJABGACUAJABHAEYASABGAEcAJAAfAEcALgBGAEgALgBEAEYARwAwAEgASAAwAC4AHwAwAEcAJwAfACQASQBEAC4ASQBBAEQALgBKAEkALgAwAEoAQQBJAEsAQQBLAD4ASQBKAC8ASQAvAEsAPgBLABoASwAvABoAMwBKADAAMwAvAEoAMwAwAEwATQAvADMATABNADMAGgAvADIATQAyAC8ATAAwAE4AHwBOADAATQBMADQATABOADQATwBOAB8ANABQAE0ATQBQADIAJwBPAB8ANABOADEANAAxAFAAUQBOAE8AJwBRAE8AUQAxAE4AJwBSAFEAUgAxAFEAJwApAFIAKQAxAFIAKQBQADEAKAApACcAKQAoAFMAUwBQACkAUwAoADsAVABQAFMAUwA7AFQAVAAyAFAAVAA7AFUAVQAyAFQAVQA7AFYAVgAyAFUAVgA7AD8AGgAyAFYAPwAaAFYA"), 0.154644, PackedByteArray("IgABAAIAIgACAAQAIgAUAAEAFAADAAEAEwAiAAQAFAAFAAMAFAAAAAUAAAAGAAUAEwAEAAcAEwAHAAgAFQATAAgAFQAIAAkAFQAJAAoAFgAVAAoAFgAKAAsAFgALAAwAIwAWAAwAIwAMAA4AIwAOAA8AFwAjAA8AFwAPABAAFwAQABEAEgAXABEAEgANABcAJAAfACUAJQAmACQAJQAdACYAJAAmACEAIQAmACAAIQAgABgAIQAnACQAJwAfACQAGAAoACEAIQAoACcAGwAoABgAKAApACcAJwApAB8AGwAZACgAKQAoABkAGQAbACoAGQAqACsAKwAqABwAKQAZABoAKwAaABkAKwAcACwALAAaACsALAAcAB4AHgAtACwAHQAtAB4AHQAlAC0ALgAsAC0ALgAtACUALAAuABoALgAlAB8ALgAvABoAHwAwAC4ALgAwAC8AHwAxADAAKQAxAB8AGgAyACkAKQAyADEAGgAvADIAMwAyAC8AMwAvADAAMwAxADIANAAwADEAMwAwADQANAAxADMA"), 0.566052, PackedByteArray("EwABAAIAEwACAAQAEwAEAAcAEwAHAAgAEwAUAAEAFAADAAEAFQATAAgAFAAFAAMAFAAAAAUAAAAGAAUAFQAIAAkAFQAJAAoAFgAVAAoAFgAKAAsAFgALAAwAFgAMAA4AFgAOAA8AFwAWAA8AFwAPABAAFwAQABEAEgAXABEAEgANABcAGAAZABoAGwAZABgAGQAbABwAHAAaABkAHAAdABoAHgAdABwAHQAfABoAGgAfABgAHQAgAB8AIQAgABgAHwAgACEAIQAYAB8A"), 0.576785, PackedByteArray("AAABAAIAAAADAAEAAAACAAQAAAAFAAMAAAAGAAUAAAAEAAcAAAAHAAgAAAAIAAkAAAAJAAoAAAAKAAsAAAALAAwADQAAAAwADQAMAA4ADQAOAA8ADQAPABAADQAQABEAEgANABEA")], -"material": SubResource("StandardMaterial3D_jhg27"), -"name": "WALL.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 134, -"vertex_data": PackedByteArray("/38MVQAAFv6+Cf//A0//zwAA////f/+/fSX//30l/9++Cf//+7D/rwNP//++Cf7v/3///wAA//99Jf//gdr/nwNP//9A9v+P/3//////AID7sP//QPb/j4Ha//+B2v+fQPb///uw/6//fwxVAAAW/v//////f/+/QPb//wNP/8+B2v//fSX/3/uw//++Cf7v/3///wAA//99JQxVgdocq30lDFV9JTLi/38MVf//rZ2B2gxVgdocq4HaDFV9JTLi/38MVf//UWJX3qN9E6e0KzjHo31+YrQrgdoMVYHaSlWB2gxVfSUwI30lDFV9JTAj/38MVQAArR3nMqN9/38oOX0lDFWB2kpVyjcMVTTIMCMAAAxV/38uxf//DFX/fy7F4Rmjff9/KDmnIQxV61hKSAAADFX/fyg5yjejfTTIMCP/f6N9HeatHf9/o30XzVFi//8MVf9/KDlX3gxV61hKSBOnDFWnIale61gMVachqV5+YqN9xjjxHoK2rTN8SakZfEmtM3xJqRl+Yq0zOMcIZDjHrTOAnSlA6YkAABV2SzEVdgAA6YnfS/9/DFUd5q0dtFMMVe7q/z8TpwxVV97xHicuDFXX0f8/pyEMVROntCs0yAxVNMgwIzTIo300yDAjV94MVROntCsd5gxV/38oOVfeo33rWEpIDNCjff9//z80yAxVyjdKVROno32nIale/38MVeEZNV3/fwxVQQz/P+tYo32nIaleyjcMVco3SlWnIaN961hKSMY4o31+YtIvfEmjfXxJMCOAnaN9xjjxHv9/rTPnMmQNgrajfXxJMCMVdgAAFXZLMemJAADpid9LxjitM4CdKUDGOKN9gJ1KSICdrTM4xwhkfEmjfYK2SlV+YqN9OMepXoCdo304x6legrajfYK2SlU4x6N9gJ1KSBfNo33/f/g6vgkMVQNPhdO+CQxV+7B9twNPDFW+CQ7xA08MVUD2i6H7sAxVQPaLoUD2DFX7sH23QPYMVQNPhdP7sAxVvgkO8f9/o33nMq0dgJ2tM8Y43xB+Yq0zxjjfEP9/AAD6cQYsXIUAAAxzcS2iegAADHNxLfKMAACiet42OMetM35iFSUEjgAA/3+ZPRfNrTP/f+wx8owAAFyF20RchQAA8oySUYK2rTOCtpdQ/38AAASO+FP/f60zF82bcqJ6AADyjJJRDHMAAFyF20R8Sa0zgraXUPpxAAD/f5k95zKtM/9/7DEMcwAAonreNsY4rTN+YhUlpyGjfROntCvKN6N9yjdKVeEZDFX/fyg5vgkMVQNPtCv/f6N94RlRYgNPDFW+CfEe+7AMVb4J8R40yKN9yjdKVR3mo33/fyg5QPYMVQNPtCtA9gxV+7BKSBOno31X3vEe+7AMVUD2qV7rWKN9V97xHutYDFVX3g8kA08MVUD2qV6+CQxV+7BKSHJYKvr/f////3////9/////f////3////9/////f////3////9/////fwAA/38AAP9/AAAqeown/38AAP9/AAD/fwAA/38AAP9///+cN8/MKVPd8gAA/3/PTGNI3XLWLAAA/38LM0aURxT0TEYoQERnDO9ZDyZmjAAA/398PD2evztGqGcM71mfSE/kT2RfNz4egkOyJss/fDw9nmcM71kAAP9/AAD/fz4egkMzQLGmDSupnqke8lTBFUKGNSDSSC03NaAcUvufRyU4LlgSdGE9J6uPAAD/fwAA/3/BFUKGAAD/f0cU9EwPJmaMDyZmjAszRpR8PD2eM0CxpgAA/3+/O0aoDSupngAA/38AAP9/qR7yVEYoQESyJss/Fy+4kw8mZoxCBj5qAAD/f2cM71mLHleSrA/BWMdRRqUzQLGm+x/iLb87RqgNK6meqR7yVEYoQESyJss/ahsrST1OEOyUQZTa2FdV+dEmm7WcNS5ZlFprPhFswTFWeSYoAAD/f/MVClz0I/KVAAD/f/wLnW1hEvuL+RSoWXIkBD1XFVFVrCWmNKgTmlRhCQllxiMNKgAA/38AAP9/9RpgiWUrp5PyVcWjripWlVhLq6VXJviU+kJxpEcU9ExGKEBEPh6CQwszRpQAAP9/wRVChkIGPmq/O0aofDw9nkcU9EyyJss/wRVChqke8lRCBj5qlQanaw0rqZ4zQLGm") -}, { -"aabb": AABB(-0.984553, 0.945757, -0.95724, 2.00022, 1e-05, 2.00004), -"attribute_data": PackedByteArray("AAD/////AAAAAAAA/////w=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"material": SubResource("StandardMaterial3D_04fvv"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("//8AAAAAAAAAAAAA//8AAP//AAD//wAAAAAAAAAAAAD/f/8//3//P/9//z//f/8/") -}, { -"aabb": AABB(-0.984553, -36.1633, -0.95724, 2.00022, 1e-05, 2.00004), -"attribute_data": PackedByteArray("//8AAAAA////////AAAAAA=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"material": SubResource("StandardMaterial3D_nngve"), -"name": "FLOOR.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAAAAAAD//wAA//8AAAAAAAD//wAA//8AAAAAAAD/f/+//3//v/9//7//f/+/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_hnpmi") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lsgue"] -resource_name = "Material.014" -cull_mode = 2 -albedo_texture = ExtResource("6_liffc") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_btu5w"] -resource_name = "Material.015" -cull_mode = 2 -albedo_texture = ExtResource("7_3kayh") - -[sub_resource type="ArrayMesh" id="ArrayMesh_mfebi"] -_surfaces = [{ -"aabb": AABB(-0.984553, -35.921, -0.95724, 0.260146, 36.7557, 0.260051), -"format": 34896613377, -"index_count": 456, -"index_data": PackedByteArray("AAABAAIAAABYAAEAWAAGAAEAAwBYAAAAWAAFAAYAAwAEAFgABAAFAFgABAAHAAUACABZAFoACAAJAFkACQAKAFkACQALAAoAWQAKAAwAWQAMAFsAWgBZAFsAWwAMAA0ACABaAFwACABcABYAFgBcABUAFgAVABcAXAAUABUAXABdABQAWgBdAFwAXQASABQAWgBbAF4AWgBeAF0AXQBfABIAXgBfAF0AXwATABIAXwARABMAYAARAF8AXgBgAF8AYAAQABEAYAAPABAAXgBhAGAAYABhAA8AXgBbAGEAYQAOAA8AWwANAGEAYQANAA4AGAAZABoAGAAbABkAGQAbAB0AGgAZAGIAGgBiABwAJQAcAGIAGQAdAB8AJQBiACQAJgAlACQAJgAkACcAHQAgAB8AHQAhACAAYwAZAB8AYwAfACAAGQBkAGIAGQBjAGQAJABiAGQAJwAkACwAJwAsAC0ALQAsAC4AJAAuACwALQAuAC8AJABlAC4AJABkAGUAZQAwAC4AZQBkAGYAYwBmAGQAZQBnADAAZQBmAGcAZwAyADAAMwAwADIAMwAyADQAMQA0ADIAZwAxADIAMQA1ADQAZwAeADEAZwBmAB4AaAAeAGYAYwBoAGYAaABjACAAaAAiAB4AaAAgACMAIgBoACMAIgAjACgAKQAoACMAKgAiACgAKQArACgAKgAoACsANgBpADgANgA3AGkAOABpAGoAOABqAD4APwA+AGoANwBrAGkANwA5AGsAOQA7AGsAOQA6ADsAawA7ADwAaQBrAD0AawA8AD0AaQA9AGoAPwBqAGwAbABqAD0AQAA/AGwAQABsAEEAbAA9AG0AbQA9ADwAQQBsAG0AbQA8AEIAQQBtAEMAQwBtAEIAQwBCAEQARQBuAEcARQBGAG4ARwBuAEgARwBIAEkASgBJAEgARgBvAG4ARgBOAG8AbgBNAEgAbgBvAE0ASgBIAHAAcABIAE0ATABKAHAATABwAEsASwBwAHEAcABNAHEASwBxAE8AbwByAE0AcQBNAHIATgBzAG8AbwBzAHIATgBQAHMATwBxAHQAcQByAHQATwB0AFEAcwBSAHIAdAByAFIAUAB1AHMAcwB1AFIAUABTAHUAdABSAHYAUQB0AHYAdQB2AFIAUQB2AFQAUwB3AHUAdQB3AHYAdwBUAHYAUwBWAHcAdwBVAFQAVgBVAHcAVgBXAFUA"), -"lods": [0.0638598, PackedByteArray("AAABAAIAAwABAAAAAwAEAAEABAAFAAEAAQAFAAYABAAHAAUACAAJAAoACQALAAoACgAMAAgACAAMAA0ACAANAA4ACAAOAA8ACAAPABAACAAQABEACAARABIAEgARABMACAASABQACAAUABUACAAVABYAFgAVABcAGAAZABoAGAAbABkAGgAZABwAGQAbAB0AGQAeABwAGQAdAB8AHQAgAB8AGQAfACAAHQAhACAAIgAZACAAGQAiAB4AIgAgACMAJAAcAB4AJQAcACQAJgAlACQAJgAkACcAIgAjACgAKQAoACMAKgAiACgAKQArACgAKgAoACsAJwAkACwAJwAsAC0ALQAsAC4AJAAuACwALQAuAC8AJAAwAC4AJAAxADAAJAAeADEAMQAyADAAMwAwADIAMwAyADQAMQA0ADIAMQA1ADQANgA3ADgANwA5ADgAOQA6ADsAOQA7ADwAOAA5AD0AOQA8AD0AOAA9AD4APwA+AD0AQAA/AD0AQAA9AEEAPQA8AEIAQQA9AEMAQwA9AEIAQwBCAEQARQBGAEcARwBGAEgARwBIAEkASgBJAEgASgBIAEsATABKAEsARgBNAEgASwBIAE0ARgBOAE0ASwBNAE8ATgBQAE0ATwBNAFEAUABSAE0AUQBNAFIAUABTAFIAUQBSAFQAUwBUAFIAUwBVAFQAVgBVAFMAVgBXAFUA")], -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 120, -"vertex_data": PackedByteArray("//8AAGxVAAB8VQAA//8AAP//AAD//wAA//8AAAAAAAB8VQAAAAAAAAAAAABsVQAAAAAAAP//AAAAAAAAAAAAACf+iQ4n/gAA3lSJDif+AAAAAC0RAvgAAAAAiQ4n/gAAAABpKV+iAAAAAGksX6IAAAAAVDFfogAAUTZUMV+iAAB+olQxX6IAAH6iVDE2NgAAfqJpLAAAAAB+olQxAAAAAH6iaSkAAAAABvgtEQAAAAAn/okOzlQAACf+iQ4AAAAAAABYQx+kAAAhL7ZHxpAAAOY2WEMfpAAAAAC2R8aQAAA9pFhDH6QAAAAANkjebgAA6pcJxrSXAADTIzZI3m4AAC0sLEsciAAAAAAsSxyIAADKMgnGtJcAAC0s178ciAAAko+2R1kwAAA9pFhDzDYAAD2kWEMAAAAAko+2RwAAAAANIRvEe2YAAAAA178ciAAAAAAJxrSXAAAAABvEe2YAAKltNkgLJQAAqW02SAAAAAC3hixLdS0AALeGLEsAAAAAt4bXv3UtAADqlwnGqDIAAFZlG8RAIgAAt4bXvwAAAABWZRvEAAAAAOqXCcYAAAAAAACc0T2SAAAAAAHSPZIAAPswnNE9kgAAAABI1D2SAAAAAI/Wx8oAALBDj9bHygAAncqP1sfKAAB9kkjUPZIAAH2SnNE9kgAAfZKc0dYwAAB9kpzRAAAAAH2SAdIAAAAAncqP1q5DAAB9kkjUAAAAAJ3Kj9YAAAAAAAD46sfKAAAAAIXse68AALBD+OrHygAAhK+F7HuvAACdyvjqx8oAAJ3K+OquQwAAhK+F7AAAAACdyvjqAAAAAGXxP+7a8QAAAAA/7trxAABl8T/uAAAAAAAAQvjd/QAAUv1C+AAAAAAi8f//pfEAAAAA//+l8QAAIvH//wAAAACHUP//AAAAAAAA//+jUAAAAAD//wAAAAB8VQAAbFUAANNSLREC+AAABvgtEQL4AABRNmkpX6IAAAb4LRHCUgAAfqJpKTY2AAB+omkpX6IAAH6iaSw2NgAAfqJpLF+iAABRNmksX6IAAJKPtkfGkAAACjrnS76xAABMsOdLvrEAAEyw50tWOwAATLBpv76xAABMsGm/VjsAAAo6ab++sQAA+zAB0j2SAAB9kgHSPZIAAPswSNQ9kgAAfZIB0tYwAAB9kkjU1jAAAKg6hex7rwAAnlA/7trxAACEr4XslToAAGXxP+61UAAAUv1C+N39AACXVEL43f0AAFL9Qvi2VAAAh1D//6XxAAAi8f//o1AAAIdQ//+jUAAA") -}, { -"aabb": AABB(-0.984553, -25.1276, -0.95724, 0.1369, 16.7513, 0.138266), -"format": 34896613377, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("AAAAAP7/AADzU/////8AAPNTAAD+/wAAAAD/////AAD//wAAAAAAAP////+AVQAA/////wAAAAD//wAAgFUAAA==") -}, { -"aabb": AABB(-0.984553, -35.921, -0.95724, 0.260146, 33.7366, 0.260051), -"format": 34896613377, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAgABAAMAAgADAAQAAAAFAAEAAAAGAAUAAAAHAAYABwAIAAYABwAJAAgACgALAAwACgANAAsADAALAA4ADAAOAA8AEAAPAA4ADQARAAsADQASABEAEgATABEAEgAUABMAEQATABUACwARABYAEQAVABYACwAWAA4AEAAOABcAFwAOABYAGAAQABcAGAAXABkAFwAWABoAGgAWABUAGQAXABoAGgAVABsAGQAaABwAHAAaABsAHAAbAB0AHgAfACAAHgAhAB8AIAAfACIAIAAiACMAJAAjACIAIQAlAB8AIQAmACUAJgAnACUAJgAoACcAJQAnACkAHwAlACoAJQApACoAHwAqACIAJAAiACsAKwAiACoALAAkACsALAArAC0AKwAqAC4ALgAqACkALQArAC4ALgApAC8ALQAuADAAMAAuAC8AMAAvADEAMgAzADQAMgA1ADMANAAzADYANAA2ADcAOAA3ADYAOAA2ADkAOgA4ADkAOgA5ADsA"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 60, -"vertex_data": PackedByteArray("//8AAP//AAAn/tYPzlQAAP//AABsVQAAJ/7WDwAAAAD//wAAAAAAACf+1g8n/gAA3lTWDyf+AAB8VQAA//8AAAAA1g8n/gAAAAAAAP//AAAAAL41X6IAAGlDnTmqyQAAUTa+NV+iAAAAAJ05qskAAMXJnTmqyQAAfqK+NV+iAAB+or41NjYAAGlD1UWqyQAAAADVRarJAADmNl9JH6QAAAAAX0kfpAAAPaRfSR+kAADFydVFqskAAMXJnTlPQwAAfqK+NQAAAADFyZ05AAAAAMXJ1UVPQwAAPaRfScw2AADFydVFAAAAAD2kX0kAAAAAAADC17SXAAB7NrbY3aIAAMoywte0lwAAAAC22N2iAAD+orbY3aIAAOqXwte0lwAA6pfC16gyAAB7Ngfj3aIAAAAAB+PdogAA+zBe5D2SAAAAAF7kPZIAAH2SXuQ9kgAA/qIH492iAAD+orbYYDYAAOqXwtcAAAAA/qK22AAAAAD+ogfjYDYAAH2SXuTWMAAA/qIH4wAAAAB9kl7kAAAAAAAAwunHygAAsEP//8fKAACwQ8Lpx8oAAAAA///HygAAncr//8fKAACdysLpx8oAAJ3KwumuQwAAncr//65DAACdysLpAAAAAJ3K//8AAAAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_vt22i"] -resource_name = "18_A1_CORRIDOR_A_Cube_005" -_surfaces = [{ -"aabb": AABB(-0.984553, -35.921, -0.95724, 0.260146, 36.7557, 0.260051), -"attribute_data": PackedByteArray("//+M6HbQ7dL//+3S//9c83bQXPOyuIzosrjt0rK4XPN7////StD//7K4Bv2yuP//sriQ57K4HOSyuHLexsdy3u7lct6yuLDJxcWnxO/HsMlUuKfEa+awyfvijFLKxoxSxcUG4VS4U+WewlPlVLgG4VS4FMTyxKvAnsIUxFS4q8BUuB/i2MFj5vLEH+JUuGPmsrgl4NjBY+ZUuGPmysYl4LK4NUqyuOxJScY1SrK4SEh44UhIeOE1SrK41+CyuKzZgMus2R3xrNl44dfgsris2bK4It2Ay6zZj+ki3R3xrNmyuCjpFc9c87K4v9SyuFzz2vtc89r7v9Qd8VzzHfHM6o/pXPOP6SLdHfGs2XjhXPMd8czqHfFc83jh1+Ad8azZsrjsSWnhSEiyuEhIsrg1SkTGNUpp4TVK++L07OHUXPPh1Anv++Jc8y/eXPPh1Anv4dRc8y/ene2yuBTEU8WrwLK4q8D7whTEp+Bc8zPXru4z11zzp+A/7bK4sMkhxqfEsrinxO3HsMlk5rDJ7uKMUsbGjFKyuBzkxMdy3rK4ct57////6OVy3rK4kOeyuAb9StD//7K4//8A4afEjdcUxJbeq8Du4oxSlt4CVzfV71On4KfEL94CVy/eq8Az1xTE++KMUuHU71OyuCLd7fu41I/pIt2yuLjUj+lc8+37uNTt+1zzj+ki3bK4kzUO/JM1srhdLv/7yiiyuMoosriTNbK4XS7t+5M12vvKKLK4yih20IzouM8G/cb9Bv24zwb9sriQ58bHkOeyuAb9xv0G/e7lkOfGx5Dnxscc5O7lkOfu5RzkxcWnxKfgp8RJxuxJeOHsSUnGSEhJxtfg/Mgi3RvPuNT8yCLdNtBdLhvPkzVA/10usrhdLhXPyig20F0uQP9dLhXPKOkVz7/U2vso6SHPyihD0F0uZ/9dLkPQXS6yuF0uJs+TNWf/XS7t+yXpj+nz64/p8+t44TDtRMZISETG7Elp4exJIcanxADhp8TExxzkxMeQ57K4kOfo5ZDn6OUc5LjPBv3Ex5Dnxf0G/ejlkOeyuAb9uM8G/cX9Bv0w6tS/McnUvwDhp8TH6dS/p+CnxM/I1L/PyNS/x+lSV8fp1L/PyFJXMcnUvzDqUlcxyVJXMOrUvzDq1L+W3qvAMOpSVzDq1L/PyFJXx+lSV5beAlcw6lJXx+nUvy/eAlcv3qvAx+lSV8fp1L8xyVJXMOpSV8fpUlc="), -"format": 34896613399, -"index_count": 456, -"index_data": PackedByteArray("AAABAAIAAACMAAEAjAAGAAEAAwCMAAAAjAAFAAYAAwAEAIwABAAFAIwABAAHAAUACACNAI4ACAAJAI0ACQAKAI0ACQALAAoAjwCQAJEAjwCSAJAAkwCPAJEAkwCRAJQAlQANAJYAlQAMAA0AlgANAA4AlwCVAJYAlgAOAA8AlwCWAJgAmACWAA8AmAAPABAAEQCZABMAEQAUAJkAEwCZAJoAEwCaABUAGAAZABoAGAAbABkAHAAdAB4AHAAfAB0AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKACbACoAKAApAJsAKgCbAJwAKgCcAC0AmwAsAJwAmwCdACwAKQCdAJsAKQArAJ0ALgAwAJ4ALgAvADAAngAwADEAngAxADIAMwCfADUAMwA0AJ8ANQCfADYANQA2ADcAegCgAKEAegB9AKAAoQCgAHsAoQB7AHwAhwCiAKMAhwCIAKIAowCiAKQAowCkAIkApQCmAKcApQCLAKYApwCmAIoApwCKAKgAOgCpAKoAOgA4AKkAqgCpAKsAqgCrAD0AqQA8AKsAqQA5ADwAOAA5AKkAOAA7ADkAhACsAIYAhACtAKwArQCFAKwArQCuAIUAggCvALAAggCxAK8AsQCyAK8AsQCDALIAfgCzAIAAfgC0ALMAtAB/ALMAtACBAH8APgC1AEAAPgA/ALUAPwBBALUAPwBCAEEAQwBEAEUAQwC2AEQAtgBHAEQAtgBGAEcASAC3AEoASAC4ALcAuABJALcASwC4AEgAuAC5AEkASwBMALgATAC5ALgATABNALkATgBPAFAATgBRAE8AUgBTAFQAUgBVAFMAVgBXAFgAVgBZAFcAWgBbAFwAWgBdAFsAXgC6AGAAXgBhALoAYQC7ALoAYQBiALsAvABnAGUAvABmAGcAvQC8AGUAvQBlAL4AvwC8AL0AvwDAALwAwABmALwAwABpAGYAwQBqAGsAwQDCAGoAwwDCAMEAwwDEAMIAbADFAG0AbADGAMUAaADGAGwAaADHAMYAXwDIAMkAXwDKAMgAEgDLAMwAEgDNAMsAzgDPANAAzgDRAM8A0gDTANQA0gDVANMA1gBvANcA1gBuAG8A2ABwAHIA2ADZAHAA2gAWANsA2gAXABYAcQDcAHMAcQDdANwA3gDfAOAA3gDhAN8AdAB2AHcAdADiAHYA4wBjAGQA4wDkAGMA5QB5AHUA5QB4AHkA"), -"lods": [0.0638598, PackedByteArray("AAABAAIAAwABAAAAAwAEAAEABAAFAAEAAQAFAAYABAAHAAUACAAJAAoACQALAAoACgAMAAgACAAMAA0ACAANAA4ACAAOAA8ACAAPABAAEQASABMAEQAUABIAEwASABUAEgAWABUAEgAXABYAGAAZABoAGAAbABkAHAAdAB4AHAAfAB0AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKAApACoAKQArACoAKgArACwAKgAsAC0ALgAvADAALgAwADEALgAxADIAMwA0ADUANQA0ADYANQA2ADcAOAA5ADoAOAA7ADkAOgA5ADwAOgA8AD0APgA/AEAAPwBBAEAAPwBCAEEAQwBEAEUAQwBGAEQARgBHAEQASABJAEoASwBJAEgASwBMAEkATABNAEkATgBPAFAATgBRAE8AUgBTAFQAUgBVAFMAVgBXAFgAVgBZAFcAWgBbAFwAWgBdAFsAXgBfAGAAXgBhAF8AYQBiAF8AXwBiAGMAXwBjAGQAZQBmAGcAaABmAGUAaABpAGYAaABlAGoAaABqAGsAaABrAGwAbABrAG0AbgBvAHAAcQBuAHAAcQBwAHIAcQByAHMAdAB1AHYAdAB2AHcAdAB4AHUAeAB5AHUAegB7AHwAegB9AHsAfgB/AIAAfgCBAH8AggCDAIQAhACDAIUAhACFAIYAhwCIAIkAiACKAIkAiACLAIoA")], -"material": SubResource("StandardMaterial3D_lsgue"), -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(2.22908, 4.9004, 0, 0), -"vertex_count": 230, -"vertex_data": PackedByteArray("//8AAGxV/798VQAA////v///AAD///+///8AAAAA/798VQAAAAD/vwAAAABsVf+/AAAAAP///78AAAAAAAD/vyf+iQ4n/quA3lSJDif+q4AAAC0RAvirgAAAiQ4n/quAAABpKV+iAIAAAGksX6IAgAAAVDFfogCAUTZUMV+iAIB+olQxX6IAgAAAWEMfpEaBIS+2R8aQQ4LmNlhDH6RGgQAAtkfGkEaBPaRYQx+kRoHqlwnGtJchgcoyCca0lyGBIS+2R8aQs20AADZI3m6zbdMjNkjebrNtAAC2R8aQs20AADZI3m5zgi0sLEsciHOC0yM2SN5uc4IAACxLHIhzggAA178ciLp9DSEbxHtmun0tLNe/HIi6fQAAG8R7Zrp9AAAJxrSXRocNIRvEe2ZGhwAAG8R7ZkaHyjIJxrSXRocAAJzRPZIAgAAAAdI9kgCA+zCc0T2SAIAAAEjUPZIAgH2SSNQ9kgCAfZKc0T2SAIAAAEjUPZIUhwAAj9bHyhSHsEOP1sfKFIedyo/Wx8oUh32SSNQ9khSHAAD46sfK9XoAAIXse6/1erBD+OrHyvV6hK+F7Huv9Xqdyvjqx8r1egAA//+jUP8/h1D//wAA/z8AAP//pfH/PwAA//8AAP8/IvH//wAA/z8i8f//pfH/P53K+OoAAH4tncr46q5Dfi2Er4XsAAB+LYSvhex7r34tncr46sfKfi19kkjUAABj0Z3Kj9auQ2TRncqP1gAAZNF9kkjUPZJk0Z3Kj9bHymTRfZIB0gAAAAB9kkjUPZIAAH2SSNQAAAAAfZKc0QAAAAB9kpzR1jAAAH2SnNE9kgAA6pcJxqgyJ9FWZRvEAAAm0VZlG8RAIiXR6pcJxgAAJ9G3hte/AAD0K1ZlG8RAIvQrVmUbxAAA9Cu3hte/dS30K6ltNkgAALkBt4YsS3UtuQG3hixLAAC5AaltNkgLJbkBko+2RwAAUjSpbTZICyVRNKltNkgAAFA0ko+2R1kwUjQ9pFhDAAD3AJKPtkdZMJcBko+2RwAA9wA9pFhDzDb3AD2kWEMfpPcA6pcJxrSXvwDqlwnGqDK/AH6iaSwAAAAAfqJUMTY2AAB+olQxAAAAACf+iQ4n/ngAfqJUMV+iAAB+omkpAAC4AAb4LREAALgAJ/6JDs5UeAAn/okOAAB4ACEvtkfGkOOy0yM2SN5u47ItLCxLHIhFt8oyCca0l3myLSzXvxyI+LMNIRvEe2Z5spKPtkdZMAAAt4bXv3UtBQC3hixLdS0AAKltNkgLJQAA6pcJxqgyBQBWZRvEQCIFAAAAhex7r9GKZfE/7trx0YqEr4Xse6/RigAAP+7a8dGKhK+F7AAAa89l8T/u2vFrz2XxP+4AAGvPhK+F7Huva89l8T/uAAA9AGXxP+7a8T0AUv1C+AAAUgAi8f//pfFRACLx//8AAFEAAAA/7trxWIAAAEL43f1YgGXxP+7a8ViAIvH//6XxdIAAAP//pfF0gHxVAABsVf+/01ItEQL4q4AG+C0RAvirgNNSLREC+ASBAABpKV+iBIFRNmkpX6IEgQAALREC+ASBBvgtEQL4BIF+omkpX6IEgVE2aSlfogCAUTZpLF+iAIB+omkpX6IAgH6iaSxfogCAIS+2R8aQRoGSj7ZHxpBGgfswAdI9kgCAfZIB0j2SAID7MEjUPZIAgPswSNQ9khSHqDqF7Huv9XqeUD/u2vHRiqg6hex7r9GKl1RC+N39WICeUD/u2vFYgFL9Qvjd/ViAAABC+N39dICHUP//pfF0gJdUQvjd/XSAUv1C+N39dICHUP//o1D/P4dQ//+l8f8/IvH//6NQ/z8i8f//o1BRAFL9Qvi2VFEAUv1C+N39UQBS/UL4tlQ9AFL9QvgAAD0AZfE/7rVQPQBS/UL43f09AGXxP+61UGvPhK+F7JU6a8+Er4XslTp+LX2SSNTWMGPRfZJI1NYwAAB9kgHS1jAAAH2SAdI9kgAAko+2R1kw9wCSj7ZHxpD3AH6iaSw2NgAAfqJpKTY2AAB+omkpAAAAAH6iaSlfogAAfqJpLF+iAAAG+C0RwlK4AH6iaSk2NrgABvgtEQL4uAB+omkpX6K4AAb4LREAAHgABvgtEcJSeAAG+C0RAvh4AEyw50u+sZcBTLDnS1Y7lwGSj7ZHxpCXAUyw50u+sUOCko+2R8aQQ4IKOudLvrFDggo650u+sQCATLBpv76xAIBMsOdLvrEAgAo6ab++sQCATLDnS1Y7AABMsGm/vrEAAEywab9WOwAATLDnS76xAAAKOudLvrHjsi0sLEsciOOyCjppv76x+bMKOudLvrFMtwo6ab++sSGBTLBpv76xIYEtLNe/HIh5sgo6ab++sXmyTLDnS1Y7qQO3hte/dS3OAbeGLEt1LaoDTLBpv1Y7zAFMsOdLVjsAAEywab9WO78ATLBpv76xvwBMsGm/VjsFAAAA/38AAP9/AAD/fwAA/38AAP9/AAD/fwAA/38AAP9/////f////3////9/////f/9/////f////3////9/////f///////fwAA/3////9/////f////3////9/////f////3////9/////f////38AAP9/AAD/fwAA/38AAP9/////f////3////9/////fwAA/38AAP9/AAD/fwAA/3//f////3////9/////f////3////9///8AAP9/AAD/fwAA/38AAP9/AAD/f////3////9/////f////3////9/////f////3////9/////f////3////9/O64dVzuuHVc8rh5XPK4eVzyuHlciKLsvISi8LyEovC8hKLwvISi8L/+//3//v/9//7//f/+//3//v/9//7//f/cnETD4JxAw+ScQMPcnETBArB9WQKwgVkCsIFZArB9W4wHwwOMB8MDjAfDA4wHwwLq4W1y7uFxcu7hdXLq4Wlx3vw+BvgHewHe/D4F3vw+Bd78PgZW/04CVv9OA/7//f/+//3//v/9/vL+FgP+//3+Zv8qAmb/LgLy/hYC8v4WA+3/9//t//f/4aWrLHoDM/5tyB+AdgMz/F+72fwIARm4a7vp/F+72fwAAt5EAALeRAAD/fwAA/38AAP9/AAD/f7gmjzK3JpAytyaQMrcmkDJEACHARAAhwNK/WYDRv1qA0b9agAAA/38AAP9/AAD/f////3////9/AAD/f////3////9/////f////3////9/////f////3////9//3////9/////f////3///////3////9//3////9/////f///AAD/f////38AAP9/AAD/fwAA/38AAP9/AAD/f////3////9/////f////3////9/////f////3/Rv1qA0b9agNG/WoBEACHARAAhwEQAIcBEACHAtyaQMrgmkDI8rh1XIii8L/+//3//v/9//7//f3e/D4F3vw+B/7//f/+//3//v/9//7//f/+//3+Zv8uAmb/KgJm/y4CZv8uAvL+FgLy/hYC8v4WAvgHewL4B3sC+Ad7AAAD/fwAA/38AAP9//3////9/////f////3////+//3//v/9//7//f/+//3/6f/7/+n/+/5hyAODsaU7L////f////38hgM3/IYDN/wDYTGZM4kRy/tdJZljiUnIa7vp/lb/TgJW/04ABAEZu") -}, { -"aabb": AABB(-0.984553, -25.1276, -0.95724, 0.1369, 16.7513, 0.138266), -"attribute_data": PackedByteArray("/+f//0z/3i5M/////+feLq3o/////94urejeLv////8="), -"format": 34896613399, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"material": SubResource("StandardMaterial3D_btu5w"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(1.20736, 2.4759, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("AAAAAP7/AIDzU/////8AgPNTAAD+/wCAAAD/////AID//wAAAAAAAP////+AVQAA/////wAAAAD//wAAgFUAAP9/////f////3////9/////v/9//7//f/+//3//v/9/") -}, { -"aabb": AABB(-0.984553, -35.921, -0.95724, 0.260146, 33.7366, 0.260051), -"attribute_data": PackedByteArray("msj//4utffGkrf//T8h98SigffEooP//msj//4utffFPyH3xpK3//yigffEooP//Onhcwk6ODtsAilzCOngO23a6DtuNrVzCH4J1rL+WEIG/lnWsH4IQgQDAEIEAwHWsOngO2zGKdsNOjg7bOnh2wyCudsN2ug7bKKBA1b2o/9MnqEDVKKD/0+W5/9MluEDVKKAjV72oFlG9qCNXKKAWUeW5FlHluSNXKKD/096n3tW9qP/TKKDe1Um33tXluf/TjN9UZ1rqH1pa6lRnjN8fWvf/H1r3/1RnjN9UZ13qH1qM3x9aXepUZ///H1r//1Rn5blJ5km30OBJt0nm5bkx4Em33tXluf/TKKAjV7uoFlEooBZRu6gjV+G5FlHhuSNXJbhJ5uW5MeDluUnmJbic4OW5/9MluEDVi7k0bAWQj44FkDRsi7ltlgWQRdOLud3qH4J1rL2WEIEfghCBvZZ1rPm/EIH5v3Wsja1lXHa6noZ2umVcja1ifna6DtuNrVzC"), -"format": 34896613399, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAUABgAHAAgABgAJAAcACQAKAAcACQALAAoADAANAA4ADAAPAA0ADgANABAADgAQABEAEgATABQAEgAVABMAFAATABYAFAAWABcAGAAZABoAGAAbABkAGgAZABwAGgAcAB0AHgAfACAAHgAhAB8AIAAfACIAIAAiACMAJAAlACYAJAAnACUAJgAlACgAJgAoACkAKgArACwAKgAtACsALAArAC4ALAAuAC8AMAAxADIAMAAzADEAMgAxADQAMgA0ADUANgA3ADgANgA5ADcAOQA6ADcAOQA7ADoAPAA9AD4APAA/AD0APwBAAD0APwBBAEAAQgBDAEQAQgBFAEMARQBGAEMARQBHAEYASABJAEoASABLAEkASwBMAEkASwBNAEwATgBPAFAATgBRAE8AUQBSAE8AUQBTAFIAVABVAFYAVABXAFUAVwBYAFUAVwBZAFgAWgBbAFwAWgBdAFsAXQBeAFsAXQBfAF4A"), -"material": SubResource("StandardMaterial3D_04fvv"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(3.92971, 5.52666, 0, 0), -"vertex_count": 96, -"vertex_data": PackedByteArray("//8AAP//BgAn/tYPzlQGAP//AABsVQYAJ/7WDyf+BgAn/tYPAAAGAP//AAAAAAYA//8AAP//CIDeVNYPJ/4IgCf+1g8n/giAfFUAAP//CIAAANYPJ/4IgAAAAAD//wiAAAC+NV+i0XxpQ505qsnRfFE2vjVfotF8AACdOarJ0XzFyZ05qsnRfH6ivjVfotF8AACdOarJAIBpQ9VFqskAgGlDnTmqyQCAAADVRarJAIDFydVFqskAgMXJnTmqyQCAAADVRarJU4PmNl9JH6RTg2lD1UWqyVODAABfSR+kU4M9pF9JH6RTg8XJ1UWqyVODAADC17SXq4N7NrbY3aKrg8oywte0l6uDAAC22N2iq4P+orbY3aKrg+qXwte0l6uDAAC22N2iAIB7Ngfj3aIAgHs2ttjdogCAAAAH492iAID+ogfj3aIAgP6ittjdogCAAAAH492iG3z7MF7kPZIbfHs2B+Pdoht8AABe5D2SG3x9kl7kPZIbfP6iB+Pdoht8AADC6cfKAICwQ///x8oAgLBDwunHygCAAAD//8fKAICdyv//x8oAgJ3KwunHygCAncrC6QAAAACdyv//rkMAAJ3K//8AAAAAncrC6a5DAACdyv//x8oAAJ3KwunHygAA/qIH4wAA3Cx9kl7k1jDcLH2SXuQAANws/qIH42A23Cx9kl7kPZLcLP6iB+Pdotws/qK22AAAAAD+ogfjYDYAAP6iB+MAAAAA/qK22GA2AAD+ogfj3aIAAP6ittjdogAA6pfC1wAAQdP+orbYYDZB0/6ittgAAEHT6pfC16gyQdP+orbY3aJB0+qXwte0l0HTxcnVRQAAb9M9pF9JzDZv0z2kX0kAAG/TxcnVRU9Db9M9pF9JH6Rv08XJ1UWqyW/TxcmdOQAAAADFydVFT0MAAMXJ1UUAAAAAxcmdOU9DAADFydVFqskAAMXJnTmqyQAAfqK+NQAAeizFyZ05T0N6LMXJnTkAAHosfqK+NTY2eizFyZ05qsl6LH6ivjVfonos+78GgPu/BoD7vwaA+78GgPu/BoD7vwaA////f////3////9/////f////3////9/AAD/fwIA/38AAP9/BgD/fwAA/38AAP9//3//f/9/////f/9//3////9/////f///////f////3////9/////f////3////9/AAD/fwAA/38AAP9/AAD/fwAA/38AAP9//3////9/////f////3////9/////f///////f////3////9/////f////3////9//3////9/////f////3////9/////f////7//f/+//3//v/9//7//f/+//3//v/9/aK2zVmittFZorbRWaK2zVmittFZorbRW/7//f/+//3//v/9//7//f/+//3//v/9/XylALV8pQC1fKUAtXylALV8pQC1fKUAtBa2CVgWtglYFrYJWBa2CVgWtglYFrYJW/7//f/+//3//v/9//7//f/+//3//v/9/iinqLIop6iyKKeosiinqLIop6iyKKeos") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_mfebi") - -[sub_resource type="ArrayMesh" id="ArrayMesh_wk7qc"] -_surfaces = [{ -"aabb": AABB(0.755518, -35.921, -0.95724, 0.260146, 36.7557, 0.260051), -"format": 34896613377, -"index_count": 456, -"index_data": PackedByteArray("AAACAFgAAAABAAIAWAACAAMABgAAAFgAWAADAAQABgBYAAUABQBYAAQABQAEAAcACwBZAAgACAAJAAoACABZAAkAWQAMAAkAWQBaAAwAWgANAAwACwBbAFkAWwBaAFkACwBcAFsACwAWAFwAFgAVAFwAFgAXABUAXAAVABQAXAAUAF0AWwBcAF0AXQAUABMAWwBeAFoAWwBdAF4AWgBfAA0AXgBfAFoAXwAPAA0AXwAOAA8AXQATAGAAXgBdAGAAYAATABIAYAASABEAXgBgAGEAXgBhAF8AYQBgABEAYQAOAF8AYQARABAAYQAQAA4AGAAZABoAGAAbABkAGQAcABoAGQAeABwAHAAeAB8AHAAfACAAYgAeABkAYgAfAB4AGwBjABkAGwAdAGMAKQBjAB0AGQBjAGQAGQBkAGIAKQAkAGMAJABkAGMAKgAkACkAKgArACQAKwAsACQAKwAtACwALQAuACwAJAAsAC4ALQAvAC4AJAAuAGUAJABlAGQAZQAuADAAZQBmAGQAYgBkAGYAZQAwAGcAZQBnAGYAZwAwADIAMwAyADAAMwA0ADIAMQAyADQAZwAyADEAMQA0ADUAZwAxACEAZwAhAGYAaABmACEAYgBmAGgAaAAfAGIAaAAhACIAaAAjAB8AIgAjAGgAIgAlACMAJgAjACUAJwAlACIAJgAlACgAJwAoACUANgBpADgANgA3AGkAOABpAGoAOABqADsAOwBqAEEAOwBBAEIAagBAAEEANwBrAGkANwA5AGsAPQBrADkAaQA6AGoAagA6AEAAaQBrADoAPQBsAGsAbAA6AGsAPgBsAD0APgA8AGwAbABtADoAbQBAADoAPABtAGwAbQBDAEAAPAA/AG0APwBDAG0APwBEAEMARQBuAEcARQBGAG4ARwBuAG8ARwBvAE4ARgBIAG4ARgBJAEgASgBIAEkAbgBIAE0AbgBNAG8ASgBwAEgAcABNAEgATABwAEoATABLAHAASwBxAHAAcABxAE0ASwBPAHEAbwBNAHIAcQByAE0ATwBzAHEAcQBzAHIATwBRAHMAbwByAHQATgBvAHQATgB0AFAAdAByAFIAcwBSAHIAUAB0AHUAdABSAHUAUAB1AFMAcwB2AFIAUQB2AHMAdQBSAHYAUQBUAHYAUwB1AHcAdQB2AHcAdwB2AFQAUwB3AFUAdwBUAFYAVQB3AFYAVQBWAFcA"), -"lods": [0.0596026, PackedByteArray("AAABAAIAAAACAAMAAAADAAQABQAAAAQABgAAAAUABQAEAAcACAAJAAoACAALAAkACwAMAAkACwANAAwADQAOAA8ACwAOAA0ACwAQAA4ACwARABAACwASABEACwATABIACwAUABMAFQAUAAsACwAWABUAFgAXABUAGAAZABoAGAAbABkAGQAcABoAGwAdABkAGQAeABwAHAAeAB8AGQAfAB4AHAAfACAAGQAdACEAIgAfABkAGQAhACIAIgAjAB8AJAAhAB0AIgAlACMAJgAjACUAJwAlACIAJgAlACgAJwAoACUAKQAkAB0AKgAkACkAKgArACQAKwAsACQAKwAtACwALQAuACwAJAAsAC4ALQAvAC4AJAAuADAAJAAwADEAJAAxACEAMQAwADIAMwAyADAAMwA0ADIAMQAyADQAMQA0ADUANgA3ADgANwA5ADgAOAA5ADoAOAA6ADsAPAA6ADkAPQA8ADkAPgA8AD0APAA/ADoAOwA6AEAAPwBAADoAOwBAAEEAOwBBAEIAPwBDAEAAPwBEAEMARQBGAEcARgBIAEcARgBJAEgASgBIAEkASgBLAEgATABLAEoARwBIAE0ASwBNAEgARwBNAE4ASwBPAE0ATgBNAFAATwBRAE0AUABNAFIAUQBSAE0AUABSAFMAUQBUAFIAUwBSAFQAUwBUAFUAVQBUAFYAVQBWAFcA")], -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 120, -"vertex_data": PackedByteArray("AAAAAGxVAAAAAAAA//8AAIKqAAD//wAA//8AAP//AAD//wAAbFUAAIKqAAAAAAAAAAAAAAAAAAD//wAAAAAAACCriQ4n/gAA//8tEQL4AAD//4kOJ/4AANcBiQ4n/gAA//9pKV+iAAD//2ksX6IAAK3JVDFfogAA//9UMV+iAACAXVQxX6IAAIBdVDE2NgAAgF1UMQAAAACAXWksAAAAAIBdaSkAAAAA+ActEQAAAADXAYkOzlQAANcBiQ4AAAAA//9YQx+kAADd0LZHxpAAAP//tkfGkAAAGMlYQx+kAAD//zZI3m4AAMFbWEMfpAAAK9w2SN5uAADR0yxLHIgAAP//LEsciAAAFGgJxrSXAAA0zQnGtJcAANHT178ciAAAbHC2R1kwAADx3hvEe2YAAP//178ciAAA//8JxrSXAAD//xvEe2YAAMFbWEPMNgAAwVtYQwAAAABscLZHAAAAAFWSNkgLJQAAVZI2SAAAAABHeSxLdS0AAEd5LEsAAAAAR3nXv3UtAAAUaAnGqDIAAKiaG8RAIgAAR3nXvwAAAAComhvEAAAAABRoCcYAAAAA//+c0T2SAAADz5zRPZIAAP//AdI9kgAAgW2c0T2SAACBbUjUPZIAAP//SNQ9kgAAgW0B0gAAAACBbZzR1jAAAIFtnNEAAAAAgW1I1AAAAABhNY/Wx8oAAE68j9bHygAA//+P1sfKAABhNY/WrkMAAGE1j9YAAAAA///46sfKAABOvPjqx8oAAP//hex7rwAAelCF7HuvAABhNfjqx8oAAGE1+OquQwAAelCF7AAAAABhNfjqAAAAAJkOP+7a8QAA//8/7trxAACZDj/uAAAAAP//Qvjd/QAArAJC+AAAAADcDv//pfEAAP////+l8QAA3A7//wAAAAD/////o1AAAHev//8AAAAA/////wAAAACCqgAAbFUAACutLREC+AAArclpKV+iAAD4By0RAvgAAPgHLRHCUgAAgF1pKTY2AACAXWkpX6IAAK3JaSxfogAAgF1pLDY2AACAXWksX6IAAPTF50u+sQAAbHC2R8aQAACyT+dLvrEAALJP50tWOwAAsk9pv76xAACyT2m/VjsAAPTFab++sQAAA88B0j2SAAADz0jUPZIAAIFtAdI9kgAAgW0B0tYwAACBbUjU1jAAAFbFhex7rwAAYK8/7trxAAB6UIXslToAAJkOP+61UAAArAJC+N39AACsAkL4tlQAAGerQvjd/QAAd6///6XxAADcDv//o1AAAHev//+jUAAA") -}, { -"aabb": AABB(0.878764, -25.1276, -0.95724, 0.1369, 16.7513, 0.138266), -"format": 34896613377, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("//8AAP7/AAALrP////8AAP///////wAAC6wAAP7/AAAAAAAAAAAAAAAA//+AVQAAAAAAAIBVAAAAAP//AAAAAA==") -}, { -"aabb": AABB(0.755518, -35.921, -0.95724, 0.260146, 33.7366, 0.260051), -"format": 34896613377, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAAACAAMAAAAEAAEABAAFAAEABAAGAAUAAAADAAcABwADAAgABwAIAAkACgALAAwACgANAAsADAALAA4ADAAOAA8ADwAOABAADwAQABEADgASABAADQATAAsADQAUABMAFQATABQACwAWAA4ADgAWABIACwATABYAFQAXABMAFwAWABMAGAAXABUAGAAZABcAFwAaABYAGgASABYAGQAaABcAGgAbABIAGQAcABoAHAAbABoAHAAdABsAHgAfACAAHgAhAB8AIAAfACIAIAAiACMAIwAiACQAIwAkACUAIgAmACQAIQAnAB8AIQAoACcAKQAnACgAHwAqACIAIgAqACYAHwAnACoAKQArACcAKwAqACcALAArACkALAAtACsAKwAuACoALgAmACoALQAuACsALgAvACYALQAwAC4AMAAvAC4AMAAxAC8AMgAzADQAMgA1ADMANQA2ADMANQA3ADYAOAA2ADcAOAA5ADYAOgA5ADgAOgA7ADkA"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 60, -"vertex_data": PackedByteArray("AAAAAP//AADXAdYPzlQAANcB1g8n/gAAIKvWDyf+AAAAAAAAbFUAANcB1g8AAAAAAAAAAAAAAACCqgAA//8AAP//1g8n/gAA//8AAP//AAD//741X6IAAJW8nTmqyQAA//+dOarJAACtyb41X6IAAJW81UWqyQAA///VRarJAAAYyV9JH6QAAP//X0kfpAAAwVtfSR+kAAA5Np05qskAAIBdvjVfogAAgF2+NTY2AAA5NtVFqskAADk2nTlPQwAAgF2+NQAAAAA5Np05AAAAADk21UVPQwAAwVtfScw2AAA5NtVFAAAAAMFbX0kAAAAA///C17SXAACDybbY3aIAAP//ttjdogAANM3C17SXAACDyQfj3aIAAP//B+PdogAAA89e5D2SAAD//17kPZIAAIFtXuQ9kgAAAF222N2iAAAUaMLXtJcAABRowteoMgAAAF0H492iAAAAXbbYYDYAABRowtcAAAAAAF222AAAAAAAXQfjYDYAAIFtXuTWMAAAAF0H4wAAAACBbV7kAAAAAP//wunHygAATrz//8fKAAD/////x8oAAE68wunHygAAYTX//8fKAABhNcLpx8oAAGE1wumuQwAAYTX//65DAABhNcLpAAAAAGE1//8AAAAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_yrm7d"] -resource_name = "18_A1_CORRIDOR_A_Cube_006" -_surfaces = [{ -"aabb": AABB(0.755518, -35.921, -0.95724, 0.260146, 36.7557, 0.260051), -"attribute_data": PackedByteArray("//+M6P//7dJ20O3Ssrjt0rK4jOh20Fzz//9c87K4XPNK0P//srgG/bK4//97////sriQ57K4HOTGx3Lesrhy3u7lct6yuLDJxcWnxFS4p8Tvx7DJa+awyfvijFLKxoxSxcUG4VS4U+VUuAbhnsJT5VS4FMTyxKvAVLirwJ7CFMRUuB/i2MFj5lS4Y+byxB/isrgl4NjBY+bKxiXgVLhj5rK4NUpJxjVKsrjsSXjhNUp44UhIsrhISLK41+CAy6zZsris2R3xrNl44dfgsris2YDLrNmyuCLdj+ki3R3xrNmyuCjpFc9c87K4XPPa+1zzsri/1Nr7v9Qd8Vzzj+lc8x3xzOqP6SLdHfGs2XjhXPMd8VzzHfHM6h3xrNl44dfgsrg1SrK47ElExjVKaeE1SmnhSEiyuEhI++L07OHUXPP74lzz4dQJ7y/eXPPh1AnvL96d7eHUXPOyuBTEU8WrwPvCFMSyuKvAp+Bc8zPXru6n4D/tM9dc87K4sMkhxqfE7cewybK4p8Rk5rDJ7uKMUsbGjFJ7////srgc5LK4ct6yuJDnxMdy3ujlct6yuAb9StD//7K4//8A4afElt6rwI3XFMTu4oxSlt4CVzfV71On4KfEL94CV/vijFLh1O9TL96rwDPXFMSyuCLd7fu41LK4uNSP6SLdj+lc8+37uNSP6SLd7ftc87K4kzWyuF0uDvyTNf/7yiiyuMoosriTNe37kzWyuF0u2vvKKLK4yih20IzouM8G/cb9Bv24zwb9sriQ57K4Bv3Gx5Dnxv0G/e7lkOfGx5Dnxscc5O7lkOfu5RzkxcWnxKfgp8RJxuxJScZISHjh7ElJxtfg/Mgi3RvPuNT8yCLdNtBdLhvPkzVA/10usrhdLhXPyig20F0uQP9dLhXPKOkVz7/U2vso6bK4XS4hz8ooQ9BdLmf/XS5D0F0uJs+TNWf/XS7t+yXpj+nz64/p8+t44TDtRMZISETG7Elp4exJAOGnxMTHHOTo5Rzk6OWQ58THkOe4zwb9sriQ58THkOeyuAb9xf0G/ejlkOe4zwb9xf0G/SHGp8Qw6tS/AOGnxDHJ1L/H6dS/z8jUv6fgp8TPyNS/x+lSV8/IUlfH6dS/McnUvzDqUlcw6tS/MclSVzDq1L8w6lJXlt6rwDDq1L+W3gJXz8hSV8fpUlcw6lJXx+nUv8fpUlcv3qvAx+nUvzHJUlcw6lJXx+lSVy/eAlc="), -"format": 34896613399, -"index_count": 456, -"index_data": PackedByteArray("AAACAIwAAAABAAIAjAACAAMABgAAAIwAjAADAAQABgCMAAUABQCMAAQABQAEAAcACwCNAAgACwCOAI0ACACNAAkACAAJAAoAjwCQAJEAjwCSAJAAkwCSAI8AkwCUAJIAlQANAAwAlQCWAA0AlgAPAA0AlwCWAJUAlgAOAA8AlwCYAJYAmAAOAJYAmAAQAA4AEQCZABMAEQAUAJkAFACaAJkAFAAVAJoAGAAZABoAGAAbABkAHAAdAB4AHAAfAB0AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKACbACoAKAApAJsAKgCbAJwAKgCcAC0AmwAsAJwAmwCdACwAKQCdAJsAKQArAJ0ALgAvADAALgCeAC8AngAxAC8AngAyADEAMwCfADUAMwA0AJ8ANAA2AJ8ANAA3ADYAegCgAHwAegChAKAAoQB7AKAAoQB9AHsAhwCiAIkAhwCjAKIAowCkAKIAowCIAKQApQCmAIsApQCnAKYApwCKAKYApwCoAIoAPACpADgAPACqAKkAOACpADkAOAA5ADoAqQA7ADkAqQCrADsAqgCrAKkAqgA9AKsArACtAK4ArACGAK0ArgCtAIUArgCFAK8AggCwALEAggCDALAAsQCwALIAsQCyAIQAfgCzALQAfgCBALMAtACzAH8AtAB/AIAAPgC1AEAAPgA/ALUAQAC1AEEAQABBAEIAQwBFALYAQwBEAEUAtgBFAEYAtgBGAEcASQC3ALgASQBNALcAuAC3AEwASABJALgAuABMALkASAC4AEoASgC4ALkASgC5AEsATgBPAFAATgBRAE8AUgBTAFQAUgBVAFMAVgBXAFgAVgBZAFcAWgBbAFwAWgBdAFsAXgBfAGAAXgBhAF8AYABfALoAYAC6AGIAuwBnAGkAuwBmAGcAvAC7AGkAvABpAGoAvQC7ALwAvQC+ALsAvgBmALsAvgBoAGYAvwDAAMEAvwDCAMAAwwC/AMEAwwDBAMQAbABrAMUAbABtAGsAZQBsAMUAZQDFAMYAxwDIAMkAxwDKAMgAEgDLAMwAEgDNAMsAzgDPANAAzgDRAM8A0gDTANQA0gDVANMA1gBwAG4A1gBvAHAA1wDYANkA1wDaANgA2wAWABcA2wDcABYAcQByAN0AcQBzAHIA3gB1AN8A3gB4AHUAdADgAOEAdAB5AOAA4gBjAOMA4gBkAGMA5AB3AHYA5ADlAHcA"), -"lods": [0.0596026, PackedByteArray("AAABAAIAAAACAAMAAAADAAQABQAAAAQABgAAAAUABQAEAAcACAAJAAoACAALAAkACwAMAAkACwANAAwACwAOAA0ADQAOAA8ACwAQAA4AEQASABMAEQAUABIAFAAVABIAEgAVABYAEgAWABcAGAAZABoAGAAbABkAHAAdAB4AHAAfAB0AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKAApACoAKQArACoAKgArACwAKgAsAC0ALgAvADAALgAxAC8ALgAyADEAMwA0ADUANAA2ADUANAA3ADYAOAA5ADoAOAA7ADkAPAA7ADgAPAA9ADsAPgA/AEAAQAA/AEEAQABBAEIAQwBEAEUAQwBFAEYAQwBGAEcASABJAEoASgBJAEsASQBMAEsASQBNAEwATgBPAFAATgBRAE8AUgBTAFQAUgBVAFMAVgBXAFgAVgBZAFcAWgBbAFwAWgBdAFsAXgBfAGAAXgBhAF8AYABfAGIAXwBjAGIAXwBkAGMAZQBmAGcAZQBoAGYAZQBnAGkAZQBpAGoAawBoAGUAZQBsAGsAbABtAGsAbgBvAHAAcQBvAG4AcQByAG8AcQBzAHIAdAB1AHYAdgB1AHcAdAB4AHUAdAB5AHgAegB7AHwAegB9AHsAfgB/AIAAfgCBAH8AggCDAIQAgwCFAIQAgwCGAIUAhwCIAIkAiQCIAIoAiQCKAIsA")], -"material": SubResource("StandardMaterial3D_lsgue"), -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(2.22908, 4.9004, 0, 0), -"vertex_count": 230, -"vertex_data": PackedByteArray("AAAAAGxVAAAAAAAA//8AAIKqAAD//wAA//8AAP//AAD//wAAbFUAAIKqAAAAAAAAAAAAAAAAAAD//wAAAAAAACCriQ4n/gAA//8tEQL4AAD//4kOJ/4AANcBiQ4n/gAA//9pKV+iAAD//2ksX6IAAK3JVDFfogAA//9UMV+iAACAXVQxX6IAAP//WEMfpAAA3dC2R8aQAAD//7ZHxpAAABjJWEMfpAAAwVtYQx+kAAAUaAnGtJcAADTNCca0lwAA3dC2R8aQ/////zZI3m7/////tkfGkP//K9w2SN5u/////zZI3m4AANHTLEsciAAA//8sSxyIAAAr3DZI3m4AAP//178ciP//8d4bxHtm/////xvEe2b//9HT178ciP////8JxrSXAADx3hvEe2YAADTNCca0lwAA//8bxHtmAAD//5zRPZIAAAPPnNE9kgAA//8B0j2SAACBbZzRPZIAAIFtSNQ9kgAA//9I1D2SAAD//0jUPZIAAE68j9bHygAA//+P1sfKAABhNY/Wx8oAAIFtSNQ9kgAA///46sfK//9OvPjqx8r/////hex7r///elCF7Huv//9hNfjqx8r///////+jUP//d6///wAA////////AAD//9wO//8AAP///////6Xx///cDv//pfH//2E1+OoAAEbYelCF7AAARthhNfjqrkNG2HpQhex7r0bYYTX46sfKRtiBbUjUAAB9JmE1j9YAAH4mYTWP1q5DfiZhNY/Wx8p+JoFtSNQ9kn4mgW2c0QAA/7+BbQHSAAD/v4FtnNHWMP+/gW2c0T2S/7+BbUjUPZL/v4FtSNQAAP+/FGgJxqgyOSaomhvEAAA4JhRoCcYAADkmqJobxEAiOCZHede/AACl1qiaG8RAIqTWR3nXv3UtpdaomhvEAACk1lWSNkgAAAjAR3ksS3UtCMBVkjZICyUIwEd5LEsAAAjAbHC2RwAAluBVkjZICyWV4GxwtkdZMJfgVZI2SAAAlODBW1hDAAACwGxwtkdZMALAwVtYQ8w2AsBscLZHAAACwMFbWEMfpALAFGgJxrSXAcAUaAnGqDIBwNcBiQ4n/v+/gF1pLAAA/7+AXVQxAAD/v4BdaSkAAP+/gF1UMTY2/7+AXVQxX6L/v/gHLREAAP+/1wGJDs5U/7/XAYkOAAD/v93QtkfGkAAA0dMsSxyIAAAr3DZI3m4AADTNCca0lwcA0dPXvxyIBQDx3hvEe2YHAGxwtkdZMOLyR3nXv3UtAPMUaAnGqDIE86iaG8RAIgTzR3ksS3UtaPNVkjZICyXi8v//hex7rwAAmQ4/7trxAAD//z/u2vEAAHpQhex7rwAAelCF7AAANCSZDj/u2vE1JHpQhex7rzUkmQ4/7gAANSSZDj/uAAD/v6wCQvgAAP+/mQ4/7trx/7/cDv//pfH/v9wO//8AAP+///8/7trxAACZDj/u2vEAAP//Qvjd/QAA3A7//6XxAAD/////pfEAAIKqAABsVQAAK60tEQL4AAD4By0RAvgAACutLREC+AAA//9pKV+iAAD//y0RAvgAAK3JaSlfogAA+ActEQL4AACAXWkpX6IAAK3JaSlfogAArclpLF+iAACAXWkpX6IAAIBdaSxfogAA3dC2R8aQAABscLZHxpAAAAPPAdI9kgAAA89I1D2SAACBbQHSPZIAAAPPSNQ9kgAAVsWF7Huv//9grz/u2vEAAFbFhex7rwAAZ6tC+N39AABgrz/u2vEAAKwCQvjd/QAA//9C+N39AAB3r///pfEAAGerQvjd/QAArAJC+N39AAB3r///o1D//3ev//+l8f//3A7//6NQ//+sAkL4AAD/v9wO//+jUP+/rAJC+LZU/7+sAkL43f3/v6wCQvi2VP+/mQ4/7rVQ/7+sAkL43f3/v5kOP+61UDUkelCF7JU6NCR6UIXslTpG2IFtSNTWMH0mgW1I1NYw/7+BbQHS1jD/v4FtAdI9kv+/bHC2R8aQAsCAXWksNjb/v4BdaSxfov+/gF1pKV+i/7+AXWkpNjb/v/gHLRHCUgDAgF1pKQAAAMCAXWkpNjYAwPgHLREAAADA+ActEQL4AMCAXWkpX6IAwPgHLRHCUv+/+ActEQL4/79scLZHWTAHwLJP50u+sQfAbHC2R8aQB8CyT+dLVjsHwLJP50u+sQAA9MXnS76xAABscLZHxpAAAPTF50u+sQAAsk9pv76xAAD0xWm/vrEAALJP50u+sQAAsk/nS1Y7/7+yT2m/vrH/v7JP50u+sf+/sk9pv1Y7/7/0xedLvrEAAPTFab++sSgJ0dMsSxyIsRL0xedLvrHBEtHT178ciCUJ9MVpv76xAACyT2m/vrEAAPTFab++sQUAsk/nS1Y7Z/OyT2m/VjsA80d5LEt1LeLysk/nS1Y74vKyT2m/VjsBwLJPab++sQHAsk9pv1Y7BPNHede/dS0E8/9//z//f/8//3//P/9//z//f/8//3//P/9//z//f/8//38Lgf9/C4H/fwuB/38Lgf9//3//f/9//3//f/9//3//f/9//3/4gf9/iHz/f/iB/3/4gf9/+IH/f8CB/3/Agf9/zJf/f8yX/3/Ml/9/zJf/f0F8/39BfP9/QXz/f0F8/394g/9/eIP/f3iD/394g/9/enX/f3p1/396df9/enX/f/9//3//f/9//3//f/9//3//f/9//3//f711/3+9df9/vXX/f711/3+9df9/dof/f3aH/392h/9/dof/f3aH/3//v/9//7//f/+//3//v/9//7//f/+/wlhgrMJYYKzCWGCswlhgrMJYYKzw0hza79Id2vDSHdrv0h3a79Id2v9/////f////3////9/////f////3///8rSaNrL0mfaytJo2svSZ9rkVnGr5FZxq+RWcavkVnGrxHhh/MR4YfzEeGH8xHhh/GdhsrBoYbOwZ2GxsGlhtLASgtj7EoLY+xKC2PsSgtj7EoLY+56BwPyegcD8B4Hu/f9//v//f////3/+//9/////f///B4Hu/QeB7v0Hge79AABhygAAYcoAAGHKQbUMgEG1DoBBtQyAAID8/51wHe72f/7/9n/+/xRki98AgPz//3/pcP9/6XD/f+lw/3/pcLjRjty30Y/ct9GP3LfRj9zufnb/7n52/+5+dv+zgJf+s4CX/v9/dH//f3R//390f/9/tYD/f7WA/3//P/9/C4H/fwuB/3+Ugf9/lIH/f5SB/3+Ugf9/lIH/f5SB/3//f/9//3//f/9//3//f/9/+IH/f/iB/3//f/9//3//f/9//3+9df9/dof/f+lw/3/pcP9/dH//f3R//390f/9/tYD/f7WA/3+1gP9/tYD/f/+//3//v/9//7+ygJf+s4CX/rOAl/6zgJf+7n52/+5+dv/ufnb/t9GP3LfRjtzCWGCs8NId2v9/////f////3///xKC2Pv/f////3////9/////f/7/j4Hf/I6B3/yPgd/8j4Hf/I+B3/yPgd/8B4Hu/QeB7v1MeaX8THml/Ex5pfxMeaX8/3+IfP9/iHz/f4h8/3//f/9//3//f/9//3//f/9/////f////3////9///8AAGHKqLLteMavC3LBr/9xqbLueP9/wIH/f8CBQbUOgBdkjt+tcC/uAYD7/wGA+/+egcD8noHA/AqA/P8LgPv/") -}, { -"aabb": AABB(0.878764, -25.1276, -0.95724, 0.1369, 16.7513, 0.138266), -"attribute_data": PackedByteArray("/+f//0z/3i7/594uTP///63o/////94u/////63o3i4="), -"format": 34896613399, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"material": SubResource("StandardMaterial3D_btu5w"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(1.20736, 2.4759, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("//8AAP7/AAALrP////8AAP///////wAAC6wAAP7/AAAAAAAAAAD/vwAA//+AVf+/AAAAAIBV/78AAP//AAD/v/9//3//f/9//3//f/9//3//f////3////9/////f///") -}, { -"aabb": AABB(0.755518, -35.921, -0.95724, 0.260146, 33.7366, 0.260051), -"attribute_data": PackedByteArray("msj//4utffFPyH3xpK3//yigffEooP//msj//4utffGkrf//T8h98SigffEooP//Onhcwk6ODts6eA7bAIpcwna6DtuNrVzCH4J1rL+WEIEfghCBv5Z1rADAEIEAwHWsOngO2zGKdsM6eHbDTo4O2yCudsN2ug7bKKBA1b2o/9MooP/TJ6hA1eW5/9MluEDVKKAjV72oFlEooBZRvagjV+W5FlHluSNXKKD/096n3tUooN7Vvaj/00m33tXluf/TjN9UZ1rqH1qM3x9aWupUZ/f/H1r3/1RnjN9UZ13qH1pd6lRnjN8fWv//H1r//1Rn5blJ5km30ODluTHgSbdJ5km33tXluf/TKKAjV7uoFlG7qCNXKKAWUeG5FlHhuSNXJbhJ5uW5MeAluJzg5blJ5uW5/9MluEDVi7k0bAWQj46LuW2WBZA0bAWQRdOLud3qH4J1rL2WEIG9lnWsH4IQgfm/EIH5v3Wsja1lXHa6noaNrWJ+drplXHa6DtuNrVzC"), -"format": 34896613399, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAAADAAEAAwAEAAEAAwAFAAQABgAHAAgABgAJAAcACAAHAAoACAAKAAsADAANAA4ADAAPAA0ADwAQAA0ADwARABAAEgATABQAEgAVABMAFQAWABMAFQAXABYAGAAZABoAGAAbABkAGwAcABkAGwAdABwAHgAfACAAHgAhAB8AIQAiAB8AIQAjACIAJAAlACYAJAAnACUAJwAoACUAJwApACgAKgArACwAKgAtACsALQAuACsALQAvAC4AMAAxADIAMAAzADEAMwA0ADEAMwA1ADQANgA3ADgANgA5ADcAOAA3ADoAOAA6ADsAPAA9AD4APAA/AD0APgA9AEAAPgBAAEEAQgBDAEQAQgBFAEMARABDAEYARABGAEcASABJAEoASABLAEkASgBJAEwASgBMAE0ATgBPAFAATgBRAE8AUABPAFIAUABSAFMAVABVAFYAVABXAFUAVgBVAFgAVgBYAFkAWgBbAFwAWgBdAFsAXABbAF4AXABeAF8A"), -"material": SubResource("StandardMaterial3D_04fvv"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(3.92971, 5.52666, 0, 0), -"vertex_count": 96, -"vertex_data": PackedByteArray("AAAAAP///7/XAdYPzlT/v9cB1g8n/v+/AAAAAGxV/7/XAdYPAAD/vwAAAAAAAP+/AAAAAP//AAAgq9YPJ/4AAIKqAAD//wAA1wHWDyf+AAD//9YPJ/4AAP//AAD//wAA//++NV+i//+VvJ05qsn/////nTmqyf//rcm+NV+i//85Np05qsn//4BdvjVfov////+dOarJAACVvNVFqskAAP//1UWqyQAAlbydOarJAAA5NtVFqskAADk2nTmqyQAA///VRarJAAAYyV9JH6QAAP//X0kfpAAAlbzVRarJAADBW19JH6QAADk21UWqyQAA///C17SXAACDybbY3aIAAP//ttjdogAANM3C17SXAAAAXbbY3aIAABRowte0lwAA//+22N2iAACDyQfj3aIAAP//B+PdogAAg8m22N2iAAAAXQfj3aIAAABdttjdogAA//8H492i//8Dz17kPZL/////XuQ9kv//g8kH492i//+BbV7kPZL//wBdB+Pdov/////C6cfKAABOvP//x8oAAP/////HygAATrzC6cfKAABhNf//x8oAAGE1wunHygAAYTXC6QAA/79hNf//rkP/v2E1wumuQ/+/YTX//wAA/79hNf//x8r/v2E1wunHyv+/AF0H4wAAmNeBbV7k1jCY1wBdB+NgNpjXgW1e5AAAmNeBbV7kPZKY1wBdB+PdopjXAF222AAA/78AXQfjYDb/vwBdtthgNv+/AF0H4wAA/78AXQfj3aL/vwBdttjdov+/FGjC1wAAhygAXbbYYDaHKBRowteoMocoAF222AAAhygAXbbY3aKHKBRowte0l4coOTbVRQAAtyjBW19JzDa4KDk21UVPQ7cowVtfSQAAuCjBW19JH6S4KDk21UWqybgoOTadOQAA/785NtVFT0P/vzk2nTlPQ/+/OTbVRQAA/785NtVFqsn/vzk2nTmqyf+/gF2+NQAAMNc5Np05T0Mw14BdvjU2NjDXOTadOQAAMNc5Np05qskw14BdvjVfojDXDoDh/w6A4f8OgOH/DoDh/w6A4f8OgOH//38OgP9/DoD/fw6A/38OgP9/DoD/fw6A/38ve/9/L3v/fy97/38ve/9/L3v/fy97/3//f/9//3//f/9//3//f/9//3//f/9//38Ghf9/BoX/fwaF/38Ghf9/BoX/fwaF/395ev9/eXr/f3l6/395ev9/eXr/f3l6/3//f/9//3//f/9//3//f/9//3//f/9//3/Vhf9/1YX/f9WF/3/Vhf9/1YX/f9WF/3//f/9//3//f/9//3//f/9//3//f/9//3////9/////f////3////9/////f////Vf9q/1X/qv9V/2r/Vf+q/1X/qv9V/6r/3////9/////f////3////9/////f///E9TW1xPU19cT1NfXE9TX1xPU19cT1NfXn1fPq6BXz6ugV8+roFfPq6BXz6ugV8+r/3////9/////f////3////9/////f///PNSF1zvUhdc71IXXO9SG1zvUhtc71IbX") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_wk7qc") - -[sub_resource type="ArrayMesh" id="ArrayMesh_uswgj"] -_surfaces = [{ -"aabb": AABB(-0.984553, -35.921, 0.782753, 0.260146, 36.7557, 0.260051), -"format": 34896613377, -"index_count": 456, -"index_data": PackedByteArray("AAACAFgAAAABAAIAWAACAAMABgAAAFgAWAADAAQABgBYAAUABQBYAAQABQAEAAcACwBZAAgACAAJAAoACABZAAkAWQAMAAkAWQBaAAwAWgAOAAwACwBbAFkAWwBaAFkACwBcAFsACwAWAFwAFgAVAFwAFgAXABUAXAAVABEAXAARAF0AWwBcAF0AXQARABIAWwBeAFoAWwBdAF4AWgBfAA4AXgBfAFoAXwAQAA4AXwAPABAAXQASAGAAXgBdAGAAYAASABQAYAAUABMAXgBgAGEAXgBhAF8AYQBgABMAYQAPAF8AYQATAA0AYQANAA8AGAAZABoAGAAbABkAGQAcABoAGQAeABwAHAAeAB8AHAAfACAAYgAeABkAYgAfAB4AGwBjABkAGwAdAGMAKQBjAB0AGQBjAGQAGQBkAGIAKQAkAGMAJABkAGMAKgAkACkAKgArACQAKwAsACQAKwAtACwALQAuACwAJAAsAC4ALQAvAC4AJAAuAGUAJABlAGQAZQAuADAAZQBmAGQAYgBkAGYAZQAwAGcAZQBnAGYAZwAwADIAMwAyADAAMwA0ADIAMQAyADQAZwAyADEAMQA0ADUAZwAxACEAZwAhAGYAaABmACEAYgBmAGgAaAAfAGIAaAAhACIAaAAjAB8AIgAjAGgAIgAlACMAJgAjACUAJwAlACIAJgAlACgAJwAoACUANgBpADgANgA3AGkAOABpAGoAOABqADsAOwBqAEEAOwBBAEIAagBAAEEANwBrAGkANwA5AGsAPQBrADkAaQA6AGoAagA6AEAAaQBrADoAPQBsAGsAbAA6AGsAPgBsAD0APgA8AGwAbABtADoAbQBAADoAPABtAGwAbQBDAEAAPAA/AG0APwBDAG0APwBEAEMARQBuAEcARQBGAG4ARwBuAG8ARwBvAE8ARgBIAG4ARgBJAEgASgBIAEkAbgBIAE4AbgBOAG8ASgBwAEgAcABOAEgASwBwAEoASwBMAHAATABxAHAAcABxAE4ATABNAHEAbwBOAHIAcQByAE4ATQBzAHEAcQBzAHIATQBQAHMAbwByAHQATwBvAHQATwB0AFEAdAByAFIAcwBSAHIAUQB0AHUAdABSAHUAUQB1AFQAcwB2AFIAUAB2AHMAdQBSAHYAUABTAHYAVAB1AHcAdQB2AHcAdwB2AFMAVAB3AFUAdwBTAFYAVQB3AFYAVQBWAFcA"), -"lods": [0.0325924, PackedByteArray("AAABAAIAAAACAAMAAAADAAQABQAAAAQABgAAAAUABQAEAAcACAAJAAoACAALAAkACwAMAAkACwANAAwADQAOAAwADQAPAA4ADgAPABAACwARAA0ADQARABIADQASABMAEgAUABMACwAVABEACwAWABUAFgAXABUAGAAZABoAGAAbABkAGQAcABoAGwAdABkAGQAeABwAHAAeAB8AGQAfAB4AHAAfACAAGQAdACEAIgAfABkAGQAhACIAIgAjAB8AJAAhAB0AIgAlACMAJgAjACUAJwAlACIAJgAlACgAJwAoACUAKQAkAB0AKgAkACkAKgArACQAKwAsACQAKwAtACwALQAuACwAJAAsAC4ALQAvAC4AJAAuADAAJAAwADEAJAAxACEAMQAwADIAMwAyADAAMwA0ADIAMQAyADQAMQA0ADUANgA3ADgANwA5ADgAOAA5ADoAOAA6ADsAPAA6ADkAPQA8ADkAPgA8AD0APAA/ADoAOwA6AEAAPwBAADoAOwBAAEEAOwBBAEIAPwBDAEAAPwBEAEMARQBGAEcARgBIAEcARgBJAEgASgBIAEkASwBIAEoASwBMAEgATABNAEgARwBIAE4ASABNAE4ARwBOAE8ATQBQAE4ATwBOAFEAUABSAE4AUQBOAFIAUABTAFIAUQBSAFQAVABSAFMAVABTAFUAVQBTAFYAVQBWAFcA")], -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 120, -"vertex_data": PackedByteArray("//8AAJKqAAD//wAAAAAAAHxVAAAAAAAAAAAAAAAAAAAAAAAAkqoAAHxVAAD//wAA//8AAP//AAAAAAAA//8AAN5UiQ7XAQAAAAAtEfwHAAAAAIkO1wEAACf+iQ7XAQAAAABpKZ9dAAB+olQxn10AAAAAaSyfXQAAUTZUMZ9dAAAAAFQxn10AAH6iaSn//wAAfqJpLP//AAB+olQxyMkAAH6iVDH//wAABvgtEf//AAAn/okOMKsAACf+iQ7//wAAAABYQ99bAAAhL7ZHOG8AAAAAtkc4bwAA5jZYQ99bAAAAADZIIJEAAD2kWEPfWwAA0yM2SCCRAAAtLCxL4ncAAAAALEvidwAA6pcJxkpoAADKMgnGSmgAAC0s17/idwAAko+2R6XPAAANIRvEg5kAAAAA17/idwAAAAAJxkpoAAAAABvEg5kAAD2kWEMyyQAAPaRYQ///AACSj7ZH//8AAKltNkjz2gAAqW02SP//AAC3hixLidIAALeGLEv//wAAt4bXv4nSAADqlwnGVs0AAFZlG8S+3QAAt4bXv///AABWZRvE//8AAOqXCcb//wAAAACc0cFtAAD7MJzRwW0AAAAAAdLBbQAAfZKc0cFtAAB9kkjUwW0AAAAASNTBbQAAfZIB0v//AAB9kpzRKM8AAH2SnNH//wAAfZJI1P//AACdyo/WNzUAALBDj9Y3NQAAAACP1jc1AACdyo/WULwAAJ3Kj9b//wAAAAD46jc1AACwQ/jqNzUAAAAAheyDUAAAhK+F7INQAACdyvjqNzUAAJ3K+OpQvAAAncr46v//AACEr4Xs//8AAGXxP+7//wAAZfE/7iQOAAAAAD/uJA4AAFL9Qvj//wAAAABC+CECAAAi8f//WQ4AACLx/////wAAAAD//1kOAAAAAP//W68AAIdQ/////wAAAAD/////AAB8VQAAkqoAANNSLRH8BwAAUTZpKZ9dAAAG+C0R/AcAAAb4LRE8rQAAfqJpKcjJAAB+omkpn10AAFE2aSyfXQAAfqJpLMjJAAB+omksn10AAAo650tATgAAko+2RzhvAABMsOdLQE4AAEyw50uoxAAATLBpv0BOAABMsGm/qMQAAAo6ab9ATgAA+zAB0sFtAAD7MEjUwW0AAH2SAdLBbQAAfZIB0ijPAAB9kkjUKM8AAKg6heyDUAAAnlA/7iQOAACEr4XsacUAAGXxP+5JrwAAUv1C+CECAABS/UL4SKsAAJdUQvghAgAAh1D//1kOAAAi8f//W68AAIdQ//9brwAA") -}, { -"aabb": AABB(-0.984553, -25.1276, 0.904538, 0.1369, 16.7513, 0.138266), -"format": 34896613377, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("AAAAAAAAAADzU///AAAAAAAA//8AAAAA81MAAAAAAAD//wAA//8AAP////9+qgAA//8AAH6qAAD///////8AAA==") -}, { -"aabb": AABB(-0.984553, -35.921, 0.782753, 0.260146, 33.7366, 0.260051), -"format": 34896613377, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAAACAAMAAAAEAAEABAAFAAEABAAGAAUAAAADAAcABwADAAgABwAIAAkACgALAAwACgANAAsADAALAA4ADAAOAA8ADwAOABAADwAQABEADgASABAADQATAAsADQAUABMAFQATABQACwAWAA4ADgAWABIACwATABYAFQAXABMAFwAWABMAGAAXABUAGAAZABcAFwAaABYAGgASABYAGQAaABcAGgAbABIAGQAcABoAHAAbABoAHAAdABsAHgAfACAAHgAhAB8AIAAfACIAIAAiACMAIwAiACQAIwAkACUAIgAmACQAIQAnAB8AIQAoACcAKQAnACgAHwAqACIAIgAqACYAHwAnACoAKQArACcAKwAqACcALAArACkALAAtACsAKwAuACoALgAmACoALQAuACsALgAvACYALQAwAC4AMAAvAC4AMAAxAC8AMgAzADQAMgA1ADMANQA2ADMANQA3ADYAOAA2ADcAOAA5ADYAOgA5ADgAOgA7ADkA"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 60, -"vertex_data": PackedByteArray("//8AAAAAAAAn/tYPMKsAACf+1g/XAQAA3lTWD9cBAAD//wAAkqoAACf+1g///wAA//8AAP//AAB8VQAAAAAAAAAA1g/XAQAAAAAAAAAAAAAAAL41n10AAGlDnTlUNgAAAACdOVQ2AABRNr41n10AAGlD1UVUNgAAAADVRVQ2AADmNl9J31sAAAAAX0nfWwAAPaRfSd9bAADFyZ05VDYAAH6ivjWfXQAAfqK+NcjJAADFydVFVDYAAMXJnTmvvAAAfqK+Nf//AADFyZ05//8AAMXJ1UWvvAAAPaRfSTLJAADFydVF//8AAD2kX0n//wAAAADC10poAAB7NrbYIV0AAAAAttghXQAAyjLC10poAAB7NgfjIV0AAAAAB+MhXQAA+zBe5MFtAAAAAF7kwW0AAH2SXuTBbQAA/qK22CFdAADql8LXSmgAAOqXwtdWzQAA/qIH4yFdAAD+orbYnskAAOqXwtf//wAA/qK22P//AAD+ogfjnskAAH2SXuQozwAA/qIH4///AAB9kl7k//8AAAAAwuk3NQAAsEP//zc1AAAAAP//NzUAALBDwuk3NQAAncr//zc1AACdysLpNzUAAJ3KwulQvAAAncr//1C8AACdysLp//8AAJ3K/////wAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_ltk4i"] -resource_name = "18_A1_CORRIDOR_A_Cube_007" -_surfaces = [{ -"aabb": AABB(-0.984553, -35.921, 0.782753, 0.260146, 36.7557, 0.260051), -"attribute_data": PackedByteArray("//+M6P//7dJ20O3Ssrjt0rK4jOh20Fzz//9c87K4XPNK0P//srgG/bK4//97////sriQ5+7lct6yuBzkxsdy3rK4ct6yuLDJxcWnxFS4p8Tvx7DJa+awyfvijFLKxoxSxcUG4VS4U+VUuAbhnsJT5VS4FMTyxKvAVLirwJ7CFMRUuB/i2MFj5lS4Y+byxB/isrgl4NjBY+bKxiXgVLhj5rK4NUpJxjVKsrjsSXjhNUp44UhIsrhISLK41+CAy6zZsris2R3xrNl44dfgsris2YDLrNmyuCLdj+ki3R3xrNmyuCjpFc9c87K4XPPa+1zzsri/1Nr7v9SP6Vzz7ftc84/pIt3t+7jUHfFc84/pIt0d8czqHfGs2Y/pXPN44VzzHfFc8x3xzOod8azZeOHX4LK4NUqyuOxJRMY1SmnhNUpp4UhIsrhISPvi9Ozh1Fzz++Jc8+HUCe8v3lzz4dQJ7y/ene3h1FzzsrgUxFPFq8D7whTEsrirwKfgXPMz167up+A/7TPXXPOyuLDJIcanxO3HsMmyuKfEZOawye7ijFLGxoxSsrgc5LK4ct7Ex3Le6OVy3rK4kOd7////srgG/UrQ//+yuP//AOGnxJbeq8CN1xTE7uKMUpbeAlc31e9Tp+CnxC/eAlf74oxS4dTvUy/eq8Az1xTEsrgi3e37uNSyuLjUj+ki3bK4kzWyuF0uDvyTNf/7yiiyuMoosriTNe37kzWyuF0u2vvKKLK4yih20IzouM8G/cb9Bv24zwb9sriQ57K4Bv3Gx5Dnxv0G/e7lkOfGx5Dnxscc5O7lkOfu5RzkxcWnxKfgp8RJxuxJScZISHjh7ElJxtfg/Mgi3RvPuNT8yCLdNtBdLhvPkzVA/10usrhdLhXPyig20F0uQP9dLhXPKOkVz7/U2vso6SHPyihD0F0uZ/9dLkPQXS4mz5M1srhdLmf/XS7t+yXpj+nz64/p8+t44TDtRMZISETG7Elp4exJIcanxADhp8TExxzk6OUc5OjlkOfEx5DnsriQ57jPBv3Ex5Dnxf0G/ejlkOeyuAb9uM8G/cX9Bv0w6tS/AOGnxDHJ1L/H6dS/z8jUv6fgp8TPyNS/x+lSV8/IUlfH6dS/McnUvzDqUlcw6tS/MclSVzDq1L+W3qvAMOpSVzDq1L/PyFJXx+lSV5beAlcw6lJXx+nUvy/eAlfH6VJXL96rwMfp1L8xyVJXMOpSV8fpUlc="), -"format": 34896613399, -"index_count": 456, -"index_data": PackedByteArray("AAACAIwAAAABAAIAjAACAAMABgAAAIwAjAADAAQABgCMAAUABQCMAAQABQAEAAcACwCNAAgACwCOAI0ACACNAAkACAAJAAoAjwCQAJEAjwCSAJAAkwCSAI8AkwCUAJIAlQAOAAwAlQCWAA4AlgAQAA4AlwCWAJUAlgAPABAAlwCYAJYAmAAPAJYAmAANAA8AEQCZABMAEQAUAJkAFACaAJkAFAAVAJoAGAAZABoAGAAbABkAHAAdAB4AHAAfAB0AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKACbACoAKAApAJsAKgCbAJwAKgCcAC0AmwAsAJwAmwCdACwAKQCdAJsAKQArAJ0ALgAvADAALgCeAC8AngAxAC8AngAyADEAMwCfADUAMwA0AJ8ANAA2AJ8ANAA3ADYAfgCgAIAAfgChAKAAoQB/AKAAoQCBAH8AhwCiAIkAhwCjAKIAowCkAKIAowCIAKQApQCmAIsApQCnAKYApwCKAKYApwCoAIoAPACpADgAPACqAKkAOACpADkAOAA5ADoAqQA7ADkAqQCrADsAqgCrAKkAqgA9AKsAgwCsAK0AgwCGAKwArQCsAIUArQCFAK4AggCvALAAggCxAK8AsACvALIAsACyAIQAPgCzALQAPgA/ALMAtACzAEEAtABBAEAAQgC1AEQAQgBGALUARAC1AEMARABDAEUARwBJALYARwBIAEkAtgBJAEoAtgBKAEsATQC3ALgATQBRALcAuAC3AFAATABNALgAuABQALkATAC4AE4ATgC4ALkATgC5AE8AUgBTAFQAUgBVAFMAVgBXAFgAVgBZAFcAWgBbAFwAWgBdAFsAXgBfAGAAXgBhAF8AYgC6AGQAYgBlALoAZAC6ALsAZAC7AGYAvABqAGsAvABpAGoAvQC8AGsAvQBrAGwAvgC8AL0AvgC/ALwAvwBpALwAvwDAAGkAwQBtAMIAwQBvAG0AwwDBAMIAwwDCAMQAcADFAMYAcABxAMUAbgBwAMYAbgDGAMcAYwDIAMkAYwDKAMgAEgDLAMwAEgDNAMsAzgDPANAAzgDRAM8A0gDTANQA0gDVANMA1gB0AHIA1gDXAHQA2ABzANkA2AB2AHMA2gAWABcA2gDbABYAdQDcAN0AdQB3ANwA3gDfAOAA3gDhAN8AeAB8AOIAeAB9AHwA4wBnAOQA4wBoAGcA5QB7AHoA5QB5AHsA"), -"lods": [0.0325924, PackedByteArray("AAABAAIAAAACAAMAAAADAAQABQAAAAQABgAAAAUABQAEAAcACAAJAAoACAALAAkACwAMAAkACwANAAwADQAOAAwADQAPAA4ADgAPABAAEQASABMAEQAUABIAFAAVABIAEgAVABYAEgAWABcAGAAZABoAGAAbABkAHAAdAB4AHAAfAB0AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKAApACoAKQArACoAKgArACwAKgAsAC0ALgAvADAALgAxAC8ALgAyADEAMwA0ADUANAA2ADUANAA3ADYAOAA5ADoAOAA7ADkAPAA7ADgAPAA9ADsAPgA/AEAAQAA/AEEAQgBDAEQARABDAEUAQgBGAEMARwBIAEkARwBJAEoARwBKAEsATABNAE4ATgBNAE8ATQBQAE8ATQBRAFAAUgBTAFQAUgBVAFMAVgBXAFgAVgBZAFcAWgBbAFwAWgBdAFsAXgBfAGAAXgBhAF8AYgBjAGQAYgBlAGMAZABjAGYAYwBnAGYAYwBoAGcAaQBqAGsAbABpAGsAbABtAGkAbgBtAGwAbgBvAG0AbgBwAG8AcABxAG8AcgBzAHQAdQBzAHIAdQB2AHMAdQB3AHYAeAB5AHoAegB5AHsAeAB8AHkAeAB9AHwAfgB/AIAAfgCBAH8AggCDAIQAgwCFAIQAgwCGAIUAhwCIAIkAiQCIAIoAiQCKAIsA")], -"material": SubResource("StandardMaterial3D_lsgue"), -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(2.22908, 4.9004, 0, 0), -"vertex_count": 230, -"vertex_data": PackedByteArray("//8AAJKq/z///wAAAAD/P3xVAAAAAP8/AAAAAAAA/z8AAAAAkqr/P3xVAAD///8///8AAP///z8AAAAA////P95UiQ7XAawAAAAtEfwHrAAAAIkO1wGsACf+iQ7XAawAAABpKZ9dAAB+olQxn10AAAAAaSyfXQAAUTZUMZ9dAAAAAFQxn10AAAAAWEPfW0YBIS+2RzhvRAIAALZHOG9GAeY2WEPfW0YBPaRYQ99bRgHqlwnGSmghAcoyCcZKaCEBIS+2Rzhvs+0AADZIIJGz7QAAtkc4b7Pt0yM2SCCRs+0AADZIIJF0Ai0sLEvid3QCAAAsS+J3dALTIzZIIJF0AgAA17/id7n9DSEbxIOZuf0AABvEg5m5/S0s17/id7n9AAAJxkpoRwcNIRvEg5lHB8oyCcZKaEcHAAAbxIOZRwcAAJzRwW0AAPswnNHBbQAAAAAB0sFtAAB9kpzRwW0AAH2SSNTBbQAAAABI1MFtAAAAAEjUwW0UB7BDj9Y3NRQHAACP1jc1FAedyo/WNzUUB32SSNTBbRQHAAD46jc19PqwQ/jqNzX0+gAAheyDUPT6hK+F7INQ9PqdyvjqNzX0+gAA//9br/+/h1D//////78AAP//////vyLx//////+/AAD//1kO/78i8f//WQ7/v4Svhez//5IwZfE/7v//kzCEr4Xsg1CTMGXxP+4kDpMwncr46v//gdKEr4Xsg1CA0p3K+OpQvIDSncr46jc1gNKEr4Xs//+A0n2SSNT//5kuncqP1v//mi6dyo/WULyaLp3Kj9Y3NZoufZJI1MFtmi59kpzR////v32SAdL///+/fZKc0SjP/799kpzRwW3/v32SSNTBbf+/fZJI1P///7/qlwnGVs3XLlZlG8T//9Yu6pcJxv//1y5WZRvEvt3WLreG17///wrUVmUbxL7dCtS3hte/idIK1FZlG8T//wrUqW02SP//CMC3hixLidIIwKltNkjz2gjAt4YsS///CMCSj7ZH//+vy6ltNkjz2q7Lko+2R6XPsMupbTZI//+uyz2kWEP//wLAko+2R6XPB8A9pFhDMskCwJKPtkf//wLAPaRYQ99bAsDqlwnGSmgBwOqXCcZWzQHAfqJpLP///79+olQx////v36iVDHIyf+/fqJUMZ9d/79+omkp//8AwCf+iQ7XAf+/BvgtEf//AMAn/okOMKv/vyf+iQ7///+/IS+2RzhvAAAtLCxL4ndrDdMjNkggkQAAyjIJxkpoCwAtLNe/4neWBg0hG8SDmQsAko+2R6XPHI23hte/idL6jOqXCcZWzfqMVmUbxL7d+oy3hixLidIcjaltNkjz2hyNAACF7INQ0gpl8T/uJA7SCgAAP+4kDtIKhK+F7INQ0gpl8T/u////v1L9Qvj///+/ZfE/7iQO/78i8f//WQ7/vyLx//////+/AAA/7iQOWABl8T/uJA5YAAAAQvghAlgAIvH//1kOdAAAAP//WQ50AHxVAACSqv8/01ItEfwHrAAG+C0R/AesANNSLRH8BwQBAABpKZ9dBAEAAC0R/AcEAVE2aSmfXQQBBvgtEfwHBAF+omkpn10EAVE2aSmfXQAAUTZpLJ9dAAB+omkpn10AAH6iaSyfXQAAIS+2RzhvRgGSj7ZHOG9GAfswAdLBbQAA+zBI1MFtAAB9kgHSwW0AAPswSNTBbRQHqDqF7INQ9PqeUD/uJA7SCqg6heyDUNIKl1RC+CECWACeUD/uJA5YAFL9QvghAlgAAABC+CECdACHUP//WQ50AJdUQvghAnQAUv1C+CECdACHUP//W6//v4dQ//9ZDv+/IvH//1uv/78i8f//W6//v1L9QvhIq/+/Uv1C+CEC/79S/UL4SKv/v2XxP+5Jr/+/Uv1C+P///79S/UL4IQL/v2XxP+5Jr5MwhK+F7GnFkjCEr4XsacWA0n2SSNQoz5oufZJI1CjP/799kgHSKM//v32SAdLBbf+/ko+2R6XPAsCSj7ZHOG8CwH6iaSzIyf+/fqJpLJ9d/79+omkpn13/v36iaSnIyf+/fqJpKf///78G+C0RPK0AwH6iaSnIyQDABvgtEfwHAMB+omkpn10AwAb4LRH///+/BvgtETyt/78G+C0R/Af/v0yw50tATgfAko+2RzhvB8BMsOdLqMQHwEyw50tATkQCCjrnS0BORAKSj7ZHOG9EAgo650tATgAATLBpv0BOAAAKOmm/QE4AAEyw50tATgAATLDnS6jE/79MsGm/QE7/v0yw50tATv+/TLBpv6jE/78KOudLQE4AAC0sLEvidwAACjppv0BOmAYKOudLQE53DQo6ab9ATiEBTLBpv0BOIQEtLNe/4ncMAAo6ab9ATgwATLDnS6jEhZq3hte/idJJkUywab+oxEGRt4YsS4nSiJpMsOdLqMQcjUywab+oxAHATLBpv0BOAcBMsGm/qMT6jAAA/38AAP9/AAD/fwAA/38AAP9/AAD/fwAA/38AAP9/////f////3////9/////f////3////9/////f////3////9/////fwAA/3////9/////f////3////9/////f////3////9/////f////38AAP9/AAD/fwAA/38AAP9/////f////3////9/////fwAA/38AAP9/AAD/fwAA/3////9/////f////3////9/////f////38AAP9/AAD/fwAA/38AAP9/AAD/f////3////9/////f////3////9/////f////3////9/////f////3////9/tiaQMrcmkDK3JpAytyaQMjyuHlc8rh5XPK4eVzyuHlc8rh5XICi8LyEovC8hKLwvISi8LyEovC//fwAA/38AAP9/AAD/fwAA/38AAP9/AAD3JxEw9ScRMPcnETD1JxEwQKwgVkCsIFZArCBWQKwgVmJ8OgdifDoHYnw6B2J8Oge8uGBcvLhfXL24YVy8uF5cJYQTAqV8swYlhBMCJYQTAiWEEwI9g58BPYOfAf9/AAD/fwAA/38AAP9/AAAeg48BEIIIAR6DjwEQgggBEIIIAZ01/39pQJGSnTX/f/b/skoyO5eJ9f+ySg6ACQC0fzcAy381AMt/NAAUgAgADYAJAAAA/38AAP9/AAD/fwAA/393fxABZ4G0AHd/EAFngbMAZ4GzAAAA/38AAP9/AAD/f////3////9/AAD/f////3////9/////f////3////9/////f////3////9/////f////3////9/////f////3////9/////f////3////9/AAD/f////38AAP9/AAD/fwAA/38AAP9/AAD/f////3////9/////f////3////9/////f////39ngbMAZ4G0AGeBswB3fxABd38QAXd/EAF3fxABtyaQMrYmkDI8rh5XICi8L/9/AAD/fwAA/38AACWEEwIlhBMC/38AAP9/AAD/fwAA/38AAP9/AAAeg48BHoOPAR6DjwEeg48BEIIIARCCCAEQgggBpXyzBqV8swalfLMGAAD/fwAA/38AAP9/////f////3////9/////f/9/AAD/fwAA/38AAP9/AACdNf9//f+dtTM7molyQKCS////f////3/3/7NK9/+zShiMk1bwiP0/64jXPxiMllYUgAgAPYOfAT2DnwG4fzYA") -}, { -"aabb": AABB(-0.984553, -25.1276, 0.904538, 0.1369, 16.7513, 0.138266), -"attribute_data": PackedByteArray("/+f//0z/3i7/594uTP///63o/////94u/////63o3i4="), -"format": 34896613399, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"material": SubResource("StandardMaterial3D_btu5w"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(1.20736, 2.4759, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("AAAAAAAAAADzU///AAAAAAAA//8AAAAA81MAAAAAAAD//wAA////v/////9+qv+///8AAH6q/7//////////v////3////9/////f////3//fwAA/38AAP9/AAD/fwAA") -}, { -"aabb": AABB(-0.984553, -35.921, 0.782753, 0.260146, 33.7366, 0.260051), -"attribute_data": PackedByteArray("msj//4utffFPyH3xpK3//yigffEooP//msj//4utffGkrf//T8h98SigffEooP//Onhcwk6ODts6eA7bAIpcwna6DtuNrVzCH4J1rL+WEIEfghCBv5Z1rADAEIEAwHWsOngO2zGKdsM6eHbDTo4O2yCudsN2ug7bKKBA1b2o/9MooP/TJ6hA1eW5/9MluEDVKKAjV72oFlEooBZRvagjV+W5FlHluSNXKKD/096n3tUooN7Vvaj/00m33tXluf/TjN9UZ1rqH1qM3x9aWupUZ/f/H1r3/1RnjN9UZ13qH1pd6lRnjN8fWv//H1r//1Rn5blJ5km30ODluTHgSbdJ5km33tXluf/TKKAjV7uoFlG7qCNXKKAWUeG5FlHhuSNXJbhJ5uW5MeAluJzg5blJ5uW5/9MluEDVi7k0bAWQj46LuW2WBZA0bB+Cday9lhCBvZZ1rB+CEIH5vxCB+b91rI2tZVx2up6Gja1ifna6ZVx2ug7bja1cwou5bZYFkEXTi7nd6gWQj44="), -"format": 34896613399, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAAADAAEAAwAEAAEAAwAFAAQABgAHAAgABgAJAAcACAAHAAoACAAKAAsADAANAA4ADAAPAA0ADwAQAA0ADwARABAAEgATABQAEgAVABMAFQAWABMAFQAXABYAGAAZABoAGAAbABkAGwAcABkAGwAdABwAHgAfACAAHgAhAB8AIQAiAB8AIQAjACIAJAAlACYAJAAnACUAJwAoACUAJwApACgAKgArACwAKgAtACsALQAuACsALQAvAC4AMAAxADIAMAAzADEAMwA0ADEAMwA1ADQANgA3ADgANgA5ADcAOAA3ADoAOAA6ADsAPAA9AD4APAA/AD0APgA9AEAAPgBAAEEAQgBDAEQAQgBFAEMARABDAEYARABGAEcASABJAEoASABLAEkASgBJAEwASgBMAE0ATgBPAFAATgBRAE8AUgBTAFQAUgBVAFMAVABTAFYAVABWAFcAWABZAFoAWABbAFkAWgBZAFwAWgBcAF0AXgBfAGAAXgBhAF8A"), -"material": SubResource("StandardMaterial3D_04fvv"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(3.92971, 5.52666, 0, 0), -"vertex_count": 98, -"vertex_data": PackedByteArray("//8AAAAA/78n/tYPMKv/vyf+1g/XAf+///8AAJKq/78n/tYP////v///AAD///+///8AAAAACADeVNYP1wEIAHxVAAAAAAgAJ/7WD9cBCAAAANYP1wEIAAAAAAAAAAgAAAC+NZ9d0PxpQ505VDbQ/AAAnTlUNtD8UTa+NZ9d0PzFyZ05VDbQ/H6ivjWfXdD8AACdOVQ2AABpQ9VFVDYAAAAA1UVUNgAAaUOdOVQ2AADFydVFVDYAAMXJnTlUNgAAAADVRVQ2VAPmNl9J31tUAwAAX0nfW1QDaUPVRVQ2VAM9pF9J31tUA8XJ1UVUNlQDAADC10porAN7NrbYIV2sAwAAttghXawDyjLC10porAP+orbYIV2sA+qXwtdKaKwDAAC22CFdAAB7NgfjIV0AAAAAB+MhXQAAeza22CFdAAD+ogfjIV0AAP6ittghXQAAAAAH4yFdG/z7MF7kwW0b/AAAXuTBbRv8ezYH4yFdG/x9kl7kwW0b/P6iB+MhXRv8AADC6Tc1AACwQ///NzUAAAAA//83NQAAsEPC6Tc1AACdyv//NzUAAJ3Kwuk3NQAAncrC6f///7+dyv//ULz/v53KwulQvP+/ncr//////7+dyv//NzX/v53Kwuk3Nf+//qIH4///I9N9kl7kKM8i0/6iB+OeySLTfZJe5P//ItN9kl7kwW0i0/6iB+MhXSLT/qK22P///7/+ogfjnsn/v/6ittieyf+//qIH4////7/+ogfjIV3/v/6ittghXf+/6pfC1///vCz+orbYnsm9LOqXwtdWzb0s/qK22P//vSz+orbYIV29LOqXwtdKaL0sxcnVRf//jiw9pF9JMsmOLMXJ1UWvvI4sPaRfSf//jizFyZ05////v8XJ1UWvvP+/xcmdOa+8/7/FydVF////v8XJ1UVUNv+/xcmdOVQ2/79+or41//+E08XJnTmvvITTfqK+NcjJhNPFyZ05//+E08XJnTlUNoTTfqK+NZ9dhNPFydVFr7yPLD2kX0nfW48sxcnVRVQ2jyw9pF9JMsmPLByADgAcgA4AHIAOAByADgAcgA4AHIAOAP///3////9/////f////3////9/////fwAA/38AAP9/AAD/fwAA/38AAP9/AAD/f/7//3/+//9/////f/7//3////9/////f////3////9/////f////3////9/////fwAA/38AAP9/AAD/fwAA/38AAP9/AAD/f////3////9/////f////3////9/////f////3////9/////f////3////9/////f////3////9/////f////3////9/////f/9/AAD/fwAA/38AAP9/AAD/fwAA/38AAGittFZorbRWaK20VmittFZorbRWaK20Vv9/AAD/fwAA/38AAP9/AAD/fwAA/38AAF4pQC1fKUAtXylALV8pQC1fKUAtXylALQStglYErYJWBK2CVgStglb/fwAA/38AAP9/AAD/fwAA/38AAP9/AACJKessiinqLIop6iyKKeosiinqLIop6iwFrYJWBa2CVgWtglYFrYJW") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_uswgj") - -[sub_resource type="ArrayMesh" id="ArrayMesh_etli6"] -_surfaces = [{ -"aabb": AABB(0.755518, -35.921, 0.782753, 0.260146, 36.7557, 0.260051), -"format": 34896613377, -"index_count": 456, -"index_data": PackedByteArray("AAABAAIAAABYAAEAWAAGAAEAAwBYAAAAWAAFAAYAAwAEAFgABAAFAFgABAAHAAUACABZAFoACAAJAFkACQAKAFkACQALAAoAWQAKAAwAWQAMAFsAWgBZAFsAWwAMAA0ACABaAFwACABcABYAFgBcABUAFgAVABcAXAAUABUAXABdABQAWgBdAFwAXQATABQAWgBbAF4AWgBeAF0AXQBfABMAXgBfAF0AXwASABMAXwARABIAYAARAF8AXgBgAF8AYAAQABEAYAAPABAAXgBhAGAAYABhAA8AXgBbAGEAYQAOAA8AWwANAGEAYQANAA4AGAAZABoAGAAbABkAGQAbAB0AGgAZAGIAGgBiABwAJQAcAGIAGQAdAB8AJQBiACQAJgAlACQAJgAkACcAHQAgAB8AHQAhACAAYwAZAB8AYwAfACAAGQBkAGIAGQBjAGQAJABiAGQAJwAkACwAJwAsAC0ALQAsAC4AJAAuACwALQAuAC8AJABlAC4AJABkAGUAZQAwAC4AZQBkAGYAYwBmAGQAZQBnADAAZQBmAGcAZwAyADAAMwAwADIAMwAyADQAMQA0ADIAZwAxADIAMQA1ADQAZwAeADEAZwBmAB4AaAAeAGYAYwBoAGYAaABjACAAaAAiAB4AaAAgACMAIgBoACMAIgAjACgAKQAoACMAKgAiACgAKQArACgAKgAoACsANgBpADgANgA3AGkAOABpAGoAOABqAD4AQwA+AGoANwBrAGkANwA5AGsAOQA7AGsAOQA6ADsAawA7ADwAaQBrAD0AawA8AD0AaQA9AGoAQwBqAGwAbABqAD0ARABDAGwARABsAEIAbAA9AG0AbQA9ADwAQgBsAG0AbQA8AEAAQgBtAD8APwBtAEAAPwBAAEEARQBuAEcARQBGAG4ARwBuAEgARwBIAEkASgBJAEgARgBvAG4ARgBOAG8AbgBNAEgAbgBvAE0ASgBIAHAAcABIAE0ATABKAHAATABwAEsASwBwAHEAcABNAHEASwBxAE8AbwByAE0AcQBNAHIATgBzAG8AbwBzAHIATgBQAHMATwBxAHQAcQByAHQATwB0AFEAcwBSAHIAdAByAFIAUAB1AHMAcwB1AFIAUABTAHUAdABSAHYAUQB0AHYAdQB2AFIAUQB2AFQAUwB3AHUAdQB3AHYAdwBUAHYAUwBWAHcAdwBVAFQAVgBVAHcAVgBXAFUA"), -"lods": [0.0638598, PackedByteArray("AAABAAIAAwABAAAAAwAEAAEABAAFAAEAAQAFAAYABAAHAAUACAAJAAoACQALAAoACgAMAAgACAAMAA0ACAANAA4ACAAOAA8ACAAPABAACAAQABEACAARABIACAASABMACAATABQAFQAIABQACAAVABYAFgAVABcAGAAZABoAGAAbABkAGgAZABwAGQAbAB0AGQAeABwAGQAdAB8AHQAgAB8AGQAfACAAHQAhACAAIgAZACAAGQAiAB4AIgAgACMAJAAcAB4AJQAcACQAJgAlACQAJgAkACcAIgAjACgAKQAoACMAKgAiACgAKQArACgAKgAoACsAJwAkACwAJwAsAC0ALQAsAC4AJAAuACwALQAuAC8AJAAwAC4AJAAxADAAJAAeADEAMQAyADAAMwAwADIAMwAyADQAMQA0ADIAMQA1ADQANgA3ADgANwA5ADgAOQA6ADsAOQA7ADwAOAA5AD0AOQA8AD0AOAA9AD4APwA9ADwAPwA8AEAAPwBAAEEAQgA9AD8AQgA+AD0AQwA+AEIARABDAEIARQBGAEcARwBGAEgARwBIAEkASgBJAEgASgBIAEsATABKAEsARgBNAEgASwBIAE0ARgBOAE0ASwBNAE8ATgBQAE0ATwBNAFEAUABSAE0AUQBNAFIAUABTAFIAUQBSAFQAUwBUAFIAUwBVAFQAVgBVAFMAVgBXAFUA")], -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 120, -"vertex_data": PackedByteArray("AAAAAJKqAACCqgAAAAAAAAAAAAAAAAAAAAAAAP//AACCqgAA//8AAP//AACSqgAA//8AAAAAAAD//wAA//8AANcBiQ7XAQAAIKuJDtcBAAD//y0R/AcAAP//iQ7XAQAA//9pKZ9dAAD//2ksn10AAP//VDGfXQAArclUMZ9dAACAXVQxn10AAIBdVDHIyQAAgF1UMf//AACAXWks//8AAIBdaSn//wAA+ActEf//AADXAYkOMKsAANcBiQ7//wAA//9YQ99bAADd0LZHOG8AABjJWEPfWwAA//+2RzhvAADBW1hD31sAAP//NkggkQAAFGgJxkpoAAAr3DZIIJEAANHTLEvidwAA//8sS+J3AAA0zQnGSmgAANHT17/idwAAbHC2R6XPAADBW1hDMskAAMFbWEP//wAAbHC2R///AADx3hvEg5kAAP//17/idwAA//8JxkpoAAD//xvEg5kAAFWSNkjz2gAAVZI2SP//AABHeSxLidIAAEd5LEv//wAAR3nXv4nSAAAUaAnGVs0AAKiaG8S+3QAAR3nXv///AAComhvE//8AABRoCcb//wAA//+c0cFtAAD//wHSwW0AAAPPnNHBbQAA//9I1MFtAAD//4/WNzUAAE68j9Y3NQAAYTWP1jc1AACBbUjUwW0AAIFtnNHBbQAAgW1I1P//AABhNY/WULwAAGE1j9b//wAAgW0B0v//AACBbZzRKM8AAIFtnNH//wAA///46jc1AAD//4Xsg1AAAE68+Oo3NQAAelCF7INQAABhNfjqNzUAAGE1+OpQvAAAelCF7P//AABhNfjq//8AAJkOP+4kDgAA//8/7iQOAACZDj/u//8AAP//QvghAgAArAJC+P//AADcDv//WQ4AAP////9ZDgAA3A7/////AAB3r/////8AAP////9brwAA////////AACCqgAAkqoAACutLRH8BwAA+ActEfwHAACtyWkpn10AAPgHLRE8rQAAgF1pKcjJAACAXWkpn10AAIBdaSzIyQAAgF1pLJ9dAACtyWksn10AAGxwtkc4bwAA9MXnS0BOAACyT+dLQE4AALJP50uoxAAAsk9pv0BOAACyT2m/qMQAAPTFab9ATgAAA88B0sFtAACBbQHSwW0AAAPPSNTBbQAAgW0B0ijPAACBbUjUKM8AAFbFheyDUAAAYK8/7iQOAAB6UIXsacUAAJkOP+5JrwAArAJC+CECAABnq0L4IQIAAKwCQvhIqwAAd6///1kOAADcDv//W68AAHev//9brwAA") -}, { -"aabb": AABB(0.878764, -25.1276, 0.904538, 0.1369, 16.7513, 0.138266), -"format": 34896613377, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("//8AAAAAAAALrP//AAAAAAusAAAAAAAA/////wAAAAAAAAAA//8AAAAA//9+qgAAAAD/////AAAAAAAAfqoAAA==") -}, { -"aabb": AABB(0.755518, -35.921, 0.782753, 0.260146, 33.7366, 0.260051), -"format": 34896613377, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAgABAAMAAgADAAQAAAAFAAEAAAAGAAUAAAAHAAYABwAIAAYABwAJAAgACgALAAwACgANAAsADAALAA4ADAAOAA8AEAAPAA4ADQARAAsADQASABEAEgATABEAEgAUABMAEQATABUACwARABYAEQAVABYACwAWAA4AEAAOABcAFwAOABYAGAAQABcAGAAXABkAFwAWABoAGgAWABUAGQAXABoAGgAVABsAGQAaABwAHAAaABsAHAAbAB0AHgAfACAAHgAhAB8AIAAfACIAIAAiACMAJAAjACIAIQAlAB8AIQAmACUAJgAnACUAJgAoACcAJQAnACkAHwAlACoAJQApACoAHwAqACIAJAAiACsAKwAiACoALAAkACsALAArAC0AKwAqAC4ALgAqACkALQArAC4ALgApAC8ALQAuADAAMAAuAC8AMAAvADEAMgAzADQAMgA1ADMANAAzADYANAA2ADcAOAA3ADYAOAA2ADkAOgA4ADkAOgA5ADsA"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 60, -"vertex_data": PackedByteArray("AAAAAAAAAADXAdYPMKsAAAAAAACSqgAA1wHWD///AAAAAAAA//8AANcB1g/XAQAAIKvWD9cBAACCqgAAAAAAAP//1g/XAQAA//8AAAAAAAD//741n10AAJW8nTlUNgAArcm+NZ9dAAD//505VDYAADk2nTlUNgAAgF2+NZ9dAACAXb41yMkAAJW81UVUNgAA///VRVQ2AAAYyV9J31sAAP//X0nfWwAAwVtfSd9bAAA5NtVFVDYAADk2nTmvvAAAgF2+Nf//AAA5Np05//8AADk21UWvvAAAwVtfSTLJAAA5NtVF//8AAMFbX0n//wAA///C10poAACDybbYIV0AADTNwtdKaAAA//+22CFdAAAAXbbYIV0AABRowtdKaAAAFGjC11bNAACDyQfjIV0AAP//B+MhXQAAA89e5MFtAAD//17kwW0AAIFtXuTBbQAAAF0H4yFdAAAAXbbYnskAABRowtf//wAAAF222P//AAAAXQfjnskAAIFtXuQozwAAAF0H4///AACBbV7k//8AAP//wuk3NQAATrz//zc1AABOvMLpNzUAAP////83NQAAYTX//zc1AABhNcLpNzUAAGE1wulQvAAAYTX//1C8AABhNcLp//8AAGE1/////wAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_pjk1a"] -resource_name = "18_A1_CORRIDOR_A_Cube_008" -_surfaces = [{ -"aabb": AABB(0.755518, -35.921, 0.782753, 0.260146, 36.7557, 0.260051), -"attribute_data": PackedByteArray("//+M6HbQ7dL//+3S//9c83bQXPOyuIzosrjt0rK4XPN7////StD//7K4Bv2yuP//sriQ57K4HOSyuHLexsdy3u7lct6yuLDJxcWnxO/HsMlUuKfEa+awyfvijFLKxoxSxcUG4VS4U+WewlPlVLgG4VS4FMTyxKvAnsIUxFS4q8BUuB/i2MFj5vLEH+JUuGPmsrgl4NjBY+ZUuGPmysYl4LK4NUqyuOxJScY1SrK4SEh44UhIeOE1SrK41+CyuKzZgMus2R3xrNl44dfgsris2bK4It2Ay6zZj+ki3R3xrNmyuCjpFc9c87K4v9SyuFzz2vtc89r7v9SyuJM1DvyTNbK4XS7/+8oosrjKKI/pXPPt+7jU7ftc84/pIt0d8VzzHfHM6o/pXPOP6SLdHfGs2XjhXPMd8czqHfFc8x3xrNl44dfgsrg1SkTGNUqyuOxJaeE1SmnhSEiyuEhI++L07OHUXPPh1Anv++Jc8y/eXPPh1Anv4dRc8y/ene2yuBTEU8WrwLK4q8D7whTEp+Bc8zPXru4z11zzp+A/7bK4sMkhxqfEsrinxO3HsMlk5rDJ7uKMUsbGjFJ7////srgc5LK4kOeyuHLexMdy3ujlct6yuAb9StD//7K4//8A4afEjdcUxJbeq8Du4oxSlt4CVzfV71On4KfEL94CVy/eq8Az1xTE++KMUuHU71OyuCLd7fu41I/pIt2yuLjUsriTNbK4XS7t+5M12vvKKLK4yih20IzouM8G/cb9Bv24zwb9sriQ58bHkOeyuAb9xv0G/e7lkOfGx5Dnxscc5O7lkOfu5RzkxcWnxKfgp8RJxuxJeOHsSUnGSEhJxtfg/Mgi3RvPuNT8yCLdNtBdLhvPkzVA/10usrhdLhXPyig20F0uQP9dLhXPKOkVz7/U2vso6bK4XS4hz8ooQ9BdLmf/XS5D0F0uJs+TNWf/XS7t+yXpj+nz64/p8+t44TDtRMZISETG7Elp4exJAOGnxMTHHOTEx5Dn6OWQ5+jlHOS4zwb9sriQ57K4Bv3Ex5Dnxf0G/ejlkOe4zwb9xf0G/SHGp8Qw6tS/McnUvwDhp8TH6dS/p+CnxM/I1L/PyNS/x+lSV8fp1L/PyFJXMcnUvzDqUlcxyVJXMOrUvzDq1L8w6lJXlt6rwJbeAlcw6tS/z8hSV8fpUlcw6lJXx+nUv8fpUlcv3qvAx+nUvzHJUlcw6lJXx+lSVy/eAlc="), -"format": 34896613399, -"index_count": 456, -"index_data": PackedByteArray("AAABAAIAAACMAAEAjAAGAAEAAwCMAAAAjAAFAAYAAwAEAIwABAAFAIwABAAHAAUACACNAI4ACAAJAI0ACQAKAI0ACQALAAoAjwCQAJEAjwCSAJAAkwCPAJEAkwCRAJQAlQANAJYAlQAMAA0AlgANAA4AlwCVAJYAlgAOAA8AlwCWAJgAmACWAA8AmAAPABAAEQCZABMAEQAUAJkAEwCZAJoAEwCaABUAGAAZABoAGAAbABkAHAAdAB4AHAAfAB0AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKACbACoAKAApAJsAKgCbAJwAKgCcAC0AmwAsAJwAmwCdACwAKQCdAJsAKQArAJ0ALgAwAJ4ALgAvADAAngAwADEAngAxADIAMwCfADUAMwA0AJ8ANQCfADYANQA2ADcAgwCgAKEAgwCGAKAAoQCgAIQAoQCEAIUAhwCiAKMAhwCIAKIAowCiAKQAowCkAIkApQCmAKcApQCLAKYApwCmAIoApwCKAKgAOgCpAKoAOgA4AKkAqgCpAKsAqgCrAD0AqQA8AKsAqQA5ADwAOAA5AKkAOAA7ADkArACtAEIArACuAK0ArgBBAK0ArgCvAEEAPgCwAEAAPgCxALAAsQCyALAAsQA/ALIAQwCzAEUAQwC0ALMAtABEALMAtABGAEQARwC1AEkARwBIALUASABKALUASABLAEoATABNAE4ATAC2AE0AtgBPAE0AtgBQAE8AUwC3AFYAUwC4ALcAuABVALcAUQC4AFMAuAC5AFUAUQBSALgAUgC5ALgAUgBUALkAVwBYAFkAVwBaAFgAWwBcAF0AWwBeAFwAXwBgAGEAXwBiAGAAYwBkAGUAYwBmAGQAZwBoAGkAZwBqAGgAagC6AGgAagBrALoAuwBxAG8AuwByAHEAvAC7AG8AvABvAHAAvQC7ALwAvQC+ALsAvgByALsAvgBzAHIAvwDAAMEAvwDCAMAAwwDCAL8AwwDEAMIAdQB0AHYAdQDFAHQAbgDFAHUAbgDGAMUAxwDIAMkAxwDKAMgAEgDLAMwAEgDNAMsAzgDPANAAzgDRAM8A0gDTANQA0gDVANMA1gB4AHkA1gB3AHgA1wDYANkA1wDaANgA2wAWANwA2wAXABYAegB7AHwAegDdAHsA3gB+AH8A3gDfAH4AfQDgAIAAfQDhAOAA4gBsAG0A4gDjAGwA5ACCAOUA5ACBAIIA"), -"lods": [0.0638598, PackedByteArray("AAABAAIAAwABAAAAAwAEAAEABAAFAAEAAQAFAAYABAAHAAUACAAJAAoACQALAAoACgAMAAgACAAMAA0ACAANAA4ACAAOAA8ACAAPABAAEQASABMAEQAUABIAEwASABUAEgAWABUAEgAXABYAGAAZABoAGAAbABkAHAAdAB4AHAAfAB0AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKAApACoAKQArACoAKgArACwAKgAsAC0ALgAvADAALgAwADEALgAxADIAMwA0ADUANQA0ADYANQA2ADcAOAA5ADoAOAA7ADkAOgA5ADwAOgA8AD0APgA/AEAAQAA/AEEAQABBAEIAQwBEAEUAQwBGAEQARwBIAEkASABKAEkASABLAEoATABNAE4ATABPAE0ATABQAE8AUQBSAFMAUgBUAFMAUwBUAFUAUwBVAFYAVwBYAFkAVwBaAFgAWwBcAF0AWwBeAFwAXwBgAGEAXwBiAGAAYwBkAGUAYwBmAGQAZwBoAGkAZwBqAGgAagBrAGgAaABrAGwAaABsAG0AbgBvAHAAbgBxAG8AbgByAHEAbgBzAHIAdABuAHAAbgB0AHUAdQB0AHYAdwB4AHkAegB3AHkAegB5AHsAegB7AHwAfQB+AH8AfQB/AIAAfQCBAH4AgQCCAH4AgwCEAIUAgwCGAIQAhwCIAIkAiACKAIkAiACLAIoA")], -"material": SubResource("StandardMaterial3D_lsgue"), -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(2.22908, 4.9004, 0, 0), -"vertex_count": 230, -"vertex_data": PackedByteArray("AAAAAJKq//+CqgAAAAD//wAAAAAAAP//AAAAAP////+CqgAA////////AACSqv////8AAAAA/////wAA/////9cBiQ7XAf//IKuJDtcB/////y0R/Af/////iQ7XAf////9pKZ9d/////2ksn13/////VDGfXf//rclUMZ9d//+AXVQxn13/////WEPfW///3dC2Rzhv//8YyVhD31v/////tkc4b///wVtYQ99b//8UaAnGSmj//zTNCcZKaP//3dC2RzhvAAD//zZIIJEAACvcNkggkQAA//+2RzhvAAD//zZIIJH//9HTLEvid///K9w2SCCR/////yxL4nf/////17/idwAA8d4bxIOZAADR09e/4ncAAP//G8SDmQAA//8Jxkpo///x3hvEg5n/////G8SDmf//NM0Jxkpo/////5zRwW3/////AdLBbf//A8+c0cFt/////0jUwW3//4FtSNTBbf//gW2c0cFt/////0jUwW3/////j9Y3Nf//TryP1jc1//9hNY/WNzX//4FtSNTBbf/////46jc1AAD//4Xsg1AAAE68+Oo3NQAAelCF7INQAABhNfjqNzUAAP////9brwAAd6//////AAD/////WQ4AAP///////wAA3A7/////AADcDv//WQ4AAJkOP+7//z0AmQ4/7iQOPQCsAkL4//8+ANwO//9ZDlEA3A7/////UQB6UIXs///I25kOP+4kDsnbmQ4/7v//ydt6UIXsg1DJ22E1+Or//7gnYTX46lC8uCd6UIXs//+4J3pQheyDULgnYTX46jc1uCeBbUjU//9/2WE1j9ZQvIDZYTWP1v//gNlhNY/WNzWA2YFtSNTBbYDZgW2c0f//AACBbZzRKM8AAIFtAdL//wAAgW2c0cFtAACBbUjUwW0AAIFtSNT//wAAFGgJxlbNxdmomhvE///E2aiaG8S+3cTZFGgJxv//xdlHede///9aKaiaG8S+3VopqJobxP//WilHede/idJaKVWSNkj//7kBR3ksS4nSuQFHeSxL//+5AVWSNkjz2rkBbHC2R///bB9VkjZI89prH1WSNkj//2ofbHC2R6XPbR/BW1hD///3AGxwtkelz/cAbHC2R///9wDBW1hDMsn3AMFbWEPfW/cAFGgJxkpovwAUaAnGVs2/ANcBiQ7XAXgAgF1pLP//AACAXWkp//8AAIBdVDH//wAAgF1UMcjJAACAXVQxn10AAPgHLRH//3gA1wGJDjCreADXAYkO//94AN3Qtkc4bxrNK9w2SCCRGs3R0yxL4ncazTTNCcZKaITN0dPXv+J3hM3x3hvEg5mEzWxwtkelzwMAR3nXv4nSKQtHeSxLidLbFlWSNkjz2gMAFGgJxlbNAAComhvEvt0AAP//heyDUP//mQ4/7iQO//96UIXsg1D/////P+4kDv////8/7iQO/////0L4IQL//5kOP+4kDv//3A7//1kO////////WQ7//4KqAACSqv//K60tEfwH///4By0R/Af//yutLRH8B/////9pKZ9d//+tyWkpn13/////LRH8B///+ActEfwH//+AXWkpn13//63JaSmfXf//rclpLJ9d//+AXWkpn13//4BdaSyfXf//3dC2Rzhv//9scLZHOG///wPPAdLBbf//gW0B0sFt//8Dz0jUwW3//wPPSNTBbf//VsWF7INQAABgrz/uJA7//1bFheyDUP//Z6tC+CEC//9grz/uJA7//6wCQvghAv////9C+CEC//93r///WQ7//2erQvghAv//rAJC+CEC//93r///W68AAHev//9ZDgAA3A7//1uvAACsAkL4//9RANwO//9br1EArAJC+EirUQCsAkL4IQJRAKwCQvhIqz4AmQ4/7kmvPQCsAkL4IQI9AJkOP+5Jr8nbelCF7GnFyNt6UIXsacW4J4FtSNQoz3/ZgW1I1CjPAACBbQHSKM8AAIFtAdLBbQAAbHC2Rzhv9wCAXWksyMkAAIBdaSnIyQAAgF1pKZ9dAACAXWksn10AAPgHLRE8rbgAgF1pKf//uAD4By0R//+4AIBdaSnIybgA+ActEfwHuACAXWkpn124APgHLRE8rXgA+ActEfwHeABscLZHpc+XAbJP50tATpcBsk/nS6jElwFscLZHOG+XAbJP50tATv//bHC2Rzhv///0xedLQE7///TF50tATv//sk9pv0BO//+yT+dLQE7///TFab9ATv//sk/nS6jEAACyT2m/QE4AALJPab+oxAAAsk/nS0BOAAD0xedLQE4azfTFab9ATqjN0dMsS+J3bc/R09e/4neozfTF50tATnHP9MVpv0BO//+yT2m/QE7///TFab9AToTNsk/nS6jE2BayT2m/qMQcC0d5LEuJ0gAAsk/nS6jEAwCyT2m/qMS/ALJPab9ATr8Ask9pv6jEAABHede/idIAAP9//z//f/8//3//P/9//z//f/8//3//P/9//z//f/8//3/y/v9/8v7/f/L+/3/y/v9/////f////3////9/////f////38F/naD////fwX+/38F/v9/Bf7/fz3+/389/v9/Muj/fzLo/38y6P9/Mui9g///vYP//72D//+9g////3+G/P9/hvz/f4b8/3+G/ISK//+Eiv//hIr//4SK////f////3////9/////f////3////9///9Biv//QYr//0GK//9Biv//QYr///9/h/j/f4f4/3+H+P9/h/j/f4f4/3//v/9//7//f/+//3//v/9//7//f/+/IkC6fyJAun8hQLt/pP/SP6T/0j+20Y/ct9GP3LfRj9y30Y/cwlhhrMJYYKzCWGCswlhgrMJYYKzv0h7a79Id2u/SHdrv0h3a79Id2v8//3//P/9//z//f/8//3//P/9//z//f8rSaNrI0mnayNJp2srSaNrkVnKr5FZxq+RWcavkVnKr8UAcfvFAHH7xQBx+8UAcfmphtbBpYbSwaGGzsGphtrDu/nc/7v53P+7+dz/u/nc/7v53Pyv/lT8r/5U/ef+8P/8//3//P/9//z//f/8//3//P/9/ef+8P3n/vD95/7w//X8CAP1/AgD8fwMAI4ANACKACwAjgA4A7/8h7nRucoLQbgSF6v8i7k1u3H9Pbsl/FY///xWP//8Vj///FY///4qA//+KgP//ioD///9/SP//f0j//3//P/9/8v7/f/L+/39q/v9/av7/f2r+/39q/v9/av7/f2r+/3////9/////f////3////9/Bf7/fwX+/3////9/////f///QYr///9/h/gVj///FY///4qA//+KgP//ioD///9/SP//f0j//39I//9/SP//f/+//3//v/9//7+k/9I/pP/SP6T/0j+k/9I/IkC6fyJAun8iQLp/t9GP3LbRj9zCWGCs79Id2v8//3//P/9//z//f+7+dz//P/9//z//f/8//3//P/9/M/+ZPzP/mT8z/5k/M/+ZPzP/mT8z/5k/ef+8P3n/vD/eQEF+3kBBft5AQX7eQEF+doP//3aD//92g////3////9/////f////3////8//3//P/9//z//f/8//3/8fwMAZ47LGOCY0CpkjsUY75jqKv9/Pf7/fz3+IoALANBuBIV0bnCC+/8f7vv/H+4r/5U/K/+VP/n/SO74/0ju") -}, { -"aabb": AABB(0.878764, -25.1276, 0.904538, 0.1369, 16.7513, 0.138266), -"attribute_data": PackedByteArray("/+f//0z/3i5M/////+feLq3o/////94urejeLv////8="), -"format": 34896613399, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"material": SubResource("StandardMaterial3D_btu5w"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(1.20736, 2.4759, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("//8AAAAA//8LrP//AAD//wusAAAAAP///////wAA//8AAAAA//8AAAAA//9+qgAAAAD/////AAAAAAAAfqoAAP9/////f////3////9/////P/9//z//f/8//3//P/9/") -}, { -"aabb": AABB(0.755518, -35.921, 0.782753, 0.260146, 33.7366, 0.260051), -"attribute_data": PackedByteArray("msj//4utffGkrf//T8h98SigffEooP//msj//4utffFPyH3xpK3//yigffEooP//Onhcwk6ODtsAilzCOngO23a6DtuNrVzCH4J1rL+WEIG/lnWsH4IQgQDAEIEAwHWsOngO2zGKdsNOjg7bOnh2wyCudsN2ug7bKKBA1b2o/9MnqEDVKKD/0+W5/9MluEDVKKAjV72oFlG9qCNXKKAWUeW5FlHluSNXKKD/096n3tW9qP/TKKDe1Um33tXluf/TjN9UZ1rqH1pa6lRnjN8fWvf/H1r3/1RnjN9UZ13qH1qM3x9aXepUZ///H1r//1Rn5blJ5km30OBJt0nm5bkx4Em33tXluf/TKKAjV7uoFlEooBZRu6gjV+G5FlHhuSNXJbhJ5uW5MeDluUnmJbic4OW5/9MluEDVi7k0bAWQj44FkDRsi7ltlh+Cday9lhCBH4IQgb2Wdaz5vxCB+b91rI2tZVx2up6GdrplXI2tYn52ug7bja1cwou5bZYFkEXTBZCPjou53eo="), -"format": 34896613399, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAUABgAHAAgABgAJAAcACQAKAAcACQALAAoADAANAA4ADAAPAA0ADgANABAADgAQABEAEgATABQAEgAVABMAFAATABYAFAAWABcAGAAZABoAGAAbABkAGgAZABwAGgAcAB0AHgAfACAAHgAhAB8AIAAfACIAIAAiACMAJAAlACYAJAAnACUAJgAlACgAJgAoACkAKgArACwAKgAtACsALAArAC4ALAAuAC8AMAAxADIAMAAzADEAMgAxADQAMgA0ADUANgA3ADgANgA5ADcAOQA6ADcAOQA7ADoAPAA9AD4APAA/AD0APwBAAD0APwBBAEAAQgBDAEQAQgBFAEMARQBGAEMARQBHAEYASABJAEoASABLAEkASwBMAEkASwBNAEwATgBPAFAATgBRAE8AUgBTAFQAUgBVAFMAVQBWAFMAVQBXAFYAWABZAFoAWABbAFkAWwBcAFkAWwBdAFwAXgBfAGAAXgBhAF8A"), -"material": SubResource("StandardMaterial3D_04fvv"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(3.92971, 5.52666, 0, 0), -"vertex_count": 98, -"vertex_data": PackedByteArray("AAAAAAAABgDXAdYPMKsGAAAAAACSqgYA1wHWD9cBBgDXAdYP//8GAAAAAAD//wYAAAAAAAAA//8gq9YP1wH//9cB1g/XAf//gqoAAAAA/////9YP1wH/////AAAAAP////++NZ9dAACVvJ05VDYAAK3JvjWfXQAA//+dOVQ2AAA5Np05VDYAAIBdvjWfXQAA//+dOVQ2//+VvNVFVDb//5W8nTlUNv/////VRVQ2//85NtVFVDb//zk2nTlUNv/////VRVQ2//8YyV9J31v//5W81UVUNv////9fSd9b///BW19J31v//zk21UVUNv/////C10po//+DybbYIV3//zTNwtdKaP////+22CFd//8AXbbYIV3//xRowtdKaP////+22CFd//+DyQfjIV3//4PJttghXf////8H4yFd//8AXQfjIV3//wBdttghXf////8H4yFdAAADz17kwW0AAIPJB+MhXQAA//9e5MFtAACBbV7kwW0AAABdB+MhXQAA///C6Tc1//9OvP//NzX//068wuk3Nf///////zc1//9hNf//NzX//2E1wuk3Nf//YTXC6f//AABhNf//ULwAAGE1/////wAAYTXC6VC8AABhNf//NzUAAGE1wuk3NQAAAF0H4///ZyiBbV7kKM9mKIFtXuT//2YoAF0H457JZiiBbV7kwW1mKABdB+MhXWYoAF222P//AAAAXQfjnskAAABdB+P//wAAAF222J7JAAAAXQfjIV0AAABdttghXQAAFGjC1///d9cAXbbYnsl31wBdttj//3fXFGjC11bNd9cAXbbYIV131xRowtdKaHfXOTbVRf//RtfBW19JMslG18FbX0n//0bXOTbVRa+8Rdc5Np05//8AADk21UWvvAAAOTbVRf//AAA5Np05r7wAADk21UVUNgAAOTadOVQ2AACAXb41///OKDk2nTmvvM4oOTadOf//ziiAXb41yMnOKDk2nTlUNs4ogF2+NZ9dzig5NtVFr7xG18FbX0nfW0bXwVtfSTLJRtc5NtVFVDZG1/j//D/4//w/+P/8P/j//D/4//w/+P/8P/9/8P//f/D//3/w//9/8P//f/D//3/w/y97/v8ve/7/z4T//y97/v/PhP//z4T///9//v//f/7//3/+//9/////f////3////9/+Pr/f/j6/3/4+v9/+Pr/f/j6/3/4+oWF//+Fhf//hYX//4WF//+Fhf//hYX///9/////f////3////9/////f////3////9/Kfr/fyn6/38p+v9/Kfr/fyn6/38p+v9/////f////3////9/////f////3////8//3//P/9//z//f/8//3//P/9//z//f/1X/qv9V/6r/Vf+q/1X/qv9V/6r/Vf+q/8//3//P/9//z//f/8//3//P/9//z//fxLU19cT1NfXE9TX1xLU19cT1NfXE9TX159Xz6ufV8+rn1fPq59Xz6v/P/9//z//f/8//3//P/9//z//f/8//3871IbXO9SG1zvUhdc71IbXO9SF1zvUhdegV8+roFfPq6BXz6ugV8+r") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_etli6") - -[sub_resource type="CylinderShape3D" id="CylinderShape3D_xywry"] -height = 6.0 -radius = 0.1 - -[sub_resource type="CylinderShape3D" id="CylinderShape3D_7a87o"] -height = 6.0 -radius = 0.1 - -[sub_resource type="CylinderShape3D" id="CylinderShape3D_adgr5"] -height = 6.0 -radius = 0.1 - -[sub_resource type="CylinderShape3D" id="CylinderShape3D_3j8ld"] -height = 6.0 -radius = 0.1 - -[sub_resource type="BoxShape3D" id="BoxShape3D_xywry"] -size = Vector3(4, 0.557617, 4) - -[sub_resource type="BoxShape3D" id="BoxShape3D_7uihh"] -size = Vector3(4, 4, 4) - -[sub_resource type="PlaneMesh" id="PlaneMesh_adgr5"] -material = ExtResource("9_7a87o") -size = Vector2(4, 4) - -[node name="Corridor" type="Node3D"] -script = ExtResource("2_xywry") - -[node name="Model" type="Node3D" parent="."] - -[node name="18_A1_CORRIDOR_A" type="Node3D" parent="Model"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9.88616, -2.025, -0.989241) - -[node name="FLOOR_CEILING" type="MeshInstance3D" parent="Model/18_A1_CORRIDOR_A"] -transform = Transform3D(2, 0, 0, 0, 0.10779, 0, 0, 0, 2, -9.92441, 3.92578, 0.91278) -mesh = SubResource("ArrayMesh_wxha4") -skeleton = NodePath("") - -[node name="CA_COLUMN_001" type="MeshInstance3D" parent="Model/18_A1_CORRIDOR_A"] -transform = Transform3D(2, 0, 0, 0, 0.10779, 0, 0, 0, 2, -9.92441, 3.92578, 0.91278) -mesh = SubResource("ArrayMesh_vt22i") -skeleton = NodePath("") - -[node name="CA_COLUMN_002" type="MeshInstance3D" parent="Model/18_A1_CORRIDOR_A"] -transform = Transform3D(2, 0, 0, 0, 0.10779, 0, 0, 0, 2, -9.92441, 3.92578, 0.91278) -mesh = SubResource("ArrayMesh_yrm7d") -skeleton = NodePath("") - -[node name="CA_COLUMN_003" type="MeshInstance3D" parent="Model/18_A1_CORRIDOR_A"] -transform = Transform3D(2, 0, 0, 0, 0.10779, 0, 0, 0, 2, -9.92441, 3.92578, 0.91278) -mesh = SubResource("ArrayMesh_ltk4i") -skeleton = NodePath("") - -[node name="CA_COLUMN" type="MeshInstance3D" parent="Model/18_A1_CORRIDOR_A"] -transform = Transform3D(2, 0, 0, 0, 0.10779, 0, 0, 0, 2, -9.92441, 3.92578, 0.91278) -mesh = SubResource("ArrayMesh_pjk1a") -skeleton = NodePath("") - -[node name="Collision" type="Node3D" parent="."] - -[node name="StaticBody3D" type="StaticBody3D" parent="Collision"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9.88616, -2.025, -0.989241) -collision_layer = 2147483649 -collision_mask = 2147483649 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="Collision/StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11.7192, 2.25405, -0.816737) -shape = SubResource("CylinderShape3D_xywry") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="Collision/StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8.13273, 2.03746, -0.752249) -shape = SubResource("CylinderShape3D_7a87o") - -[node name="CollisionShape3D3" type="CollisionShape3D" parent="Collision/StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8.14647, 1.81901, 2.73139) -shape = SubResource("CylinderShape3D_adgr5") - -[node name="CollisionShape3D4" type="CollisionShape3D" parent="Collision/StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11.637, 2.14158, 2.73139) -shape = SubResource("CylinderShape3D_3j8ld") - -[node name="CollisionShape3D5" type="CollisionShape3D" parent="Collision/StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.88863, -0.243546, 0.997182) -shape = SubResource("BoxShape3D_xywry") - -[node name="Spawn Points" type="Node3D" parent="."] - -[node name="Room" type="Node3D" parent="."] - -[node name="Room" type="Area3D" parent="Room"] -unique_name_in_owner = true -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 11.8436, 0) -collision_layer = 0 -collision_mask = 10 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="Room/Room"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00170277, -11.8564, -1.19209e-07) -shape = SubResource("BoxShape3D_7uihh") - -[node name="Minimap" type="Node3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0586098, 0) - -[node name="Minimap" type="MeshInstance3D" parent="Minimap"] -unique_name_in_owner = true -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.50431, 0) -visible = false -layers = 2 -mesh = SubResource("PlaneMesh_adgr5") -skeleton = NodePath("../..") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn index 9815cd79..087e3815 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn @@ -452,7 +452,7 @@ animations = [{ }] [node name="Floor Exit A" type="Node3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.397, 0, -14.255) +transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 3.397, 0, -14.255) script = ExtResource("2_umdkt") [node name="A1-Exit" parent="." instance=ExtResource("2_54fgm")] @@ -566,7 +566,7 @@ libraries = { autoplay = "Flame Flicker" [node name="Flame1" type="AnimatedSprite3D" parent="."] -transform = Transform3D(0.615, 0, 0, 0, 0.445, 0, 0, 0, 0.445, -2.85658, 2.77495, 6.23744) +transform = Transform3D(0.387, 0, 0, 0, 0.28, 0, 0, 0, 0.28, -2.85658, 2.38856, 6.23744) billboard = 2 sprite_frames = SubResource("SpriteFrames_s0p2a") autoplay = "default" @@ -589,7 +589,7 @@ omni_range = 19.166 omni_attenuation = 1.106 [node name="Flame2" type="AnimatedSprite3D" parent="."] -transform = Transform3D(0.615, 0, 0, 0, 0.445, 0, 0, 0, 0.445, 2.72699, 2.77495, 6.23744) +transform = Transform3D(0.38, 0, 0, 0, 0.275, 0, 0, 0, 0.275, 2.72699, 2.36507, 6.23744) billboard = 2 sprite_frames = SubResource("SpriteFrames_s0p2a") autoplay = "default" diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/24. Balcony Room 2.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/24. Balcony Room 2.tscn index 86d74297..3837884c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/24. Balcony Room 2.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/24. Balcony Room 2.tscn @@ -120,11 +120,10 @@ albedo_texture = ExtResource("7_1jm1q") texture_filter = 0 [node name="Balcony Room 2" type="Node3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.51887, 0, 1.24764) script = ExtResource("2_fp3eo") [node name="A2-Balcony" parent="." instance=ExtResource("2_csh2d")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0443707, -8.03639, 0.00334716) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -30.2198, -10.6702, 0) [node name="Collision" type="Node3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0443707, 1.96361, 0.00334716) @@ -338,7 +337,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.04566, -7.8126, -1.19209e-0 shape = SubResource("BoxShape3D_lyww4") [node name="OmniLight3D" type="OmniLight3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.28145, 6.35007, -1.07571) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.28145, 3.49835, 2.21715) light_color = Color(0.796587, 0.874441, 0.885927, 1) light_energy = 0.375 shadow_enabled = true @@ -346,7 +345,7 @@ omni_range = 25.5788 omni_attenuation = 0.063 [node name="GPUParticles3D2" type="GPUParticles3D" parent="."] -transform = Transform3D(1.184, 0, 0, 0, 0.532, 0, 0, 0, 1.072, -1.94239, 4.54818, 0.1102) +transform = Transform3D(1.184, 0, 0, 0, 0.532, 0, 0, 0, 1.072, -1.94239, 1.69646, 3.40306) amount = 20 lifetime = 41.19 local_coords = true @@ -354,14 +353,15 @@ process_material = SubResource("ParticleProcessMaterial_1jm1q") draw_pass_1 = SubResource("QuadMesh_3twk6") [node name="FogVolume" type="FogVolume" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.62264, 2.84043, 0.564306) -size = Vector3(54.6808, 16.0134, 46.8927) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.169195, 2.84043, 4.49679) +size = Vector3(62.564, 16.0134, 50.5484) [node name="Minimap" type="Node3D" parent="."] [node name="Minimap" type="MeshInstance3D" parent="Minimap"] unique_name_in_owner = true -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.58985, 2.69584, 0) +transform = Transform3D(1.655, 0, 0, 0, 1.48, 0, 0, 0, 1.48, -0.208746, -12.9788, 4.14331) +visible = false layers = 2 mesh = SubResource("PlaneMesh_1tunw") skeleton = NodePath("") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/28. Long Room B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/28. Long Room B.tscn index 321a2080..1b9f6843 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/28. Long Room B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/28. Long Room B.tscn @@ -4,7 +4,7 @@ [ext_resource type="Script" uid="uid://dhollu4j3pynq" path="res://src/map/dungeon/code/MonsterRoom.cs" id="2_oayuk"] [ext_resource type="Texture2D" uid="uid://b8q6l0tl2383a" path="res://src/minimap/textures/Room Maps/mi_long_rooma2.png" id="5_erovx"] [ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="6_7i5m1"] -[ext_resource type="Texture2D" uid="uid://dvast710lxrmw" path="res://src/map/dungeon/door/A2_BLOCKED_DOOR.png" id="19_xb78s"] +[ext_resource type="Texture2D" uid="uid://dvast710lxrmw" path="res://src/map/assets/Dungeon Door Models/A2_BLOCKED_DOOR.png" id="19_xb78s"] [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_djdya"] data = PackedVector3Array(24.5277, -4.2459, 7.4257, 24.5277, -3.2029, 4.4836, 24.5277, -4.2466, 4.4844, 24.5277, -4.2466, 4.4844, 24.5277, -3.2029, 4.4836, 24.5277, -3.2029, 2.1473, 24.5277, -4.2466, 4.4844, 24.5277, -3.2029, 2.1473, 24.5277, -4.2466, 2.1482, 24.5277, -4.2459, 7.4257, 24.5277, -3.202, 7.4249, 24.5277, -3.2029, 4.4836, 24.5277, -4.2466, 2.1482, 24.5277, -2.1148, 4.4844, 24.5277, -4.2466, 4.4844, 24.5277, -4.2466, 2.1482, 24.5277, -2.1098, 2.1477, 24.5277, -2.1148, 4.4844, 24.5277, -4.2466, 4.4844, 24.5277, -2.1144, 7.4253, 24.5277, -4.2459, 7.4257, 24.5277, -4.2466, 4.4844, 24.5277, -2.1148, 4.4844, 24.5277, -2.1144, 7.4253, 24.5277, -4.245, 10.3666, 24.5277, -3.202, 7.4249, 24.5277, -4.2459, 7.4257, 24.5277, -4.245, 10.3666, 24.5277, -3.2013, 10.3662, 24.5277, -3.202, 7.4249, 24.5277, -4.2459, 7.4257, 24.5277, -2.1144, 7.4253, 24.5277, -2.1141, 10.3666, 24.5277, -4.2459, 7.4257, 24.5277, -2.1141, 10.3666, 24.5277, -4.245, 10.3666, 24.5277, -2.1098, 2.1477, 24.5277, 0.0172, 4.484, 24.5277, -2.1148, 4.4844, 24.5277, -2.1098, 2.1477, 24.5277, 0.0269, 2.1477, 24.5277, 0.0172, 4.484, 24.5277, -2.1148, 4.4844, 24.5277, 0.0169, 7.4253, 24.5277, -2.1144, 7.4253, 24.5277, -2.1148, 4.4844, 24.5277, 0.0172, 4.484, 24.5277, 0.0169, 7.4253, 24.5277, -2.1144, 7.4253, 24.5277, 0.0167, 10.3666, 24.5277, -2.1141, 10.3666, 24.5277, -2.1144, 7.4253, 24.5277, 0.0169, 7.4253, 24.5277, 0.0167, 10.3666, 24.5277, 0.0269, 2.1477, 24.5277, 1.7497, 4.484, 24.5277, 0.0172, 4.484, 24.5277, 0.0269, 2.1477, 24.5277, 1.7515, 2.1477, 24.5277, 1.7497, 4.484, 24.5277, 0.0172, 4.484, 24.5277, 1.7497, 7.4253, 24.5277, 0.0169, 7.4253, 24.5277, 0.0172, 4.484, 24.5277, 1.7497, 4.484, 24.5277, 1.7497, 7.4253, 24.5277, 0.0169, 7.4253, 24.5284, 1.7497, 10.3666, 24.5277, 0.0167, 10.3666, 24.5277, 0.0169, 7.4253, 24.5277, 1.7497, 7.4253, 24.5284, 1.7497, 10.3666, 24.5277, 1.7515, 2.1477, 24.5277, 4.6847, 4.484, 24.5277, 1.7497, 4.484, 24.5277, 1.7515, 2.1477, 24.5277, 4.6865, 2.1477, 24.5277, 4.6847, 4.484, 24.5277, 1.7497, 4.484, 24.5277, 4.6847, 7.4253, 24.5277, 1.7497, 7.4253, 24.5277, 1.7497, 4.484, 24.5277, 4.6847, 4.484, 24.5277, 4.6847, 7.4253, 24.5277, 1.7497, 7.4253, 24.5284, 4.6847, 10.3666, 24.5284, 1.7497, 10.3666, 24.5277, 1.7497, 7.4253, 24.5277, 4.6847, 7.4253, 24.5284, 4.6847, 10.3666, 24.5277, 4.6865, 2.1477, 24.5277, 7.2529, 4.484, 24.5277, 4.6847, 4.484, 24.5277, 4.6865, 2.1477, 24.5277, 7.2547, 2.1477, 24.5277, 7.2529, 4.484, 24.5277, 7.2547, 2.1477, 24.5277, 10.6007, 4.484, 24.5277, 7.2529, 4.484, 24.5277, 7.2547, 2.1477, 24.5277, 10.6025, 2.1477, 24.5277, 10.6007, 4.484, 24.5277, 7.2529, 4.484, 24.5277, 10.6007, 4.484, 24.5277, 10.6007, 7.4253, 24.5277, 4.6847, 4.484, 24.5277, 7.2529, 4.484, 24.5277, 7.2529, 7.4253, 24.5277, 7.2529, 4.484, 24.5277, 10.6007, 7.4253, 24.5277, 7.2529, 7.4253, 24.5277, 4.6847, 4.484, 24.5277, 7.2529, 7.4253, 24.5277, 4.6847, 7.4253, 24.5277, 7.2529, 7.4253, 24.5277, 10.6007, 7.4253, 24.5284, 10.6005, 10.3666, 24.5277, 4.6847, 7.4253, 24.5277, 7.2529, 7.4253, 24.5284, 7.2529, 10.3666, 24.5277, 7.2529, 7.4253, 24.5284, 10.6005, 10.3666, 24.5284, 7.2529, 10.3666, 24.5277, 4.6847, 7.4253, 24.5284, 7.2529, 10.3666, 24.5284, 4.6847, 10.3666, 24.5284, 7.2529, 10.3666, 24.5284, 10.6005, 10.3666, 24.5284, 10.6003, 13.4544, 24.5284, 7.2529, 10.3666, 24.5284, 10.6003, 13.4544, 24.5284, 7.2524, 13.4544, 24.5284, 4.6847, 10.3666, 24.5284, 7.2529, 10.3666, 24.5284, 7.2524, 13.4544, 24.5284, 7.2524, 13.4544, 24.5284, 10.6003, 13.4544, 24.5284, 10.6003, 13.9573, 24.5284, 7.2524, 13.4544, 24.5284, 10.6003, 13.9573, 24.5284, 7.2524, 13.9573, 24.5284, 4.6847, 10.3666, 24.5284, 7.2524, 13.4544, 24.5284, 4.6845, 13.4544, 24.5284, 4.6845, 13.4544, 24.5284, 7.2524, 13.4544, 24.5284, 7.2524, 13.9573, 24.5284, 1.7497, 10.3666, 24.5284, 4.6847, 10.3666, 24.5284, 4.6845, 13.4544, 24.5284, 4.6845, 13.4544, 24.5284, 7.2524, 13.9573, 24.5284, 4.6842, 13.9573, 24.5284, 1.7497, 10.3666, 24.5284, 4.6845, 13.4544, 24.5284, 1.7494, 13.4544, 24.5284, 1.7494, 13.4544, 24.5284, 4.6845, 13.4544, 24.5284, 4.6842, 13.9573, 24.5277, 0.0167, 10.3666, 24.5284, 1.7497, 10.3666, 24.5284, 1.7494, 13.4544, 24.5284, 1.7494, 13.4544, 24.5284, 4.6842, 13.9573, 24.5284, 1.7492, 13.9573, 24.5277, 0.0167, 10.3666, 24.5284, 1.7494, 13.4544, 24.5277, 0.0151, 13.4544, 24.5277, 0.0151, 13.4544, 24.5284, 1.7494, 13.4544, 24.5284, 1.7492, 13.9573, 24.5277, -2.1141, 10.3666, 24.5277, 0.0167, 10.3666, 24.5277, 0.0151, 13.4544, 24.5277, 0.0151, 13.4544, 24.5284, 1.7492, 13.9573, 24.5277, 0.0149, 13.9573, 24.5277, -2.1141, 10.3666, 24.5277, 0.0151, 13.4544, 24.5277, -2.1119, 13.4544, 24.5277, -2.1119, 13.4544, 24.5277, 0.0151, 13.4544, 24.5277, 0.0149, 13.9573, 24.5277, -4.245, 10.3666, 24.5277, -2.1141, 10.3666, 24.5277, -2.1119, 13.4544, 24.5277, -2.1119, 13.4544, 24.5277, 0.0149, 13.9573, 24.5277, -2.1117, 13.9573, 24.5277, -4.245, 10.3666, 24.5277, -2.1119, 13.4544, 24.5277, -4.2391, 13.4544, 24.5277, -4.2391, 13.4544, 24.5277, -2.1119, 13.4544, 24.5277, -2.1117, 13.9573, 24.5277, -4.2391, 13.4544, 24.5277, -3.2013, 10.3662, 24.5277, -4.245, 10.3666, 24.5277, -4.2391, 13.4544, 24.5277, -2.1117, 13.9573, 24.5277, -4.2382, 13.9573, 24.5277, -4.2391, 13.4544, 24.5277, -3.1952, 13.4536, 24.5277, -3.2013, 10.3662, 24.5277, -4.2382, 13.9573, 24.5277, -3.1952, 13.4536, 24.5277, -4.2391, 13.4544, 24.5277, -4.2382, 13.9573, 24.5277, -3.1943, 13.9565, 24.5277, -3.1952, 13.4536, 24.5277, -4.2466, -10.1045, 24.5277, -3.2029, -13.6499, 24.5277, -4.2466, -13.649, 24.5277, -4.2466, -13.649, 24.5277, -3.2029, -13.6499, 24.5277, -3.2029, -14.0434, 24.5277, -4.2466, -13.649, 24.5277, -3.2029, -14.0434, 24.5277, -4.2466, -14.043, 24.5277, -4.2466, -10.1045, 24.5277, -3.2029, -10.1053, 24.5277, -3.2029, -13.6499, 24.5277, -4.2466, -14.043, 24.5277, -2.1549, -13.649, 24.5277, -4.2466, -13.649, 24.5277, -4.2466, -14.043, 24.5277, -2.1549, -14.043, 24.5277, -2.1549, -13.649, 24.5277, -4.2466, -13.649, 24.5277, -2.1549, -10.1045, 24.5277, -4.2466, -10.1045, 24.5277, -4.2466, -13.649, 24.5277, -2.1549, -13.649, 24.5277, -2.1549, -10.1045, 24.5277, -4.2466, -7.2196, 24.5277, -3.2029, -10.1053, 24.5277, -4.2466, -10.1045, 24.5277, -4.2466, -7.2196, 24.5277, -3.2029, -7.2204, 24.5277, -3.2029, -10.1053, 24.5277, -4.2466, -10.1045, 24.5277, -2.1549, -10.1045, 24.5277, -2.1549, -7.22, 24.5277, -4.2466, -10.1045, 24.5277, -2.1549, -7.22, 24.5277, -4.2466, -7.2196, 24.5277, -2.1549, -14.043, 24.5277, 0.0276, -13.649, 24.5277, -2.1549, -13.649, 24.5277, -2.1549, -14.043, 24.5277, 0.0276, -14.043, 24.5277, 0.0276, -13.649, 24.5277, -2.1549, -13.649, 24.5277, 0.0276, -10.1045, 24.5277, -2.1549, -10.1045, 24.5277, -2.1549, -13.649, 24.5277, 0.0276, -13.649, 24.5277, 0.0276, -10.1045, 24.5277, -2.1549, -10.1045, 24.5277, 0.0276, -7.22, 24.5277, -2.1549, -7.22, 24.5277, -2.1549, -10.1045, 24.5277, 0.0276, -10.1045, 24.5277, 0.0276, -7.22, 24.5277, 0.0276, -14.043, 24.5284, 1.7497, -13.649, 24.5277, 0.0276, -13.649, 24.5277, 0.0276, -14.043, 24.5284, 1.7497, -14.043, 24.5284, 1.7497, -13.649, 24.5277, 0.0276, -13.649, 24.5277, 1.7497, -10.1045, 24.5277, 0.0276, -10.1045, 24.5277, 0.0276, -13.649, 24.5284, 1.7497, -13.649, 24.5277, 1.7497, -10.1045, 24.5277, 0.0276, -10.1045, 24.5277, 1.7497, -7.22, 24.5277, 0.0276, -7.22, 24.5277, 0.0276, -10.1045, 24.5277, 1.7497, -10.1045, 24.5277, 1.7497, -7.22, 24.5284, 1.7497, -14.043, 24.5284, 4.6847, -13.649, 24.5284, 1.7497, -13.649, 24.5284, 1.7497, -14.043, 24.5284, 4.6847, -14.043, 24.5284, 4.6847, -13.649, 24.5284, 1.7497, -13.649, 24.5277, 4.6847, -10.1045, 24.5277, 1.7497, -10.1045, 24.5284, 1.7497, -13.649, 24.5284, 4.6847, -13.649, 24.5277, 4.6847, -10.1045, 24.5277, 1.7497, -10.1045, 24.5277, 4.6847, -7.22, 24.5277, 1.7497, -7.22, 24.5277, 1.7497, -10.1045, 24.5277, 4.6847, -10.1045, 24.5277, 4.6847, -7.22, 24.5284, 4.6847, -14.043, 24.5284, 7.2529, -13.649, 24.5284, 4.6847, -13.649, 24.5284, 4.6847, -14.043, 24.5284, 7.2529, -14.043, 24.5284, 7.2529, -13.649, 24.5284, 7.2529, -14.043, 24.5284, 10.6007, -13.649, 24.5284, 7.2529, -13.649, 24.5284, 7.2529, -14.043, 24.5284, 10.6007, -14.043, 24.5284, 10.6007, -13.649, 24.5284, 7.2529, -13.649, 24.5284, 10.6007, -13.649, 24.5277, 10.6007, -10.1045, 24.5284, 4.6847, -13.649, 24.5284, 7.2529, -13.649, 24.5277, 7.2529, -10.1045, 24.5284, 7.2529, -13.649, 24.5277, 10.6007, -10.1045, 24.5277, 7.2529, -10.1045, 24.5284, 4.6847, -13.649, 24.5277, 7.2529, -10.1045, 24.5277, 4.6847, -10.1045, 24.5277, 7.2529, -10.1045, 24.5277, 10.6007, -10.1045, 24.5277, 10.6007, -7.22, 24.5277, 4.6847, -10.1045, 24.5277, 7.2529, -10.1045, 24.5277, 7.2529, -7.22, 24.5277, 7.2529, -10.1045, 24.5277, 10.6007, -7.22, 24.5277, 7.2529, -7.22, 24.5277, 4.6847, -10.1045, 24.5277, 7.2529, -7.22, 24.5277, 4.6847, -7.22, 24.5277, 7.2529, -7.22, 24.5277, 10.6007, -7.22, 24.5277, 10.6007, -4.3351, 24.5277, 7.2529, -7.22, 24.5277, 10.6007, -4.3351, 24.5277, 7.2529, -4.3351, 24.5277, 4.6847, -7.22, 24.5277, 7.2529, -7.22, 24.5277, 7.2529, -4.3351, 24.5277, 7.2529, -4.3351, 24.5277, 10.6007, -4.3351, 24.5277, 10.6025, -2.1497, 24.5277, 7.2529, -4.3351, 24.5277, 10.6025, -2.1497, 24.5277, 7.2547, -2.1497, 24.5277, 4.6847, -7.22, 24.5277, 7.2529, -4.3351, 24.5277, 4.6847, -4.3351, 24.5277, 4.6847, -4.3351, 24.5277, 7.2529, -4.3351, 24.5277, 7.2547, -2.1497, 24.5277, 1.7497, -7.22, 24.5277, 4.6847, -7.22, 24.5277, 4.6847, -4.3351, 24.5277, 4.6847, -4.3351, 24.5277, 7.2547, -2.1497, 24.5277, 4.6865, -2.1497, 24.5277, 1.7497, -7.22, 24.5277, 4.6847, -4.3351, 24.5277, 1.7497, -4.3351, 24.5277, 1.7497, -4.3351, 24.5277, 4.6847, -4.3351, 24.5277, 4.6865, -2.1497, 24.5277, 0.0276, -7.22, 24.5277, 1.7497, -7.22, 24.5277, 1.7497, -4.3351, 24.5277, 1.7497, -4.3351, 24.5277, 4.6865, -2.1497, 24.5277, 1.7515, -2.1497, 24.5277, 0.0276, -7.22, 24.5277, 1.7497, -4.3351, 24.5277, 0.0276, -4.3351, 24.5277, 0.0276, -4.3351, 24.5277, 1.7497, -4.3351, 24.5277, 1.7515, -2.1497, 24.5277, -2.1549, -7.22, 24.5277, 0.0276, -7.22, 24.5277, 0.0276, -4.3351, 24.5277, 0.0276, -4.3351, 24.5277, 1.7515, -2.1497, 24.5277, 0.0264, -2.1497, 24.5277, -2.1549, -7.22, 24.5277, 0.0276, -4.3351, 24.5277, -2.1549, -4.3351, 24.5277, -2.1549, -4.3351, 24.5277, 0.0276, -4.3351, 24.5277, 0.0264, -2.1497, 24.5277, -4.2466, -7.2196, 24.5277, -2.1549, -7.22, 24.5277, -2.1549, -4.3351, 24.5277, -2.1549, -4.3351, 24.5277, 0.0264, -2.1497, 24.5277, -2.1826, -2.1497, 24.5277, -4.2466, -7.2196, 24.5277, -2.1549, -4.3351, 24.5277, -4.2466, -4.3351, 24.5277, -4.2466, -4.3351, 24.5277, -2.1549, -4.3351, 24.5277, -2.1826, -2.1497, 24.5277, -4.2466, -4.3351, 24.5277, -3.2029, -7.2204, 24.5277, -4.2466, -7.2196, 24.5277, -4.2466, -4.3351, 24.5277, -2.1826, -2.1497, 24.5277, -4.2466, -2.1497, 24.5277, -4.2466, -4.3351, 24.5277, -3.2029, -4.336, 24.5277, -3.2029, -7.2204, 24.5277, -4.2466, -2.1497, 24.5277, -3.2029, -4.336, 24.5277, -4.2466, -4.3351, 24.5277, -4.2466, -2.1497, 24.5277, -3.2029, -2.1501, 24.5277, -3.2029, -4.336, -19.6351, -4.2382, 13.9573, -16.4293, -3.1943, 13.9565, -16.4293, -4.2382, 13.9573, -19.6351, -4.2382, 13.9573, -19.6351, -3.1943, 13.9565, -16.4293, -3.1943, 13.9565, -16.4293, -4.2382, 13.9573, -19.6373, -2.1767, 13.9573, -19.6351, -4.2382, 13.9573, -16.4293, -4.2382, 13.9573, -16.4307, -2.1767, 13.9573, -19.6373, -2.1767, 13.9573, -23.0497, -4.2382, 13.9573, -19.6351, -3.1943, 13.9565, -19.6351, -4.2382, 13.9573, -23.0497, -4.2382, 13.9573, -23.0497, -3.1943, 13.9565, -19.6351, -3.1943, 13.9565, -23.4716, -4.2382, 13.9573, -23.0497, -3.1943, 13.9565, -23.0497, -4.2382, 13.9573, -23.4716, -4.2382, 13.9573, -23.4716, -3.1943, 13.9565, -23.0497, -3.1943, 13.9565, -23.0497, -4.2382, 13.9573, -23.4716, -2.1767, 13.9573, -23.4716, -4.2382, 13.9573, -19.6351, -4.2382, 13.9573, -23.0505, -2.1767, 13.9573, -23.0497, -4.2382, 13.9573, -23.0497, -4.2382, 13.9573, -23.0505, -2.1767, 13.9573, -23.4716, -2.1767, 13.9573, -19.6351, -4.2382, 13.9573, -19.6373, -2.1767, 13.9573, -23.0505, -2.1767, 13.9573, -23.0505, -2.1767, 13.9573, -23.4716, -0.1154, 13.9573, -23.4716, -2.1767, 13.9573, -23.0505, -2.1767, 13.9573, -23.0505, -0.1154, 13.9573, -23.4716, -0.1154, 13.9573, -19.6373, -2.1767, 13.9573, -23.0505, -0.1154, 13.9573, -23.0505, -2.1767, 13.9573, -23.0505, -0.1154, 13.9573, -23.4716, 1.7492, 13.9573, -23.4716, -0.1154, 13.9573, -16.4307, -2.1767, 13.9573, -19.6388, -0.1154, 13.9573, -19.6373, -2.1767, 13.9573, -19.6373, -2.1767, 13.9573, -19.6388, -0.1154, 13.9573, -23.0505, -0.1154, 13.9573, -16.4307, -2.1767, 13.9573, -16.4315, -0.1154, 13.9573, -19.6388, -0.1154, 13.9573, -23.0505, -0.1154, 13.9573, -23.0505, 1.7492, 13.9573, -23.4716, 1.7492, 13.9573, -19.6388, -0.1154, 13.9573, -23.0505, 1.7492, 13.9573, -23.0505, -0.1154, 13.9573, -23.0505, 1.7492, 13.9573, -23.4716, 4.6842, 13.9573, -23.4716, 1.7492, 13.9573, -16.4315, -0.1154, 13.9573, -19.6388, 1.7492, 13.9573, -19.6388, -0.1154, 13.9573, -19.6388, -0.1154, 13.9573, -19.6388, 1.7492, 13.9573, -23.0505, 1.7492, 13.9573, -16.4315, -0.1154, 13.9573, -16.4461, 1.7492, 13.9573, -19.6388, 1.7492, 13.9573, -23.0505, 1.7492, 13.9573, -23.0505, 4.6842, 13.9573, -23.4716, 4.6842, 13.9573, -19.6388, 1.7492, 13.9573, -23.0505, 4.6842, 13.9573, -23.0505, 1.7492, 13.9573, -23.0505, 4.6842, 13.9573, -23.4716, 7.2524, 13.9573, -23.4716, 4.6842, 13.9573, -16.4461, 1.7492, 13.9573, -19.6388, 4.6842, 13.9573, -19.6388, 1.7492, 13.9573, -19.6388, 1.7492, 13.9573, -19.6388, 4.6842, 13.9573, -23.0505, 4.6842, 13.9573, -16.4461, 1.7492, 13.9573, -16.4461, 4.6842, 13.9573, -19.6388, 4.6842, 13.9573, -23.0505, 4.6842, 13.9573, -23.0505, 7.2524, 13.9573, -23.4716, 7.2524, 13.9573, -19.6388, 4.6842, 13.9573, -23.0505, 7.2524, 13.9573, -23.0505, 4.6842, 13.9573, -23.0505, 7.2524, 13.9573, -23.4716, 10.6003, 13.9573, -23.4716, 7.2524, 13.9573, -23.0505, 7.2524, 13.9573, -23.0505, 10.6003, 13.9573, -23.4716, 10.6003, 13.9573, -19.6388, 4.6842, 13.9573, -19.6388, 7.2524, 13.9573, -23.0505, 7.2524, 13.9573, -19.6388, 7.2524, 13.9573, -23.0505, 10.6003, 13.9573, -23.0505, 7.2524, 13.9573, -16.4461, 4.6842, 13.9573, -19.6388, 7.2524, 13.9573, -19.6388, 4.6842, 13.9573, -19.6388, 7.2524, 13.9573, -19.6388, 10.6003, 13.9573, -23.0505, 10.6003, 13.9573, -16.4461, 4.6842, 13.9573, -16.4461, 7.2524, 13.9573, -19.6388, 7.2524, 13.9573, -16.4461, 7.2524, 13.9573, -19.6388, 10.6003, 13.9573, -19.6388, 7.2524, 13.9573, -16.4461, 7.2524, 13.9573, -16.4461, 10.6003, 13.9573, -19.6388, 10.6003, 13.9573, -14.6216, -0.0776, 13.9573, -16.4461, 1.7492, 13.9573, -16.4315, -0.1154, 13.9573, -14.6216, -0.0776, 13.9573, -14.6216, 1.7195, 13.9573, -16.4461, 1.7492, 13.9573, -14.6216, 1.7195, 13.9573, -16.4461, 4.6842, 13.9573, -16.4461, 1.7492, 13.9573, -10.6335, 0.0251, 13.9573, -14.6216, 1.7195, 13.9573, -14.6216, -0.0776, 13.9573, -14.6216, 1.7195, 13.9573, -14.6216, 4.6546, 13.9573, -16.4461, 4.6842, 13.9573, -14.6216, 4.6546, 13.9573, -16.4461, 7.2524, 13.9573, -16.4461, 4.6842, 13.9573, -10.6335, 0.0251, 13.9573, -10.6731, 1.7513, 13.9573, -14.6216, 1.7195, 13.9573, -10.6731, 1.7513, 13.9573, -14.6216, 4.6546, 13.9573, -14.6216, 1.7195, 13.9573, -10.6335, 0.0251, 13.9573, -6.5414, 1.7494, 13.9573, -10.6731, 1.7513, 13.9573, -10.6335, 0.0251, 13.9573, -6.5414, 0.0169, 13.9573, -6.5414, 1.7494, 13.9573, -6.5414, 0.0169, 13.9573, -10.6335, 0.0251, 13.9573, -10.6328, -2.1064, 13.9573, -6.5414, 0.0169, 13.9573, -10.6328, -2.1064, 13.9573, -6.5414, -2.1105, 13.9573, -6.5414, -2.1105, 13.9573, -10.6328, -2.1064, 13.9573, -10.6328, -4.2382, 13.9573, -6.5414, -2.1105, 13.9573, -10.6328, -4.2382, 13.9573, -6.5414, -4.2382, 13.9573, -10.6328, -4.2382, 13.9573, -6.5414, -3.1943, 13.9565, -6.5414, -4.2382, 13.9573, -10.6328, -4.2382, 13.9573, -10.6328, -3.1943, 13.9565, -6.5414, -3.1943, 13.9565, -6.5414, 1.7494, 13.9573, -10.6731, 4.6863, 13.9573, -10.6731, 1.7513, 13.9573, -10.6731, 1.7513, 13.9573, -10.6731, 4.6863, 13.9573, -14.6216, 4.6546, 13.9573, -6.5414, 1.7494, 13.9573, -6.5414, 4.6845, 13.9573, -10.6731, 4.6863, 13.9573, -14.6216, 4.6546, 13.9573, -14.6216, 7.2227, 13.9573, -16.4461, 7.2524, 13.9573, -10.6731, 4.6863, 13.9573, -14.6216, 7.2227, 13.9573, -14.6216, 4.6546, 13.9573, -14.6216, 7.2227, 13.9573, -16.4461, 10.6003, 13.9573, -16.4461, 7.2524, 13.9573, -14.6216, 7.2227, 13.9573, -14.6216, 10.5704, 13.9573, -16.4461, 10.6003, 13.9573, -10.6731, 4.6863, 13.9573, -10.6731, 7.2545, 13.9573, -14.6216, 7.2227, 13.9573, -10.6731, 7.2545, 13.9573, -14.6216, 10.5704, 13.9573, -14.6216, 7.2227, 13.9573, -6.5414, 4.6845, 13.9573, -10.6731, 7.2545, 13.9573, -10.6731, 4.6863, 13.9573, -10.6731, 7.2545, 13.9573, -10.6731, 10.6021, 13.9573, -14.6216, 10.5704, 13.9573, -6.5414, 4.6845, 13.9573, -6.5414, 7.2526, 13.9573, -10.6731, 7.2545, 13.9573, -6.5414, 7.2526, 13.9573, -10.6731, 10.6021, 13.9573, -10.6731, 7.2545, 13.9573, -6.5414, 7.2526, 13.9573, -6.5414, 10.6003, 13.9573, -10.6731, 10.6021, 13.9573, -23.4716, -4.2391, 13.4544, -23.4716, -3.1943, 13.9565, -23.4716, -4.2382, 13.9573, -23.4716, -4.2391, 13.4544, -23.4716, -3.1952, 13.4536, -23.4716, -3.1943, 13.9565, -23.4716, -4.2382, 13.9573, -23.4716, -2.1771, 13.4544, -23.4716, -4.2391, 13.4544, -23.4716, -4.2382, 13.9573, -23.4716, -2.1767, 13.9573, -23.4716, -2.1771, 13.4544, -23.4716, -4.245, 10.3666, -23.4716, -3.1952, 13.4536, -23.4716, -4.2391, 13.4544, -23.4716, -4.245, 10.3666, -23.4716, -3.2013, 10.3662, -23.4716, -3.1952, 13.4536, -23.4716, -4.2391, 13.4544, -23.4716, -2.1771, 13.4544, -23.4716, -2.1803, 10.3666, -23.4716, -4.2391, 13.4544, -23.4716, -2.1803, 10.3666, -23.4716, -4.245, 10.3666, -23.4716, -2.1767, 13.9573, -23.4716, -0.1154, 13.4544, -23.4716, -2.1771, 13.4544, -23.4716, -2.1767, 13.9573, -23.4716, -0.1154, 13.9573, -23.4716, -0.1154, 13.4544, -23.4716, -2.1771, 13.4544, -23.4716, -0.1154, 10.3666, -23.4716, -2.1803, 10.3666, -23.4716, -2.1771, 13.4544, -23.4716, -0.1154, 13.4544, -23.4716, -0.1154, 10.3666, -23.4716, -4.2459, 7.4257, -23.4716, -3.2013, 10.3662, -23.4716, -4.245, 10.3666, -23.4716, -4.2459, 7.4257, -23.4716, -3.202, 7.4249, -23.4716, -3.2013, 10.3662, -23.4716, -4.245, 10.3666, -23.4716, -2.1803, 10.3666, -23.4716, -2.1805, 7.4257, -23.4716, -4.245, 10.3666, -23.4716, -2.1805, 7.4257, -23.4716, -4.2459, 7.4257, -23.4716, -2.1803, 10.3666, -23.4716, -0.1154, 10.3666, -23.4716, -0.1154, 7.4253, -23.4716, -2.1803, 10.3666, -23.4716, -0.1154, 7.4253, -23.4716, -2.1805, 7.4257, -23.4716, -4.2466, 4.4844, -23.4716, -3.202, 7.4249, -23.4716, -4.2459, 7.4257, -23.4716, -4.2466, 4.4844, -23.4716, -3.2029, 4.4836, -23.4716, -3.202, 7.4249, -23.4716, -4.2466, 1.9824, -23.4716, -3.2029, 4.4836, -23.4716, -4.2466, 4.4844, -23.4716, -4.2466, 1.9824, -23.4716, -3.2029, 1.9815, -23.4716, -3.2029, 4.4836, -23.4716, -4.2466, 4.4844, -23.4716, -2.181, 1.9824, -23.4716, -4.2466, 1.9824, -23.4716, -4.2459, 7.4257, -23.4716, -2.181, 4.4844, -23.4716, -4.2466, 4.4844, -23.4716, -4.2466, 4.4844, -23.4716, -2.181, 4.4844, -23.4716, -2.181, 1.9824, -23.4716, -4.2459, 7.4257, -23.4716, -2.1805, 7.4257, -23.4716, -2.181, 4.4844, -23.4716, -2.181, 4.4844, -23.4716, -0.1154, 1.9824, -23.4716, -2.181, 1.9824, -23.4716, -2.1805, 7.4257, -23.4716, -0.1154, 4.484, -23.4716, -2.181, 4.4844, -23.4716, -2.181, 4.4844, -23.4716, -0.1154, 4.484, -23.4716, -0.1154, 1.9824, -23.4716, -2.1805, 7.4257, -23.4716, -0.1154, 7.4253, -23.4716, -0.1154, 4.484, -23.4716, -0.1154, 4.484, -23.4716, 1.7497, 2.1477, -23.4716, -0.1154, 1.9824, -23.4716, -0.1154, 7.4253, -23.4716, 1.7497, 4.484, -23.4716, -0.1154, 4.484, -23.4716, -0.1154, 4.484, -23.4716, 1.7497, 4.484, -23.4716, 1.7497, 2.1477, -23.4716, -0.1154, 7.4253, -23.4716, 1.7497, 7.4253, -23.4716, 1.7497, 4.484, -23.4716, -0.1154, 10.3666, -23.4716, 1.7497, 7.4253, -23.4716, -0.1154, 7.4253, -23.4716, -0.1154, 10.3666, -23.4716, 1.7497, 10.3666, -23.4716, 1.7497, 7.4253, -23.4716, -0.1154, 13.4544, -23.4716, 1.7497, 10.3666, -23.4716, -0.1154, 10.3666, -23.4716, 1.7497, 7.4253, -23.4716, 4.6847, 4.484, -23.4716, 1.7497, 4.484, -23.4716, -0.1154, 13.4544, -23.4716, 1.7494, 13.4544, -23.4716, 1.7497, 10.3666, -23.4716, -0.1154, 13.9573, -23.4716, 1.7494, 13.4544, -23.4716, -0.1154, 13.4544, -23.4716, -0.1154, 13.9573, -23.4716, 1.7492, 13.9573, -23.4716, 1.7494, 13.4544, -23.4716, 1.7497, 10.3666, -23.4716, 4.6847, 7.4253, -23.4716, 1.7497, 7.4253, -23.4716, 1.7497, 7.4253, -23.4716, 4.6847, 7.4253, -23.4716, 4.6847, 4.484, -23.4716, 1.7494, 13.4544, -23.4716, 4.6847, 10.3666, -23.4716, 1.7497, 10.3666, -23.4716, 1.7497, 10.3666, -23.4716, 4.6847, 10.3666, -23.4716, 4.6847, 7.4253, -23.4716, 1.7492, 13.9573, -23.4716, 4.6845, 13.4544, -23.4716, 1.7494, 13.4544, -23.4716, 1.7494, 13.4544, -23.4716, 4.6845, 13.4544, -23.4716, 4.6847, 10.3666, -23.4716, 1.7492, 13.9573, -23.4716, 4.6842, 13.9573, -23.4716, 4.6845, 13.4544, -23.4716, 4.6842, 13.9573, -23.4716, 7.2524, 13.4544, -23.4716, 4.6845, 13.4544, -23.4716, 4.6842, 13.9573, -23.4716, 7.2524, 13.9573, -23.4716, 7.2524, 13.4544, -23.4716, 7.2524, 13.9573, -23.4716, 10.6003, 13.4544, -23.4716, 7.2524, 13.4544, -23.4716, 7.2524, 13.9573, -23.4716, 10.6003, 13.9573, -23.4716, 10.6003, 13.4544, -23.4716, 7.2524, 13.4544, -23.4716, 10.6003, 13.4544, -23.4716, 10.6005, 10.3666, -23.4716, 4.6845, 13.4544, -23.4716, 7.2524, 13.4544, -23.4716, 7.2529, 10.3666, -23.4716, 7.2524, 13.4544, -23.4716, 10.6005, 10.3666, -23.4716, 7.2529, 10.3666, -23.4716, 4.6845, 13.4544, -23.4716, 7.2529, 10.3666, -23.4716, 4.6847, 10.3666, -23.4716, 7.2529, 10.3666, -23.4716, 10.6005, 10.3666, -23.4716, 10.6007, 7.4253, -23.4716, 4.6847, 10.3666, -23.4716, 7.2529, 10.3666, -23.4716, 7.2529, 7.4253, -23.4716, 7.2529, 10.3666, -23.4716, 10.6007, 7.4253, -23.4716, 7.2529, 7.4253, -23.4716, 4.6847, 10.3666, -23.4716, 7.2529, 7.4253, -23.4716, 4.6847, 7.4253, -23.4716, 7.2529, 7.4253, -23.4716, 10.6007, 7.4253, -23.4716, 10.6007, 4.484, -23.4716, 4.6847, 7.4253, -23.4716, 7.2529, 7.4253, -23.4716, 7.2529, 4.484, -23.4716, 7.2529, 7.4253, -23.4716, 10.6007, 4.484, -23.4716, 7.2529, 4.484, -23.4716, 4.6847, 7.4253, -23.4716, 7.2529, 4.484, -23.4716, 4.6847, 4.484, -23.4716, 7.2529, 4.484, -23.4716, 10.6007, 4.484, -23.4716, 10.6007, 2.1477, -23.4716, 7.2529, 4.484, -23.4716, 10.6007, 2.1477, -23.4716, 7.2529, 2.1477, -23.4716, 4.6847, 4.484, -23.4716, 7.2529, 4.484, -23.4716, 7.2529, 2.1477, -23.4716, 7.2529, 2.1477, -23.4716, 10.6007, 2.1477, -23.4716, 10.6007, -2.1497, -23.4716, 4.6847, 4.484, -23.4716, 7.2529, 2.1477, -23.4716, 4.6847, 2.1477, -23.4716, 1.7497, 4.484, -23.4716, 4.6847, 4.484, -23.4716, 4.6847, 2.1477, -23.4716, 1.7497, 4.484, -23.4716, 4.6847, 2.1477, -23.4716, 1.7497, 2.1477, -23.4716, 7.2529, 2.1477, -23.4716, 10.6007, -2.1497, -23.4716, 7.2529, -2.1497, -23.4716, 4.6847, 2.1477, -23.4716, 7.2529, 2.1477, -23.4716, 7.2529, -2.1497, -23.4716, 7.2529, -2.1497, -23.4716, 10.6007, -2.1497, -23.4716, 10.6007, -4.3351, -23.4716, 1.7497, 2.1477, -23.4716, 4.6847, 2.1477, -23.4716, 4.6847, -2.1497, -23.4716, 4.6847, 2.1477, -23.4716, 7.2529, -2.1497, -23.4716, 4.6847, -2.1497, -23.4716, 7.2529, -2.1497, -23.4716, 10.6007, -4.3351, -23.4716, 7.2529, -4.3351, -23.4716, 4.6847, -2.1497, -23.4716, 7.2529, -2.1497, -23.4716, 7.2529, -4.3351, -23.4716, 7.2529, -4.3351, -23.4716, 10.6007, -4.3351, -23.4716, 10.6007, -7.22, -23.4716, 1.7497, 2.1477, -23.4716, 4.6847, -2.1497, -23.4716, 1.7497, -2.1497, -23.4716, -0.1154, 1.9824, -23.4716, 1.7497, 2.1477, -23.4716, 1.7497, -2.1497, -23.4716, -0.1154, 1.9824, -23.4716, 1.7497, -2.1497, -23.4716, -0.1154, -2.0672, -23.4716, 1.7497, -2.1497, -23.4716, 4.6847, -2.1497, -23.4716, 4.6847, -4.3351, -23.4716, 4.6847, -2.1497, -23.4716, 7.2529, -4.3351, -23.4716, 4.6847, -4.3351, -23.4716, 7.2529, -4.3351, -23.4716, 10.6007, -7.22, -23.4716, 7.2529, -7.22, -23.4716, 4.6847, -4.3351, -23.4716, 7.2529, -4.3351, -23.4716, 7.2529, -7.22, -23.4716, 7.2529, -7.22, -23.4716, 10.6007, -7.22, -23.4716, 10.6007, -10.1045, -23.4716, 1.7497, -2.1497, -23.4716, 4.6847, -4.3351, -23.4716, 1.7497, -4.3351, -23.4716, -0.1154, -2.0672, -23.4716, 1.7497, -2.1497, -23.4716, 1.7497, -4.3351, -23.4716, 4.6847, -4.3351, -23.4716, 7.2529, -7.22, -23.4716, 4.6847, -7.22, -23.4716, 1.7497, -4.3351, -23.4716, 4.6847, -4.3351, -23.4716, 4.6847, -7.22, -23.4716, 7.2529, -7.22, -23.4716, 10.6007, -10.1045, -23.4716, 7.2529, -10.1045, -23.4716, 4.6847, -7.22, -23.4716, 7.2529, -7.22, -23.4716, 7.2529, -10.1045, -23.4716, 7.2529, -10.1045, -23.4716, 10.6007, -10.1045, -23.4716, 10.6007, -13.649, -23.4716, -0.1154, -2.0672, -23.4716, 1.7497, -4.3351, -23.4716, -0.1154, -4.3351, -23.4716, -2.181, -2.0672, -23.4716, -0.1154, -2.0672, -23.4716, -0.1154, -4.3351, -23.4716, 1.7497, -4.3351, -23.4716, 4.6847, -7.22, -23.4716, 1.7497, -7.22, -23.4716, -0.1154, -4.3351, -23.4716, 1.7497, -4.3351, -23.4716, 1.7497, -7.22, -23.4716, 4.6847, -7.22, -23.4716, 7.2529, -10.1045, -23.4716, 4.6847, -10.1045, -23.4716, 1.7497, -7.22, -23.4716, 4.6847, -7.22, -23.4716, 4.6847, -10.1045, -23.4716, 7.2529, -10.1045, -23.4716, 10.6007, -13.649, -23.4716, 7.2529, -13.649, -23.4716, 4.6847, -10.1045, -23.4716, 7.2529, -10.1045, -23.4716, 7.2529, -13.649, -23.4716, 7.2529, -13.649, -23.4716, 10.6007, -13.649, -23.4716, 10.6007, -14.043, -23.4716, 7.2529, -13.649, -23.4716, 10.6007, -14.043, -23.4716, 7.2529, -14.043, -23.4716, 4.6847, -13.649, -23.4716, 7.2529, -13.649, -23.4716, 7.2529, -14.043, -23.4716, 4.6847, -10.1045, -23.4716, 7.2529, -13.649, -23.4716, 4.6847, -13.649, -23.4716, 4.6847, -13.649, -23.4716, 7.2529, -14.043, -23.4716, 4.6847, -14.043, -23.4716, 1.7497, -7.22, -23.4716, 4.6847, -10.1045, -23.4716, 1.7497, -10.1045, -23.4716, 1.7497, -10.1045, -23.4716, 4.6847, -10.1045, -23.4716, 4.6847, -13.649, -23.4716, 1.7497, -13.649, -23.4716, 4.6847, -13.649, -23.4716, 4.6847, -14.043, -23.4716, 1.7497, -10.1045, -23.4716, 4.6847, -13.649, -23.4716, 1.7497, -13.649, -23.4716, 1.7497, -13.649, -23.4716, 4.6847, -14.043, -23.4716, 1.7497, -14.043, -23.4716, -0.1154, -7.22, -23.4716, 1.7497, -7.22, -23.4716, 1.7497, -10.1045, -23.4716, -0.1154, -4.3351, -23.4716, 1.7497, -7.22, -23.4716, -0.1154, -7.22, -23.4716, -0.1154, -10.1045, -23.4716, 1.7497, -10.1045, -23.4716, 1.7497, -13.649, -23.4716, -0.1154, -7.22, -23.4716, 1.7497, -10.1045, -23.4716, -0.1154, -10.1045, -23.4716, -0.1154, -13.649, -23.4716, 1.7497, -13.649, -23.4716, 1.7497, -14.043, -23.4716, -0.1154, -10.1045, -23.4716, 1.7497, -13.649, -23.4716, -0.1154, -13.649, -23.4716, -0.1154, -13.649, -23.4716, 1.7497, -14.043, -23.4716, -0.1154, -14.043, -23.4716, -2.181, -4.3351, -23.4716, -0.1154, -4.3351, -23.4716, -0.1154, -7.22, -23.4716, -2.181, -2.0672, -23.4716, -0.1154, -4.3351, -23.4716, -2.181, -4.3351, -23.4716, -4.2466, -2.0672, -23.4716, -2.181, -2.0672, -23.4716, -2.181, -4.3351, -23.4716, -2.181, -4.3351, -23.4716, -0.1154, -7.22, -23.4716, -2.181, -7.22, -23.4716, -2.181, -7.22, -23.4716, -0.1154, -7.22, -23.4716, -0.1154, -10.1045, -23.4716, -4.2466, -2.0672, -23.4716, -2.181, -4.3351, -23.4716, -4.2466, -4.3351, -23.4716, -4.2466, -4.3351, -23.4716, -2.181, -4.3351, -23.4716, -2.181, -7.22, -23.4716, -4.2466, -4.3351, -23.4716, -3.2029, -2.0681, -23.4716, -4.2466, -2.0672, -23.4716, -4.2466, -4.3351, -23.4716, -3.2029, -4.336, -23.4716, -3.2029, -2.0681, -23.4716, -4.2466, -7.2196, -23.4716, -3.2029, -4.336, -23.4716, -4.2466, -4.3351, -23.4716, -4.2466, -4.3351, -23.4716, -2.181, -7.22, -23.4716, -4.2466, -7.2196, -23.4716, -4.2466, -7.2196, -23.4716, -3.2029, -7.2204, -23.4716, -3.2029, -4.336, -23.4716, -2.181, -7.22, -23.4716, -0.1154, -10.1045, -23.4716, -2.181, -10.1045, -23.4716, -4.2466, -7.2196, -23.4716, -2.181, -7.22, -23.4716, -2.181, -10.1045, -23.4716, -2.181, -10.1045, -23.4716, -0.1154, -10.1045, -23.4716, -0.1154, -13.649, -23.4716, -4.2466, -10.1045, -23.4716, -3.2029, -7.2204, -23.4716, -4.2466, -7.2196, -23.4716, -4.2466, -7.2196, -23.4716, -2.181, -10.1045, -23.4716, -4.2466, -10.1045, -23.4716, -4.2466, -10.1045, -23.4716, -3.2029, -10.1053, -23.4716, -3.2029, -7.2204, -23.4716, -2.181, -10.1045, -23.4716, -0.1154, -13.649, -23.4716, -2.181, -13.649, -23.4716, -4.2466, -10.1045, -23.4716, -2.181, -10.1045, -23.4716, -2.181, -13.649, -23.4716, -2.181, -13.649, -23.4716, -0.1154, -13.649, -23.4716, -0.1154, -14.043, -23.4716, -2.181, -13.649, -23.4716, -0.1154, -14.043, -23.4716, -2.181, -14.043, -23.4716, -4.2466, -10.1045, -23.4716, -2.181, -13.649, -23.4716, -4.2466, -13.649, -23.4716, -4.2466, -13.649, -23.4716, -3.2029, -10.1053, -23.4716, -4.2466, -10.1045, -23.4716, -4.2466, -13.649, -23.4716, -2.181, -13.649, -23.4716, -2.181, -14.043, -23.4716, -4.2466, -13.649, -23.4716, -3.2029, -13.6499, -23.4716, -3.2029, -10.1053, -23.4716, -4.2466, -13.649, -23.4716, -2.181, -14.043, -23.4716, -4.2466, -14.043, -23.4716, -4.2466, -14.043, -23.4716, -3.2029, -13.6499, -23.4716, -4.2466, -13.649, -23.4716, -4.2466, -14.043, -23.4716, -3.2029, -14.0434, -23.4716, -3.2029, -13.6499, -16.43, -4.2466, -14.043, -19.6359, -3.2029, -14.0434, -19.6359, -4.2466, -14.043, -16.43, -4.2466, -14.043, -16.43, -3.2029, -14.0434, -19.6359, -3.2029, -14.0434, -19.6359, -4.2466, -14.043, -19.6359, -3.2029, -14.0434, -23.0497, -3.2029, -14.0434, -19.6359, -4.2466, -14.043, -16.4381, -2.181, -14.043, -16.43, -4.2466, -14.043, -19.6359, -4.2466, -14.043, -23.0497, -3.2029, -14.0434, -23.0497, -4.2466, -14.043, -23.0497, -4.2466, -14.043, -23.0497, -3.2029, -14.0434, -23.4716, -3.2029, -14.0434, -23.0497, -4.2466, -14.043, -23.4716, -3.2029, -14.0434, -23.4716, -4.2466, -14.043, -19.6359, -4.2466, -14.043, -19.6359, -2.181, -14.043, -16.4381, -2.181, -14.043, -23.0497, -4.2466, -14.043, -19.6359, -2.181, -14.043, -19.6359, -4.2466, -14.043, -19.6359, -2.181, -14.043, -16.4461, -0.1152, -14.043, -16.4381, -2.181, -14.043, -23.4716, -4.2466, -14.043, -23.0497, -2.181, -14.043, -23.0497, -4.2466, -14.043, -23.0497, -4.2466, -14.043, -23.0497, -2.181, -14.043, -19.6359, -2.181, -14.043, -23.4716, -4.2466, -14.043, -23.4716, -2.181, -14.043, -23.0497, -2.181, -14.043, -19.6359, -2.181, -14.043, -19.6359, -0.1154, -14.043, -16.4461, -0.1152, -14.043, -23.0497, -2.181, -14.043, -19.6359, -0.1154, -14.043, -19.6359, -2.181, -14.043, -23.4716, -2.181, -14.043, -23.0497, -0.1154, -14.043, -23.0497, -2.181, -14.043, -23.0497, -2.181, -14.043, -23.0497, -0.1154, -14.043, -19.6359, -0.1154, -14.043, -23.4716, -2.181, -14.043, -23.4716, -0.1154, -14.043, -23.0497, -0.1154, -14.043, -23.4716, -0.1154, -14.043, -23.0497, 1.7497, -14.043, -23.0497, -0.1154, -14.043, -23.4716, -0.1154, -14.043, -23.4716, 1.7497, -14.043, -23.0497, 1.7497, -14.043, -23.0497, -0.1154, -14.043, -19.6359, 1.7497, -14.043, -19.6359, -0.1154, -14.043, -23.0497, -0.1154, -14.043, -23.0497, 1.7497, -14.043, -19.6359, 1.7497, -14.043, -19.6359, -0.1154, -14.043, -16.4461, 1.7515, -14.043, -16.4461, -0.1152, -14.043, -19.6359, -0.1154, -14.043, -19.6359, 1.7497, -14.043, -16.4461, 1.7515, -14.043, -16.4461, -0.1152, -14.043, -16.4461, 1.7515, -14.043, -14.6216, 1.751, -14.043, -16.4461, -0.1152, -14.043, -14.6216, 1.751, -14.043, -14.6216, -0.1149, -14.043, -14.6216, -0.1149, -14.043, -14.6216, 1.751, -14.043, -10.6731, 1.7519, -14.043, -14.6216, -0.1149, -14.043, -10.6731, 1.7519, -14.043, -10.6335, 0.0262, -14.043, -14.6216, 1.751, -14.043, -10.6731, 4.687, -14.043, -10.6731, 1.7519, -14.043, -14.6216, 1.751, -14.043, -14.6216, 4.6861, -14.043, -10.6731, 4.687, -14.043, -16.4461, 1.7515, -14.043, -14.6216, 4.6861, -14.043, -14.6216, 1.751, -14.043, -14.6216, 4.6861, -14.043, -10.6731, 7.2551, -14.043, -10.6731, 4.687, -14.043, -19.6359, 1.7497, -14.043, -16.4461, 4.6865, -14.043, -16.4461, 1.7515, -14.043, -16.4461, 1.7515, -14.043, -16.4461, 4.6865, -14.043, -14.6216, 4.6861, -14.043, -14.6216, 4.6861, -14.043, -14.6216, 7.2542, -14.043, -10.6731, 7.2551, -14.043, -16.4461, 4.6865, -14.043, -14.6216, 7.2542, -14.043, -14.6216, 4.6861, -14.043, -14.6216, 7.2542, -14.043, -10.6731, 10.603, -14.043, -10.6731, 7.2551, -14.043, -14.6216, 7.2542, -14.043, -14.6216, 10.6019, -14.043, -10.6731, 10.603, -14.043, -16.4461, 7.2547, -14.043, -14.6216, 10.6019, -14.043, -14.6216, 7.2542, -14.043, -16.4461, 4.6865, -14.043, -16.4461, 7.2547, -14.043, -14.6216, 7.2542, -14.043, -16.4461, 7.2547, -14.043, -16.4461, 10.6025, -14.043, -14.6216, 10.6019, -14.043, -19.6359, 1.7497, -14.043, -19.6359, 4.6847, -14.043, -16.4461, 4.6865, -14.043, -19.6359, 4.6847, -14.043, -16.4461, 7.2547, -14.043, -16.4461, 4.6865, -14.043, -23.0497, 1.7497, -14.043, -19.6359, 4.6847, -14.043, -19.6359, 1.7497, -14.043, -19.6359, 7.2529, -14.043, -16.4461, 10.6025, -14.043, -16.4461, 7.2547, -14.043, -19.6359, 4.6847, -14.043, -19.6359, 7.2529, -14.043, -16.4461, 7.2547, -14.043, -19.6359, 7.2529, -14.043, -19.6359, 10.6007, -14.043, -16.4461, 10.6025, -14.043, -23.0497, 1.7497, -14.043, -23.0497, 4.6847, -14.043, -19.6359, 4.6847, -14.043, -23.0497, 4.6847, -14.043, -19.6359, 7.2529, -14.043, -19.6359, 4.6847, -14.043, -23.4716, 1.7497, -14.043, -23.0497, 4.6847, -14.043, -23.0497, 1.7497, -14.043, -23.4716, 1.7497, -14.043, -23.4716, 4.6847, -14.043, -23.0497, 4.6847, -14.043, -23.0497, 4.6847, -14.043, -23.0497, 7.2529, -14.043, -19.6359, 7.2529, -14.043, -23.0497, 7.2529, -14.043, -19.6359, 10.6007, -14.043, -19.6359, 7.2529, -14.043, -23.4716, 4.6847, -14.043, -23.0497, 7.2529, -14.043, -23.0497, 4.6847, -14.043, -23.0497, 7.2529, -14.043, -23.0497, 10.6007, -14.043, -19.6359, 10.6007, -14.043, -23.4716, 4.6847, -14.043, -23.4716, 7.2529, -14.043, -23.0497, 7.2529, -14.043, -23.4716, 7.2529, -14.043, -23.0497, 10.6007, -14.043, -23.0497, 7.2529, -14.043, -23.4716, 7.2529, -14.043, -23.4716, 10.6007, -14.043, -23.0497, 10.6007, -14.043, 24.1087, -4.2382, 13.9573, 24.5277, -3.1943, 13.9565, 24.5277, -4.2382, 13.9573, 24.1087, -4.2382, 13.9573, 24.1087, -3.1943, 13.9565, 24.5277, -3.1943, 13.9565, 24.5277, -4.2382, 13.9573, 24.1087, -2.1117, 13.9573, 24.1087, -4.2382, 13.9573, 24.5277, -4.2382, 13.9573, 24.5277, -2.1117, 13.9573, 24.1087, -2.1117, 13.9573, 20.3359, -4.2382, 13.9573, 24.1087, -3.1943, 13.9565, 24.1087, -4.2382, 13.9573, 20.3359, -4.2382, 13.9573, 20.3359, -3.1943, 13.9565, 24.1087, -3.1943, 13.9565, 16.5441, -4.2398, 13.9573, 20.3359, -3.1943, 13.9565, 20.3359, -4.2382, 13.9573, 16.5441, -4.2398, 13.9573, 16.5441, -3.1961, 13.9565, 20.3359, -3.1943, 13.9565, 20.3359, -4.2382, 13.9573, 16.5441, -2.1126, 13.9573, 16.5441, -4.2398, 13.9573, 24.1087, -4.2382, 13.9573, 20.3359, -2.1117, 13.9573, 20.3359, -4.2382, 13.9573, 20.3359, -4.2382, 13.9573, 20.3359, -2.1117, 13.9573, 16.5441, -2.1126, 13.9573, 24.1087, -4.2382, 13.9573, 24.1087, -2.1117, 13.9573, 20.3359, -2.1117, 13.9573, 20.3359, -2.1117, 13.9573, 16.5441, 0.0149, 13.9573, 16.5441, -2.1126, 13.9573, 24.1087, -2.1117, 13.9573, 20.3359, 0.0149, 13.9573, 20.3359, -2.1117, 13.9573, 20.3359, -2.1117, 13.9573, 20.3359, 0.0149, 13.9573, 16.5441, 0.0149, 13.9573, 24.5277, -2.1117, 13.9573, 24.1087, 0.0149, 13.9573, 24.1087, -2.1117, 13.9573, 24.1087, -2.1117, 13.9573, 24.1087, 0.0149, 13.9573, 20.3359, 0.0149, 13.9573, 24.5277, -2.1117, 13.9573, 24.5277, 0.0149, 13.9573, 24.1087, 0.0149, 13.9573, 24.5277, 0.0149, 13.9573, 24.1087, 1.7492, 13.9573, 24.1087, 0.0149, 13.9573, 24.5277, 0.0149, 13.9573, 24.5284, 1.7492, 13.9573, 24.1087, 1.7492, 13.9573, 24.1087, 0.0149, 13.9573, 20.3359, 1.7492, 13.9573, 20.3359, 0.0149, 13.9573, 24.1087, 0.0149, 13.9573, 24.1087, 1.7492, 13.9573, 20.3359, 1.7492, 13.9573, 20.3359, 0.0149, 13.9573, 16.5441, 1.7492, 13.9573, 16.5441, 0.0149, 13.9573, 20.3359, 0.0149, 13.9573, 20.3359, 1.7492, 13.9573, 16.5441, 1.7492, 13.9573, 16.5441, 0.0149, 13.9573, 16.5441, 1.7492, 13.9573, 11.9679, 1.7492, 13.9573, 16.5441, 0.0149, 13.9573, 11.9679, 1.7492, 13.9573, 11.9679, 0.0149, 13.9573, 24.5284, 1.7492, 13.9573, 24.1087, 4.6842, 13.9573, 24.1087, 1.7492, 13.9573, 24.5284, 1.7492, 13.9573, 24.5284, 4.6842, 13.9573, 24.1087, 4.6842, 13.9573, 24.1087, 1.7492, 13.9573, 20.3359, 4.6842, 13.9573, 20.3359, 1.7492, 13.9573, 24.1087, 1.7492, 13.9573, 24.1087, 4.6842, 13.9573, 20.3359, 4.6842, 13.9573, 20.3359, 1.7492, 13.9573, 16.5441, 4.6842, 13.9573, 16.5441, 1.7492, 13.9573, 20.3359, 1.7492, 13.9573, 20.3359, 4.6842, 13.9573, 16.5441, 4.6842, 13.9573, 16.5441, 1.7492, 13.9573, 11.9679, 4.6842, 13.9573, 11.9679, 1.7492, 13.9573, 16.5441, 1.7492, 13.9573, 16.5441, 4.6842, 13.9573, 11.9679, 4.6842, 13.9573, 24.5284, 4.6842, 13.9573, 24.1087, 7.2524, 13.9573, 24.1087, 4.6842, 13.9573, 24.5284, 4.6842, 13.9573, 24.5284, 7.2524, 13.9573, 24.1087, 7.2524, 13.9573, 24.5284, 7.2524, 13.9573, 24.1087, 10.6003, 13.9573, 24.1087, 7.2524, 13.9573, 24.5284, 7.2524, 13.9573, 24.5284, 10.6003, 13.9573, 24.1087, 10.6003, 13.9573, 24.1087, 7.2524, 13.9573, 24.1087, 10.6003, 13.9573, 20.3359, 10.6003, 13.9573, 24.1087, 4.6842, 13.9573, 24.1087, 7.2524, 13.9573, 20.3359, 7.2524, 13.9573, 24.1087, 7.2524, 13.9573, 20.3359, 10.6003, 13.9573, 20.3359, 7.2524, 13.9573, 24.1087, 4.6842, 13.9573, 20.3359, 7.2524, 13.9573, 20.3359, 4.6842, 13.9573, 20.3359, 7.2524, 13.9573, 20.3359, 10.6003, 13.9573, 16.5441, 10.6003, 13.9573, 20.3359, 4.6842, 13.9573, 20.3359, 7.2524, 13.9573, 16.5441, 7.2524, 13.9573, 20.3359, 7.2524, 13.9573, 16.5441, 10.6003, 13.9573, 16.5441, 7.2524, 13.9573, 20.3359, 4.6842, 13.9573, 16.5441, 7.2524, 13.9573, 16.5441, 4.6842, 13.9573, 16.5441, 7.2524, 13.9573, 16.5441, 10.6003, 13.9573, 11.9679, 10.6003, 13.9573, 16.5441, 4.6842, 13.9573, 16.5441, 7.2524, 13.9573, 11.9679, 7.2524, 13.9573, 16.5441, 7.2524, 13.9573, 11.9679, 10.6003, 13.9573, 11.9679, 7.2524, 13.9573, 16.5441, 4.6842, 13.9573, 11.9679, 7.2524, 13.9573, 11.9679, 4.6842, 13.9573, 11.9679, 7.2524, 13.9573, 11.9679, 10.6003, 13.9573, 7.8633, 10.6003, 13.9573, 11.9679, 7.2524, 13.9573, 7.8633, 10.6003, 13.9573, 7.8633, 7.2524, 13.9573, 11.9679, 4.6842, 13.9573, 11.9679, 7.2524, 13.9573, 7.8633, 7.2524, 13.9573, 7.8633, 7.2524, 13.9573, 7.8633, 10.6003, 13.9573, 3.6914, 10.6003, 13.9573, 11.9679, 4.6842, 13.9573, 7.8633, 7.2524, 13.9573, 7.8633, 4.6842, 13.9573, 11.9679, 1.7492, 13.9573, 11.9679, 4.6842, 13.9573, 7.8633, 4.6842, 13.9573, 7.8633, 7.2524, 13.9573, 3.6914, 10.6003, 13.9573, 3.6914, 7.2524, 13.9573, 7.8633, 4.6842, 13.9573, 7.8633, 7.2524, 13.9573, 3.6914, 7.2524, 13.9573, 3.6914, 7.2524, 13.9573, 3.6914, 10.6003, 13.9573, -0.4417, 10.6003, 13.9573, 11.9679, 1.7492, 13.9573, 7.8633, 4.6842, 13.9573, 7.8633, 1.7492, 13.9573, 11.9679, 0.0149, 13.9573, 11.9679, 1.7492, 13.9573, 7.8633, 1.7492, 13.9573, 7.8633, 4.6842, 13.9573, 3.6914, 7.2524, 13.9573, 3.6914, 4.6842, 13.9573, 7.8633, 1.7492, 13.9573, 7.8633, 4.6842, 13.9573, 3.6914, 4.6842, 13.9573, 3.6914, 7.2524, 13.9573, -0.4417, 10.6003, 13.9573, -0.4417, 7.2524, 13.9573, 3.6914, 4.6842, 13.9573, 3.6914, 7.2524, 13.9573, -0.4417, 7.2524, 13.9573, -0.4417, 7.2524, 13.9573, -0.4417, 10.6003, 13.9573, -6.5414, 10.6003, 13.9573, -0.4417, 7.2524, 13.9573, -6.5414, 10.6003, 13.9573, -6.5414, 7.2526, 13.9573, -0.4417, 4.6842, 13.9573, -0.4417, 7.2524, 13.9573, -6.5414, 7.2526, 13.9573, 3.6914, 4.6842, 13.9573, -0.4417, 7.2524, 13.9573, -0.4417, 4.6842, 13.9573, -0.4417, 4.6842, 13.9573, -6.5414, 7.2526, 13.9573, -6.5414, 4.6845, 13.9573, 7.8633, 1.7492, 13.9573, 3.6914, 4.6842, 13.9573, 3.6914, 1.7492, 13.9573, 3.6914, 1.7492, 13.9573, 3.6914, 4.6842, 13.9573, -0.4417, 4.6842, 13.9573, 11.9679, 0.0149, 13.9573, 7.8633, 1.7492, 13.9573, 7.8633, 0.0149, 13.9573, 7.8633, 0.0149, 13.9573, 7.8633, 1.7492, 13.9573, 3.6914, 1.7492, 13.9573, 11.9679, -2.1117, 13.9573, 11.9679, 0.0149, 13.9573, 7.8633, 0.0149, 13.9573, -0.4417, 1.7492, 13.9573, -0.4417, 4.6842, 13.9573, -6.5414, 4.6845, 13.9573, 3.6914, 1.7492, 13.9573, -0.4417, 4.6842, 13.9573, -0.4417, 1.7492, 13.9573, -0.4417, 1.7492, 13.9573, -6.5414, 4.6845, 13.9573, -6.5414, 1.7494, 13.9573, 7.8633, 0.0149, 13.9573, 3.6914, 1.7492, 13.9573, 3.6914, 0.0149, 13.9573, 3.6914, 0.0149, 13.9573, 3.6914, 1.7492, 13.9573, -0.4417, 1.7492, 13.9573, 11.9679, -2.1117, 13.9573, 7.8633, 0.0149, 13.9573, 7.8633, -2.1117, 13.9573, 7.8633, -2.1117, 13.9573, 7.8633, 0.0149, 13.9573, 3.6914, 0.0149, 13.9573, 11.9679, -4.2382, 13.9573, 11.9679, -2.1117, 13.9573, 7.8633, -2.1117, 13.9573, -0.4417, 0.0149, 13.9573, -0.4417, 1.7492, 13.9573, -6.5414, 1.7494, 13.9573, 3.6914, 0.0149, 13.9573, -0.4417, 1.7492, 13.9573, -0.4417, 0.0149, 13.9573, -0.4417, 0.0149, 13.9573, -6.5414, 1.7494, 13.9573, -6.5414, 0.0169, 13.9573, 7.8633, -2.1117, 13.9573, 3.6914, 0.0149, 13.9573, 3.6914, -2.1117, 13.9573, 3.6914, -2.1117, 13.9573, 3.6914, 0.0149, 13.9573, -0.4417, 0.0149, 13.9573, 11.9679, -4.2382, 13.9573, 7.8633, -2.1117, 13.9573, 7.8633, -4.2382, 13.9573, 7.8633, -4.2382, 13.9573, 7.8633, -2.1117, 13.9573, 3.6914, -2.1117, 13.9573, 7.8633, -4.2382, 13.9573, 11.9679, -3.1943, 13.9565, 11.9679, -4.2382, 13.9573, 7.8633, -4.2382, 13.9573, 7.8633, -3.1943, 13.9565, 11.9679, -3.1943, 13.9565, -0.4417, -2.1117, 13.9573, -0.4417, 0.0149, 13.9573, -6.5414, 0.0169, 13.9573, 3.6914, -2.1117, 13.9573, -0.4417, 0.0149, 13.9573, -0.4417, -2.1117, 13.9573, -0.4417, -2.1117, 13.9573, -6.5414, 0.0169, 13.9573, -6.5414, -2.1105, 13.9573, 7.8633, -4.2382, 13.9573, 3.6914, -2.1117, 13.9573, 3.6914, -4.2382, 13.9573, 3.6914, -4.2382, 13.9573, 7.8633, -3.1943, 13.9565, 7.8633, -4.2382, 13.9573, 3.6914, -4.2382, 13.9573, 3.6914, -2.1117, 13.9573, -0.4417, -2.1117, 13.9573, 3.6914, -4.2382, 13.9573, 3.6914, -3.1943, 13.9565, 7.8633, -3.1943, 13.9565, -0.4417, -4.2382, 13.9573, -0.4417, -2.1117, 13.9573, -6.5414, -2.1105, 13.9573, 3.6914, -4.2382, 13.9573, -0.4417, -2.1117, 13.9573, -0.4417, -4.2382, 13.9573, -0.4417, -4.2382, 13.9573, 3.6914, -3.1943, 13.9565, 3.6914, -4.2382, 13.9573, -0.4417, -4.2382, 13.9573, -6.5414, -2.1105, 13.9573, -6.5414, -4.2382, 13.9573, -0.4417, -4.2382, 13.9573, -0.4417, -3.1943, 13.9565, 3.6914, -3.1943, 13.9565, -6.5414, -4.2382, 13.9573, -0.4417, -3.1943, 13.9565, -0.4417, -4.2382, 13.9573, -6.5414, -4.2382, 13.9573, -6.5414, -3.1943, 13.9565, -0.4417, -3.1943, 13.9565, -6.5414, -4.2466, -14.043, -10.6335, -3.2029, -14.0434, -10.6335, -4.2466, -14.043, -6.5414, -4.2466, -14.043, -6.5414, -3.2029, -14.0434, -10.6335, -3.2029, -14.0434, -6.5414, -2.1756, -14.043, -6.5414, -4.2466, -14.043, -10.6335, -4.2466, -14.043, -6.5414, -2.1756, -14.043, -10.6335, -4.2466, -14.043, -10.6335, -2.1846, -14.043, -6.5414, 0.0267, -14.043, -6.5414, -2.1756, -14.043, -10.6335, -2.1846, -14.043, -6.5414, 0.0267, -14.043, -10.6335, -2.1846, -14.043, -10.6335, 0.0262, -14.043, -6.5414, 1.751, -14.043, -6.5414, 0.0267, -14.043, -10.6335, 0.0262, -14.043, -6.5414, 1.751, -14.043, -10.6335, 0.0262, -14.043, -10.6731, 1.7519, -14.043, -10.6731, 1.7519, -14.043, -6.5414, 4.6861, -14.043, -6.5414, 1.751, -14.043, -10.6731, 1.7519, -14.043, -10.6731, 4.687, -14.043, -6.5414, 4.6861, -14.043, -10.6731, 4.687, -14.043, -6.5414, 7.2542, -14.043, -6.5414, 4.6861, -14.043, -10.6731, 4.687, -14.043, -10.6731, 7.2551, -14.043, -6.5414, 7.2542, -14.043, -10.6731, 7.2551, -14.043, -6.5414, 10.6021, -14.043, -6.5414, 7.2542, -14.043, -10.6731, 7.2551, -14.043, -10.6731, 10.603, -14.043, -6.5414, 10.6021, -14.043, -6.5414, -2.1756, -14.043, -6.5414, 0.0267, -14.043, -0.4417, 0.0276, -14.043, -6.5414, 0.0267, -14.043, -0.4417, 1.7497, -14.043, -0.4417, 0.0276, -14.043, -6.5414, 0.0267, -14.043, -6.5414, 1.751, -14.043, -0.4417, 1.7497, -14.043, -6.5414, -2.1756, -14.043, -0.4417, 0.0276, -14.043, -0.4417, -2.1549, -14.043, -6.5414, -4.2466, -14.043, -6.5414, -2.1756, -14.043, -0.4417, -2.1549, -14.043, -6.5414, 1.751, -14.043, -0.4417, 4.6847, -14.043, -0.4417, 1.7497, -14.043, -6.5414, 1.751, -14.043, -6.5414, 4.6861, -14.043, -0.4417, 4.6847, -14.043, -6.5414, -4.2466, -14.043, -0.4417, -2.1549, -14.043, -0.4417, -4.2466, -14.043, -0.4417, -4.2466, -14.043, -6.5414, -3.2029, -14.0434, -6.5414, -4.2466, -14.043, -0.4417, -4.2466, -14.043, -0.4417, -3.2029, -14.0434, -6.5414, -3.2029, -14.0434, -6.5414, 4.6861, -14.043, -0.4417, 7.2529, -14.043, -0.4417, 4.6847, -14.043, -6.5414, 4.6861, -14.043, -6.5414, 7.2542, -14.043, -0.4417, 7.2529, -14.043, -6.5414, 7.2542, -14.043, -0.4417, 10.6007, -14.043, -0.4417, 7.2529, -14.043, -6.5414, 7.2542, -14.043, -6.5414, 10.6021, -14.043, -0.4417, 10.6007, -14.043, -0.4417, 7.2529, -14.043, -0.4417, 10.6007, -14.043, 3.6914, 10.6007, -14.043, -0.4417, 7.2529, -14.043, 3.6914, 10.6007, -14.043, 3.6914, 7.2529, -14.043, -0.4417, 4.6847, -14.043, -0.4417, 7.2529, -14.043, 3.6914, 7.2529, -14.043, 3.6914, 7.2529, -14.043, 3.6914, 10.6007, -14.043, 7.8633, 10.6007, -14.043, -0.4417, 4.6847, -14.043, 3.6914, 7.2529, -14.043, 3.6914, 4.6847, -14.043, -0.4417, 1.7497, -14.043, -0.4417, 4.6847, -14.043, 3.6914, 4.6847, -14.043, 3.6914, 7.2529, -14.043, 7.8633, 10.6007, -14.043, 7.8633, 7.2529, -14.043, 3.6914, 4.6847, -14.043, 3.6914, 7.2529, -14.043, 7.8633, 7.2529, -14.043, 7.8633, 7.2529, -14.043, 7.8633, 10.6007, -14.043, 11.9679, 10.6007, -14.043, -0.4417, 1.7497, -14.043, 3.6914, 4.6847, -14.043, 3.6914, 1.7497, -14.043, -0.4417, 0.0276, -14.043, -0.4417, 1.7497, -14.043, 3.6914, 1.7497, -14.043, 3.6914, 4.6847, -14.043, 7.8633, 7.2529, -14.043, 7.8633, 4.6847, -14.043, 3.6914, 1.7497, -14.043, 3.6914, 4.6847, -14.043, 7.8633, 4.6847, -14.043, 7.8633, 7.2529, -14.043, 11.9679, 10.6007, -14.043, 11.9679, 7.2529, -14.043, 7.8633, 4.6847, -14.043, 7.8633, 7.2529, -14.043, 11.9679, 7.2529, -14.043, 11.9679, 7.2529, -14.043, 11.9679, 10.6007, -14.043, 16.5441, 10.6007, -14.043, -0.4417, 0.0276, -14.043, 3.6914, 1.7497, -14.043, 3.6914, 0.0276, -14.043, -0.4417, -2.1549, -14.043, -0.4417, 0.0276, -14.043, 3.6914, 0.0276, -14.043, 3.6914, 1.7497, -14.043, 7.8633, 4.6847, -14.043, 7.8633, 1.7497, -14.043, 3.6914, 0.0276, -14.043, 3.6914, 1.7497, -14.043, 7.8633, 1.7497, -14.043, 7.8633, 4.6847, -14.043, 11.9679, 7.2529, -14.043, 11.9679, 4.6847, -14.043, 7.8633, 1.7497, -14.043, 7.8633, 4.6847, -14.043, 11.9679, 4.6847, -14.043, 11.9679, 7.2529, -14.043, 16.5441, 10.6007, -14.043, 16.5441, 7.2529, -14.043, 11.9679, 4.6847, -14.043, 11.9679, 7.2529, -14.043, 16.5441, 7.2529, -14.043, 16.5441, 7.2529, -14.043, 16.5441, 10.6007, -14.043, 20.3359, 10.6007, -14.043, -0.4417, -2.1549, -14.043, 3.6914, 0.0276, -14.043, 3.6914, -2.1549, -14.043, -0.4417, -4.2466, -14.043, -0.4417, -2.1549, -14.043, 3.6914, -2.1549, -14.043, 3.6914, 0.0276, -14.043, 7.8633, 1.7497, -14.043, 7.8633, 0.0276, -14.043, 3.6914, -2.1549, -14.043, 3.6914, 0.0276, -14.043, 7.8633, 0.0276, -14.043, 7.8633, 1.7497, -14.043, 11.9679, 4.6847, -14.043, 11.9679, 1.7497, -14.043, 7.8633, 0.0276, -14.043, 7.8633, 1.7497, -14.043, 11.9679, 1.7497, -14.043, 11.9679, 4.6847, -14.043, 16.5441, 7.2529, -14.043, 16.5441, 4.6847, -14.043, 11.9679, 1.7497, -14.043, 11.9679, 4.6847, -14.043, 16.5441, 4.6847, -14.043, 16.5441, 7.2529, -14.043, 20.3359, 10.6007, -14.043, 20.3359, 7.2529, -14.043, 16.5441, 4.6847, -14.043, 16.5441, 7.2529, -14.043, 20.3359, 7.2529, -14.043, 20.3359, 7.2529, -14.043, 20.3359, 10.6007, -14.043, 24.1087, 10.6007, -14.043, 20.3359, 7.2529, -14.043, 24.1087, 10.6007, -14.043, 24.1087, 7.2529, -14.043, 24.1087, 7.2529, -14.043, 24.1087, 10.6007, -14.043, 24.5284, 10.6007, -14.043, 24.1087, 7.2529, -14.043, 24.5284, 10.6007, -14.043, 24.5284, 7.2529, -14.043, 20.3359, 4.6847, -14.043, 20.3359, 7.2529, -14.043, 24.1087, 7.2529, -14.043, 16.5441, 4.6847, -14.043, 20.3359, 7.2529, -14.043, 20.3359, 4.6847, -14.043, 24.1087, 4.6847, -14.043, 24.1087, 7.2529, -14.043, 24.5284, 7.2529, -14.043, 20.3359, 4.6847, -14.043, 24.1087, 7.2529, -14.043, 24.1087, 4.6847, -14.043, 24.1087, 4.6847, -14.043, 24.5284, 7.2529, -14.043, 24.5284, 4.6847, -14.043, 16.5441, 1.7497, -14.043, 16.5441, 4.6847, -14.043, 20.3359, 4.6847, -14.043, 11.9679, 1.7497, -14.043, 16.5441, 4.6847, -14.043, 16.5441, 1.7497, -14.043, 20.3359, 1.7497, -14.043, 20.3359, 4.6847, -14.043, 24.1087, 4.6847, -14.043, 16.5441, 1.7497, -14.043, 20.3359, 4.6847, -14.043, 20.3359, 1.7497, -14.043, 24.1087, 1.7497, -14.043, 24.1087, 4.6847, -14.043, 24.5284, 4.6847, -14.043, 20.3359, 1.7497, -14.043, 24.1087, 4.6847, -14.043, 24.1087, 1.7497, -14.043, 24.1087, 1.7497, -14.043, 24.5284, 4.6847, -14.043, 24.5284, 1.7497, -14.043, 16.5441, 0.0276, -14.043, 16.5441, 1.7497, -14.043, 20.3359, 1.7497, -14.043, 11.9679, 0.0276, -14.043, 11.9679, 1.7497, -14.043, 16.5441, 1.7497, -14.043, 11.9679, 0.0276, -14.043, 16.5441, 1.7497, -14.043, 16.5441, 0.0276, -14.043, 7.8633, 0.0276, -14.043, 11.9679, 1.7497, -14.043, 11.9679, 0.0276, -14.043, 16.5441, 0.0276, -14.043, 20.3359, 1.7497, -14.043, 20.3359, 0.0276, -14.043, 20.3359, 0.0276, -14.043, 20.3359, 1.7497, -14.043, 24.1087, 1.7497, -14.043, 16.5441, -2.1549, -14.043, 16.5441, 0.0276, -14.043, 20.3359, 0.0276, -14.043, 24.1087, 0.0276, -14.043, 24.1087, 1.7497, -14.043, 24.5284, 1.7497, -14.043, 20.3359, 0.0276, -14.043, 24.1087, 1.7497, -14.043, 24.1087, 0.0276, -14.043, 24.1087, 0.0276, -14.043, 24.5284, 1.7497, -14.043, 24.5277, 0.0276, -14.043, 16.5441, -2.1549, -14.043, 20.3359, 0.0276, -14.043, 20.3359, -2.1549, -14.043, 20.3359, -2.1549, -14.043, 20.3359, 0.0276, -14.043, 24.1087, 0.0276, -14.043, 16.5441, -4.2466, -14.043, 16.5441, -2.1549, -14.043, 20.3359, -2.1549, -14.043, 24.1087, -2.1549, -14.043, 24.1087, 0.0276, -14.043, 24.5277, 0.0276, -14.043, 20.3359, -2.1549, -14.043, 24.1087, 0.0276, -14.043, 24.1087, -2.1549, -14.043, 24.1087, -2.1549, -14.043, 24.5277, 0.0276, -14.043, 24.5277, -2.1549, -14.043, 16.5441, -4.2466, -14.043, 20.3359, -2.1549, -14.043, 20.3359, -4.2466, -14.043, 20.3359, -4.2466, -14.043, 20.3359, -2.1549, -14.043, 24.1087, -2.1549, -14.043, 20.3359, -4.2466, -14.043, 16.5441, -3.2029, -14.0434, 16.5441, -4.2466, -14.043, 20.3359, -4.2466, -14.043, 20.3359, -3.2029, -14.0434, 16.5441, -3.2029, -14.0434, 20.3359, -4.2466, -14.043, 24.1087, -2.1549, -14.043, 24.1087, -4.2466, -14.043, 24.1087, -4.2466, -14.043, 20.3359, -3.2029, -14.0434, 20.3359, -4.2466, -14.043, 24.1087, -4.2466, -14.043, 24.1087, -2.1549, -14.043, 24.5277, -2.1549, -14.043, 24.1087, -4.2466, -14.043, 24.1087, -3.2029, -14.0434, 20.3359, -3.2029, -14.0434, 24.1087, -4.2466, -14.043, 24.5277, -2.1549, -14.043, 24.5277, -4.2466, -14.043, 24.5277, -4.2466, -14.043, 24.1087, -3.2029, -14.0434, 24.1087, -4.2466, -14.043, 24.5277, -4.2466, -14.043, 24.5277, -3.2029, -14.0434, 24.1087, -3.2029, -14.0434, 7.8633, -2.1549, -14.043, 11.9679, 0.0276, -14.043, 11.9679, -2.1549, -14.043, 7.8633, -2.1549, -14.043, 7.8633, 0.0276, -14.043, 11.9679, 0.0276, -14.043, 3.6914, -2.1549, -14.043, 7.8633, 0.0276, -14.043, 7.8633, -2.1549, -14.043, 7.8633, -4.2466, -14.043, 7.8633, -2.1549, -14.043, 11.9679, -2.1549, -14.043, 3.6914, -4.2466, -14.043, 3.6914, -2.1549, -14.043, 7.8633, -2.1549, -14.043, 3.6914, -4.2466, -14.043, 7.8633, -2.1549, -14.043, 7.8633, -4.2466, -14.043, -0.4417, -4.2466, -14.043, 3.6914, -2.1549, -14.043, 3.6914, -4.2466, -14.043, 3.6914, -4.2466, -14.043, -0.4417, -3.2029, -14.0434, -0.4417, -4.2466, -14.043, 3.6914, -4.2466, -14.043, 3.6914, -3.2029, -14.0434, -0.4417, -3.2029, -14.0434, 7.8633, -4.2466, -14.043, 3.6914, -3.2029, -14.0434, 3.6914, -4.2466, -14.043, 7.8633, -4.2466, -14.043, 11.9679, -2.1549, -14.043, 11.9679, -4.2466, -14.043, 7.8633, -4.2466, -14.043, 7.8633, -3.2029, -14.0434, 3.6914, -3.2029, -14.0434, 11.9679, -4.2466, -14.043, 7.8633, -3.2029, -14.0434, 7.8633, -4.2466, -14.043, 11.9679, -4.2466, -14.043, 11.9679, -3.2029, -14.0434, 7.8633, -3.2029, -14.0434, 24.5277, 0.0264, -2.1497, 24.5277, 1.7515, 2.1477, 24.5277, 0.0269, 2.1477, 24.5277, 0.0264, -2.1497, 24.5277, 1.7515, -2.1497, 24.5277, 1.7515, 2.1477, 24.5277, 1.7515, -2.1497, 24.5277, 4.6865, 2.1477, 24.5277, 1.7515, 2.1477, 24.5277, 1.7515, -2.1497, 24.5277, 4.6865, -2.1497, 24.5277, 4.6865, 2.1477, 24.5277, 4.6865, -2.1497, 24.5277, 7.2547, 2.1477, 24.5277, 4.6865, 2.1477, 24.5277, 4.6865, -2.1497, 24.5277, 7.2547, -2.1497, 24.5277, 7.2547, 2.1477, 24.5277, 7.2547, -2.1497, 24.5277, 10.6025, 2.1477, 24.5277, 7.2547, 2.1477, 24.5277, 7.2547, -2.1497, 24.5277, 10.6025, -2.1497, 24.5277, 10.6025, 2.1477, -23.4716, 10.6003, 13.9573, 24.5284, 10.6003, 13.4544, -23.4716, 10.6003, 13.4544, -23.0505, 10.6003, 13.9573, 24.5284, 10.6003, 13.4544, -23.4716, 10.6003, 13.9573, -19.6388, 10.6003, 13.9573, 24.5284, 10.6003, 13.4544, -23.0505, 10.6003, 13.9573, 24.5284, 10.6003, 13.4544, -23.4716, 10.6005, 10.3666, -23.4716, 10.6003, 13.4544, -16.4461, 10.6003, 13.9573, 24.5284, 10.6003, 13.4544, -19.6388, 10.6003, 13.9573, 24.5284, 10.6003, 13.4544, 24.1087, 10.6003, 13.9573, 24.5284, 10.6003, 13.9573, 24.5284, 10.6003, 13.4544, 20.3359, 10.6003, 13.9573, 24.1087, 10.6003, 13.9573, 24.5284, 10.6003, 13.4544, 16.5441, 10.6003, 13.9573, 20.3359, 10.6003, 13.9573, 24.5284, 10.6003, 13.4544, 11.9679, 10.6003, 13.9573, 16.5441, 10.6003, 13.9573, 24.5284, 10.6003, 13.4544, 7.8633, 10.6003, 13.9573, 11.9679, 10.6003, 13.9573, -10.6731, 10.6021, 13.9573, 24.5284, 10.6003, 13.4544, -16.4461, 10.6003, 13.9573, 24.5284, 10.6003, 13.4544, -10.6731, 10.6021, 13.9573, 7.8633, 10.6003, 13.9573, -10.6731, 10.6021, 13.9573, -16.4461, 10.6003, 13.9573, -14.6216, 10.5704, 13.9573, 7.8633, 10.6003, 13.9573, -10.6731, 10.6021, 13.9573, 3.6914, 10.6003, 13.9573, 3.6914, 10.6003, 13.9573, -10.6731, 10.6021, 13.9573, -0.4417, 10.6003, 13.9573, -0.4417, 10.6003, 13.9573, -10.6731, 10.6021, 13.9573, -6.5414, 10.6003, 13.9573, 24.5277, 10.6007, 7.4253, -23.4716, 10.6005, 10.3666, 24.5284, 10.6003, 13.4544, 24.5277, 10.6007, 7.4253, 24.5284, 10.6003, 13.4544, 24.5284, 10.6005, 10.3666, -23.4716, 10.6005, 10.3666, 24.5277, 10.6007, 7.4253, -23.4716, 10.6007, 7.4253, 24.5277, 10.6007, 7.4253, -23.4716, 10.6007, 4.484, -23.4716, 10.6007, 7.4253, 24.5277, 10.6025, 2.1477, -23.4716, 10.6007, 4.484, 24.5277, 10.6007, 7.4253, 24.5277, 10.6025, 2.1477, 24.5277, 10.6007, 7.4253, 24.5277, 10.6007, 4.484, -23.4716, 10.6007, 4.484, 24.5277, 10.6025, 2.1477, -23.4716, 10.6007, 2.1477, -23.4716, 10.6007, 2.1477, 24.5277, 10.6025, 2.1477, 24.5277, 10.6025, -2.1497, -23.4716, 10.6007, 2.1477, 24.5277, 10.6025, -2.1497, -23.4716, 10.6007, -2.1497, -23.4716, 10.6007, -2.1497, 24.5277, 10.6025, -2.1497, 24.5277, 10.6007, -4.3351, -23.4716, 10.6007, -2.1497, 24.5277, 10.6007, -4.3351, -23.4716, 10.6007, -4.3351, -23.4716, 10.6007, -4.3351, 24.5277, 10.6007, -4.3351, 24.5277, 10.6007, -7.22, -23.4716, 10.6007, -4.3351, 24.5277, 10.6007, -7.22, -23.4716, 10.6007, -7.22, 24.5277, 10.6007, -10.1045, -23.4716, 10.6007, -7.22, 24.5277, 10.6007, -7.22, 24.5277, 10.6007, -10.1045, -23.4716, 10.6007, -10.1045, -23.4716, 10.6007, -7.22, -23.4716, 10.6007, -10.1045, 24.5277, 10.6007, -10.1045, 24.5284, 10.6007, -13.649, -23.4716, 10.6007, -10.1045, 24.5284, 10.6007, -13.649, -23.4716, 10.6007, -13.649, 24.5284, 10.6007, -14.043, -23.4716, 10.6007, -13.649, 24.5284, 10.6007, -13.649, 24.1087, 10.6007, -14.043, -23.4716, 10.6007, -13.649, 24.5284, 10.6007, -14.043, 20.3359, 10.6007, -14.043, -23.4716, 10.6007, -13.649, 24.1087, 10.6007, -14.043, 16.5441, 10.6007, -14.043, -23.4716, 10.6007, -13.649, 20.3359, 10.6007, -14.043, 11.9679, 10.6007, -14.043, -23.4716, 10.6007, -13.649, 16.5441, 10.6007, -14.043, 7.8633, 10.6007, -14.043, -23.4716, 10.6007, -13.649, 11.9679, 10.6007, -14.043, -23.4716, 10.6007, -13.649, 7.8633, 10.6007, -14.043, 3.6914, 10.6007, -14.043, -23.4716, 10.6007, -13.649, 3.6914, 10.6007, -14.043, -0.4417, 10.6007, -14.043, -23.4716, 10.6007, -13.649, -23.0497, 10.6007, -14.043, -23.4716, 10.6007, -14.043, -23.4716, 10.6007, -13.649, -19.6359, 10.6007, -14.043, -23.0497, 10.6007, -14.043, -23.4716, 10.6007, -13.649, -0.4417, 10.6007, -14.043, -19.6359, 10.6007, -14.043, -19.6359, 10.6007, -14.043, -0.4417, 10.6007, -14.043, -14.6216, 10.6019, -14.043, -19.6359, 10.6007, -14.043, -14.6216, 10.6019, -14.043, -16.4461, 10.6025, -14.043, -14.6216, 10.6019, -14.043, -0.4417, 10.6007, -14.043, -6.5414, 10.6021, -14.043, -14.6216, 10.6019, -14.043, -6.5414, 10.6021, -14.043, -10.6731, 10.603, -14.043, 11.953, -4.2466, 2.148, 7.8628, -4.2466, -0.0373, 11.953, -4.2466, -0.0373, 11.953, -4.2466, -0.0373, 7.8628, -4.2466, -2.1494, 11.953, -4.2466, -2.1494, 11.953, -4.2466, -0.0373, 7.8628, -4.2466, -0.0373, 7.8628, -4.2466, -2.1494, 7.8628, -4.2466, -0.0373, 3.6913, -4.2466, -2.1494, 7.8628, -4.2466, -2.1494, 11.953, -4.2466, 2.148, 7.8628, -4.2466, 2.148, 7.8628, -4.2466, -0.0373, 11.9645, -4.2466, 4.4843, 7.8628, -4.2466, 2.148, 11.953, -4.2466, 2.148, 11.9645, -4.2466, 4.4843, 7.8628, -4.2466, 4.4843, 7.8628, -4.2466, 2.148, 7.8628, -4.2466, -0.0373, 3.6913, -4.2466, -0.0373, 3.6913, -4.2466, -2.1494, 7.8628, -4.2466, 2.148, 3.6913, -4.2466, -0.0373, 7.8628, -4.2466, -0.0373, 3.6913, -4.2466, -0.0373, -0.4414, -4.2466, -2.1494, 3.6913, -4.2466, -2.1494, 7.8628, -4.2466, 4.4843, 3.6913, -4.2466, 2.148, 7.8628, -4.2466, 2.148, 7.8628, -4.2466, 2.148, 3.6913, -4.2466, 2.148, 3.6913, -4.2466, -0.0373, 7.8628, -4.2466, 4.4843, 3.6913, -4.2466, 4.4843, 3.6913, -4.2466, 2.148, 3.6913, -4.2466, -0.0373, -0.4414, -4.2466, -0.0415, -0.4414, -4.2466, -2.1494, 3.6913, -4.2466, 2.148, -0.4414, -4.2466, -0.0415, 3.6913, -4.2466, -0.0373, -0.4414, -4.2466, -0.0415, -6.5414, -4.2466, -2.1494, -0.4414, -4.2466, -2.1494, 3.6913, -4.2466, 4.4843, -0.4414, -4.2466, 2.148, 3.6913, -4.2466, 2.148, 3.6913, -4.2466, 2.148, -0.4414, -4.2466, 2.148, -0.4414, -4.2466, -0.0415, 3.6913, -4.2466, 4.4843, -0.4414, -4.2466, 4.4876, -0.4414, -4.2466, 2.148, -0.4414, -4.2466, -0.0415, -6.5414, -4.2466, -0.0415, -6.5414, -4.2466, -2.1494, -0.4414, -4.2466, 2.148, -6.5414, -4.2466, -0.0415, -0.4414, -4.2466, -0.0415, -6.5414, -4.2466, -0.0415, -10.6324, -4.2466, -2.1494, -6.5414, -4.2466, -2.1494, -0.4414, -4.2466, 4.4876, -6.5414, -4.2466, 2.148, -0.4414, -4.2466, 2.148, -0.4414, -4.2466, 2.148, -6.5414, -4.2466, 2.148, -6.5414, -4.2466, -0.0415, -0.4414, -4.2466, 4.4876, -6.5414, -4.2466, 4.4876, -6.5414, -4.2466, 2.148, -6.5414, -4.2466, -0.0415, -10.6324, -4.2466, -0.0373, -10.6324, -4.2466, -2.1494, -6.5414, -4.2466, 2.148, -10.6324, -4.2466, -0.0373, -6.5414, -4.2466, -0.0415, -6.5414, -4.2466, 2.148, -10.6324, -4.2466, 2.148, -10.6324, -4.2466, -0.0373, -6.5414, -4.2466, 4.4876, -10.6324, -4.2466, 2.148, -6.5414, -4.2466, 2.148, -6.5414, -4.2466, 4.4876, -10.6324, -4.2466, 4.4843, -10.6324, -4.2466, 2.148, -10.6324, -4.2466, -4.3352, -6.5414, -4.2466, -2.1494, -10.6324, -4.2466, -2.1494, -10.6324, -4.2466, -4.3352, -6.5414, -4.2466, -4.3352, -6.5414, -4.2466, -2.1494, -0.4414, -4.2466, -2.1494, -6.5414, -4.2466, -2.1494, -6.5414, -4.2466, -4.3352, -0.4414, -4.2466, -2.1494, -6.5414, -4.2466, -4.3352, -0.4414, -4.2466, -4.3352, 3.6913, -4.2466, -2.1494, -0.4414, -4.2466, -2.1494, -0.4414, -4.2466, -4.3352, 3.6913, -4.2466, -2.1494, -0.4414, -4.2466, -4.3352, 3.6913, -4.2466, -4.3352, 7.8628, -4.2466, -2.1494, 3.6913, -4.2466, -2.1494, 3.6913, -4.2466, -4.3352, 7.8628, -4.2466, -2.1494, 3.6913, -4.2466, -4.3352, 7.8628, -4.2466, -4.3352, 11.953, -4.2466, -2.1494, 7.8628, -4.2466, -2.1494, 7.8628, -4.2466, -4.3352, 11.953, -4.2466, -2.1494, 7.8628, -4.2466, -4.3352, 11.9559, -4.2466, -4.3352, 24.1085, -4.2458, 7.4256, 20.3356, -4.2466, 4.4843, 24.1085, -4.2466, 4.4843, 24.1085, -4.2466, 4.4843, 20.3356, -4.2466, 2.148, 24.1085, -4.2466, 2.148, 24.1085, -4.2466, 4.4843, 20.3356, -4.2466, 4.4843, 20.3356, -4.2466, 2.148, 20.3356, -4.2466, 4.4843, 16.5908, -4.2466, 2.148, 20.3356, -4.2466, 2.148, 20.3356, -4.2466, 4.4843, 16.5556, -4.2466, 4.4843, 16.5908, -4.2466, 2.148, 24.1085, -4.2458, 7.4256, 20.3356, -4.2458, 7.4256, 20.3356, -4.2466, 4.4843, 20.3356, -4.2458, 7.4256, 16.5556, -4.2466, 4.4843, 20.3356, -4.2466, 4.4843, 24.1092, -4.245, 10.3669, 20.3356, -4.2458, 7.4256, 24.1085, -4.2458, 7.4256, 20.3356, -4.2458, 7.4256, 16.5498, -4.2459, 7.4256, 16.5556, -4.2466, 4.4843, 24.1092, -4.245, 10.3669, 20.3363, -4.245, 10.3669, 20.3356, -4.2458, 7.4256, 20.3363, -4.245, 10.3669, 16.5498, -4.2459, 7.4256, 20.3356, -4.2458, 7.4256, 24.1092, -4.239, 13.4543, 20.3363, -4.245, 10.3669, 24.1092, -4.245, 10.3669, 20.3363, -4.245, 10.3669, 16.544, -4.2453, 10.3669, 16.5498, -4.2459, 7.4256, 24.1092, -4.239, 13.4543, 20.3363, -4.239, 13.4543, 20.3363, -4.245, 10.3669, 20.3363, -4.239, 13.4543, 16.544, -4.2453, 10.3669, 20.3363, -4.245, 10.3669, 20.3363, -4.239, 13.4543, 16.544, -4.2405, 13.4543, 16.544, -4.2453, 10.3669, 11.9674, -4.239, 13.4543, 7.8628, -4.245, 10.3669, 11.9674, -4.245, 10.3669, 11.9674, -4.239, 13.4543, 7.8628, -4.239, 13.4543, 7.8628, -4.245, 10.3669, 7.8628, -4.239, 13.4543, 3.6913, -4.245, 10.3669, 7.8628, -4.245, 10.3669, 7.8628, -4.239, 13.4543, 3.6913, -4.239, 13.4543, 3.6913, -4.245, 10.3669, 3.6913, -4.239, 13.4543, -0.4414, -4.245, 10.3669, 3.6913, -4.245, 10.3669, 3.6913, -4.239, 13.4543, -0.4414, -4.239, 13.4547, -0.4414, -4.245, 10.3669, -0.4414, -4.239, 13.4547, -6.5414, -4.245, 10.3669, -0.4414, -4.245, 10.3669, -0.4414, -4.239, 13.4547, -6.5414, -4.239, 13.4547, -6.5414, -4.245, 10.3669, -6.5414, -4.239, 13.4547, -10.6331, -4.245, 10.3669, -6.5414, -4.245, 10.3669, -6.5414, -4.239, 13.4547, -10.6324, -4.239, 13.4543, -10.6331, -4.245, 10.3669, 24.1085, -4.2466, -2.1494, 20.3356, -4.2466, -4.3352, 24.1085, -4.2466, -4.3352, 24.1085, -4.2466, -2.1494, 20.3356, -4.2466, -2.1494, 20.3356, -4.2466, -4.3352, 20.3356, -4.2466, -2.1494, 16.544, -4.2466, -4.3352, 20.3356, -4.2466, -4.3352, 20.3356, -4.2466, -2.1494, 16.544, -4.2466, -2.1494, 16.544, -4.2466, -4.3352, 20.3356, -4.2466, -4.3352, 16.544, -4.2466, -4.3352, 16.544, -4.2466, -7.2199, 24.1085, -4.2466, -4.3352, 20.3356, -4.2466, -4.3352, 20.3356, -4.2466, -7.2199, 20.3356, -4.2466, -4.3352, 16.544, -4.2466, -7.2199, 20.3356, -4.2466, -7.2199, 24.1085, -4.2466, -4.3352, 20.3356, -4.2466, -7.2199, 24.1085, -4.2466, -7.2199, 20.3356, -4.2466, -7.2199, 16.544, -4.2466, -7.2199, 16.544, -4.2466, -10.1045, 24.1085, -4.2466, -7.2199, 20.3356, -4.2466, -7.2199, 20.3356, -4.2466, -10.1045, 20.3356, -4.2466, -7.2199, 16.544, -4.2466, -10.1045, 20.3356, -4.2466, -10.1045, 20.3356, -4.2466, -10.1045, 16.544, -4.2466, -10.1045, 16.544, -4.2466, -13.6489, 24.1085, -4.2466, -7.2199, 20.3356, -4.2466, -10.1045, 24.1085, -4.2466, -10.1045, 20.3356, -4.2466, -10.1045, 16.544, -4.2466, -13.6489, 20.3363, -4.2466, -13.6489, 24.1085, -4.2466, -10.1045, 20.3356, -4.2466, -10.1045, 20.3363, -4.2466, -13.6489, 24.1085, -4.2466, -10.1045, 20.3363, -4.2466, -13.6489, 24.1092, -4.2466, -13.6489, -16.4302, -4.2466, 4.4843, -19.6374, -4.2466, 2.148, -16.4316, -4.2466, 2.148, -16.4302, -4.2466, 4.4843, -19.636, -4.2466, 4.4843, -19.6374, -4.2466, 2.148, -19.636, -4.2466, 4.4843, -23.0498, -4.2466, 2.0008, -19.6374, -4.2466, 2.148, -16.4302, -4.2458, 7.4256, -19.636, -4.2466, 4.4843, -16.4302, -4.2466, 4.4843, -19.636, -4.2466, 4.4843, -23.0498, -4.2466, 4.4843, -23.0498, -4.2466, 2.0008, -16.4302, -4.2458, 7.4256, -19.636, -4.2458, 7.4256, -19.636, -4.2466, 4.4843, -19.636, -4.2458, 7.4256, -23.0498, -4.2466, 4.4843, -19.636, -4.2466, 4.4843, -16.4302, -4.245, 10.3669, -19.636, -4.2458, 7.4256, -16.4302, -4.2458, 7.4256, -19.636, -4.2458, 7.4256, -23.0498, -4.2458, 7.4256, -23.0498, -4.2466, 4.4843, -16.4302, -4.245, 10.3669, -19.636, -4.245, 10.3669, -19.636, -4.2458, 7.4256, -19.636, -4.245, 10.3669, -23.0498, -4.2458, 7.4256, -19.636, -4.2458, 7.4256, -16.4294, -4.239, 13.4543, -19.636, -4.245, 10.3669, -16.4302, -4.245, 10.3669, -19.636, -4.245, 10.3669, -23.0498, -4.245, 10.3669, -23.0498, -4.2458, 7.4256, -16.4294, -4.239, 13.4543, -19.6353, -4.239, 13.4543, -19.636, -4.245, 10.3669, -19.6353, -4.239, 13.4543, -23.0498, -4.245, 10.3669, -19.636, -4.245, 10.3669, -19.6353, -4.239, 13.4543, -23.0498, -4.239, 13.4543, -23.0498, -4.245, 10.3669, -16.4316, -4.2466, -2.1494, -19.6374, -4.2466, -4.3352, -16.4309, -4.2466, -4.3352, -16.4316, -4.2466, -2.1494, -19.6374, -4.2466, -2.1494, -19.6374, -4.2466, -4.3352, -19.6374, -4.2466, -2.1494, -23.0498, -4.2466, -4.3352, -19.6374, -4.2466, -4.3352, -19.6374, -4.2466, -2.1494, -23.0498, -4.2466, -2.0762, -23.0498, -4.2466, -4.3352, -19.6374, -4.2466, -4.3352, -23.0498, -4.2466, -4.3352, -23.0498, -4.2466, -7.2199, -16.4309, -4.2466, -4.3352, -19.6374, -4.2466, -4.3352, -19.6367, -4.2466, -7.2199, -19.6374, -4.2466, -4.3352, -23.0498, -4.2466, -7.2199, -19.6367, -4.2466, -7.2199, -16.4309, -4.2466, -4.3352, -19.6367, -4.2466, -7.2199, -16.4309, -4.2466, -7.2199, -19.6367, -4.2466, -7.2199, -23.0498, -4.2466, -7.2199, -23.0498, -4.2466, -10.1045, -16.4309, -4.2466, -7.2199, -19.6367, -4.2466, -7.2199, -19.636, -4.2466, -10.1045, -19.6367, -4.2466, -7.2199, -23.0498, -4.2466, -10.1045, -19.636, -4.2466, -10.1045, -19.636, -4.2466, -10.1045, -23.0498, -4.2466, -10.1045, -23.0498, -4.2466, -13.6489, -16.4309, -4.2466, -7.2199, -19.636, -4.2466, -10.1045, -16.4302, -4.2466, -10.1045, -19.636, -4.2466, -10.1045, -23.0498, -4.2466, -13.6489, -19.636, -4.2466, -13.6489, -16.4302, -4.2466, -10.1045, -19.636, -4.2466, -10.1045, -19.636, -4.2466, -13.6489, -16.4302, -4.2466, -10.1045, -19.636, -4.2466, -13.6489, -16.4302, -4.2466, -13.6489, -6.5414, -4.2466, -10.1045, -10.6331, -4.2466, -13.6489, -6.5414, -4.2466, -13.6489, -6.5414, -4.2466, -10.1045, -10.6331, -4.2466, -10.1045, -10.6331, -4.2466, -13.6489, -0.4414, -4.2466, -10.1045, -6.5414, -4.2466, -10.1045, -6.5414, -4.2466, -13.6489, -0.4414, -4.2466, -10.1045, -6.5414, -4.2466, -13.6489, -0.4414, -4.2466, -13.6489, 3.6913, -4.2466, -10.1045, -0.4414, -4.2466, -10.1045, -0.4414, -4.2466, -13.6489, 3.6913, -4.2466, -10.1045, -0.4414, -4.2466, -13.6489, 3.6913, -4.2466, -13.6489, 7.8628, -4.2466, -10.1045, 3.6913, -4.2466, -10.1045, 3.6913, -4.2466, -13.6489, 7.8628, -4.2466, -10.1045, 3.6913, -4.2466, -13.6489, 7.8628, -4.2466, -13.6489, 11.9638, -4.2466, -10.1045, 7.8628, -4.2466, -10.1045, 7.8628, -4.2466, -13.6489, 11.9638, -4.2466, -10.1045, 7.8628, -4.2466, -13.6489, 11.9674, -4.2466, -13.6489, -23.0504, -4.2466, 2.0008, -23.4716, -4.2466, -0.0373, -23.0504, -4.2466, -0.0373, -23.0504, -4.2466, 2.0008, -23.4716, -4.2466, 1.9824, -23.4716, -4.2466, -0.0373, -23.0504, -4.2466, -0.0373, -23.4716, -4.2466, -0.0373, -23.4716, -4.2466, -2.0672, -19.6373, -4.2466, 2.1482, -23.0504, -4.2466, 2.0008, -23.0504, -4.2466, -0.0373, -23.0504, -4.2466, -0.0373, -23.4716, -4.2466, -2.0672, -23.0504, -4.2466, -2.0762, -19.6373, -4.2466, 2.1482, -23.0504, -4.2466, -0.0373, -19.6373, -4.2466, -0.0373, -19.6373, -4.2466, -0.0373, -23.0504, -4.2466, -0.0373, -23.0504, -4.2466, -2.0762, -19.6373, -4.2466, -0.0373, -23.0504, -4.2466, -2.0762, -19.6373, -4.2466, -2.1497, -16.4314, -4.2466, 2.1482, -19.6373, -4.2466, 2.1482, -19.6373, -4.2466, -0.0373, -16.4314, -4.2466, -0.0373, -19.6373, -4.2466, -0.0373, -19.6373, -4.2466, -2.1497, -16.4314, -4.2466, 2.1482, -19.6373, -4.2466, -0.0373, -16.4314, -4.2466, -0.0373, -16.4314, -4.2466, -0.0373, -19.6373, -4.2466, -2.1497, -16.4314, -4.2466, -2.1497, -14.6179, -4.2466, 2.1482, -16.4314, -4.2466, 2.1482, -16.4314, -4.2466, -0.0373, -14.6179, -4.2466, -0.0373, -16.4314, -4.2466, -0.0373, -16.4314, -4.2466, -2.1497, -14.6179, -4.2466, 2.1482, -16.4314, -4.2466, -0.0373, -14.6179, -4.2466, -0.0373, -14.6179, -4.2466, -0.0373, -16.4314, -4.2466, -2.1497, -14.6179, -4.2466, -2.1497, -14.6179, -4.2466, -2.1497, -16.4314, -4.2466, -2.1497, -16.4314, -4.2466, -4.3351, -10.6328, -4.2466, 2.1482, -14.6179, -4.2466, 2.1482, -14.6179, -4.2466, -0.0373, -10.6328, -4.2466, 2.1482, -14.6179, -4.2466, -0.0373, -10.6328, -4.2466, -0.0373, -10.6328, -4.2466, -0.0373, -14.6179, -4.2466, -0.0373, -14.6179, -4.2466, -2.1497, -10.6328, -4.2466, -0.0373, -14.6179, -4.2466, -2.1497, -10.6328, -4.2466, -2.1497, -10.6328, -4.2466, 4.4844, -14.6179, -4.2466, 2.1482, -10.6328, -4.2466, 2.1482, -14.6179, -4.2466, -2.1497, -16.4314, -4.2466, -4.3351, -14.6179, -4.2466, -4.3351, -10.6328, -4.2466, -2.1497, -14.6179, -4.2466, -2.1497, -14.6179, -4.2466, -4.3351, -14.6179, -4.2466, -4.3351, -16.4314, -4.2466, -4.3351, -16.4307, -4.2466, -7.2196, -10.6328, -4.2466, -2.1497, -14.6179, -4.2466, -4.3351, -10.6328, -4.2466, -4.3351, -10.6328, -4.2466, 4.4844, -14.6172, -4.2466, 4.4844, -14.6179, -4.2466, 2.1482, -14.6172, -4.2466, 4.4844, -16.4314, -4.2466, 2.1482, -14.6179, -4.2466, 2.1482, -10.6328, -4.2458, 7.4257, -14.6172, -4.2466, 4.4844, -10.6328, -4.2466, 4.4844, -14.6172, -4.2466, 4.4844, -16.43, -4.2466, 4.4844, -16.4314, -4.2466, 2.1482, -10.6328, -4.2466, -4.3351, -14.6179, -4.2466, -4.3351, -14.6172, -4.2466, -7.2196, -14.6179, -4.2466, -4.3351, -16.4307, -4.2466, -7.2196, -14.6172, -4.2466, -7.2196, -10.6328, -4.2466, -4.3351, -14.6172, -4.2466, -7.2196, -10.6328, -4.2466, -7.2196, -14.6172, -4.2466, -7.2196, -16.4307, -4.2466, -7.2196, -16.4307, -4.2466, -10.1045, -14.6172, -4.2458, 7.4257, -16.43, -4.2466, 4.4844, -14.6172, -4.2466, 4.4844, -10.6328, -4.2458, 7.4257, -14.6172, -4.2458, 7.4257, -14.6172, -4.2466, 4.4844, -14.6172, -4.2458, 7.4257, -16.43, -4.2458, 7.4257, -16.43, -4.2466, 4.4844, -10.6335, -4.245, 10.3666, -14.6172, -4.2458, 7.4257, -10.6328, -4.2458, 7.4257, -14.6172, -4.245, 10.3666, -16.43, -4.2458, 7.4257, -14.6172, -4.2458, 7.4257, -10.6335, -4.245, 10.3666, -14.6172, -4.245, 10.3666, -14.6172, -4.2458, 7.4257, -14.6172, -4.245, 10.3666, -16.43, -4.245, 10.3666, -16.43, -4.2458, 7.4257, -10.6328, -4.239, 13.4544, -14.6172, -4.245, 10.3666, -10.6335, -4.245, 10.3666, -14.6165, -4.239, 13.4544, -16.43, -4.245, 10.3666, -14.6172, -4.245, 10.3666, -10.6328, -4.239, 13.4544, -14.6165, -4.239, 13.4544, -14.6172, -4.245, 10.3666, -10.6328, -4.238, 13.9573, -14.6165, -4.239, 13.4544, -10.6328, -4.239, 13.4544, -14.6165, -4.239, 13.4544, -16.43, -4.239, 13.4544, -16.43, -4.245, 10.3666, -10.6328, -4.238, 13.9573, -14.6165, -4.238, 13.9573, -14.6165, -4.239, 13.4544, -14.6165, -4.238, 13.9573, -16.43, -4.239, 13.4544, -14.6165, -4.239, 13.4544, -14.6165, -4.238, 13.9573, -16.4292, -4.238, 13.9573, -16.43, -4.239, 13.4544, -14.6172, -4.2466, -7.2196, -16.4307, -4.2466, -10.1045, -14.6172, -4.2466, -10.1045, -10.6328, -4.2466, -7.2196, -14.6172, -4.2466, -7.2196, -14.6172, -4.2466, -10.1045, -14.6172, -4.2466, -10.1045, -16.4307, -4.2466, -10.1045, -16.43, -4.2466, -13.649, -10.6328, -4.2466, -7.2196, -14.6172, -4.2466, -10.1045, -10.6335, -4.2466, -10.1045, -14.6172, -4.2466, -10.1045, -16.43, -4.2466, -13.649, -14.6172, -4.2466, -13.649, -10.6335, -4.2466, -10.1045, -14.6172, -4.2466, -10.1045, -14.6172, -4.2466, -13.649, -14.6172, -4.2466, -13.649, -16.43, -4.2466, -13.649, -16.43, -4.2466, -14.043, -10.6335, -4.2466, -10.1045, -14.6172, -4.2466, -13.649, -10.6335, -4.2466, -13.649, -14.6172, -4.2466, -13.649, -16.43, -4.2466, -14.043, -14.6172, -4.2466, -14.043, -10.6335, -4.2466, -13.649, -14.6172, -4.2466, -13.649, -14.6172, -4.2466, -14.043, -10.6335, -4.2466, -13.649, -14.6172, -4.2466, -14.043, -10.6335, -4.2466, -14.043, 24.1087, -4.2466, 2.1482, 20.3359, -4.2466, -0.0373, 24.1087, -4.2466, -0.0373, 24.1087, -4.2466, 2.1482, 20.3359, -4.2466, 2.1482, 20.3359, -4.2466, -0.0373, 24.1087, -4.2466, -0.0373, 20.3359, -4.2466, -0.0373, 20.3359, -4.2466, -2.1497, 24.1087, -4.2466, -0.0373, 20.3359, -4.2466, -2.1497, 24.1087, -4.2466, -2.1497, 20.3359, -4.2466, -0.0373, 16.5441, -4.2466, -2.1497, 20.3359, -4.2466, -2.1497, 20.3359, -4.2466, 2.1482, 16.591, -4.2466, -0.0373, 20.3359, -4.2466, -0.0373, 20.3359, -4.2466, -0.0373, 16.591, -4.2466, -0.0373, 16.5441, -4.2466, -2.1497, 16.591, -4.2466, -0.0373, 11.9533, -4.2466, -2.1497, 16.5441, -4.2466, -2.1497, 20.3359, -4.2466, 2.1482, 16.591, -4.2466, 2.1482, 16.591, -4.2466, -0.0373, 16.591, -4.2466, -0.0373, 11.9533, -4.2466, -0.0373, 11.9533, -4.2466, -2.1497, 16.591, -4.2466, 2.1482, 11.9533, -4.2466, -0.0373, 16.591, -4.2466, -0.0373, 16.591, -4.2466, 2.1482, 11.9533, -4.2466, 2.1482, 11.9533, -4.2466, -0.0373, 16.55, -4.2459, 7.4257, 11.9642, -4.2466, 4.4844, 16.5551, -4.2466, 4.4844, 16.55, -4.2459, 7.4257, 11.9657, -4.2458, 7.4257, 11.9642, -4.2466, 4.4844, 16.5441, -4.2453, 10.3666, 11.9657, -4.2458, 7.4257, 16.55, -4.2459, 7.4257, 16.5441, -4.2453, 10.3666, 11.9679, -4.245, 10.3666, 11.9657, -4.2458, 7.4257, 11.9657, -4.2458, 7.4257, 7.8626, -4.2466, 4.4844, 11.9642, -4.2466, 4.4844, 11.9657, -4.2458, 7.4257, 7.8634, -4.2458, 7.4257, 7.8626, -4.2466, 4.4844, 11.9679, -4.245, 10.3666, 7.8634, -4.2458, 7.4257, 11.9657, -4.2458, 7.4257, 7.8634, -4.2458, 7.4257, 3.6914, -4.2466, 4.4844, 7.8626, -4.2466, 4.4844, 11.9679, -4.245, 10.3666, 7.8634, -4.245, 10.3666, 7.8634, -4.2458, 7.4257, 7.8634, -4.2458, 7.4257, 3.6914, -4.2458, 7.4257, 3.6914, -4.2466, 4.4844, 7.8634, -4.245, 10.3666, 3.6914, -4.2458, 7.4257, 7.8634, -4.2458, 7.4257, 3.6914, -4.2458, 7.4257, -0.4417, -4.2466, 4.4874, 3.6914, -4.2466, 4.4844, 7.8634, -4.245, 10.3666, 3.6914, -4.245, 10.3666, 3.6914, -4.2458, 7.4257, 3.6914, -4.2458, 7.4257, -0.4417, -4.2458, 7.427, -0.4417, -4.2466, 4.4874, 3.6914, -4.245, 10.3666, -0.4417, -4.2458, 7.427, 3.6914, -4.2458, 7.4257, -0.4417, -4.2458, 7.427, -6.5414, -4.2466, 4.4874, -0.4417, -4.2466, 4.4874, 3.6914, -4.245, 10.3666, -0.4417, -4.245, 10.367, -0.4417, -4.2458, 7.427, -0.4417, -4.2458, 7.427, -6.5414, -4.2458, 7.427, -6.5414, -4.2466, 4.4874, -0.4417, -4.245, 10.367, -6.5414, -4.2458, 7.427, -0.4417, -4.2458, 7.427, -6.5414, -4.2458, 7.427, -10.6328, -4.2466, 4.4844, -6.5414, -4.2466, 4.4874, -0.4417, -4.245, 10.367, -6.5414, -4.245, 10.367, -6.5414, -4.2458, 7.427, -6.5414, -4.2458, 7.427, -10.6328, -4.2458, 7.4257, -10.6328, -4.2466, 4.4844, -6.5414, -4.245, 10.367, -10.6328, -4.2458, 7.4257, -6.5414, -4.2458, 7.427, -6.5414, -4.245, 10.367, -10.6335, -4.245, 10.3666, -10.6328, -4.2458, 7.4257, 16.5441, -4.2406, 13.4544, 11.9679, -4.245, 10.3666, 16.5441, -4.2453, 10.3666, 16.5441, -4.2406, 13.4544, 11.9679, -4.239, 13.4544, 11.9679, -4.245, 10.3666, 24.5284, -4.2466, 2.1482, 24.1087, -3.2028, 2.1473, 24.1087, -4.2466, 2.1482, 24.5284, -4.2466, 2.1482, 24.5277, -3.2028, 2.1473, 24.1087, -3.2028, 2.1473, 16.5441, -4.2466, -13.649, 11.9679, -4.2466, -14.043, 16.5441, -4.2466, -14.043, 16.5441, -4.2466, -13.649, 11.9672, -4.2466, -13.649, 11.9679, -4.2466, -14.043, 24.1087, -4.2466, -2.1497, 24.5277, -3.2028, -2.1501, 24.5284, -4.2466, -2.1497, 24.1087, -4.2466, -2.1497, 24.1087, -3.2028, -2.1501, 24.5277, -3.2028, -2.1501, 16.5551, -4.2466, 4.4844, 11.9533, -4.2466, 2.1482, 16.591, -4.2466, 2.1482, 16.5551, -4.2466, 4.4844, 11.9642, -4.2466, 4.4844, 11.9533, -4.2466, 2.1482, 16.5441, -4.2466, -2.1497, 11.9562, -4.2466, -4.3351, 16.5441, -4.2466, -4.3351, 16.5441, -4.2466, -2.1497, 11.9533, -4.2466, -2.1497, 11.9562, -4.2466, -4.3351, -6.5414, -4.2466, -7.2196, -10.6335, -4.2466, -10.1045, -6.5414, -4.2466, -10.1045, -6.5414, -4.2466, -7.2196, -10.6328, -4.2466, -7.2196, -10.6335, -4.2466, -10.1045, -6.5414, -4.2466, -4.3351, -10.6328, -4.2466, -7.2196, -6.5414, -4.2466, -7.2196, -6.5414, -4.2466, -4.3351, -10.6328, -4.2466, -4.3351, -10.6328, -4.2466, -7.2196, -0.4417, -4.2466, -4.3351, -6.5414, -4.2466, -4.3351, -6.5414, -4.2466, -7.2196, -0.4417, -4.2466, -7.2196, -6.5414, -4.2466, -7.2196, -6.5414, -4.2466, -10.1045, -0.4417, -4.2466, -4.3351, -6.5414, -4.2466, -7.2196, -0.4417, -4.2466, -7.2196, -0.4417, -4.2466, -7.2196, -6.5414, -4.2466, -10.1045, -0.4417, -4.2466, -10.1045, 3.6907, -4.2466, -4.3351, -0.4417, -4.2466, -4.3351, -0.4417, -4.2466, -7.2196, 3.6914, -4.2466, -7.2196, -0.4417, -4.2466, -7.2196, -0.4417, -4.2466, -10.1045, 3.6907, -4.2466, -4.3351, -0.4417, -4.2466, -7.2196, 3.6914, -4.2466, -7.2196, 3.6914, -4.2466, -7.2196, -0.4417, -4.2466, -10.1045, 3.6914, -4.2466, -10.1045, 7.8626, -4.2466, -4.3351, 3.6907, -4.2466, -4.3351, 3.6914, -4.2466, -7.2196, 7.8626, -4.2466, -7.2196, 3.6914, -4.2466, -7.2196, 3.6914, -4.2466, -10.1045, 7.8626, -4.2466, -4.3351, 3.6914, -4.2466, -7.2196, 7.8626, -4.2466, -7.2196, 11.9562, -4.2466, -4.3351, 7.8626, -4.2466, -4.3351, 7.8626, -4.2466, -7.2196, 7.8626, -4.2466, -7.2196, 3.6914, -4.2466, -10.1045, 7.8626, -4.2466, -10.1045, 11.9562, -4.2466, -4.3351, 7.8626, -4.2466, -7.2196, 11.9598, -4.2466, -7.2196, 11.9598, -4.2466, -7.2196, 7.8626, -4.2466, -7.2196, 7.8626, -4.2466, -10.1045, 11.9598, -4.2466, -7.2196, 7.8626, -4.2466, -10.1045, 11.9635, -4.2466, -10.1045, 16.5441, -4.2466, -7.22, 11.9635, -4.2466, -10.1045, 16.5441, -4.2466, -10.1045, 16.5441, -4.2466, -7.22, 11.9598, -4.2466, -7.2196, 11.9635, -4.2466, -10.1045, 16.5441, -4.2466, -4.3351, 11.9598, -4.2466, -7.2196, 16.5441, -4.2466, -7.22, 16.5441, -4.2466, -4.3351, 11.9562, -4.2466, -4.3351, 11.9598, -4.2466, -7.2196, 11.9672, -4.2466, -13.649, 11.9679, -3.2028, -14.0434, 11.9679, -4.2466, -14.043, 11.9672, -4.2466, -13.649, 11.9672, -3.2028, -13.6499, 11.9679, -3.2028, -14.0434, 16.5441, -4.2466, -10.1045, 11.9672, -4.2466, -13.649, 16.5441, -4.2466, -13.649, 16.5441, -4.2466, -10.1045, 11.9635, -4.2466, -10.1045, 11.9672, -4.2466, -13.649, -23.0504, -4.2466, 2.0008, -23.4716, -3.2028, 1.9815, -23.4716, -4.2466, 1.9824, -23.0504, -4.2466, 2.0008, -23.0504, -3.2028, 1.9999, -23.4716, -3.2028, 1.9815, 24.5284, -4.2466, -0.0373, 24.1087, -4.2466, -2.1497, 24.5284, -4.2466, -2.1497, 24.5284, -4.2466, -0.0373, 24.1087, -4.2466, -0.0373, 24.1087, -4.2466, -2.1497, 24.5284, -4.2466, 2.1482, 24.1087, -4.2466, -0.0373, 24.5284, -4.2466, -0.0373, 24.5284, -4.2466, 2.1482, 24.1087, -4.2466, 2.1482, 24.1087, -4.2466, -0.0373, 11.9679, -4.238, 13.9573, 11.9679, -3.1952, 13.4536, 11.9679, -4.239, 13.4544, 11.9679, -4.238, 13.9573, 11.9679, -3.1942, 13.9565, 11.9679, -3.1952, 13.4536, 16.5441, -4.2398, 13.9573, 11.9679, -4.239, 13.4544, 16.5441, -4.2406, 13.4544, 16.5441, -4.2398, 13.9573, 11.9679, -4.238, 13.9573, 11.9679, -4.239, 13.4544, 16.5441, -4.2406, 13.4544, 16.5441, -3.1959, 13.9565, 16.5441, -4.2398, 13.9573, 16.5441, -4.2406, 13.4544, 16.5441, -3.1967, 13.4536, 16.5441, -3.1959, 13.9565, -23.4716, -4.2466, -2.0672, -23.0504, -3.2028, -2.077, -23.0504, -4.2466, -2.0762, -23.4716, -4.2466, -2.0672, -23.4716, -3.2028, -2.0681, -23.0504, -3.2028, -2.077, -10.6335, -4.2466, -14.043, -10.6335, -3.2028, -13.6499, -10.6335, -4.2466, -13.649, -10.6335, -4.2466, -14.043, -10.6335, -3.2028, -14.0434, -10.6335, -3.2028, -13.6499, 16.5441, -4.2466, -14.043, 16.5441, -3.2028, -13.6499, 16.5441, -4.2466, -13.649, 16.5441, -4.2466, -14.043, 16.5441, -3.2028, -14.0434, 16.5441, -3.2028, -13.6499, -16.43, -4.2466, -13.649, -16.43, -3.2028, -14.0434, -16.43, -4.2466, -14.043, -16.43, -4.2466, -13.649, -16.43, -3.2028, -13.6499, -16.43, -3.2028, -14.0434, 24.1087, -4.2466, -7.2196, 24.1087, -3.2028, -4.336, 24.1087, -4.2466, -4.3351, 24.1087, -4.2466, -4.3351, 24.1087, -3.2028, -4.336, 24.1087, -3.2028, -2.1501, 24.1087, -4.2466, -4.3351, 24.1087, -3.2028, -2.1501, 24.1087, -4.2466, -2.1497, 24.1087, -4.2466, -7.2196, 24.1087, -3.2028, -7.2204, 24.1087, -3.2028, -4.336, 24.1087, -4.2466, -10.1045, 24.1087, -3.2028, -7.2204, 24.1087, -4.2466, -7.2196, 24.1087, -4.2466, -10.1045, 24.1087, -3.2028, -10.1053, 24.1087, -3.2028, -7.2204, 24.1087, -4.2466, -13.649, 24.1087, -3.2028, -10.1053, 24.1087, -4.2466, -10.1045, 24.1087, -4.2466, -13.649, 24.1087, -3.2028, -13.6499, 24.1087, -3.2028, -10.1053, 24.1087, -4.2458, 7.4257, 24.1087, -3.2011, 10.3662, 24.1087, -4.245, 10.3666, 24.1087, -4.245, 10.3666, 24.1087, -3.2011, 10.3662, 24.1087, -3.1952, 13.4536, 24.1087, -4.245, 10.3666, 24.1087, -3.1952, 13.4536, 24.1087, -4.239, 13.4544, 24.1087, -4.2458, 7.4257, 24.1087, -3.2019, 7.4249, 24.1087, -3.2011, 10.3662, 24.1087, -4.2466, 4.4844, 24.1087, -3.2019, 7.4249, 24.1087, -4.2458, 7.4257, 24.1087, -4.2466, 4.4844, 24.1087, -3.2028, 4.4836, 24.1087, -3.2019, 7.4249, 24.1087, -4.2466, 2.1482, 24.1087, -3.2028, 4.4836, 24.1087, -4.2466, 4.4844, 24.1087, -4.2466, 2.1482, 24.1087, -3.2028, 2.1473, 24.1087, -3.2028, 4.4836, 20.3359, -4.2466, -13.649, 24.1087, -3.2028, -13.6499, 24.1087, -4.2466, -13.649, 20.3359, -4.2466, -13.649, 20.3359, -3.2028, -13.6499, 24.1087, -3.2028, -13.6499, 16.5441, -4.2466, -13.649, 20.3359, -3.2028, -13.6499, 20.3359, -4.2466, -13.649, 16.5441, -4.2466, -13.649, 16.5441, -3.2028, -13.6499, 20.3359, -3.2028, -13.6499, -23.0505, -4.2466, -4.3351, -23.0497, -3.2028, -7.2204, -23.0497, -4.2466, -7.2196, -23.0497, -4.2466, -7.2196, -23.0497, -3.2028, -7.2204, -23.0497, -3.2028, -10.1053, -23.0505, -4.2466, -4.3351, -23.0505, -3.2028, -4.336, -23.0497, -3.2028, -7.2204, -23.0505, -4.2466, -2.0762, -23.0505, -3.2028, -4.336, -23.0505, -4.2466, -4.3351, -23.0505, -4.2466, -2.0762, -23.0505, -3.2028, -2.077, -23.0505, -3.2028, -4.336, -23.0497, -4.2466, -7.2196, -23.0497, -3.2028, -10.1053, -23.0497, -4.2466, -10.1045, -23.0497, -4.2466, -10.1045, -23.0497, -3.2028, -10.1053, -23.0497, -3.2028, -13.6499, -23.0497, -4.2466, -10.1045, -23.0497, -3.2028, -13.6499, -23.0497, -4.2466, -13.649, 7.8633, -4.2466, -13.649, 11.9672, -3.2028, -13.6499, 11.9672, -4.2466, -13.649, 7.8633, -4.2466, -13.649, 7.8633, -3.2028, -13.6499, 11.9672, -3.2028, -13.6499, 3.6914, -4.2466, -13.649, 7.8633, -3.2028, -13.6499, 7.8633, -4.2466, -13.649, 3.6914, -4.2466, -13.649, 3.6914, -3.2028, -13.6499, 7.8633, -3.2028, -13.6499, -0.4417, -4.2466, -13.649, 3.6914, -3.2028, -13.6499, 3.6914, -4.2466, -13.649, -0.4417, -4.2466, -13.649, -0.4417, -3.2028, -13.6499, 3.6914, -3.2028, -13.6499, -6.5414, -4.2466, -13.649, -0.4417, -3.2028, -13.6499, -0.4417, -4.2466, -13.649, -6.5414, -4.2466, -13.649, -6.5414, -3.2028, -13.6499, -0.4417, -3.2028, -13.6499, -10.6335, -4.2466, -13.649, -6.5414, -3.2028, -13.6499, -6.5414, -4.2466, -13.649, -10.6335, -4.2466, -13.649, -10.6335, -3.2028, -13.6499, -6.5414, -3.2028, -13.6499, -23.0497, -4.245, 10.3666, -23.0497, -3.2019, 7.4249, -23.0497, -4.2458, 7.4257, -23.0497, -4.2458, 7.4257, -23.0497, -3.2019, 7.4249, -23.0497, -3.2028, 4.4836, -23.0497, -4.245, 10.3666, -23.0497, -3.2011, 10.3662, -23.0497, -3.2019, 7.4249, -23.0497, -4.239, 13.4544, -23.0497, -3.2011, 10.3662, -23.0497, -4.245, 10.3666, -23.0497, -4.239, 13.4544, -23.0497, -3.1952, 13.4536, -23.0497, -3.2011, 10.3662, -23.0497, -4.2458, 7.4257, -23.0497, -3.2028, 4.4836, -23.0497, -4.2466, 4.4844, -23.0497, -4.2466, 4.4844, -23.0497, -3.2028, 4.4836, -23.0505, -3.2028, 1.9999, -23.0497, -4.2466, 4.4844, -23.0505, -3.2028, 1.9999, -23.0505, -4.2466, 2.0008, 24.1087, -4.239, 13.4544, 20.3359, -3.1952, 13.4536, 20.3359, -4.239, 13.4544, 24.1087, -4.239, 13.4544, 24.1087, -3.1952, 13.4536, 20.3359, -3.1952, 13.4536, 20.3359, -4.239, 13.4544, 20.3359, -3.1952, 13.4536, 16.5441, -3.1967, 13.4536, 20.3359, -4.239, 13.4544, 16.5441, -3.1967, 13.4536, 16.5441, -4.2406, 13.4544, -19.6359, -4.239, 13.4544, -23.0497, -3.1952, 13.4536, -23.0497, -4.239, 13.4544, -19.6359, -4.239, 13.4544, -19.6359, -3.1952, 13.4536, -23.0497, -3.1952, 13.4536, -16.4293, -4.239, 13.4544, -19.6359, -3.1952, 13.4536, -19.6359, -4.239, 13.4544, -16.4293, -4.239, 13.4544, -16.43, -3.1952, 13.4536, -19.6359, -3.1952, 13.4536, -23.0497, -3.2028, -13.6499, -23.4716, -3.2028, -14.0434, -23.0497, -3.2028, -14.0434, -23.0497, -3.2028, -13.6499, -23.4716, -3.2028, -13.6499, -23.4716, -3.2028, -14.0434, -19.6359, -3.2028, -13.6499, -23.0497, -3.2028, -13.6499, -23.0497, -3.2028, -14.0434, -23.0497, -3.2028, -10.1053, -23.4716, -3.2028, -13.6499, -23.0497, -3.2028, -13.6499, -19.6359, -3.2028, -13.6499, -23.0497, -3.2028, -14.0434, -19.6359, -3.2028, -14.0434, -16.43, -3.2028, -13.6499, -19.6359, -3.2028, -13.6499, -19.6359, -3.2028, -14.0434, -16.43, -3.2028, -13.6499, -19.6359, -3.2028, -14.0434, -16.43, -3.2028, -14.0434, -23.0497, -3.2028, -10.1053, -23.4716, -3.2028, -10.1053, -23.4716, -3.2028, -13.6499, -23.0497, -3.2028, -7.2204, -23.4716, -3.2028, -10.1053, -23.0497, -3.2028, -10.1053, -23.0497, -3.2028, -7.2204, -23.4716, -3.2028, -7.2204, -23.4716, -3.2028, -10.1053, -23.0505, -3.2028, -4.336, -23.4716, -3.2028, -7.2204, -23.0497, -3.2028, -7.2204, -23.0505, -3.2028, -4.336, -23.4716, -3.2028, -4.336, -23.4716, -3.2028, -7.2204, -23.0505, -3.2028, -2.077, -23.4716, -3.2028, -4.336, -23.0505, -3.2028, -4.336, -23.0505, -3.2028, -2.077, -23.4716, -3.2028, -2.0681, -23.4716, -3.2028, -4.336, -23.0497, -3.1952, 13.4536, -23.4716, -3.2011, 10.3662, -23.0497, -3.2011, 10.3662, -23.0497, -3.2011, 10.3662, -23.4716, -3.2011, 10.3662, -23.4716, -3.2019, 7.4249, -23.0497, -3.2011, 10.3662, -23.4716, -3.2019, 7.4249, -23.0497, -3.2019, 7.4249, -23.0497, -3.1952, 13.4536, -23.4716, -3.1952, 13.4536, -23.4716, -3.2011, 10.3662, -23.0497, -3.2019, 7.4249, -23.4716, -3.2019, 7.4249, -23.4716, -3.2028, 4.4836, -23.0497, -3.2019, 7.4249, -23.4716, -3.2028, 4.4836, -23.0497, -3.2028, 4.4836, -23.0497, -3.2028, 4.4836, -23.4716, -3.2028, 4.4836, -23.4716, -3.2028, 1.9815, -23.0497, -3.2028, 4.4836, -23.4716, -3.2028, 1.9815, -23.0505, -3.2028, 1.9999, -23.0497, -3.1942, 13.9565, -23.4716, -3.1952, 13.4536, -23.0497, -3.1952, 13.4536, -23.0497, -3.1942, 13.9565, -23.4716, -3.1942, 13.9565, -23.4716, -3.1952, 13.4536, -19.6351, -3.1942, 13.9565, -23.0497, -3.1942, 13.9565, -23.0497, -3.1952, 13.4536, -19.6351, -3.1942, 13.9565, -23.0497, -3.1952, 13.4536, -19.6359, -3.1952, 13.4536, -16.4293, -3.1942, 13.9565, -19.6351, -3.1942, 13.9565, -19.6359, -3.1952, 13.4536, -16.4293, -3.1942, 13.9565, -19.6359, -3.1952, 13.4536, -16.43, -3.1952, 13.4536, 24.1087, -3.2028, -13.6499, 20.3359, -3.2028, -14.0434, 24.1087, -3.2028, -14.0434, 24.1087, -3.2028, -13.6499, 20.3359, -3.2028, -13.6499, 20.3359, -3.2028, -14.0434, 20.3359, -3.2028, -13.6499, 16.5441, -3.2028, -14.0434, 20.3359, -3.2028, -14.0434, 20.3359, -3.2028, -13.6499, 16.5441, -3.2028, -13.6499, 16.5441, -3.2028, -14.0434, 24.5284, -3.2028, -13.6499, 24.1087, -3.2028, -13.6499, 24.1087, -3.2028, -14.0434, 24.5284, -3.2028, -13.6499, 24.1087, -3.2028, -14.0434, 24.5284, -3.2028, -14.0434, 24.5284, -3.2028, -10.1053, 24.1087, -3.2028, -13.6499, 24.5284, -3.2028, -13.6499, 24.5284, -3.2028, -10.1053, 24.1087, -3.2028, -10.1053, 24.1087, -3.2028, -13.6499, 24.5276, -3.2028, -7.2204, 24.1087, -3.2028, -10.1053, 24.5284, -3.2028, -10.1053, 24.5276, -3.2028, -7.2204, 24.1087, -3.2028, -7.2204, 24.1087, -3.2028, -10.1053, 24.5276, -3.2028, -4.336, 24.1087, -3.2028, -7.2204, 24.5276, -3.2028, -7.2204, 24.5276, -3.2028, -4.336, 24.1087, -3.2028, -4.336, 24.1087, -3.2028, -7.2204, 24.5276, -3.2028, -2.1501, 24.1087, -3.2028, -4.336, 24.5276, -3.2028, -4.336, 24.5276, -3.2028, -2.1501, 24.1087, -3.2028, -2.1501, 24.1087, -3.2028, -4.336, 11.9672, -3.2028, -13.6499, 7.8633, -3.2028, -14.0434, 11.9679, -3.2028, -14.0434, 11.9672, -3.2028, -13.6499, 7.8633, -3.2028, -13.6499, 7.8633, -3.2028, -14.0434, 7.8633, -3.2028, -13.6499, 3.6914, -3.2028, -14.0434, 7.8633, -3.2028, -14.0434, 7.8633, -3.2028, -13.6499, 3.6914, -3.2028, -13.6499, 3.6914, -3.2028, -14.0434, 3.6914, -3.2028, -13.6499, -0.4417, -3.2028, -14.0434, 3.6914, -3.2028, -14.0434, 3.6914, -3.2028, -13.6499, -0.4417, -3.2028, -13.6499, -0.4417, -3.2028, -14.0434, -0.4417, -3.2028, -13.6499, -6.5414, -3.2028, -14.0434, -0.4417, -3.2028, -14.0434, -0.4417, -3.2028, -13.6499, -6.5414, -3.2028, -13.6499, -6.5414, -3.2028, -14.0434, -6.5414, -3.2028, -13.6499, -10.6335, -3.2028, -14.0434, -6.5414, -3.2028, -14.0434, -6.5414, -3.2028, -13.6499, -10.6335, -3.2028, -13.6499, -10.6335, -3.2028, -14.0434, 24.5284, -3.2011, 10.3662, 24.1087, -3.2019, 7.4249, 24.5284, -3.2019, 7.4249, 24.5284, -3.2019, 7.4249, 24.1087, -3.2019, 7.4249, 24.1087, -3.2028, 4.4836, 24.5284, -3.2011, 10.3662, 24.1087, -3.2011, 10.3662, 24.1087, -3.2019, 7.4249, 24.5284, -3.2019, 7.4249, 24.1087, -3.2028, 4.4836, 24.5284, -3.2028, 4.4836, 24.5284, -3.2028, 4.4836, 24.1087, -3.2028, 4.4836, 24.1087, -3.2028, 2.1473, 24.5284, -3.2028, 4.4836, 24.1087, -3.2028, 2.1473, 24.5276, -3.2028, 2.1473, 24.5284, -3.1952, 13.4536, 24.1087, -3.2011, 10.3662, 24.5284, -3.2011, 10.3662, 24.5284, -3.1952, 13.4536, 24.1087, -3.1952, 13.4536, 24.1087, -3.2011, 10.3662, 24.5284, -3.1942, 13.9565, 24.1087, -3.1952, 13.4536, 24.5284, -3.1952, 13.4536, 24.5284, -3.1942, 13.9565, 24.1087, -3.1942, 13.9565, 24.1087, -3.1952, 13.4536, 24.1087, -3.1942, 13.9565, 20.3359, -3.1952, 13.4536, 24.1087, -3.1952, 13.4536, 24.1087, -3.1942, 13.9565, 20.3359, -3.1942, 13.9565, 20.3359, -3.1952, 13.4536, 20.3359, -3.1942, 13.9565, 16.5441, -3.1967, 13.4536, 20.3359, -3.1952, 13.4536, 20.3359, -3.1942, 13.9565, 16.5441, -3.1959, 13.9565, 16.5441, -3.1967, 13.4536, -6.5414, -3.1942, 13.9565, -10.6328, -3.1952, 13.4536, -6.5414, -3.1952, 13.4536, -6.5414, -3.1942, 13.9565, -10.6328, -3.1942, 13.9565, -10.6328, -3.1952, 13.4536, -0.4417, -3.1942, 13.9565, -6.5414, -3.1942, 13.9565, -6.5414, -3.1952, 13.4536, -0.4417, -3.1942, 13.9565, -6.5414, -3.1952, 13.4536, -0.4417, -3.1952, 13.4536, 3.6914, -3.1942, 13.9565, -0.4417, -3.1942, 13.9565, -0.4417, -3.1952, 13.4536, 3.6914, -3.1942, 13.9565, -0.4417, -3.1952, 13.4536, 3.6914, -3.1952, 13.4536, 7.8633, -3.1942, 13.9565, 3.6914, -3.1942, 13.9565, 3.6914, -3.1952, 13.4536, 7.8633, -3.1942, 13.9565, 3.6914, -3.1952, 13.4536, 7.8633, -3.1952, 13.4536, 11.9679, -3.1942, 13.9565, 7.8633, -3.1942, 13.9565, 7.8633, -3.1952, 13.4536, 11.9679, -3.1942, 13.9565, 7.8633, -3.1952, 13.4536, 11.9679, -3.1952, 13.4536, -6.5414, -4.239, 13.4544, -10.6328, -3.1952, 13.4536, -10.6328, -4.239, 13.4544, -6.5414, -4.239, 13.4544, -6.5414, -3.1952, 13.4536, -10.6328, -3.1952, 13.4536, -0.4417, -4.239, 13.4544, -6.5414, -3.1952, 13.4536, -6.5414, -4.239, 13.4544, -0.4417, -4.239, 13.4544, -0.4417, -3.1952, 13.4536, -6.5414, -3.1952, 13.4536, 3.6914, -4.239, 13.4544, -0.4417, -3.1952, 13.4536, -0.4417, -4.239, 13.4544, 3.6914, -4.239, 13.4544, 3.6914, -3.1952, 13.4536, -0.4417, -3.1952, 13.4536, 7.8633, -4.239, 13.4544, 3.6914, -3.1952, 13.4536, 3.6914, -4.239, 13.4544, 7.8633, -4.239, 13.4544, 7.8633, -3.1952, 13.4536, 3.6914, -3.1952, 13.4536, 11.9679, -4.239, 13.4544, 7.8633, -3.1952, 13.4536, 7.8633, -4.239, 13.4544, 11.9679, -4.239, 13.4544, 11.9679, -3.1952, 13.4536, 7.8633, -3.1952, 13.4536, -10.6328, -4.239, 13.4544, -10.6328, -3.1942, 13.9565, -10.6328, -4.238, 13.9573, -10.6328, -4.239, 13.4544, -10.6328, -3.1952, 13.4536, -10.6328, -3.1942, 13.9565, -19.6359, -4.2466, -13.649, -16.43, -3.2028, -13.6499, -16.43, -4.2466, -13.649, -19.6359, -4.2466, -13.649, -19.6359, -3.2028, -13.6499, -16.43, -3.2028, -13.6499, -23.0497, -4.2466, -13.649, -19.6359, -3.2028, -13.6499, -19.6359, -4.2466, -13.649, -23.0497, -4.2466, -13.649, -23.0497, -3.2028, -13.6499, -19.6359, -3.2028, -13.6499, -16.4293, -4.238, 13.9573, -16.43, -3.1952, 13.4536, -16.4293, -4.239, 13.4544, -16.4293, -4.238, 13.9573, -16.4293, -3.1942, 13.9565, -16.43, -3.1952, 13.4536) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn index 97b46e16..a4bacf7a 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn @@ -4,7 +4,7 @@ [ext_resource type="PackedScene" uid="uid://bglktekocmksl" path="res://src/map/dungeon/models/Area 2/CircleColumn/A2-CircleColumn.glb" id="2_nqsfp"] [ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="6_vfp5g"] [ext_resource type="Texture2D" uid="uid://bo32lieutx4fr" path="res://src/minimap/textures/Room Maps/mi_column_circle.png" id="7_be25c"] -[ext_resource type="Texture2D" uid="uid://dvast710lxrmw" path="res://src/map/dungeon/door/A2_BLOCKED_DOOR.png" id="19_p6lr6"] +[ext_resource type="Texture2D" uid="uid://dvast710lxrmw" path="res://src/map/assets/Dungeon Door Models/A2_BLOCKED_DOOR.png" id="19_p6lr6"] [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_jpe4o"] data = PackedVector3Array(2.4947, -0.4572, 2.8354, 3.77, -0.4572, 4.2141, 3.7707, -0.4572, 1.9797, 3.77, -0.4572, 4.2141, 5.3812, -0.4572, 3.181, 6.5151, -0.4572, 1.9768, 3.77, -0.4572, 4.2141, 6.5151, -0.4572, 1.9768, 3.7707, -0.4572, 1.9797, 3.7707, -0.4572, 1.9797, 6.5151, -0.4572, 1.9768, 7.601, -0.4572, -0.1296, 3.7707, -0.4572, 1.9797, 7.601, -0.4572, -0.1296, 3.7707, -0.4572, -0.1327, 2.4947, -0.4572, -0.1309, 3.7707, -0.4572, 1.9797, 3.7707, -0.4572, -0.1327, 2.4947, -0.4572, -0.1309, 2.4947, -0.4572, 2.8354, 3.7707, -0.4572, 1.9797, 1.9735, -0.4572, -0.13, 2.4947, -0.4572, 2.8354, 2.4947, -0.4572, -0.1309, 2.4947, -0.4572, 2.8354, 2.4944, -0.4572, 4.2149, 3.77, -0.4572, 4.2141, 1.9735, -0.4572, -0.13, 1.9735, -0.4572, 3.185, 2.4947, -0.4572, 2.8354, 1.9735, -0.4572, 3.185, 2.4944, -0.4572, 4.2149, 2.4947, -0.4572, 2.8354, 1.9735, -0.4572, 3.185, 1.9735, -0.4572, 4.2154, 2.4944, -0.4572, 4.2149, -2.0259, -0.4572, 3.185, 1.9735, -0.4572, 4.2154, 1.9735, -0.4572, 3.185, -2.0259, -0.4572, 3.185, -2.0259, -0.4572, 4.2152, 1.9735, -0.4572, 4.2154, -2.4059, -0.4572, 2.9364, -2.0259, -0.4572, 4.2152, -2.0259, -0.4572, 3.185, -2.4059, -0.4572, 2.9364, -2.4054, -0.4572, 4.2149, -2.0259, -0.4572, 4.2152, -3.8674, -0.4572, 1.9797, -5.4382, -0.4572, 3.181, -3.866, -0.4572, 4.2138, -3.8674, -0.4572, 1.9797, -6.5871, -0.4572, 1.9768, -5.4382, -0.4572, 3.181, 3.7707, -0.4572, -0.1327, 7.9069, -0.4572, -2.9932, 3.7707, -0.4572, -2.9932, 3.7707, -0.4572, -0.1327, 7.601, -0.4572, -0.1296, 7.9069, -0.4572, -2.9932, 2.4947, -0.4572, -2.9932, 3.7707, -0.4572, -0.1327, 3.7707, -0.4572, -2.9932, 2.4947, -0.4572, -2.9932, 2.4947, -0.4572, -0.1309, 3.7707, -0.4572, -0.1327, -2.0259, -0.4572, -0.13, 1.9735, -0.4572, 3.185, 1.9735, -0.4572, -0.13, -2.0259, -0.4572, -0.13, -2.0259, -0.4572, 3.185, 1.9735, -0.4572, 3.185, -3.8674, -0.4572, 1.9797, -2.4054, -0.4572, 4.2149, -2.4059, -0.4572, 2.9364, -3.8674, -0.4572, 1.9797, -3.866, -0.4572, 4.2138, -2.4054, -0.4572, 4.2149, 1.9735, -0.4572, -2.9932, 2.4947, -0.4572, -0.1309, 2.4947, -0.4572, -2.9932, 1.9735, -0.4572, -2.9932, 1.9735, -0.4572, -0.13, 2.4947, -0.4572, -0.1309, 2.4947, -0.4572, -8.8217, 3.77, -0.4572, -10.2004, 2.4944, -0.4572, -10.2012, 3.77, -0.4572, -10.2004, 6.5151, -0.4572, -7.9631, 5.3812, -0.4572, -9.1673, 3.77, -0.4572, -10.2004, 3.7707, -0.4572, -7.966, 6.5151, -0.4572, -7.9631, 2.4947, -0.4572, -8.8217, 3.7707, -0.4572, -7.966, 3.77, -0.4572, -10.2004, 3.7707, -0.4572, -7.966, 7.601, -0.4572, -5.8567, 6.5151, -0.4572, -7.9631, 3.7707, -0.4572, -7.966, 3.7707, -0.4572, -5.8536, 7.601, -0.4572, -5.8567, 2.4947, -0.4572, -5.8554, 3.7707, -0.4572, -5.8536, 3.7707, -0.4572, -7.966, 2.4947, -0.4572, -5.8554, 3.7707, -0.4572, -7.966, 2.4947, -0.4572, -8.8217, 1.9735, -0.4572, -5.8563, 2.4947, -0.4572, -5.8554, 2.4947, -0.4572, -8.8217, 1.9735, -0.4572, -9.1713, 2.4947, -0.4572, -8.8217, 2.4944, -0.4572, -10.2012, 1.9735, -0.4572, -5.8563, 2.4947, -0.4572, -8.8217, 1.9735, -0.4572, -9.1713, -2.0259, -0.4572, -5.8563, 1.9735, -0.4572, -5.8563, 1.9735, -0.4572, -9.1713, 1.9735, -0.4572, -9.1713, 2.4944, -0.4572, -10.2012, 1.9735, -0.4572, -10.2015, -2.0259, -0.4572, -5.8563, 1.9735, -0.4572, -9.1713, -2.0259, -0.4572, -9.1713, -2.0259, -0.4572, -9.1713, 1.9735, -0.4572, -9.1713, 1.9735, -0.4572, -10.2015, -2.0259, -0.4572, -9.1713, 1.9735, -0.4572, -10.2015, -2.0259, -0.4572, -10.2015, -2.4059, -0.4572, -8.9227, -2.0259, -0.4572, -9.1713, -2.0259, -0.4572, -10.2015, -2.4059, -0.4572, -8.9227, -2.0259, -0.4572, -10.2015, -2.4054, -0.4572, -10.2012, -3.8674, -0.4572, -7.966, -2.4059, -0.4572, -8.9227, -2.4054, -0.4572, -10.2012, -3.8674, -0.4572, -7.966, -2.4054, -0.4572, -10.2012, -3.866, -0.4572, -10.2001, -3.8674, -0.4572, -7.966, -3.866, -0.4572, -10.2001, -5.4382, -0.4572, -9.1673, -3.8674, -0.4572, -7.966, -5.4382, -0.4572, -9.1673, -6.5871, -0.4572, -7.9631, 3.7707, -0.4572, -5.8536, 7.9069, -0.4572, -2.9932, 7.601, -0.4572, -5.8567, 3.7707, -0.4572, -5.8536, 3.7707, -0.4572, -2.9932, 7.9069, -0.4572, -2.9932, 2.4947, -0.4572, -2.9932, 3.7707, -0.4572, -2.9932, 3.7707, -0.4572, -5.8536, 2.4947, -0.4572, -2.9932, 3.7707, -0.4572, -5.8536, 2.4947, -0.4572, -5.8554, -3.8674, -0.4572, -2.9932, -7.6546, -0.4572, -5.8567, -7.9644, -0.4572, -2.9932, -3.8674, -0.4572, -2.9932, -3.8674, -0.4572, -5.8536, -7.6546, -0.4572, -5.8567, -3.8674, -0.4572, -2.9932, -2.4059, -0.4572, -5.8556, -3.8674, -0.4572, -5.8536, -3.8674, -0.4572, -2.9932, -2.4059, -0.4572, -2.9932, -2.4059, -0.4572, -5.8556, 1.9735, -0.4572, -2.9932, 2.4947, -0.4572, -5.8554, 1.9735, -0.4572, -5.8563, 1.9735, -0.4572, -2.9932, 2.4947, -0.4572, -2.9932, 2.4947, -0.4572, -5.8554, -3.8673, -0.4572, -2.9931, -7.6545, -0.4572, -0.1297, -3.8673, -0.4572, -0.1327, -3.8673, -0.4572, -2.9931, -7.9644, -0.4572, -2.9931, -7.6545, -0.4572, -0.1297, -3.8673, -0.4572, -2.9931, -3.8673, -0.4572, -0.1327, -2.4057, -0.4572, -0.1306, -3.8673, -0.4572, -2.9931, -2.4057, -0.4572, -0.1306, -2.4057, -0.4572, -2.9931, -2.4057, -0.4572, -2.9931, -2.4057, -0.4572, -0.1306, -2.0258, -0.4572, -0.1301, -2.4057, -0.4572, -2.9931, -2.0258, -0.4572, -0.1301, -2.0257, -0.4572, -2.9931, -3.8673, -0.4572, -0.1327, -6.5871, -0.4572, 1.9768, -3.8673, -0.4572, 1.9796, -3.8673, -0.4572, -0.1327, -7.6545, -0.4572, -0.1297, -6.5871, -0.4572, 1.9768, -3.8673, -0.4572, -0.1327, -3.8673, -0.4572, 1.9796, -2.4057, -0.4572, 2.9365, -3.8673, -0.4572, -0.1327, -2.4057, -0.4572, 2.9365, -2.4057, -0.4572, -0.1306, -2.4057, -0.4572, -0.1306, -2.4057, -0.4572, 2.9365, -2.0258, -0.4572, 3.1852, -2.4057, -0.4572, -0.1306, -2.0258, -0.4572, 3.1852, -2.0258, -0.4572, -0.1301, -3.8673, -0.4572, -5.8536, -6.5871, -0.4572, -7.963, -7.6545, -0.4572, -5.8566, -3.8673, -0.4572, -5.8536, -3.8673, -0.4572, -7.9659, -6.5871, -0.4572, -7.963, -3.8673, -0.4572, -5.8536, -2.4057, -0.4572, -8.9228, -3.8673, -0.4572, -7.9659, -3.8673, -0.4572, -5.8536, -2.4057, -0.4572, -5.8557, -2.4057, -0.4572, -8.9228, -2.4057, -0.4572, -5.8557, -2.0257, -0.4572, -9.1713, -2.4057, -0.4572, -8.9228, -2.4057, -0.4572, -5.8557, -2.0257, -0.4572, -5.8562, -2.0257, -0.4572, -9.1713, -2.0258, -0.4572, -2.9931, 1.9736, -0.4572, -0.1301, 1.9736, -0.4572, -2.9931, -2.0258, -0.4572, -2.9931, -2.0258, -0.4572, -0.1301, 1.9736, -0.4572, -0.1301, -7.2082, 3.7961, -2.9931, -6.928, 4.1103, -0.403, -6.928, 3.7961, -0.403, -6.928, 3.7961, -0.403, -6.928, 4.1103, -0.403, -5.9623, 4.1103, 1.5022, -6.928, 3.7961, -0.403, -5.9623, 4.1103, 1.5022, -5.9623, 3.7961, 1.5022, -5.9623, 3.7961, 1.5022, -5.9623, 4.1103, 1.5022, -4.9231, 4.1103, 2.5917, -5.9623, 3.7961, 1.5022, -4.9231, 4.1103, 2.5917, -4.9231, 3.7961, 2.5917, -5.9623, 4.1103, 1.5022, -4.9152, 4.4154, 2.5981, -4.9231, 4.1103, 2.5917, -5.9623, 4.1103, 1.5022, -5.9678, 4.4154, 1.5058, -4.9152, 4.4154, 2.5981, -6.928, 4.1103, -0.403, -5.9678, 4.4154, 1.5058, -5.9623, 4.1103, 1.5022, -6.928, 4.1103, -0.403, -6.9234, 4.4154, -0.4012, -5.9678, 4.4154, 1.5058, -7.2082, 4.1103, -2.9931, -6.9234, 4.4154, -0.4012, -6.928, 4.1103, -0.403, -7.2082, 3.7961, -2.9931, -7.2082, 4.1103, -2.9931, -6.928, 4.1103, -0.403, -7.2082, 4.1103, -2.9931, -7.2082, 4.4155, -2.9931, -6.9234, 4.4154, -0.4012, -7.2082, 4.1103, -2.9931, -6.9234, 4.4154, -5.5852, -7.2082, 4.4155, -2.9931, -7.2082, 3.7961, -2.9931, -6.928, 4.1103, -5.5831, -7.2082, 4.1103, -2.9931, -7.2082, 4.1103, -2.9931, -6.928, 4.1103, -5.5831, -6.9234, 4.4154, -5.5852, -7.2082, 3.7961, -2.9931, -6.928, 3.7961, -5.5833, -6.928, 4.1103, -5.5831, -6.928, 4.1103, -5.5831, -5.9678, 4.4154, -7.4921, -6.9234, 4.4154, -5.5852, -6.928, 3.7961, -5.5833, -5.9623, 4.1103, -7.4886, -6.928, 4.1103, -5.5831, -6.928, 4.1103, -5.5831, -5.9623, 4.1103, -7.4886, -5.9678, 4.4154, -7.4921, -5.9623, 4.1103, -7.4886, -4.9152, 4.4154, -8.5842, -5.9678, 4.4154, -7.4921, -6.928, 3.7961, -5.5833, -5.9623, 3.7961, -7.4886, -5.9623, 4.1103, -7.4886, -5.9623, 4.1103, -7.4886, -4.9231, 4.1103, -8.578, -4.9152, 4.4154, -8.5842, -5.9623, 3.7961, -7.4886, -4.9231, 4.1103, -8.578, -5.9623, 4.1103, -7.4886, -5.9623, 3.7961, -7.4886, -4.9231, 3.7961, -8.578, -4.9231, 4.1103, -8.578, -4.9231, 4.1103, 2.5917, -3.5022, 4.4154, 3.5273, -3.5008, 4.1103, 3.526, -4.9231, 4.1103, 2.5917, -4.9152, 4.4154, 2.5981, -3.5022, 4.4154, 3.5273, -4.9231, 3.7961, 2.5917, -4.9231, 4.1103, 2.5917, -3.5008, 4.1103, 3.526, -3.5008, 4.1103, 3.526, -3.5022, 4.4154, 3.5273, -2.1809, 4.4046, 3.5273, -4.9231, 3.7961, 2.5917, -3.5008, 4.1103, 3.526, -3.5008, 3.7961, 3.526, -3.5008, 4.1103, 3.526, -2.1809, 4.4046, 3.5273, -2.1792, 4.1128, 3.5271, -3.5008, 3.7961, 3.526, -3.5008, 4.1103, 3.526, -2.1792, 4.1128, 3.5271, -2.1792, 4.1128, 3.5271, -2.1809, 4.4046, 3.5273, -1.8376, 4.4018, 3.5275, -3.5008, 3.7961, 3.526, -2.1792, 4.1128, 3.5271, -2.1796, 3.7931, 3.5271, -2.1792, 4.1128, 3.5271, -1.8376, 4.4018, 3.5275, -1.8357, 4.1134, 3.5275, -2.1796, 3.7931, 3.5271, -2.1792, 4.1128, 3.5271, -1.8357, 4.1134, 3.5275, -1.8357, 4.1134, 3.5275, -1.8376, 4.4018, 3.5275, 1.7821, 4.4018, 3.5275, -2.1796, 3.7931, 3.5271, -1.8357, 4.1134, 3.5275, -1.8363, 3.7924, 3.5273, -1.8357, 4.1134, 3.5275, 1.7821, 4.4018, 3.5275, 1.781, 4.1134, 3.5275, -1.8363, 3.7924, 3.5273, -1.8357, 4.1134, 3.5275, 1.781, 4.1134, 3.5275, 1.781, 4.1134, 3.5275, 1.7821, 4.4018, 3.5275, 2.2533, 4.4057, 3.5273, -1.8363, 3.7924, 3.5273, 1.781, 4.1134, 3.5275, 1.7815, 3.7924, 3.5273, 1.781, 4.1134, 3.5275, 2.2533, 4.4057, 3.5273, 2.2525, 4.1125, 3.5271, 1.7815, 3.7924, 3.5273, 1.781, 4.1134, 3.5275, 2.2525, 4.1125, 3.5271, 2.2525, 4.1125, 3.5271, 2.2533, 4.4057, 3.5273, 3.4072, 4.4154, 3.5273, 1.7815, 3.7924, 3.5273, 2.2525, 4.1125, 3.5271, 2.2527, 3.7934, 3.5269, 2.2525, 4.1125, 3.5271, 3.4072, 4.4154, 3.5273, 3.4065, 4.1103, 3.526, 2.2527, 3.7934, 3.5269, 2.2525, 4.1125, 3.5271, 3.4065, 4.1103, 3.526, 3.4065, 4.1103, 3.526, 3.4072, 4.4154, 3.5273, 4.8614, 4.4154, 2.5979, 2.2527, 3.7934, 3.5269, 3.4065, 4.1103, 3.526, 3.4065, 3.7961, 3.526, 3.4065, 4.1103, 3.526, 4.8614, 4.4154, 2.5979, 4.864, 4.1103, 2.5917, 3.4065, 3.7961, 3.526, 3.4065, 4.1103, 3.526, 4.864, 4.1103, 2.5917, 3.4065, 3.7961, 3.526, 4.864, 4.1103, 2.5917, 4.864, 3.7961, 2.5917, 5.8897, 4.1103, 1.5022, 6.8675, 4.4154, -0.4012, 6.8721, 4.1103, -0.4033, 5.8897, 4.1103, 1.5022, 5.8864, 4.4154, 1.5058, 6.8675, 4.4154, -0.4012, 6.8721, 4.1103, -0.4033, 6.8675, 4.4154, -0.4012, 7.1441, 4.4154, -2.9931, 4.864, 4.1103, 2.5917, 5.8864, 4.4154, 1.5058, 5.8897, 4.1103, 1.5022, 4.864, 4.1103, 2.5917, 4.8614, 4.4154, 2.5979, 5.8864, 4.4154, 1.5058, 4.864, 3.7961, 2.5917, 4.864, 4.1103, 2.5917, 5.8897, 4.1103, 1.5022, 4.864, 3.7961, 2.5917, 5.8897, 4.1103, 1.5022, 5.8897, 3.7961, 1.5022, 5.8897, 3.7961, 1.5022, 5.8897, 4.1103, 1.5022, 6.8721, 4.1103, -0.4033, 5.8897, 3.7961, 1.5022, 6.8721, 4.1103, -0.4033, 6.8721, 3.7961, -0.403, 6.8721, 3.7961, -0.403, 6.8721, 4.1103, -0.4033, 7.1487, 4.1103, -2.9931, 6.8721, 4.1103, -0.4033, 7.1441, 4.4154, -2.9931, 7.1487, 4.1103, -2.9931, 6.8721, 3.7961, -0.403, 7.1487, 4.1103, -2.9931, 7.1487, 3.7961, -2.9931, 6.8721, 3.7961, -5.5831, 7.1487, 3.7961, -2.9931, 7.1487, 4.1103, -2.9931, 6.8721, 4.1103, -5.5831, 7.1487, 4.1103, -2.9931, 7.1441, 4.4154, -2.9931, 6.8721, 3.7961, -5.5831, 7.1487, 4.1103, -2.9931, 6.8721, 4.1103, -5.5831, 6.8721, 4.1103, -5.5831, 7.1441, 4.4154, -2.9931, 6.8675, 4.4154, -5.585, 5.8897, 3.7961, -7.4886, 6.8721, 3.7961, -5.5831, 6.8721, 4.1103, -5.5831, 5.8897, 4.1103, -7.4886, 6.8721, 4.1103, -5.5831, 6.8675, 4.4154, -5.585, 5.8897, 3.7961, -7.4886, 6.8721, 4.1103, -5.5831, 5.8897, 4.1103, -7.4886, 4.864, 3.7961, -8.5778, 5.8897, 3.7961, -7.4886, 5.8897, 4.1103, -7.4886, 5.8897, 4.1103, -7.4886, 6.8675, 4.4154, -5.585, 5.8862, 4.4154, -7.4919, 4.864, 3.7961, -8.5778, 5.8897, 4.1103, -7.4886, 4.864, 4.1103, -8.5778, 4.864, 4.1103, -8.5778, 5.8897, 4.1103, -7.4886, 5.8862, 4.4154, -7.4919, 4.864, 4.1103, -8.5778, 5.8862, 4.4154, -7.4919, 4.8614, 4.4154, -8.5842, -2.0258, -0.4572, -2.9931, 1.9736, -0.4572, -5.8563, -2.0258, -0.4572, -5.8563, -2.0258, -0.4572, -2.9931, 1.9736, -0.4572, -2.9931, 1.9736, -0.4572, -5.8563, -2.4057, -0.4572, -2.9931, -2.0258, -0.4572, -5.8563, -2.4057, -0.4572, -5.8557, -2.4057, -0.4572, -2.9931, -2.0258, -0.4572, -2.9931, -2.0258, -0.4572, -5.8563, -4.9231, 4.1103, -8.578, -3.5022, 4.4154, -9.5134, -4.9152, 4.4154, -8.5842, -4.9231, 4.1103, -8.578, -3.5008, 4.1103, -9.5124, -3.5022, 4.4154, -9.5134, -4.9231, 3.7961, -8.578, -3.5008, 4.1103, -9.5124, -4.9231, 4.1103, -8.578, -3.5008, 4.1103, -9.5124, -2.1809, 4.4046, -9.5136, -3.5022, 4.4154, -9.5134, -4.9231, 3.7961, -8.578, -3.5008, 3.7961, -9.5124, -3.5008, 4.1103, -9.5124, -3.5008, 4.1103, -9.5124, -2.1792, 4.1128, -9.5134, -2.1809, 4.4046, -9.5136, -3.5008, 3.7961, -9.5124, -2.1792, 4.1128, -9.5134, -3.5008, 4.1103, -9.5124, -2.1792, 4.1128, -9.5134, -1.8376, 4.4018, -9.5136, -2.1809, 4.4046, -9.5136, -3.5008, 3.7961, -9.5124, -2.1796, 3.7931, -9.5132, -2.1792, 4.1128, -9.5134, -2.1792, 4.1128, -9.5134, -1.8357, 4.1134, -9.5136, -1.8376, 4.4018, -9.5136, -2.1796, 3.7931, -9.5132, -1.8357, 4.1134, -9.5136, -2.1792, 4.1128, -9.5134, -1.8357, 4.1134, -9.5136, 1.7821, 4.4018, -9.5136, -1.8376, 4.4018, -9.5136, -2.1796, 3.7931, -9.5132, -1.8363, 3.7924, -9.5136, -1.8357, 4.1134, -9.5136, -1.8357, 4.1134, -9.5136, 1.781, 4.1134, -9.5136, 1.7821, 4.4018, -9.5136, -1.8363, 3.7924, -9.5136, 1.781, 4.1134, -9.5136, -1.8357, 4.1134, -9.5136, 1.781, 4.1134, -9.5136, 2.2533, 4.4057, -9.5136, 1.7821, 4.4018, -9.5136, -1.8363, 3.7924, -9.5136, 1.7815, 3.7924, -9.5136, 1.781, 4.1134, -9.5136, 1.781, 4.1134, -9.5136, 2.2525, 4.1125, -9.5132, 2.2533, 4.4057, -9.5136, 1.7815, 3.7924, -9.5136, 2.2525, 4.1125, -9.5132, 1.781, 4.1134, -9.5136, 2.2525, 4.1125, -9.5132, 3.4072, 4.4154, -9.5134, 2.2533, 4.4057, -9.5136, 1.7815, 3.7924, -9.5136, 2.2527, 3.7934, -9.5132, 2.2525, 4.1125, -9.5132, 2.2525, 4.1125, -9.5132, 3.4065, 4.1103, -9.5124, 3.4072, 4.4154, -9.5134, 2.2527, 3.7934, -9.5132, 3.4065, 4.1103, -9.5124, 2.2525, 4.1125, -9.5132, 3.4065, 4.1103, -9.5124, 4.8614, 4.4154, -8.5842, 3.4072, 4.4154, -9.5134, 2.2527, 3.7934, -9.5132, 3.4065, 3.7961, -9.5124, 3.4065, 4.1103, -9.5124, 3.4065, 4.1103, -9.5124, 4.864, 4.1103, -8.5778, 4.8614, 4.4154, -8.5842, 3.4065, 3.7961, -9.5124, 4.864, 4.1103, -8.5778, 3.4065, 4.1103, -9.5124, 3.4065, 3.7961, -9.5124, 4.864, 3.7961, -8.5778, 4.864, 4.1103, -8.5778, 2.132, 3.3698, 3.7928, 2.132, 3.8573, 3.5926, 2.132, 3.8573, 3.7928, 2.132, 3.3698, 3.7928, 2.132, 3.3698, 3.5926, 2.132, 3.8573, 3.5926, 2.132, 2.8823, 3.7928, 2.132, 3.3698, 3.5926, 2.132, 3.3698, 3.7928, 2.132, 2.8823, 3.7928, 2.132, 2.8823, 3.5926, 2.132, 3.3698, 3.5926, 2.132, 2.3948, 3.7928, 2.132, 2.8823, 3.5926, 2.132, 2.8823, 3.7928, 2.132, 2.3948, 3.7928, 2.132, 2.3948, 3.5926, 2.132, 2.8823, 3.5926, 2.132, 1.9073, 3.7928, 2.132, 2.3948, 3.5926, 2.132, 2.3948, 3.7928, 2.132, 1.9073, 3.7928, 2.132, 1.9073, 3.5926, 2.132, 2.3948, 3.5926, 2.132, 1.4199, 3.7928, 2.132, 1.9073, 3.5926, 2.132, 1.9073, 3.7928, 2.132, 1.4199, 3.7928, 2.132, 1.4199, 3.5926, 2.132, 1.9073, 3.5926, 2.132, 0.9324, 3.7928, 2.132, 1.4199, 3.5926, 2.132, 1.4199, 3.7928, 2.132, 0.9324, 3.7928, 2.132, 0.9324, 3.5926, 2.132, 1.4199, 3.5926, 2.132, 0.4449, 3.7928, 2.132, 0.9324, 3.5926, 2.132, 0.9324, 3.7928, 2.132, 0.4449, 3.7928, 2.132, 0.4449, 3.5926, 2.132, 0.9324, 3.5926, 2.132, -0.0426, 3.7928, 2.132, 0.4449, 3.5926, 2.132, 0.4449, 3.7928, 2.132, -0.0426, 3.7928, 2.132, -0.0426, 3.5926, 2.132, 0.4449, 3.5926, 2.132, -0.53, 3.7928, 2.132, -0.0426, 3.5926, 2.132, -0.0426, 3.7928, 2.132, -0.53, 3.7928, 2.132, -0.53, 3.5926, 2.132, -0.0426, 3.5926, 2.132, 3.3698, 3.5926, 2.3322, 3.8573, 3.5926, 2.132, 3.8573, 3.5926, 2.132, 3.3698, 3.5926, 2.3322, 3.3698, 3.5926, 2.3322, 3.8573, 3.5926, 2.132, 2.8823, 3.5926, 2.3322, 3.3698, 3.5926, 2.132, 3.3698, 3.5926, 2.132, 2.8823, 3.5926, 2.3322, 2.8823, 3.5926, 2.3322, 3.3698, 3.5926, 2.132, 2.3948, 3.5926, 2.3322, 2.8823, 3.5926, 2.132, 2.8823, 3.5926, 2.132, 2.3948, 3.5926, 2.3322, 2.3948, 3.5926, 2.3322, 2.8823, 3.5926, 2.132, 1.9073, 3.5926, 2.3322, 2.3948, 3.5926, 2.132, 2.3948, 3.5926, 2.132, 1.9073, 3.5926, 2.3322, 1.9073, 3.5926, 2.3322, 2.3948, 3.5926, 2.132, 1.4199, 3.5926, 2.3322, 1.9073, 3.5926, 2.132, 1.9073, 3.5926, 2.132, 1.4199, 3.5926, 2.3322, 1.4199, 3.5926, 2.3322, 1.9073, 3.5926, 2.132, 0.9324, 3.5926, 2.3322, 1.4199, 3.5926, 2.132, 1.4199, 3.5926, 2.132, 0.9324, 3.5926, 2.3322, 0.9324, 3.5926, 2.3322, 1.4199, 3.5926, 2.132, 0.4449, 3.5926, 2.3322, 0.9324, 3.5926, 2.132, 0.9324, 3.5926, 2.132, 0.4449, 3.5926, 2.3322, 0.4449, 3.5926, 2.3322, 0.9324, 3.5926, 2.132, -0.0426, 3.5926, 2.3322, 0.4449, 3.5926, 2.132, 0.4449, 3.5926, 2.132, -0.0426, 3.5926, 2.3322, -0.0426, 3.5926, 2.3322, 0.4449, 3.5926, 2.132, -0.53, 3.5926, 2.3322, -0.0426, 3.5926, 2.132, -0.0426, 3.5926, 2.132, -0.53, 3.5926, 2.3322, -0.53, 3.5926, 2.3322, -0.0426, 3.5926, 2.3322, 3.3698, 3.5926, 2.3322, 3.8573, 3.7928, 2.3322, 3.8573, 3.5926, 2.3322, 3.3698, 3.5926, 2.3322, 3.3698, 3.7928, 2.3322, 3.8573, 3.7928, 2.3322, 2.8823, 3.5926, 2.3322, 3.3698, 3.7928, 2.3322, 3.3698, 3.5926, 2.3322, 2.8823, 3.5926, 2.3322, 2.8823, 3.7928, 2.3322, 3.3698, 3.7928, 2.3322, 2.3948, 3.5926, 2.3322, 2.8823, 3.7928, 2.3322, 2.8823, 3.5926, 2.3322, 2.3948, 3.5926, 2.3322, 2.3948, 3.7928, 2.3322, 2.8823, 3.7928, 2.3322, 1.9073, 3.5926, 2.3322, 2.3948, 3.7928, 2.3322, 2.3948, 3.5926, 2.3322, 1.9073, 3.5926, 2.3322, 1.9073, 3.7928, 2.3322, 2.3948, 3.7928, 2.3322, 1.4199, 3.5926, 2.3322, 1.9073, 3.7928, 2.3322, 1.9073, 3.5926, 2.3322, 1.4199, 3.5926, 2.3322, 1.4199, 3.7928, 2.3322, 1.9073, 3.7928, 2.3322, 0.9324, 3.5926, 2.3322, 1.4199, 3.7928, 2.3322, 1.4199, 3.5926, 2.3322, 0.9324, 3.5926, 2.3322, 0.9324, 3.7928, 2.3322, 1.4199, 3.7928, 2.3322, 0.4449, 3.5926, 2.3322, 0.9324, 3.7928, 2.3322, 0.9324, 3.5926, 2.3322, 0.4449, 3.5926, 2.3322, 0.4449, 3.7928, 2.3322, 0.9324, 3.7928, 2.3322, -0.0426, 3.5926, 2.3322, 0.4449, 3.7928, 2.3322, 0.4449, 3.5926, 2.3322, -0.0426, 3.5926, 2.3322, -0.0426, 3.7928, 2.3322, 0.4449, 3.7928, 2.3322, -0.53, 3.5926, 2.3322, -0.0426, 3.7928, 2.3322, -0.0426, 3.5926, 2.3322, -0.53, 3.5926, 2.3322, -0.53, 3.7928, 2.3322, -0.0426, 3.7928, 2.3322, 3.3698, 3.7928, 2.132, 3.8573, 3.7928, 2.3322, 3.8573, 3.7928, 2.3322, 3.3698, 3.7928, 2.132, 3.3698, 3.7928, 2.132, 3.8573, 3.7928, 2.3322, 2.8823, 3.7928, 2.132, 3.3698, 3.7928, 2.3322, 3.3698, 3.7928, 2.3322, 2.8823, 3.7928, 2.132, 2.8823, 3.7928, 2.132, 3.3698, 3.7928, 2.3322, 2.3948, 3.7928, 2.132, 2.8823, 3.7928, 2.3322, 2.8823, 3.7928, 2.3322, 2.3948, 3.7928, 2.132, 2.3948, 3.7928, 2.132, 2.8823, 3.7928, 2.3322, 1.9073, 3.7928, 2.132, 2.3948, 3.7928, 2.3322, 2.3948, 3.7928, 2.3322, 1.9073, 3.7928, 2.132, 1.9073, 3.7928, 2.132, 2.3948, 3.7928, 2.3322, 1.4199, 3.7928, 2.132, 1.9073, 3.7928, 2.3322, 1.9073, 3.7928, 2.3322, 1.4199, 3.7928, 2.132, 1.4199, 3.7928, 2.132, 1.9073, 3.7928, 2.3322, 0.9324, 3.7928, 2.132, 1.4199, 3.7928, 2.3322, 1.4199, 3.7928, 2.3322, 0.9324, 3.7928, 2.132, 0.9324, 3.7928, 2.132, 1.4199, 3.7928, 2.3322, 0.4449, 3.7928, 2.132, 0.9324, 3.7928, 2.3322, 0.9324, 3.7928, 2.3322, 0.4449, 3.7928, 2.132, 0.4449, 3.7928, 2.132, 0.9324, 3.7928, 2.3322, -0.0426, 3.7928, 2.132, 0.4449, 3.7928, 2.3322, 0.4449, 3.7928, 2.3322, -0.0426, 3.7928, 2.132, -0.0426, 3.7928, 2.132, 0.4449, 3.7928, 2.3322, -0.53, 3.7928, 2.132, -0.0426, 3.7928, 2.3322, -0.0426, 3.7928, 2.3322, -0.53, 3.7928, 2.132, -0.53, 3.7928, 2.132, -0.0426, 3.7928, 2.132, -0.53, 3.5926, 2.3322, -0.53, 3.7928, 2.3322, -0.53, 3.5926, 2.132, -0.53, 3.5926, 2.132, -0.53, 3.7928, 2.3322, -0.53, 3.7928, 2.3322, 3.8573, 3.5926, 2.132, 3.8573, 3.7928, 2.132, 3.8573, 3.5926, 2.3322, 3.8573, 3.5926, 2.3322, 3.8573, 3.7928, 2.132, 3.8573, 3.7928, -2.3985, 3.3698, 3.7928, -2.3985, 3.8573, 3.5926, -2.3985, 3.8573, 3.7928, -2.3985, 3.3698, 3.7928, -2.3985, 3.3698, 3.5926, -2.3985, 3.8573, 3.5926, -2.3985, 2.8823, 3.7928, -2.3985, 3.3698, 3.5926, -2.3985, 3.3698, 3.7928, -2.3985, 2.8823, 3.7928, -2.3985, 2.8823, 3.5926, -2.3985, 3.3698, 3.5926, -2.3985, 2.3948, 3.7928, -2.3985, 2.8823, 3.5926, -2.3985, 2.8823, 3.7928, -2.3985, 2.3948, 3.7928, -2.3985, 2.3948, 3.5926, -2.3985, 2.8823, 3.5926, -2.3985, 1.9073, 3.7928, -2.3985, 2.3948, 3.5926, -2.3985, 2.3948, 3.7928, -2.3985, 1.9073, 3.7928, -2.3985, 1.9073, 3.5926, -2.3985, 2.3948, 3.5926, -2.3985, 1.4199, 3.7928, -2.3985, 1.9073, 3.5926, -2.3985, 1.9073, 3.7928, -2.3985, 1.4199, 3.7928, -2.3985, 1.4199, 3.5926, -2.3985, 1.9073, 3.5926, -2.3985, 0.9324, 3.7928, -2.3985, 1.4199, 3.5926, -2.3985, 1.4199, 3.7928, -2.3985, 0.9324, 3.7928, -2.3985, 0.9324, 3.5926, -2.3985, 1.4199, 3.5926, -2.3985, 0.4449, 3.7928, -2.3985, 0.9324, 3.5926, -2.3985, 0.9324, 3.7928, -2.3985, 0.4449, 3.7928, -2.3985, 0.4449, 3.5926, -2.3985, 0.9324, 3.5926, -2.3985, -0.0426, 3.7928, -2.3985, 0.4449, 3.5926, -2.3985, 0.4449, 3.7928, -2.3985, -0.0426, 3.7928, -2.3985, -0.0426, 3.5926, -2.3985, 0.4449, 3.5926, -2.3985, -0.53, 3.7928, -2.3985, -0.0426, 3.5926, -2.3985, -0.0426, 3.7928, -2.3985, -0.53, 3.7928, -2.3985, -0.53, 3.5926, -2.3985, -0.0426, 3.5926, -2.3985, 3.3698, 3.5926, -2.198, 3.8573, 3.5926, -2.3985, 3.8573, 3.5926, -2.3985, 3.3698, 3.5926, -2.198, 3.3698, 3.5926, -2.198, 3.8573, 3.5926, -2.3985, 2.8823, 3.5926, -2.198, 3.3698, 3.5926, -2.3985, 3.3698, 3.5926, -2.3985, 2.8823, 3.5926, -2.198, 2.8823, 3.5926, -2.198, 3.3698, 3.5926, -2.3985, 2.3948, 3.5926, -2.198, 2.8823, 3.5926, -2.3985, 2.8823, 3.5926, -2.3985, 2.3948, 3.5926, -2.198, 2.3948, 3.5926, -2.198, 2.8823, 3.5926, -2.3985, 1.9073, 3.5926, -2.198, 2.3948, 3.5926, -2.3985, 2.3948, 3.5926, -2.3985, 1.9073, 3.5926, -2.198, 1.9073, 3.5926, -2.198, 2.3948, 3.5926, -2.3985, 1.4199, 3.5926, -2.198, 1.9073, 3.5926, -2.3985, 1.9073, 3.5926, -2.3985, 1.4199, 3.5926, -2.198, 1.4199, 3.5926, -2.198, 1.9073, 3.5926, -2.3985, 0.9324, 3.5926, -2.198, 1.4199, 3.5926, -2.3985, 1.4199, 3.5926, -2.3985, 0.9324, 3.5926, -2.198, 0.9324, 3.5926, -2.198, 1.4199, 3.5926, -2.3985, 0.4449, 3.5926, -2.198, 0.9324, 3.5926, -2.3985, 0.9324, 3.5926, -2.3985, 0.4449, 3.5926, -2.198, 0.4449, 3.5926, -2.198, 0.9324, 3.5926, -2.3985, -0.0426, 3.5926, -2.198, 0.4449, 3.5926, -2.3985, 0.4449, 3.5926, -2.3985, -0.0426, 3.5926, -2.198, -0.0426, 3.5926, -2.198, 0.4449, 3.5926, -2.3985, -0.53, 3.5926, -2.198, -0.0426, 3.5926, -2.3985, -0.0426, 3.5926, -2.3985, -0.53, 3.5926, -2.198, -0.53, 3.5926, -2.198, -0.0426, 3.5926, -2.198, 3.3698, 3.5926, -2.198, 3.8573, 3.7928, -2.198, 3.8573, 3.5926, -2.198, 3.3698, 3.5926, -2.198, 3.3698, 3.7928, -2.198, 3.8573, 3.7928, -2.198, 2.8823, 3.5926, -2.198, 3.3698, 3.7928, -2.198, 3.3698, 3.5926, -2.198, 2.8823, 3.5926, -2.198, 2.8823, 3.7928, -2.198, 3.3698, 3.7928, -2.198, 2.3948, 3.5926, -2.198, 2.8823, 3.7928, -2.198, 2.8823, 3.5926, -2.198, 2.3948, 3.5926, -2.198, 2.3948, 3.7928, -2.198, 2.8823, 3.7928, -2.198, 1.9073, 3.5926, -2.198, 2.3948, 3.7928, -2.198, 2.3948, 3.5926, -2.198, 1.9073, 3.5926, -2.198, 1.9073, 3.7928, -2.198, 2.3948, 3.7928, -2.198, 1.4199, 3.5926, -2.198, 1.9073, 3.7928, -2.198, 1.9073, 3.5926, -2.198, 1.4199, 3.5926, -2.198, 1.4199, 3.7928, -2.198, 1.9073, 3.7928, -2.198, 0.9324, 3.5926, -2.198, 1.4199, 3.7928, -2.198, 1.4199, 3.5926, -2.198, 0.9324, 3.5926, -2.198, 0.9324, 3.7928, -2.198, 1.4199, 3.7928, -2.198, 0.4449, 3.5926, -2.198, 0.9324, 3.7928, -2.198, 0.9324, 3.5926, -2.198, 0.4449, 3.5926, -2.198, 0.4449, 3.7928, -2.198, 0.9324, 3.7928, -2.198, -0.0426, 3.5926, -2.198, 0.4449, 3.7928, -2.198, 0.4449, 3.5926, -2.198, -0.0426, 3.5926, -2.198, -0.0426, 3.7928, -2.198, 0.4449, 3.7928, -2.198, -0.53, 3.5926, -2.198, -0.0426, 3.7928, -2.198, -0.0426, 3.5926, -2.198, -0.53, 3.5926, -2.198, -0.53, 3.7928, -2.198, -0.0426, 3.7928, -2.198, 3.3698, 3.7928, -2.3985, 3.8573, 3.7928, -2.198, 3.8573, 3.7928, -2.198, 3.3698, 3.7928, -2.3985, 3.3698, 3.7928, -2.3985, 3.8573, 3.7928, -2.198, 2.8823, 3.7928, -2.3985, 3.3698, 3.7928, -2.198, 3.3698, 3.7928, -2.198, 2.8823, 3.7928, -2.3985, 2.8823, 3.7928, -2.3985, 3.3698, 3.7928, -2.198, 2.3948, 3.7928, -2.3985, 2.8823, 3.7928, -2.198, 2.8823, 3.7928, -2.198, 2.3948, 3.7928, -2.3985, 2.3948, 3.7928, -2.3985, 2.8823, 3.7928, -2.198, 1.9073, 3.7928, -2.3985, 2.3948, 3.7928, -2.198, 2.3948, 3.7928, -2.198, 1.9073, 3.7928, -2.3985, 1.9073, 3.7928, -2.3985, 2.3948, 3.7928, -2.198, 1.4199, 3.7928, -2.3985, 1.9073, 3.7928, -2.198, 1.9073, 3.7928, -2.198, 1.4199, 3.7928, -2.3985, 1.4199, 3.7928, -2.3985, 1.9073, 3.7928, -2.198, 0.9324, 3.7928, -2.3985, 1.4199, 3.7928, -2.198, 1.4199, 3.7928, -2.198, 0.9324, 3.7928, -2.3985, 0.9324, 3.7928, -2.3985, 1.4199, 3.7928, -2.198, 0.4449, 3.7928, -2.3985, 0.9324, 3.7928, -2.198, 0.9324, 3.7928, -2.198, 0.4449, 3.7928, -2.3985, 0.4449, 3.7928, -2.3985, 0.9324, 3.7928, -2.198, -0.0426, 3.7928, -2.3985, 0.4449, 3.7928, -2.198, 0.4449, 3.7928, -2.198, -0.0426, 3.7928, -2.3985, -0.0426, 3.7928, -2.3985, 0.4449, 3.7928, -2.198, -0.53, 3.7928, -2.3985, -0.0426, 3.7928, -2.198, -0.0426, 3.7928, -2.198, -0.53, 3.7928, -2.3985, -0.53, 3.7928, -2.3985, -0.0426, 3.7928, -2.3985, -0.53, 3.5926, -2.198, -0.53, 3.7928, -2.198, -0.53, 3.5926, -2.3985, -0.53, 3.5926, -2.3985, -0.53, 3.7928, -2.198, -0.53, 3.7928, -2.198, 3.8573, 3.5926, -2.3985, 3.8573, 3.7928, -2.3985, 3.8573, 3.5926, -2.198, 3.8573, 3.5926, -2.198, 3.8573, 3.7928, -2.3985, 3.8573, 3.7928, 2.1149, 3.3698, -9.5602, 2.1149, 3.8573, -9.7601, 2.1149, 3.8573, -9.5602, 2.1149, 3.3698, -9.5602, 2.1149, 3.3698, -9.7601, 2.1149, 3.8573, -9.7601, 2.1149, 2.8823, -9.5602, 2.1149, 3.3698, -9.7601, 2.1149, 3.3698, -9.5602, 2.1149, 2.8823, -9.5602, 2.1149, 2.8823, -9.7601, 2.1149, 3.3698, -9.7601, 2.1149, 2.3948, -9.5602, 2.1149, 2.8823, -9.7601, 2.1149, 2.8823, -9.5602, 2.1149, 2.3948, -9.5602, 2.1149, 2.3948, -9.7601, 2.1149, 2.8823, -9.7601, 2.1149, 1.9073, -9.5602, 2.1149, 2.3948, -9.7601, 2.1149, 2.3948, -9.5602, 2.1149, 1.9073, -9.5602, 2.1149, 1.9073, -9.7601, 2.1149, 2.3948, -9.7601, 2.1149, 1.4199, -9.5602, 2.1149, 1.9073, -9.7601, 2.1149, 1.9073, -9.5602, 2.1149, 1.4199, -9.5602, 2.1149, 1.4199, -9.7601, 2.1149, 1.9073, -9.7601, 2.1149, 0.9324, -9.5602, 2.1149, 1.4199, -9.7601, 2.1149, 1.4199, -9.5602, 2.1149, 0.9324, -9.5602, 2.1149, 0.9324, -9.7601, 2.1149, 1.4199, -9.7601, 2.1149, 0.4449, -9.5602, 2.1149, 0.9324, -9.7601, 2.1149, 0.9324, -9.5602, 2.1149, 0.4449, -9.5602, 2.1149, 0.4449, -9.7601, 2.1149, 0.9324, -9.7601, 2.1149, -0.0426, -9.5602, 2.1149, 0.4449, -9.7601, 2.1149, 0.4449, -9.5602, 2.1149, -0.0426, -9.5602, 2.1149, -0.0426, -9.7601, 2.1149, 0.4449, -9.7601, 2.1149, -0.53, -9.5602, 2.1149, -0.0426, -9.7601, 2.1149, -0.0426, -9.5602, 2.1149, -0.53, -9.5602, 2.1149, -0.53, -9.7601, 2.1149, -0.0426, -9.7601, 2.1149, 3.3698, -9.7601, 2.3153, 3.8573, -9.7601, 2.1149, 3.8573, -9.7601, 2.1149, 3.3698, -9.7601, 2.3153, 3.3698, -9.7601, 2.3153, 3.8573, -9.7601, 2.1149, 2.8823, -9.7601, 2.3153, 3.3698, -9.7601, 2.1149, 3.3698, -9.7601, 2.1149, 2.8823, -9.7601, 2.3153, 2.8823, -9.7601, 2.3153, 3.3698, -9.7601, 2.1149, 2.3948, -9.7601, 2.3153, 2.8823, -9.7601, 2.1149, 2.8823, -9.7601, 2.1149, 2.3948, -9.7601, 2.3153, 2.3948, -9.7601, 2.3153, 2.8823, -9.7601, 2.1149, 1.9073, -9.7601, 2.3153, 2.3948, -9.7601, 2.1149, 2.3948, -9.7601, 2.1149, 1.9073, -9.7601, 2.3153, 1.9073, -9.7601, 2.3153, 2.3948, -9.7601, 2.1149, 1.4199, -9.7601, 2.3153, 1.9073, -9.7601, 2.1149, 1.9073, -9.7601, 2.1149, 1.4199, -9.7601, 2.3153, 1.4199, -9.7601, 2.3153, 1.9073, -9.7601, 2.1149, 0.9324, -9.7601, 2.3153, 1.4199, -9.7601, 2.1149, 1.4199, -9.7601, 2.1149, 0.9324, -9.7601, 2.3153, 0.9324, -9.7601, 2.3153, 1.4199, -9.7601, 2.1149, 0.4449, -9.7601, 2.3153, 0.9324, -9.7601, 2.1149, 0.9324, -9.7601, 2.1149, 0.4449, -9.7601, 2.3153, 0.4449, -9.7601, 2.3153, 0.9324, -9.7601, 2.1149, -0.0426, -9.7601, 2.3153, 0.4449, -9.7601, 2.1149, 0.4449, -9.7601, 2.1149, -0.0426, -9.7601, 2.3153, -0.0426, -9.7601, 2.3153, 0.4449, -9.7601, 2.1149, -0.53, -9.7601, 2.3153, -0.0426, -9.7601, 2.1149, -0.0426, -9.7601, 2.1149, -0.53, -9.7601, 2.3153, -0.53, -9.7601, 2.3153, -0.0426, -9.7601, 2.3153, 3.3698, -9.7601, 2.3153, 3.8573, -9.5602, 2.3153, 3.8573, -9.7601, 2.3153, 3.3698, -9.7601, 2.3153, 3.3698, -9.5602, 2.3153, 3.8573, -9.5602, 2.3153, 2.8823, -9.7601, 2.3153, 3.3698, -9.5602, 2.3153, 3.3698, -9.7601, 2.3153, 2.8823, -9.7601, 2.3153, 2.8823, -9.5602, 2.3153, 3.3698, -9.5602, 2.3153, 2.3948, -9.7601, 2.3153, 2.8823, -9.5602, 2.3153, 2.8823, -9.7601, 2.3153, 2.3948, -9.7601, 2.3153, 2.3948, -9.5602, 2.3153, 2.8823, -9.5602, 2.3153, 1.9073, -9.7601, 2.3153, 2.3948, -9.5602, 2.3153, 2.3948, -9.7601, 2.3153, 1.9073, -9.7601, 2.3153, 1.9073, -9.5602, 2.3153, 2.3948, -9.5602, 2.3153, 1.4199, -9.7601, 2.3153, 1.9073, -9.5602, 2.3153, 1.9073, -9.7601, 2.3153, 1.4199, -9.7601, 2.3153, 1.4199, -9.5602, 2.3153, 1.9073, -9.5602, 2.3153, 0.9324, -9.7601, 2.3153, 1.4199, -9.5602, 2.3153, 1.4199, -9.7601, 2.3153, 0.9324, -9.7601, 2.3153, 0.9324, -9.5602, 2.3153, 1.4199, -9.5602, 2.3153, 0.4449, -9.7601, 2.3153, 0.9324, -9.5602, 2.3153, 0.9324, -9.7601, 2.3153, 0.4449, -9.7601, 2.3153, 0.4449, -9.5602, 2.3153, 0.9324, -9.5602, 2.3153, -0.0426, -9.7601, 2.3153, 0.4449, -9.5602, 2.3153, 0.4449, -9.7601, 2.3153, -0.0426, -9.7601, 2.3153, -0.0426, -9.5602, 2.3153, 0.4449, -9.5602, 2.3153, -0.53, -9.7601, 2.3153, -0.0426, -9.5602, 2.3153, -0.0426, -9.7601, 2.3153, -0.53, -9.7601, 2.3153, -0.53, -9.5602, 2.3153, -0.0426, -9.5602, 2.3153, 3.3698, -9.5602, 2.1149, 3.8573, -9.5602, 2.3153, 3.8573, -9.5602, 2.3153, 3.3698, -9.5602, 2.1149, 3.3698, -9.5602, 2.1149, 3.8573, -9.5602, 2.3153, 2.8823, -9.5602, 2.1149, 3.3698, -9.5602, 2.3153, 3.3698, -9.5602, 2.3153, 2.8823, -9.5602, 2.1149, 2.8823, -9.5602, 2.1149, 3.3698, -9.5602, 2.3153, 2.3948, -9.5602, 2.1149, 2.8823, -9.5602, 2.3153, 2.8823, -9.5602, 2.3153, 2.3948, -9.5602, 2.1149, 2.3948, -9.5602, 2.1149, 2.8823, -9.5602, 2.3153, 1.9073, -9.5602, 2.1149, 2.3948, -9.5602, 2.3153, 2.3948, -9.5602, 2.3153, 1.9073, -9.5602, 2.1149, 1.9073, -9.5602, 2.1149, 2.3948, -9.5602, 2.3153, 1.4199, -9.5602, 2.1149, 1.9073, -9.5602, 2.3153, 1.9073, -9.5602, 2.3153, 1.4199, -9.5602, 2.1149, 1.4199, -9.5602, 2.1149, 1.9073, -9.5602, 2.3153, 0.9324, -9.5602, 2.1149, 1.4199, -9.5602, 2.3153, 1.4199, -9.5602, 2.3153, 0.9324, -9.5602, 2.1149, 0.9324, -9.5602, 2.1149, 1.4199, -9.5602, 2.3153, 0.4449, -9.5602, 2.1149, 0.9324, -9.5602, 2.3153, 0.9324, -9.5602, 2.3153, 0.4449, -9.5602, 2.1149, 0.4449, -9.5602, 2.1149, 0.9324, -9.5602, 2.3153, -0.0426, -9.5602, 2.1149, 0.4449, -9.5602, 2.3153, 0.4449, -9.5602, 2.3153, -0.0426, -9.5602, 2.1149, -0.0426, -9.5602, 2.1149, 0.4449, -9.5602, 2.3153, -0.53, -9.5602, 2.1149, -0.0426, -9.5602, 2.3153, -0.0426, -9.5602, 2.3153, -0.53, -9.5602, 2.1149, -0.53, -9.5602, 2.1149, -0.0426, -9.5602, 2.1149, -0.53, -9.7601, 2.3153, -0.53, -9.5602, 2.3153, -0.53, -9.7601, 2.1149, -0.53, -9.7601, 2.1149, -0.53, -9.5602, 2.3153, -0.53, -9.5602, 2.3153, 3.8573, -9.7601, 2.1149, 3.8573, -9.5602, 2.1149, 3.8573, -9.7601, 2.3153, 3.8573, -9.7601, 2.3153, 3.8573, -9.5602, 2.1149, 3.8573, -9.5602, -2.4153, 3.3698, -9.5602, -2.4153, 3.8573, -9.7601, -2.4153, 3.8573, -9.5602, -2.4153, 3.3698, -9.5602, -2.4153, 3.3698, -9.7601, -2.4153, 3.8573, -9.7601, -2.4153, 2.8823, -9.5602, -2.4153, 3.3698, -9.7601, -2.4153, 3.3698, -9.5602, -2.4153, 2.8823, -9.5602, -2.4153, 2.8823, -9.7601, -2.4153, 3.3698, -9.7601, -2.4153, 2.3948, -9.5602, -2.4153, 2.8823, -9.7601, -2.4153, 2.8823, -9.5602, -2.4153, 2.3948, -9.5602, -2.4153, 2.3948, -9.7601, -2.4153, 2.8823, -9.7601, -2.4153, 1.9073, -9.5602, -2.4153, 2.3948, -9.7601, -2.4153, 2.3948, -9.5602, -2.4153, 1.9073, -9.5602, -2.4153, 1.9073, -9.7601, -2.4153, 2.3948, -9.7601, -2.4153, 1.4199, -9.5602, -2.4153, 1.9073, -9.7601, -2.4153, 1.9073, -9.5602, -2.4153, 1.4199, -9.5602, -2.4153, 1.4199, -9.7601, -2.4153, 1.9073, -9.7601, -2.4153, 0.9324, -9.5602, -2.4153, 1.4199, -9.7601, -2.4153, 1.4199, -9.5602, -2.4153, 0.9324, -9.5602, -2.4153, 0.9324, -9.7601, -2.4153, 1.4199, -9.7601, -2.4153, 0.4449, -9.5602, -2.4153, 0.9324, -9.7601, -2.4153, 0.9324, -9.5602, -2.4153, 0.4449, -9.5602, -2.4153, 0.4449, -9.7601, -2.4153, 0.9324, -9.7601, -2.4153, -0.0426, -9.5602, -2.4153, 0.4449, -9.7601, -2.4153, 0.4449, -9.5602, -2.4153, -0.0426, -9.5602, -2.4153, -0.0426, -9.7601, -2.4153, 0.4449, -9.7601, -2.4153, -0.53, -9.5602, -2.4153, -0.0426, -9.7601, -2.4153, -0.0426, -9.5602, -2.4153, -0.53, -9.5602, -2.4153, -0.53, -9.7601, -2.4153, -0.0426, -9.7601, -2.4153, 3.3698, -9.7601, -2.2151, 3.8573, -9.7601, -2.4153, 3.8573, -9.7601, -2.4153, 3.3698, -9.7601, -2.2151, 3.3698, -9.7601, -2.2151, 3.8573, -9.7601, -2.4153, 2.8823, -9.7601, -2.2151, 3.3698, -9.7601, -2.4153, 3.3698, -9.7601, -2.4153, 2.8823, -9.7601, -2.2151, 2.8823, -9.7601, -2.2151, 3.3698, -9.7601, -2.4153, 2.3948, -9.7601, -2.2151, 2.8823, -9.7601, -2.4153, 2.8823, -9.7601, -2.4153, 2.3948, -9.7601, -2.2151, 2.3948, -9.7601, -2.2151, 2.8823, -9.7601, -2.4153, 1.9073, -9.7601, -2.2151, 2.3948, -9.7601, -2.4153, 2.3948, -9.7601, -2.4153, 1.9073, -9.7601, -2.2151, 1.9073, -9.7601, -2.2151, 2.3948, -9.7601, -2.4153, 1.4199, -9.7601, -2.2151, 1.9073, -9.7601, -2.4153, 1.9073, -9.7601, -2.4153, 1.4199, -9.7601, -2.2151, 1.4199, -9.7601, -2.2151, 1.9073, -9.7601, -2.4153, 0.9324, -9.7601, -2.2151, 1.4199, -9.7601, -2.4153, 1.4199, -9.7601, -2.4153, 0.9324, -9.7601, -2.2151, 0.9324, -9.7601, -2.2151, 1.4199, -9.7601, -2.4153, 0.4449, -9.7601, -2.2151, 0.9324, -9.7601, -2.4153, 0.9324, -9.7601, -2.4153, 0.4449, -9.7601, -2.2151, 0.4449, -9.7601, -2.2151, 0.9324, -9.7601, -2.4153, -0.0426, -9.7601, -2.2151, 0.4449, -9.7601, -2.4153, 0.4449, -9.7601, -2.4153, -0.0426, -9.7601, -2.2151, -0.0426, -9.7601, -2.2151, 0.4449, -9.7601, -2.4153, -0.53, -9.7601, -2.2151, -0.0426, -9.7601, -2.4153, -0.0426, -9.7601, -2.4153, -0.53, -9.7601, -2.2151, -0.53, -9.7601, -2.2151, -0.0426, -9.7601, -2.2151, 3.3698, -9.7601, -2.2151, 3.8573, -9.5602, -2.2151, 3.8573, -9.7601, -2.2151, 3.3698, -9.7601, -2.2151, 3.3698, -9.5602, -2.2151, 3.8573, -9.5602, -2.2151, 2.8823, -9.7601, -2.2151, 3.3698, -9.5602, -2.2151, 3.3698, -9.7601, -2.2151, 2.8823, -9.7601, -2.2151, 2.8823, -9.5602, -2.2151, 3.3698, -9.5602, -2.2151, 2.3948, -9.7601, -2.2151, 2.8823, -9.5602, -2.2151, 2.8823, -9.7601, -2.2151, 2.3948, -9.7601, -2.2151, 2.3948, -9.5602, -2.2151, 2.8823, -9.5602, -2.2151, 1.9073, -9.7601, -2.2151, 2.3948, -9.5602, -2.2151, 2.3948, -9.7601, -2.2151, 1.9073, -9.7601, -2.2151, 1.9073, -9.5602, -2.2151, 2.3948, -9.5602, -2.2151, 1.4199, -9.7601, -2.2151, 1.9073, -9.5602, -2.2151, 1.9073, -9.7601, -2.2151, 1.4199, -9.7601, -2.2151, 1.4199, -9.5602, -2.2151, 1.9073, -9.5602, -2.2151, 0.9324, -9.7601, -2.2151, 1.4199, -9.5602, -2.2151, 1.4199, -9.7601, -2.2151, 0.9324, -9.7601, -2.2151, 0.9324, -9.5602, -2.2151, 1.4199, -9.5602, -2.2151, 0.4449, -9.7601, -2.2151, 0.9324, -9.5602, -2.2151, 0.9324, -9.7601, -2.2151, 0.4449, -9.7601, -2.2151, 0.4449, -9.5602, -2.2151, 0.9324, -9.5602, -2.2151, -0.0426, -9.7601, -2.2151, 0.4449, -9.5602, -2.2151, 0.4449, -9.7601, -2.2151, -0.0426, -9.7601, -2.2151, -0.0426, -9.5602, -2.2151, 0.4449, -9.5602, -2.2151, -0.53, -9.7601, -2.2151, -0.0426, -9.5602, -2.2151, -0.0426, -9.7601, -2.2151, -0.53, -9.7601, -2.2151, -0.53, -9.5602, -2.2151, -0.0426, -9.5602, -2.2151, 3.3698, -9.5602, -2.4153, 3.8573, -9.5602, -2.2151, 3.8573, -9.5602, -2.2151, 3.3698, -9.5602, -2.4153, 3.3698, -9.5602, -2.4153, 3.8573, -9.5602, -2.2151, 2.8823, -9.5602, -2.4153, 3.3698, -9.5602, -2.2151, 3.3698, -9.5602, -2.2151, 2.8823, -9.5602, -2.4153, 2.8823, -9.5602, -2.4153, 3.3698, -9.5602, -2.2151, 2.3948, -9.5602, -2.4153, 2.8823, -9.5602, -2.2151, 2.8823, -9.5602, -2.2151, 2.3948, -9.5602, -2.4153, 2.3948, -9.5602, -2.4153, 2.8823, -9.5602, -2.2151, 1.9073, -9.5602, -2.4153, 2.3948, -9.5602, -2.2151, 2.3948, -9.5602, -2.2151, 1.9073, -9.5602, -2.4153, 1.9073, -9.5602, -2.4153, 2.3948, -9.5602, -2.2151, 1.4199, -9.5602, -2.4153, 1.9073, -9.5602, -2.2151, 1.9073, -9.5602, -2.2151, 1.4199, -9.5602, -2.4153, 1.4199, -9.5602, -2.4153, 1.9073, -9.5602, -2.2151, 0.9324, -9.5602, -2.4153, 1.4199, -9.5602, -2.2151, 1.4199, -9.5602, -2.2151, 0.9324, -9.5602, -2.4153, 0.9324, -9.5602, -2.4153, 1.4199, -9.5602, -2.2151, 0.4449, -9.5602, -2.4153, 0.9324, -9.5602, -2.2151, 0.9324, -9.5602, -2.2151, 0.4449, -9.5602, -2.4153, 0.4449, -9.5602, -2.4153, 0.9324, -9.5602, -2.2151, -0.0426, -9.5602, -2.4153, 0.4449, -9.5602, -2.2151, 0.4449, -9.5602, -2.2151, -0.0426, -9.5602, -2.4153, -0.0426, -9.5602, -2.4153, 0.4449, -9.5602, -2.2151, -0.53, -9.5602, -2.4153, -0.0426, -9.5602, -2.2151, -0.0426, -9.5602, -2.2151, -0.53, -9.5602, -2.4153, -0.53, -9.5602, -2.4153, -0.0426, -9.5602, -2.4153, -0.53, -9.7601, -2.2151, -0.53, -9.5602, -2.2151, -0.53, -9.7601, -2.4153, -0.53, -9.7601, -2.4153, -0.53, -9.5602, -2.2151, -0.53, -9.5602, -2.2151, 3.8573, -9.7601, -2.4153, 3.8573, -9.5602, -2.4153, 3.8573, -9.7601, -2.2151, 3.8573, -9.7601, -2.2151, 3.8573, -9.5602, -2.4153, 3.8573, -9.5602, -2.4054, 1.529, 4.215, -3.866, 3.5206, 4.2139, -2.4054, 3.5152, 4.215, -2.0259, 1.5282, 4.2152, -2.4054, 3.5152, 4.215, -2.0259, 3.5139, 4.2152, -2.0259, 1.5282, 4.2152, -2.4054, 1.529, 4.215, -2.4054, 3.5152, 4.215, -2.0259, -0.4572, 4.2152, -2.4054, 1.529, 4.215, -2.0259, 1.5282, 4.2152, -2.0259, -0.4572, 4.2152, -2.4054, -0.4572, 4.215, -2.4054, 1.529, 4.215, -2.4054, 1.529, 4.215, -3.866, 1.5316, 4.2139, -3.866, 3.5206, 4.2139, -2.4054, -0.4572, 4.215, -3.866, 1.5316, 4.2139, -2.4054, 1.529, 4.215, -3.866, 1.5316, 4.2139, -5.4382, 3.5206, 3.1811, -3.866, 3.5206, 4.2139, -2.4054, -0.4572, 4.215, -3.866, -0.4572, 4.2139, -3.866, 1.5316, 4.2139, -3.866, 1.5316, 4.2139, -5.4382, 1.5316, 3.1811, -5.4382, 3.5206, 3.1811, -3.866, -0.4572, 4.2139, -5.4382, 1.5316, 3.1811, -3.866, 1.5316, 4.2139, -3.866, -0.4572, 4.2139, -5.4382, -0.4572, 3.1811, -5.4382, 1.5316, 3.1811, 3.77, 1.5316, 4.2139, 5.3812, -0.4572, 3.1811, 3.77, -0.4572, 4.2139, 3.77, 1.5316, 4.2139, 5.3812, 1.5316, 3.1811, 5.3812, -0.4572, 3.1811, 3.77, 3.5206, 4.2139, 5.3812, 1.5316, 3.1811, 3.77, 1.5316, 4.2139, 3.77, 3.5206, 4.2139, 5.3812, 3.5206, 3.1811, 5.3812, 1.5316, 3.1811, 3.77, 1.5316, 4.2139, 2.4944, 3.5157, 4.215, 3.77, 3.5206, 4.2139, 3.77, -0.4572, 4.2139, 2.4944, 1.5292, 4.215, 3.77, 1.5316, 4.2139, 3.77, 1.5316, 4.2139, 2.4944, 1.5292, 4.215, 2.4944, 3.5157, 4.215, 2.4944, 1.5292, 4.215, 1.9735, 3.5139, 4.2152, 2.4944, 3.5157, 4.215, 3.77, -0.4572, 4.2139, 2.4944, -0.4572, 4.2148, 2.4944, 1.5292, 4.215, 2.4944, 1.5292, 4.215, 1.9735, 1.5282, 4.2152, 1.9735, 3.5139, 4.2152, 2.4944, -0.4572, 4.2148, 1.9735, 1.5282, 4.2152, 2.4944, 1.5292, 4.215, 2.4944, -0.4572, 4.2148, 1.9735, -0.4572, 4.2152, 1.9735, 1.5282, 4.2152, -7.6547, 1.5316, -0.1296, -7.9644, 3.5206, -2.9932, -7.6547, 3.5206, -0.1296, -6.5871, 1.5316, 1.9768, -7.6547, 1.5316, -0.1296, -7.6547, 3.5206, -0.1296, -6.5871, 1.5316, 1.9768, -7.6547, 3.5206, -0.1296, -6.5871, 3.5206, 1.9768, -5.4382, 1.5316, 3.1811, -6.5871, 1.5316, 1.9768, -6.5871, 3.5206, 1.9768, -5.4382, 1.5316, 3.1811, -6.5871, 3.5206, 1.9768, -5.4382, 3.5206, 3.1811, -5.4382, -0.4572, 3.1811, -6.5871, 1.5316, 1.9768, -5.4382, 1.5316, 3.1811, -5.4382, -0.4572, 3.1811, -6.5871, -0.4572, 1.9768, -6.5871, 1.5316, 1.9768, -6.5871, -0.4572, 1.9768, -7.6547, 1.5316, -0.1296, -6.5871, 1.5316, 1.9768, -6.5871, -0.4572, 1.9768, -7.6547, -0.4572, -0.1296, -7.6547, 1.5316, -0.1296, -7.6547, -0.4572, -0.1296, -7.9644, 1.5316, -2.9932, -7.6547, 1.5316, -0.1296, -7.6547, 1.5316, -0.1296, -7.9644, 1.5316, -2.9932, -7.9644, 3.5206, -2.9932, -7.6547, -0.4572, -0.1296, -7.9644, -0.4572, -2.9932, -7.9644, 1.5316, -2.9932, -7.6547, -0.4572, -5.8568, -7.9644, 1.5316, -2.9932, -7.9644, -0.4572, -2.9932, -7.6547, 1.5316, -5.8568, -7.9644, 3.5206, -2.9932, -7.9644, 1.5316, -2.9932, -7.6547, -0.4572, -5.8568, -7.6547, 1.5316, -5.8568, -7.9644, 1.5316, -2.9932, -7.6547, 1.5316, -5.8568, -7.6547, 3.5206, -5.8568, -7.9644, 3.5206, -2.9932, -6.5871, -0.4572, -7.9632, -7.6547, 1.5316, -5.8568, -7.6547, -0.4572, -5.8568, -6.5871, 1.5316, -7.9632, -7.6547, 3.5206, -5.8568, -7.6547, 1.5316, -5.8568, -6.5871, -0.4572, -7.9632, -6.5871, 1.5316, -7.9632, -7.6547, 1.5316, -5.8568, -5.4382, -0.4572, -9.1674, -6.5871, 1.5316, -7.9632, -6.5871, -0.4572, -7.9632, -6.5871, 1.5316, -7.9632, -6.5871, 3.5206, -7.9632, -7.6547, 3.5206, -5.8568, -5.4382, -0.4572, -9.1674, -5.4382, 1.5316, -9.1674, -6.5871, 1.5316, -7.9632, -5.4382, 1.5316, -9.1674, -6.5871, 3.5206, -7.9632, -6.5871, 1.5316, -7.9632, -5.4382, 1.5316, -9.1674, -5.4382, 3.5206, -9.1674, -6.5871, 3.5206, -7.9632, 6.5151, 1.5316, 1.9766, 5.3812, 3.5206, 3.1811, 6.5151, 3.5206, 1.9766, 6.5151, 1.5316, 1.9766, 5.3812, 1.5316, 3.1811, 5.3812, 3.5206, 3.1811, 6.5151, -0.4572, 1.9766, 5.3812, 1.5316, 3.1811, 6.5151, 1.5316, 1.9766, 6.5151, -0.4572, 1.9766, 5.3812, -0.4572, 3.1811, 5.3812, 1.5316, 3.1811, 7.601, -0.4572, -0.1298, 6.5151, -0.4572, 1.9766, 6.5151, 1.5316, 1.9766, 7.601, 1.5316, -0.1298, 6.5151, 1.5316, 1.9766, 6.5151, 3.5206, 1.9766, 7.601, -0.4572, -0.1298, 6.5151, 1.5316, 1.9766, 7.601, 1.5316, -0.1298, 7.601, 1.5316, -0.1298, 6.5151, 3.5206, 1.9766, 7.601, 3.5206, -0.1298, 7.9069, -0.4572, -2.9932, 7.601, -0.4572, -0.1298, 7.601, 1.5316, -0.1298, 7.9069, 1.5316, -2.9932, 7.601, 1.5316, -0.1298, 7.601, 3.5206, -0.1298, 7.9069, -0.4572, -2.9932, 7.601, 1.5316, -0.1298, 7.9069, 1.5316, -2.9932, 7.9069, 1.5316, -2.9932, 7.601, 3.5206, -0.1298, 7.9069, 3.5206, -2.9932, 7.9069, 1.5316, -2.9932, 7.9069, 3.5206, -2.9932, 7.601, 3.5206, -5.8565, 7.9069, -0.4572, -2.9932, 7.9069, 1.5316, -2.9932, 7.601, 1.5316, -5.8565, 7.9069, 1.5316, -2.9932, 7.601, 3.5206, -5.8565, 7.601, 1.5316, -5.8565, 7.9069, -0.4572, -2.9932, 7.601, 1.5316, -5.8565, 7.601, -0.4572, -5.8565, 7.601, 1.5316, -5.8565, 7.601, 3.5206, -5.8565, 6.5151, 3.5206, -7.9629, 7.601, -0.4572, -5.8565, 7.601, 1.5316, -5.8565, 6.5151, 1.5316, -7.9629, 7.601, 1.5316, -5.8565, 6.5151, 3.5206, -7.9629, 6.5151, 1.5316, -7.9629, 6.5151, 1.5316, -7.9629, 6.5151, 3.5206, -7.9629, 5.3812, 3.5206, -9.1674, 7.601, -0.4572, -5.8565, 6.5151, 1.5316, -7.9629, 6.5151, -0.4572, -7.9629, 6.5151, 1.5316, -7.9629, 5.3812, 3.5206, -9.1674, 5.3812, 1.5316, -9.1674, 6.5151, -0.4572, -7.9629, 6.5151, 1.5316, -7.9629, 5.3812, 1.5316, -9.1674, 6.5151, -0.4572, -7.9629, 5.3812, 1.5316, -9.1674, 5.3812, -0.4572, -9.1674, 5.3812, 6.3737, 3.1808, 6.5151, 11.8401, 1.9766, 6.5151, 6.3705, 1.9766, 5.3812, 6.3737, 3.1808, 5.3812, 11.8433, 3.1808, 6.5151, 11.8401, 1.9766, 5.3812, 5.9287, 3.1808, 5.3812, 6.3737, 3.1808, 6.5151, 6.3705, 1.9766, 6.5151, 6.3705, 1.9766, 6.5151, 11.8401, 1.9766, 7.601, 11.8371, -0.1298, 5.3812, 5.9287, 3.1808, 6.5151, 6.3705, 1.9766, 6.5151, 5.9255, 1.9766, 6.5151, 6.3705, 1.9766, 7.601, 11.8371, -0.1298, 7.601, 6.3675, -0.1298, 6.5151, 5.9255, 1.9766, 6.5151, 6.3705, 1.9766, 7.601, 6.3675, -0.1298, 7.601, 6.3675, -0.1298, 7.601, 11.8371, -0.1298, 7.9069, 11.8364, -2.9932, 6.5151, 5.9255, 1.9766, 7.601, 6.3675, -0.1298, 7.601, 5.9225, -0.1298, 7.601, 5.9225, -0.1298, 7.601, 6.3675, -0.1298, 7.9069, 6.3668, -2.9932, 7.601, 6.3675, -0.1298, 7.9069, 11.8364, -2.9932, 7.9069, 6.3668, -2.9932, 7.601, 5.9225, -0.1298, 7.9069, 6.3668, -2.9932, 7.9069, 5.9218, -2.9932, 7.601, 5.9225, -5.8565, 7.9069, 5.9218, -2.9932, 7.9069, 6.3668, -2.9932, 7.601, 6.3675, -5.8565, 7.9069, 6.3668, -2.9932, 7.9069, 11.8364, -2.9932, 7.601, 5.9225, -5.8565, 7.9069, 6.3668, -2.9932, 7.601, 6.3675, -5.8565, 7.601, 6.3675, -5.8565, 7.9069, 11.8364, -2.9932, 7.601, 11.8371, -5.8565, 6.5151, 5.9255, -7.9629, 7.601, 5.9225, -5.8565, 7.601, 6.3675, -5.8565, 6.5151, 6.3705, -7.9629, 7.601, 6.3675, -5.8565, 7.601, 11.8371, -5.8565, 6.5151, 5.9255, -7.9629, 7.601, 6.3675, -5.8565, 6.5151, 6.3705, -7.9629, 5.3812, 5.9287, -9.1672, 6.5151, 5.9255, -7.9629, 6.5151, 6.3705, -7.9629, 6.5151, 6.3705, -7.9629, 7.601, 11.8371, -5.8565, 6.5151, 11.8401, -7.9629, 5.3812, 5.9287, -9.1672, 6.5151, 6.3705, -7.9629, 5.3812, 6.3737, -9.1672, 5.3812, 6.3737, -9.1672, 6.5151, 6.3705, -7.9629, 6.5151, 11.8401, -7.9629, 5.3812, 6.3737, -9.1672, 6.5151, 11.8401, -7.9629, 5.3812, 11.8433, -9.1672, -2.0174, 6.3696, 4.2152, 1.9684, 11.8392, 4.2152, 1.9684, 6.3696, 4.2152, 1.9684, 6.3696, 4.2152, 1.9684, 11.8392, 4.2152, 2.491, 11.8395, 4.215, -2.0174, 6.3696, 4.2152, -2.0174, 11.8392, 4.2152, 1.9684, 11.8392, 4.2152, 1.9684, 6.3696, 4.2152, 2.491, 11.8395, 4.215, 2.491, 6.37, 4.215, 2.491, 6.37, 4.215, 2.491, 11.8395, 4.215, 3.77, 11.8405, 4.2139, -2.0174, 5.9246, 4.2155, -2.0174, 6.3696, 4.2152, 1.9684, 6.3696, 4.2152, 2.491, 6.37, 4.215, 3.77, 11.8405, 4.2139, 3.77, 6.3709, 4.2139, 3.77, 6.3709, 4.2139, 3.77, 11.8405, 4.2139, 5.3812, 11.8433, 3.1808, 3.77, 6.3709, 4.2139, 5.3812, 11.8433, 3.1808, 5.3812, 6.3737, 3.1808, 1.9684, 5.9246, 4.2152, 1.9684, 6.3696, 4.2152, 2.491, 6.37, 4.215, -2.0174, 5.9246, 4.2155, 1.9684, 6.3696, 4.2152, 1.9684, 5.9246, 4.2152, 2.491, 5.925, 4.215, 2.491, 6.37, 4.215, 3.77, 6.3709, 4.2139, 1.9684, 5.9246, 4.2152, 2.491, 6.37, 4.215, 2.491, 5.925, 4.215, 3.77, 5.9259, 4.2139, 3.77, 6.3709, 4.2139, 5.3812, 6.3737, 3.1808, 2.491, 5.925, 4.215, 3.77, 6.3709, 4.2139, 3.77, 5.9259, 4.2139, 3.77, 5.9259, 4.2139, 5.3812, 6.3737, 3.1808, 5.3812, 5.9287, 3.1808, 5.3812, 5.9287, 3.1808, 3.7707, 5.5545, 4.2152, 3.77, 5.9259, 4.2139, 5.3812, 5.9287, 3.1808, 5.3783, 5.5565, 3.1879, 3.7707, 5.5545, 4.2152, 3.77, 5.9259, 4.2139, 3.7707, 5.5545, 4.2152, 2.4917, 5.5537, 4.2152, 3.77, 5.9259, 4.2139, 2.4917, 5.5537, 4.2152, 2.491, 5.925, 4.215, 2.491, 5.925, 4.215, 2.4917, 5.5537, 4.2152, 1.9694, 5.5533, 4.2152, 2.491, 5.925, 4.215, 1.9694, 5.5533, 4.2152, 1.9684, 5.9246, 4.2152, 1.9684, 5.9246, 4.2152, 1.9694, 5.5533, 4.2152, -2.0189, 5.5533, 4.2152, 1.9684, 5.9246, 4.2152, -2.0189, 5.5533, 4.2152, -2.0174, 5.9246, 4.2155, -2.0174, 5.9246, 4.2155, -2.0189, 5.5533, 4.2152, -2.4001, 5.5535, 4.2152, -2.0174, 5.9246, 4.2155, -2.4001, 5.5535, 4.2152, -2.3986, 5.9248, 4.215, -2.3986, 5.9248, 4.215, -2.4001, 5.5535, 4.2152, -3.8674, 5.5545, 4.2152, -2.3986, 5.9248, 4.215, -2.0174, 6.3696, 4.2152, -2.0174, 5.9246, 4.2155, -2.3986, 5.9248, 4.215, -3.8674, 5.5545, 4.2152, -3.866, 5.9259, 4.2139, -3.866, 5.9259, 4.2139, -3.8674, 5.5545, 4.2152, -5.4295, 5.5565, 3.1881, -3.866, 5.9259, 4.2139, -5.4295, 5.5565, 3.1881, -5.4382, 5.9287, 3.1811, -2.3986, 5.9248, 4.215, -2.3986, 6.3698, 4.215, -2.0174, 6.3696, 4.2152, -3.866, 5.9259, 4.2139, -2.3986, 6.3698, 4.215, -2.3986, 5.9248, 4.215, -2.3986, 6.3698, 4.215, -2.0174, 11.8392, 4.2152, -2.0174, 6.3696, 4.2152, -2.3986, 6.3698, 4.215, -2.3986, 11.8394, 4.215, -2.0174, 11.8392, 4.2152, -3.866, 5.9259, 4.2139, -3.866, 6.3709, 4.2139, -2.3986, 6.3698, 4.215, -3.866, 6.3709, 4.2139, -2.3986, 11.8394, 4.215, -2.3986, 6.3698, 4.215, -5.4382, 5.9287, 3.1811, -3.866, 6.3709, 4.2139, -3.866, 5.9259, 4.2139, -3.866, 6.3709, 4.2139, -3.866, 11.8405, 4.2139, -2.3986, 11.8394, 4.215, -5.4382, 5.9287, 3.1811, -5.4382, 6.3737, 3.1811, -3.866, 6.3709, 4.2139, -5.4382, 6.3737, 3.1811, -3.866, 11.8405, 4.2139, -3.866, 6.3709, 4.2139, -5.4382, 6.3737, 3.1811, -5.4382, 11.8431, 3.1811, -3.866, 11.8405, 4.2139, -7.6547, 6.3675, -0.1296, -6.5871, 11.8401, 1.9768, -6.5871, 6.3705, 1.9768, -6.5871, 6.3705, 1.9768, -6.5871, 11.8401, 1.9768, -5.4382, 11.8431, 3.1811, -6.5871, 6.3705, 1.9768, -5.4382, 11.8431, 3.1811, -5.4382, 6.3737, 3.1811, -7.6547, 6.3675, -0.1296, -7.6547, 11.8371, -0.1296, -6.5871, 11.8401, 1.9768, -6.5871, 5.9255, 1.9768, -6.5871, 6.3705, 1.9768, -5.4382, 6.3737, 3.1811, -6.5871, 5.9255, 1.9768, -5.4382, 6.3737, 3.1811, -5.4382, 5.9287, 3.1811, -7.6547, 5.9225, -0.1296, -6.5871, 6.3705, 1.9768, -6.5871, 5.9255, 1.9768, -7.6547, 5.9225, -0.1296, -7.6547, 6.3675, -0.1296, -6.5871, 6.3705, 1.9768, -7.9644, 5.9216, -2.9932, -7.6547, 6.3675, -0.1296, -7.6547, 5.9225, -0.1296, -7.9644, 6.3668, -2.9932, -7.6547, 11.8371, -0.1296, -7.6547, 6.3675, -0.1296, -7.9644, 5.9216, -2.9932, -7.9644, 6.3668, -2.9932, -7.6547, 6.3675, -0.1296, -7.9644, 6.3668, -2.9932, -7.9644, 11.8362, -2.9932, -7.6547, 11.8371, -0.1296, -7.9644, 6.3668, -2.9932, -7.6547, 11.8371, -5.8568, -7.9644, 11.8362, -2.9932, -7.9644, 5.9216, -2.9932, -7.6547, 6.3675, -5.8568, -7.9644, 6.3668, -2.9932, -7.9644, 6.3668, -2.9932, -7.6547, 6.3675, -5.8568, -7.6547, 11.8371, -5.8568, -7.9644, 5.9216, -2.9932, -7.6547, 5.9225, -5.8568, -7.6547, 6.3675, -5.8568, -7.6547, 6.3675, -5.8568, -6.5871, 11.8401, -7.9632, -7.6547, 11.8371, -5.8568, -7.6547, 5.9225, -5.8568, -6.5871, 6.3705, -7.9632, -7.6547, 6.3675, -5.8568, -7.6547, 6.3675, -5.8568, -6.5871, 6.3705, -7.9632, -6.5871, 11.8401, -7.9632, -6.5871, 6.3705, -7.9632, -5.4382, 11.8431, -9.1674, -6.5871, 11.8401, -7.9632, -7.6547, 5.9225, -5.8568, -6.5871, 5.9255, -7.9632, -6.5871, 6.3705, -7.9632, -6.5871, 6.3705, -7.9632, -5.4382, 6.3737, -9.1674, -5.4382, 11.8431, -9.1674, -6.5871, 5.9255, -7.9632, -5.4382, 6.3737, -9.1674, -6.5871, 6.3705, -7.9632, -6.5871, 5.9255, -7.9632, -5.4382, 5.9287, -9.1674, -5.4382, 6.3737, -9.1674, 7.601, 5.9225, -0.1298, 6.5112, 5.5541, 1.9806, 6.5151, 5.9255, 1.9766, 6.5151, 5.9255, 1.9766, 6.5112, 5.5541, 1.9806, 5.3783, 5.5565, 3.1879, 6.5151, 5.9255, 1.9766, 5.3783, 5.5565, 3.1879, 5.3812, 5.9287, 3.1808, 7.601, 5.9225, -0.1298, 7.5959, 5.5518, -0.1276, 6.5112, 5.5541, 1.9806, 7.9069, 5.9218, -2.9932, 7.5959, 5.5518, -0.1276, 7.601, 5.9225, -0.1298, 7.9069, 5.9218, -2.9932, 7.9018, 5.5511, -2.9932, 7.5959, 5.5518, -0.1276, 7.9069, 5.9218, -2.9932, 7.5959, 5.5518, -5.8587, 7.9018, 5.5511, -2.9932, 7.9069, 5.9218, -2.9932, 7.601, 5.9225, -5.8565, 7.5959, 5.5518, -5.8587, 7.601, 5.9225, -5.8565, 6.5112, 5.5541, -7.9669, 7.5959, 5.5518, -5.8587, 7.601, 5.9225, -5.8565, 6.5151, 5.9255, -7.9629, 6.5112, 5.5541, -7.9669, 6.5151, 5.9255, -7.9629, 5.3783, 5.5565, -9.1742, 6.5112, 5.5541, -7.9669, 6.5151, 5.9255, -7.9629, 5.3812, 5.9287, -9.1672, 5.3783, 5.5565, -9.1742, -5.4382, 5.9287, 3.1811, -6.5932, 5.5541, 1.9806, -6.5871, 5.9255, 1.9768, -5.4382, 5.9287, 3.1811, -5.4295, 5.5565, 3.1881, -6.5932, 5.5541, 1.9806, -6.5871, 5.9255, 1.9768, -6.5932, 5.5541, 1.9806, -7.6496, 5.5518, -0.1276, -6.5871, 5.9255, 1.9768, -7.6496, 5.5518, -0.1276, -7.6547, 5.9225, -0.1296, -7.6547, 5.9225, -0.1296, -7.6496, 5.5518, -0.1276, -7.9644, 5.5511, -2.9932, -7.6547, 5.9225, -0.1296, -7.9644, 5.5511, -2.9932, -7.9644, 5.9216, -2.9932, -7.6547, 5.9225, -5.8568, -7.9644, 5.9216, -2.9932, -7.9644, 5.5511, -2.9932, -7.6547, 5.9225, -5.8568, -7.9644, 5.5511, -2.9932, -7.6496, 5.5518, -5.8587, -6.5871, 5.9255, -7.9632, -7.6547, 5.9225, -5.8568, -7.6496, 5.5518, -5.8587, -6.5871, 5.9255, -7.9632, -7.6496, 5.5518, -5.8587, -6.5932, 5.5541, -7.9669, -5.4382, 5.9287, -9.1674, -6.5871, 5.9255, -7.9632, -6.5932, 5.5541, -7.9669, -5.4382, 5.9287, -9.1674, -6.5932, 5.5541, -7.9669, -5.4295, 5.5565, -9.1744, -2.4054, 1.529, -10.2013, -3.866, 3.5206, -10.2002, -3.866, 1.5316, -10.2002, -3.866, 1.5316, -10.2002, -3.866, 3.5206, -10.2002, -5.4382, 3.5206, -9.1674, -3.866, 1.5316, -10.2002, -5.4382, 3.5206, -9.1674, -5.4382, 1.5316, -9.1674, -2.4054, 1.529, -10.2013, -2.4054, 3.5152, -10.2013, -3.866, 3.5206, -10.2002, -3.866, -0.4572, -10.2002, -3.866, 1.5316, -10.2002, -5.4382, 1.5316, -9.1674, -3.866, -0.4572, -10.2002, -5.4382, 1.5316, -9.1674, -5.4382, -0.4572, -9.1674, -2.4054, -0.4572, -10.2013, -3.866, 1.5316, -10.2002, -3.866, -0.4572, -10.2002, -2.4054, -0.4572, -10.2013, -2.4054, 1.529, -10.2013, -3.866, 1.5316, -10.2002, -2.0259, -0.4572, -10.2015, -2.4054, 1.529, -10.2013, -2.4054, -0.4572, -10.2013, -2.0259, -0.4572, -10.2015, -2.0259, 1.5282, -10.2015, -2.4054, 1.529, -10.2013, -2.0259, 1.5282, -10.2015, -2.4054, 3.5152, -10.2013, -2.4054, 1.529, -10.2013, -2.0259, 1.5282, -10.2015, -2.0259, 3.5139, -10.2015, -2.4054, 3.5152, -10.2013, 3.77, 1.5316, -10.2002, 5.3812, -0.4572, -9.1674, 5.3812, 1.5316, -9.1674, 3.77, 1.5316, -10.2002, 3.77, -0.4572, -10.2002, 5.3812, -0.4572, -9.1674, 3.77, 3.5206, -10.2002, 3.77, 1.5316, -10.2002, 5.3812, 1.5316, -9.1674, 3.77, 3.5206, -10.2002, 5.3812, 1.5316, -9.1674, 5.3812, 3.5206, -9.1674, 3.77, 1.5316, -10.2002, 3.77, 3.5206, -10.2002, 2.4944, 3.5157, -10.2013, 3.77, -0.4572, -10.2002, 3.77, 1.5316, -10.2002, 2.4944, 1.5292, -10.2013, 3.77, 1.5316, -10.2002, 2.4944, 3.5157, -10.2013, 2.4944, 1.5292, -10.2013, 2.4944, 1.5292, -10.2013, 2.4944, 3.5157, -10.2013, 1.9735, 3.5139, -10.2015, 3.77, -0.4572, -10.2002, 2.4944, 1.5292, -10.2013, 2.4944, -0.4572, -10.2011, 2.4944, 1.5292, -10.2013, 1.9735, 3.5139, -10.2015, 1.9735, 1.5282, -10.2015, 2.4944, -0.4572, -10.2011, 2.4944, 1.5292, -10.2013, 1.9735, 1.5282, -10.2015, 2.4944, -0.4572, -10.2011, 1.9735, 1.5282, -10.2015, 1.9735, -0.4572, -10.2015, -2.0174, 6.3696, -10.2015, 1.9684, 11.8392, -10.2015, -2.0174, 11.8392, -10.2015, -2.0174, 6.3696, -10.2015, 1.9684, 6.3696, -10.2015, 1.9684, 11.8392, -10.2015, 1.9684, 6.3696, -10.2015, 2.491, 11.8395, -10.2013, 1.9684, 11.8392, -10.2015, -2.3986, 6.3698, -10.2013, -2.0174, 6.3696, -10.2015, -2.0174, 11.8392, -10.2015, -2.3986, 6.3698, -10.2013, -2.0174, 11.8392, -10.2015, -2.3986, 11.8394, -10.2013, -2.0174, 5.9246, -10.2015, 1.9684, 6.3696, -10.2015, -2.0174, 6.3696, -10.2015, -3.866, 6.3709, -10.2002, -2.3986, 6.3698, -10.2013, -2.3986, 11.8394, -10.2013, -3.866, 6.3709, -10.2002, -2.3986, 11.8394, -10.2013, -3.866, 11.8405, -10.2002, -5.4382, 6.3737, -9.1674, -3.866, 6.3709, -10.2002, -3.866, 11.8405, -10.2002, -5.4382, 6.3737, -9.1674, -3.866, 11.8405, -10.2002, -5.4382, 11.8431, -9.1674, -5.4382, 5.9287, -9.1674, -3.866, 6.3709, -10.2002, -5.4382, 6.3737, -9.1674, -5.4382, 5.9287, -9.1674, -3.866, 5.9259, -10.2002, -3.866, 6.3709, -10.2002, -3.866, 5.9259, -10.2002, -2.3986, 6.3698, -10.2013, -3.866, 6.3709, -10.2002, -3.866, 5.9259, -10.2002, -5.4382, 5.9287, -9.1674, -5.4295, 5.5565, -9.1744, -3.866, 5.9259, -10.2002, -5.4295, 5.5565, -9.1744, -3.8674, 5.5545, -10.2015, -3.866, 5.9259, -10.2002, -2.3986, 5.9248, -10.2013, -2.3986, 6.3698, -10.2013, -2.3986, 5.9248, -10.2013, -3.866, 5.9259, -10.2002, -3.8674, 5.5545, -10.2015, -2.3986, 5.9248, -10.2013, -2.0174, 6.3696, -10.2015, -2.3986, 6.3698, -10.2013, -2.3986, 5.9248, -10.2013, -2.0174, 5.9246, -10.2015, -2.0174, 6.3696, -10.2015, -2.3986, 5.9248, -10.2013, -3.8674, 5.5545, -10.2015, -2.4001, 5.5535, -10.2015, -2.0174, 5.9246, -10.2015, -2.3986, 5.9248, -10.2013, -2.4001, 5.5535, -10.2015, -2.0174, 5.9246, -10.2015, -2.4001, 5.5535, -10.2015, -2.0189, 5.5533, -10.2015, 1.9684, 5.9246, -10.2015, -2.0174, 5.9246, -10.2015, -2.0189, 5.5533, -10.2015, -2.0174, 5.9246, -10.2015, 1.9684, 5.9246, -10.2015, 1.9684, 6.3696, -10.2015, 1.9684, 5.9246, -10.2015, -2.0189, 5.5533, -10.2015, 1.9694, 5.5533, -10.2015, 1.9684, 5.9246, -10.2015, 2.491, 6.37, -10.2013, 1.9684, 6.3696, -10.2015, 1.9684, 6.3696, -10.2015, 2.491, 6.37, -10.2013, 2.491, 11.8395, -10.2013, 2.491, 6.37, -10.2013, 3.77, 11.8405, -10.2002, 2.491, 11.8395, -10.2013, 2.491, 5.925, -10.2013, 1.9684, 5.9246, -10.2015, 1.9694, 5.5533, -10.2015, 1.9684, 5.9246, -10.2015, 2.491, 5.925, -10.2013, 2.491, 6.37, -10.2013, 2.491, 5.925, -10.2013, 1.9694, 5.5533, -10.2015, 2.4917, 5.5537, -10.2015, 2.491, 6.37, -10.2013, 3.77, 6.3709, -10.2002, 3.77, 11.8405, -10.2002, 2.491, 5.925, -10.2013, 3.77, 6.3709, -10.2002, 2.491, 6.37, -10.2013, 3.77, 6.3709, -10.2002, 5.3812, 11.8433, -9.1672, 3.77, 11.8405, -10.2002, 3.77, 6.3709, -10.2002, 5.3812, 6.3737, -9.1672, 5.3812, 11.8433, -9.1672, 2.491, 5.925, -10.2013, 3.77, 5.9259, -10.2002, 3.77, 6.3709, -10.2002, 3.77, 5.9259, -10.2002, 5.3812, 6.3737, -9.1672, 3.77, 6.3709, -10.2002, 3.77, 5.9259, -10.2002, 2.491, 5.925, -10.2013, 2.4917, 5.5537, -10.2015, 3.77, 5.9259, -10.2002, 5.3812, 5.9287, -9.1672, 5.3812, 6.3737, -9.1672, 3.77, 5.9259, -10.2002, 2.4917, 5.5537, -10.2015, 3.7707, 5.5545, -10.2015, 5.3812, 5.9287, -9.1672, 3.77, 5.9259, -10.2002, 3.7707, 5.5545, -10.2015, 5.3812, 5.9287, -9.1672, 3.7707, 5.5545, -10.2015, 5.3783, 5.5565, -9.1742, -2.0259, 1.5283, 4.2151, -2.0259, -0.4572, 7.0149, -2.0259, -0.4572, 4.2151, -2.0259, 1.5283, 4.2151, -2.0259, 1.5283, 7.0149, -2.0259, -0.4572, 7.0149, -2.0259, 3.5138, 4.2151, -2.0259, 1.5283, 7.0149, -2.0259, 1.5283, 4.2151, -2.0259, 3.5138, 4.2151, -2.0259, 3.5138, 7.0149, -2.0259, 1.5283, 7.0149, 1.9735, 1.5283, 4.2151, 1.9735, 3.5138, 7.0149, 1.9735, 3.5138, 4.2154, 1.9735, 1.5283, 4.2151, 1.9735, 1.5283, 7.0149, 1.9735, 3.5138, 7.0149, 1.9735, -0.4572, 4.2151, 1.9735, 1.5283, 7.0149, 1.9735, 1.5283, 4.2151, 1.9735, -0.4572, 4.2151, 1.9735, -0.4572, 7.0146, 1.9735, 1.5283, 7.0149, 1.9735, 3.5138, 4.2154, -2.0259, 3.5138, 7.0149, -2.0259, 3.5138, 4.2151, 1.9735, 3.5138, 4.2154, 1.9735, 3.5138, 7.0149, -2.0259, 3.5138, 7.0149, -2.4054, 3.5153, 4.2151, -1.8363, 3.7923, 3.5273, -2.0259, 3.5138, 4.2151, -2.0259, 3.5138, 4.2151, -1.8363, 3.7923, 3.5273, 1.7814, 3.7923, 3.5273, -2.4054, 3.5153, 4.2151, -2.1797, 3.7931, 3.527, -1.8363, 3.7923, 3.5273, -2.0259, 3.5138, 4.2151, 1.7814, 3.7923, 3.5273, 1.9735, 3.5138, 4.2154, -3.866, 3.5207, 4.2139, -2.1797, 3.7931, 3.527, -2.4054, 3.5153, 4.2151, 1.9735, 3.5138, 4.2154, 1.7814, 3.7923, 3.5273, 2.2527, 3.7934, 3.527, -3.866, 3.5207, 4.2139, -3.5008, 3.7961, 3.5261, -2.1797, 3.7931, 3.527, 1.9735, 3.5138, 4.2154, 2.2527, 3.7934, 3.527, 2.4944, 3.5158, 4.2148, -5.4382, 3.5207, 3.181, -3.5008, 3.7961, 3.5261, -3.866, 3.5207, 4.2139, 2.4944, 3.5158, 4.2148, 2.2527, 3.7934, 3.527, 3.4067, 3.7961, 3.5261, -5.4382, 3.5207, 3.181, -4.9231, 3.7961, 2.5918, -3.5008, 3.7961, 3.5261, 2.4944, 3.5158, 4.2148, 3.4067, 3.7961, 3.5261, 3.77, 3.5207, 4.2139, -6.5871, 3.5207, 1.9767, -4.9231, 3.7961, 2.5918, -5.4382, 3.5207, 3.181, 3.77, 3.5207, 4.2139, 3.4067, 3.7961, 3.5261, 4.8639, 3.7961, 2.5915, -6.5871, 3.5207, 1.9767, -5.9623, 3.7961, 1.5023, -4.9231, 3.7961, 2.5918, 3.77, 3.5207, 4.2139, 4.8639, 3.7961, 2.5915, 5.3812, 3.5207, 3.181, -7.6547, 3.5207, -0.1295, -5.9623, 3.7961, 1.5023, -6.5871, 3.5207, 1.9767, 5.3812, 3.5207, 3.181, 4.8639, 3.7961, 2.5915, 5.8898, 3.7961, 1.5023, -7.6547, 3.5207, -0.1295, -6.9279, 3.7961, -0.4032, -5.9623, 3.7961, 1.5023, 5.3812, 3.5207, 3.181, 5.8898, 3.7961, 1.5023, 6.5151, 3.5207, 1.9767, -7.9644, 3.5207, -2.9932, -6.9279, 3.7961, -0.4032, -7.6547, 3.5207, -0.1295, 6.5151, 3.5207, 1.9767, 5.8898, 3.7961, 1.5023, 6.8721, 3.7961, -0.4032, -7.9644, 3.5207, -2.9932, -7.2083, 3.7961, -2.9932, -6.9279, 3.7961, -0.4032, 6.5151, 3.5207, 1.9767, 6.8721, 3.7961, -0.4032, 7.601, 3.5207, -0.1298, -7.9644, 3.5207, -2.9932, -6.9279, 3.7961, -5.5832, -7.2083, 3.7961, -2.9932, 7.601, 3.5207, -0.1298, 6.8721, 3.7961, -0.4032, 7.1486, 3.7961, -2.9932, -7.9644, 3.5207, -2.9932, -7.6547, 3.5207, -5.8569, -6.9279, 3.7961, -5.5832, 7.601, 3.5207, -0.1298, 7.1486, 3.7961, -2.9932, 7.9069, 3.5207, -2.9932, -7.6547, 3.5207, -5.8569, -5.9623, 3.7961, -7.4887, -6.9279, 3.7961, -5.5832, 7.601, 3.5207, -5.8565, 7.9069, 3.5207, -2.9932, 7.1486, 3.7961, -2.9932, -7.6547, 3.5207, -5.8569, -6.5871, 3.5207, -7.9631, -5.9623, 3.7961, -7.4887, 7.601, 3.5207, -5.8565, 7.1486, 3.7961, -2.9932, 6.8721, 3.7961, -5.5832, -6.5871, 3.5207, -7.9631, -4.9231, 3.7961, -8.5782, -5.9623, 3.7961, -7.4887, 6.5151, 3.5207, -7.9631, 7.601, 3.5207, -5.8565, 6.8721, 3.7961, -5.5832, -6.5871, 3.5207, -7.9631, -5.4382, 3.5207, -9.1673, -4.9231, 3.7961, -8.5782, 6.5151, 3.5207, -7.9631, 6.8721, 3.7961, -5.5832, 5.8898, 3.7961, -7.4887, -5.4382, 3.5207, -9.1673, -3.5008, 3.7961, -9.5125, -4.9231, 3.7961, -8.5782, 5.3812, 3.5207, -9.1673, 6.5151, 3.5207, -7.9631, 5.8898, 3.7961, -7.4887, -5.4382, 3.5207, -9.1673, -3.866, 3.5207, -10.2003, -3.5008, 3.7961, -9.5125, 5.3812, 3.5207, -9.1673, 5.8898, 3.7961, -7.4887, 4.8639, 3.7961, -8.5779, -3.866, 3.5207, -10.2003, -2.1797, 3.7931, -9.5134, -3.5008, 3.7961, -9.5125, 3.77, 3.5207, -10.2003, 5.3812, 3.5207, -9.1673, 4.8639, 3.7961, -8.5779, -3.866, 3.5207, -10.2003, -2.4054, 3.5153, -10.2015, -2.1797, 3.7931, -9.5134, 3.77, 3.5207, -10.2003, 4.8639, 3.7961, -8.5779, 3.4067, 3.7961, -9.5125, -2.4054, 3.5153, -10.2015, -1.8363, 3.7923, -9.5137, -2.1797, 3.7931, -9.5134, 2.4944, 3.5158, -10.2012, 3.77, 3.5207, -10.2003, 3.4067, 3.7961, -9.5125, -2.4054, 3.5153, -10.2015, -2.0259, 3.5138, -10.2015, -1.8363, 3.7923, -9.5137, 2.4944, 3.5158, -10.2012, 3.4067, 3.7961, -9.5125, 2.2527, 3.7934, -9.5134, -2.0259, 3.5138, -10.2015, 1.7814, 3.7923, -9.5137, -1.8363, 3.7923, -9.5137, 1.9735, 3.5138, -10.2018, 2.4944, 3.5158, -10.2012, 2.2527, 3.7934, -9.5134, -2.0259, 3.5138, -10.2015, 1.9735, 3.5138, -10.2018, 1.7814, 3.7923, -9.5137, 1.9735, 3.5138, -10.2018, 2.2527, 3.7934, -9.5134, 1.7814, 3.7923, -9.5137, 7.9018, 4.6502, -2.9932, 6.8675, 4.4154, -0.4014, 7.5959, 4.6502, -0.1277, 7.5959, 4.6502, -0.1277, 6.8675, 4.4154, -0.4014, 5.8864, 4.4154, 1.5057, 7.9018, 4.6502, -2.9932, 7.1443, 4.4154, -2.9932, 6.8675, 4.4154, -0.4014, 7.5959, 4.6502, -0.1277, 5.8864, 4.4154, 1.5057, 6.5112, 4.6501, 1.9803, 7.9018, 4.6502, -2.9932, 6.8675, 4.4154, -5.585, 7.1443, 4.4154, -2.9932, 6.5112, 4.6501, 1.9803, 5.8864, 4.4154, 1.5057, 4.8612, 4.4154, 2.5979, 7.9018, 4.6502, -2.9932, 7.5959, 4.6502, -5.8587, 6.8675, 4.4154, -5.585, 6.5112, 4.6501, 1.9803, 4.8612, 4.4154, 2.5979, 5.3783, 4.6501, 3.188, 7.5959, 4.6502, -5.8587, 5.8864, 4.4154, -7.4921, 6.8675, 4.4154, -5.585, 5.3783, 4.6501, 3.188, 4.8612, 4.4154, 2.5979, 3.4072, 4.4154, 3.5273, 7.5959, 4.6502, -5.8587, 6.5112, 4.6501, -7.9667, 5.8864, 4.4154, -7.4921, 5.3783, 4.6501, 3.188, 3.4072, 4.4154, 3.5273, 3.7707, 4.6501, 4.2151, 6.5112, 4.6501, -7.9667, 4.8612, 4.4154, -8.5843, 5.8864, 4.4154, -7.4921, 3.7707, 4.6501, 4.2151, 3.4072, 4.4154, 3.5273, 2.2532, 4.4058, 3.5273, 6.5112, 4.6501, -7.9667, 5.3783, 4.6501, -9.1744, 4.8612, 4.4154, -8.5843, 3.7707, 4.6501, 4.2151, 2.2532, 4.4058, 3.5273, 2.4951, 4.6325, 4.2154, 5.3783, 4.6501, -9.1744, 3.4072, 4.4154, -9.5137, 4.8612, 4.4154, -8.5843, 2.4951, 4.6325, 4.2154, 2.2532, 4.4058, 3.5273, 1.7819, 4.4018, 3.5273, 5.3783, 4.6501, -9.1744, 3.7707, 4.6501, -10.2015, 3.4072, 4.4154, -9.5137, 2.4951, 4.6325, 4.2154, 1.7819, 4.4018, 3.5273, 1.9742, 4.6254, 4.2154, 3.7707, 4.6501, -10.2015, 2.2532, 4.4058, -9.5137, 3.4072, 4.4154, -9.5137, 1.9742, 4.6254, 4.2154, 1.7819, 4.4018, 3.5273, -1.8377, 4.4018, 3.5273, 3.7707, 4.6501, -10.2015, 2.4951, 4.6325, -10.2018, 2.2532, 4.4058, -9.5137, 1.9742, 4.6254, 4.2154, -1.8377, 4.4018, 3.5273, -2.0273, 4.6254, 4.2154, 2.4951, 4.6325, -10.2018, 1.7819, 4.4018, -9.5137, 2.2532, 4.4058, -9.5137, -2.0273, 4.6254, 4.2154, -1.8377, 4.4018, 3.5273, -2.1811, 4.4046, 3.5273, 2.4951, 4.6325, -10.2018, 1.9742, 4.6254, -10.2018, 1.7819, 4.4018, -9.5137, -2.0273, 4.6254, 4.2154, -2.1811, 4.4046, 3.5273, -2.4068, 4.6305, 4.2154, 1.9742, 4.6254, -10.2018, -1.8377, 4.4018, -9.5137, 1.7819, 4.4018, -9.5137, -2.4068, 4.6305, 4.2154, -2.1811, 4.4046, 3.5273, -3.5022, 4.4154, 3.527, 1.9742, 4.6254, -10.2018, -2.0273, 4.6254, -10.2018, -1.8377, 4.4018, -9.5137, -2.4068, 4.6305, 4.2154, -3.5022, 4.4154, 3.527, -3.8674, 4.6501, 4.2151, -2.0273, 4.6254, -10.2018, -2.1811, 4.4046, -9.5137, -1.8377, 4.4018, -9.5137, -3.8674, 4.6501, 4.2151, -3.5022, 4.4154, 3.527, -4.9153, 4.4154, 2.5979, -2.0273, 4.6254, -10.2018, -2.4068, 4.6305, -10.2018, -2.1811, 4.4046, -9.5137, -3.8674, 4.6501, 4.2151, -4.9153, 4.4154, 2.5979, -5.4295, 4.6501, 3.188, -2.4068, 4.6305, -10.2018, -3.5022, 4.4154, -9.5134, -2.1811, 4.4046, -9.5137, -5.4295, 4.6501, 3.188, -4.9153, 4.4154, 2.5979, -5.9679, 4.4154, 1.5057, -2.4068, 4.6305, -10.2018, -3.8674, 4.6501, -10.2015, -3.5022, 4.4154, -9.5134, -5.4295, 4.6501, 3.188, -5.9679, 4.4154, 1.5057, -6.5932, 4.6501, 1.9806, -3.8674, 4.6501, -10.2015, -4.9153, 4.4154, -8.5843, -3.5022, 4.4154, -9.5134, -6.5932, 4.6501, 1.9806, -5.9679, 4.4154, 1.5057, -6.9233, 4.4154, -0.4014, -3.8674, 4.6501, -10.2015, -5.4295, 4.6501, -9.1744, -4.9153, 4.4154, -8.5843, -6.5932, 4.6501, 1.9806, -6.9233, 4.4154, -0.4014, -7.6496, 4.6502, -0.1277, -5.4295, 4.6501, -9.1744, -5.9679, 4.4154, -7.4921, -4.9153, 4.4154, -8.5843, -7.6496, 4.6502, -0.1277, -6.9233, 4.4154, -0.4014, -7.2083, 4.4154, -2.9932, -5.4295, 4.6501, -9.1744, -6.5932, 4.6501, -7.967, -5.9679, 4.4154, -7.4921, -7.6496, 4.6502, -0.1277, -7.2083, 4.4154, -2.9932, -7.9644, 4.6502, -2.9932, -6.5932, 4.6501, -7.967, -6.9233, 4.4154, -5.585, -5.9679, 4.4154, -7.4921, -7.6496, 4.6502, -5.8587, -7.9644, 4.6502, -2.9932, -7.2083, 4.4154, -2.9932, -6.5932, 4.6501, -7.967, -7.6496, 4.6502, -5.8587, -6.9233, 4.4154, -5.585, -7.6496, 4.6502, -5.8587, -7.2083, 4.4154, -2.9932, -6.9233, 4.4154, -5.585, -7.9644, 4.6502, -2.9932, -7.6496, 5.5518, -0.1277, -7.6496, 4.6502, -0.1277, -7.6496, 4.6502, -0.1277, -7.6496, 5.5518, -0.1277, -6.5932, 5.5541, 1.9806, -7.6496, 4.6502, -0.1277, -6.5932, 5.5541, 1.9806, -6.5932, 4.6501, 1.9806, -7.9644, 4.6502, -2.9932, -7.9644, 5.5512, -2.9932, -7.6496, 5.5518, -0.1277, -7.9644, 4.6502, -2.9932, -7.6496, 5.5518, -5.8587, -7.9644, 5.5512, -2.9932, -7.9644, 4.6502, -2.9932, -7.6496, 4.6502, -5.8587, -7.6496, 5.5518, -5.8587, -7.6496, 4.6502, -5.8587, -6.5932, 5.5541, -7.967, -7.6496, 5.5518, -5.8587, -7.6496, 4.6502, -5.8587, -6.5932, 4.6501, -7.967, -6.5932, 5.5541, -7.967, -5.4295, 4.6501, 3.188, -3.8674, 5.5545, 4.2151, -3.8674, 4.6501, 4.2151, -3.8674, 4.6501, 4.2151, -3.8674, 5.5545, 4.2151, -2.4001, 5.5535, 4.2151, -5.4295, 4.6501, 3.188, -5.4295, 5.5565, 3.188, -3.8674, 5.5545, 4.2151, -6.5932, 4.6501, 1.9806, -5.4295, 5.5565, 3.188, -5.4295, 4.6501, 3.188, -6.5932, 4.6501, 1.9806, -6.5932, 5.5541, 1.9806, -5.4295, 5.5565, 3.188, -3.8674, 4.6501, 4.2151, -2.4001, 5.5535, 4.2151, -2.4068, 4.6305, 4.2154, -2.4068, 4.6305, 4.2154, -2.4001, 5.5535, 4.2151, -2.0189, 5.5534, 4.2154, -2.4068, 4.6305, 4.2154, -2.0189, 5.5534, 4.2154, -2.0273, 4.6254, 4.2154, -2.0273, 4.6254, 4.2154, -2.0189, 5.5534, 4.2154, 1.9694, 5.5534, 4.2154, -2.0273, 4.6254, 4.2154, 1.9694, 5.5534, 4.2154, 1.9742, 4.6254, 4.2154, 1.9742, 4.6254, 4.2154, 1.9694, 5.5534, 4.2154, 2.4917, 5.5536, 4.2151, 1.9742, 4.6254, 4.2154, 2.4917, 5.5536, 4.2151, 2.4951, 4.6325, 4.2154, 2.4951, 4.6325, 4.2154, 2.4917, 5.5536, 4.2151, 3.7707, 5.5545, 4.2151, 2.4951, 4.6325, 4.2154, 3.7707, 5.5545, 4.2151, 3.7707, 4.6501, 4.2151, 3.7707, 4.6501, 4.2151, 3.7707, 5.5545, 4.2151, 5.3783, 5.5566, 3.188, 3.7707, 4.6501, 4.2151, 5.3783, 5.5566, 3.188, 5.3783, 4.6501, 3.188, 5.3783, 4.6501, 3.188, 5.3783, 5.5566, 3.188, 6.5112, 5.5541, 1.9803, 5.3783, 4.6501, 3.188, 6.5112, 5.5541, 1.9803, 6.5112, 4.6501, 1.9803, 7.5959, 4.6502, -0.1277, 7.9018, 5.5512, -2.9932, 7.9018, 4.6502, -2.9932, 7.5959, 4.6502, -5.8587, 7.9018, 4.6502, -2.9932, 7.9018, 5.5512, -2.9932, 7.5959, 4.6502, -0.1277, 7.5959, 5.5519, -0.1277, 7.9018, 5.5512, -2.9932, 6.5112, 4.6501, 1.9803, 7.5959, 5.5519, -0.1277, 7.5959, 4.6502, -0.1277, 6.5112, 4.6501, 1.9803, 6.5112, 5.5541, 1.9803, 7.5959, 5.5519, -0.1277, 7.5959, 4.6502, -5.8587, 7.9018, 5.5512, -2.9932, 7.5959, 5.5519, -5.8587, 6.5112, 4.6501, -7.9667, 7.5959, 4.6502, -5.8587, 7.5959, 5.5519, -5.8587, 6.5112, 4.6501, -7.9667, 7.5959, 5.5519, -5.8587, 6.5112, 5.5541, -7.9667, -2.0259, 1.5283, -10.2015, -2.0259, -0.4572, -13.001, -2.0259, 1.5283, -13.001, -2.0259, 1.5283, -10.2015, -2.0259, -0.4572, -10.2015, -2.0259, -0.4572, -13.001, -2.0259, 3.5138, -10.2015, -2.0259, 1.5283, -10.2015, -2.0259, 1.5283, -13.001, -2.0259, 3.5138, -10.2015, -2.0259, 1.5283, -13.001, -2.0259, 3.5138, -13.001, 1.9735, 1.5283, -10.2015, 1.9735, 3.5138, -13.001, 1.9735, 1.5283, -13.001, 1.9735, 1.5283, -10.2015, 1.9735, 3.5138, -10.2018, 1.9735, 3.5138, -13.001, 1.9735, -0.4572, -10.2015, 1.9735, 1.5283, -10.2015, 1.9735, 1.5283, -13.001, 1.9735, -0.4572, -10.2015, 1.9735, 1.5283, -13.001, 1.9735, -0.4572, -13.001, 1.9735, 3.5138, -10.2018, -2.0259, 3.5138, -13.001, 1.9735, 3.5138, -13.001, 1.9735, 3.5138, -10.2018, -2.0259, 3.5138, -10.2015, -2.0259, 3.5138, -13.001, -5.4295, 4.6501, -9.1744, -3.8674, 5.5545, -10.2015, -5.4295, 5.5565, -9.1744, -6.5932, 4.6501, -7.967, -5.4295, 4.6501, -9.1744, -5.4295, 5.5565, -9.1744, -6.5932, 4.6501, -7.967, -5.4295, 5.5565, -9.1744, -6.5932, 5.5541, -7.967, -5.4295, 4.6501, -9.1744, -3.8674, 4.6501, -10.2015, -3.8674, 5.5545, -10.2015, -3.8674, 4.6501, -10.2015, -2.4001, 5.5535, -10.2015, -3.8674, 5.5545, -10.2015, -3.8674, 4.6501, -10.2015, -2.4068, 4.6305, -10.2018, -2.4001, 5.5535, -10.2015, -2.4068, 4.6305, -10.2018, -2.0189, 5.5534, -10.2018, -2.4001, 5.5535, -10.2015, -2.4068, 4.6305, -10.2018, -2.0273, 4.6254, -10.2018, -2.0189, 5.5534, -10.2018, -2.0273, 4.6254, -10.2018, 1.9694, 5.5534, -10.2018, -2.0189, 5.5534, -10.2018, -2.0273, 4.6254, -10.2018, 1.9742, 4.6254, -10.2018, 1.9694, 5.5534, -10.2018, 1.9742, 4.6254, -10.2018, 2.4917, 5.5536, -10.2015, 1.9694, 5.5534, -10.2018, 1.9742, 4.6254, -10.2018, 2.4951, 4.6325, -10.2018, 2.4917, 5.5536, -10.2015, 2.4951, 4.6325, -10.2018, 3.7707, 5.5545, -10.2015, 2.4917, 5.5536, -10.2015, 2.4951, 4.6325, -10.2018, 3.7707, 4.6501, -10.2015, 3.7707, 5.5545, -10.2015, 3.7707, 4.6501, -10.2015, 5.3783, 5.5565, -9.1744, 3.7707, 5.5545, -10.2015, 3.7707, 4.6501, -10.2015, 5.3783, 4.6501, -9.1744, 5.3783, 5.5565, -9.1744, 5.3783, 4.6501, -9.1744, 6.5112, 5.5541, -7.9667, 5.3783, 5.5565, -9.1744, 5.3783, 4.6501, -9.1744, 6.5112, 4.6501, -7.9667, 6.5112, 5.5541, -7.9667, -2.0257, -0.4572, 4.2151, 1.9736, -0.4572, 7.0146, 1.9736, -0.4572, 4.2151, -2.0257, -0.4572, 4.2151, -2.0257, -0.4572, 7.0149, 1.9736, -0.4572, 7.0146, -2.0257, -0.4572, -10.2015, 1.9736, -0.4572, -13.001, -2.0257, -0.4572, -13.001, -2.0257, -0.4572, -10.2015, 1.9736, -0.4572, -10.2015, 1.9736, -0.4572, -13.001) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/32. Proscenium's Room.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/32. Proscenium's Room.tscn index 7b7b27ce..b3058835 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/32. Proscenium's Room.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/32. Proscenium's Room.tscn @@ -3,7 +3,7 @@ [ext_resource type="Script" uid="uid://bccyfmj8ikewh" path="res://src/map/dungeon/code/SpecialRoom.cs" id="1_w3a78"] [ext_resource type="PackedScene" uid="uid://dekf66gxvufrt" path="res://src/map/dungeon/models/Area 2/Proscenium/A2-Proscenium.glb" id="2_vbs5p"] [ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="5_wpyu0"] -[ext_resource type="Texture2D" uid="uid://dvast710lxrmw" path="res://src/map/dungeon/door/A2_BLOCKED_DOOR.png" id="24_wjhqq"] +[ext_resource type="Texture2D" uid="uid://dvast710lxrmw" path="res://src/map/assets/Dungeon Door Models/A2_BLOCKED_DOOR.png" id="24_wjhqq"] [ext_resource type="PackedScene" uid="uid://bhsoehmr37aws" path="res://src/npc/Proscenium/Proscenium.tscn" id="32_t4lrk"] [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_orhq3"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/37. Corridor 2.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/37. Corridor 2.tscn deleted file mode 100644 index d2ce275b..00000000 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/37. Corridor 2.tscn +++ /dev/null @@ -1,800 +0,0 @@ -[gd_scene load_steps=41 format=4 uid="uid://dooy8nc5pgaxm"] - -[ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="2_5ibpy"] -[ext_resource type="Texture2D" uid="uid://cn0xqpblr7n4u" path="res://src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_COLUMN_WHITE.png" id="2_ijgu6"] -[ext_resource type="Texture2D" uid="uid://byubpdnlpys1g" path="res://src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_AREA_2_MAIN_222STONE.png" id="3_nbkbi"] -[ext_resource type="Texture2D" uid="uid://c2kjbuid1jksf" path="res://src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_TILE2.png" id="4_05q7p"] -[ext_resource type="Texture2D" uid="uid://cot8ff6r8lloh" path="res://src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_WHITE_layer_brick1.png" id="5_lolyr"] -[ext_resource type="Texture2D" uid="uid://bltjwwsy7cieh" path="res://src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_area_2_tile_3.png" id="6_lsept"] -[ext_resource type="Texture2D" uid="uid://dqj533i8quohm" path="res://src/map/dungeon/corridors/Corridor B/37_A2_CORRIDOR_B_CORRIDOR_PANEL_UPPER.png" id="7_sx4i6"] -[ext_resource type="Material" uid="uid://b03wrq6l0mi15" path="res://src/map/assets/MinimapTexture.tres" id="10_7c8qf"] - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_l2f0d"] -resource_name = "Material.014" -albedo_texture = ExtResource("2_ijgu6") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_xxxok"] -resource_name = "Material.015" -albedo_texture = ExtResource("3_nbkbi") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_jej4e"] -resource_name = "CEILNG.007" -albedo_texture = ExtResource("4_05q7p") - -[sub_resource type="ArrayMesh" id="ArrayMesh_sgiro"] -_surfaces = [{ -"aabb": AABB(-0.984553, -35.921, 0.782753, 0.260146, 36.7557, 0.260051), -"format": 34896613377, -"index_count": 552, -"index_data": PackedByteArray("AABgAAIAAAAEAGAABQBgAAQAYAAFAAYAYAAGAAcAYAAHAAgAYAAIAAEAAgBgAAEAAgABAAMACQAKAAsACQBhAAoAYQAMAAoAEABhAAkAYQBiAAwAYgAOAAwAEABjAGEAYwBiAGEAZABjABAAZAAQABMAYwBlAGIAYgBmAA4AZQBmAGIAZgAPAA4AZgANAA8AZwANAGYAZQBnAGYAZwARAA0AEgARAGcAEgBnAGgAaABnAGUAaAAUABIAaQBlAGMAaABlAGkAaQBjAGQAaABqABQAaQBqAGgAagAaABQAagAZABoAaQBrAGoAawAZAGoAZABrAGkAawAYABkAZABsAGsAbAAYAGsAEwBsAGQAbAAXABgAEwAVAGwAFQAXAGwAFQAWABcAGwBtAB0AGwAeAG0AbQAfAB0AbQAcAB8AHwAcACEAHwAhACIAIwAcAG0AIwAhABwAHgBuAG0AHgAgAG4AbQBvACMAbQBuAG8AJQAhACMAJQAmACEAIwBvAHAAIwBwACUAJQBwACQAJQAkACgAKAAmACUAcAAnACQAKAAqACYAKwAmACoALAAqACgAKwAqAC0ALAAtACoAcABxACcAbwBxAHAALgAnAHEALgAvACcAbwByAHEAbgByAG8AcwAuAHEAcwBxAHIAcwA0AC4ALgAyAC8ALgA0ADIAMwAyADQAMwAwADIALwAyADAALwAwADEAcwA1ADQANgBzAHIANgA1AHMAbgB0AHIANgByAHQAIAB0AG4AIAApAHQANwB0ACkANwA2AHQAOAA2ADcAOAA5ADYAOQB1ADYANgB1ADUAOQA6AHUAOgA1AHUAOgA7ADUAPAB2AD4APAA9AHYAPgB2AHcAPgB3AEMAQwB3AEIAQwBCAEQAdwBBAEIAdwB4AEEAdgB4AHcARQBBAHgAPQA/AHYAdgA/AHgAPQBAAD8ARQB4AHkAPwB5AHgAQAB6AD8APwB6AHkAQABHAHoASAB6AEcASAB7AHoAewB5AHoASQB7AEgASQBGAHsAewB8AHkARgB8AHsAfABFAHkARgBLAHwAfABKAEUASwBKAHwASwBMAEoATQB9AE8ATQBOAH0ATwB9AH4ATwB+AFEATgBQAH0ATgBSAFAAfQB/AH4AfQBQAH8AUQB+AIAAUQCAAFQAfgB/AIEAfgCBAIAAUgCCAFAAUgBdAIIAXgCCAF0AgwBQAIIAgwB/AFAAXgCEAIIAhACDAIIAXwCEAF4AXwBcAIQAXACFAIQAhACFAIMAXABbAIUAhgB/AIMAhQCGAIMAhgCBAH8AWwCHAIUAhQCHAIYAWwBaAIcAgQCGAIgAhwCIAIYAWgCJAIcAhwCJAIgAWgBZAIkAigCJAFkAigCIAIkAigBZAFcAgQCIAFMAigBTAIgAgACBAFMAVgCKAFcAVgBXAFgAVQCKAFYAUwCKAIsAVQCLAIoAgABTAIsAVACLAFUAVACAAIsA"), -"lods": [0.183858, PackedByteArray("AAABAAIAAgABAAMAAAAEAAEABQABAAQAAQAFAAYAAQAGAAcAAQAHAAgACQAKAAsACQAMAAoACQANAAwADQAOAAwADQAPAA4AEAANAAkAEAARAA0AEgARABAAEgAQABMAEwAUABIAEwAVABQAFQAWABcAFQAXABgAFQAYABQAFAAYABkAFAAZABoAGwAcAB0AGwAeABwAHAAfAB0AHgAgABwAHwAcACEAHwAhACIAHAAgACMAIwAhABwAIwAgACQAJQAhACMAIwAkACUAJQAmACEAIAAnACQAJQAkACgAKAAmACUAIAApACcAKAAqACYAKwAmACoALAAqACgAKwAqAC0ALAAtACoALgAnACkALgAvACcALwAwADEALwAyADAALgAyAC8AMwAwADIAMwAyADQALgA0ADIALgA1ADQANgAuACkANgA1AC4ANwA2ACkAOAA2ADcAOAA5ADYAOQA6ADYAOgA1ADYAOgA7ADUAPAA9AD4APQA/AD4APQBAAD8APgA/AEEAPgBBAEIAPgBCAEMAQwBCAEQAPwBFAEEAQABGAD8APwBGAEUAQABHAEYASABGAEcASQBGAEgARgBKAEUARgBLAEoASwBMAEoATQBOAE8ATgBQAE8ATwBQAFEATgBSAFAAUQBQAFMAUQBTAFQAVABTAFUAUwBWAFUAVgBXAFgAVgBZAFcAVgBTAFkAWgBZAFMAWgBTAFAAWgBQAFsAWwBQAFwAUgBcAFAAUgBdAFwAXgBcAF0AXwBcAF4A")], -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 140, -"vertex_data": PackedByteArray("//8AAP//AAAAAAAAkqoAAHxVAAD//wAAAAAAAP//AAD//wAAkqoAAP//AACSPwAAcsAAAAAAAAB8VQAAAAAAAAAAAAAAAAAA3lSJDtcBAAAAAC0R/AcAAAAAiQ7XAQAAAABpKZ9dAABRNlQxn10AAAAAaSyfXQAAAABUMZ9dAACZvokO1wEAAOhiVDGfXQAAfqJUMTudAAAn/okOa0EAAH6iVDHIyQAAJ/6JDjCrAAAn/okO//8AAAb4LRH//wAAfqJpKf//AAB+omks//8AAH6iVDH//wAAAABYQ99bAADTIzZIIJEAAAAAtkc4bwAA5jZYQ99bAAAAADZIIJEAAKFkWEPfWwAALSwsS+J3AAAAACxL4ncAAAo650tATgAAQFgJxkpoAAAKOmm/QE4AAC0s17/idwAA6pcJxvqnAADKMgnGSmgAAD2kWEOCmwAADSEbxIOZAAAAANe/4ncAAAAACcZKaAAAAAAbxIOZAABMsGm/qMQAAOqXCcZWzQAAVmUbxP//AADqlwnG//8AAFZlG8S+3QAAt4bXv///AAC3hte/idIAALeGLEuJ0gAAko+2R6XPAAA9pFhDMskAAD2kWEP//wAAko+2R///AACpbTZI//8AALeGLEv//wAAAACc0cFtAAD7MJzRwW0AAAAAAdLBbQAAtVIB0sFtAAC/UpzRwW0AALmKj9Y3NQAAsEOP1jc1AAAAAEjUwW0AAAAAj9Y3NQAAncqP1iJ1AAB9kgHS//8AAH2SnNGHrQAAfZKc0SjPAAB9kpzR//8AAJ3Kj9ZQvAAAfZJI1P//AACdyo/W//8AAAAA+Oo3NQAAsEP46jc1AAAAAIXsg1AAAIZvheyDUAAAAAA/7iQOAACuivjqNzUAADex//9ZDgAAAABC+CECAAAAAP//WQ4AAAAA//9brwAAh1D/////AAAAAP////8AACLx/////wAAUv1C+P//AABl8T/u//8AAISvhez//wAAncr46i11AACdyvjqULwAAJ3K+Or//wAAfFUAAJKqAADTUi0R/AcAAFE2aSmfXQAAeLgtEfwHAAAG+C0RkEcAAO5iaSmfXQAAUTZpLJ9dAADsYmksn10AAH6iaSw3nQAAfqJpKTWdAAB+omksyMkAAH6iaSnIyQAABvgtETytAAAhL7ZHOG8AAPRPtkc4bwAArHDnS0BOAACocGm/QE4AAEywab/qjQAATLDnS+aNAABMsOdLqMQAAJKPtkfdrgAAqW02SPPaAAD7MAHSwW0AAPswSNTBbQAAplJI1MFtAAB9kkjUoK0AAH2SAdKQrQAAfZIB0ijPAAB9kkjUKM8AAKg6heyDUAAAnlA/7iQOAABqsT/uJA4AAJdUQvghAgAAY71C+CECAACEr4XsiJAAAGXxP+4nTgAAhK+F7GnFAABl8T/uSa8AAFL9QvgXQgAAUv1C+EirAAAi8f//S04AACLx//9brwAAh1D//1uvAACHUP//WQ4AAA==") -}, { -"aabb": AABB(-0.984553, -25.1276, 0.904538, 0.1369, 16.7513, 0.138266), -"format": 34896613377, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("AAAAAAAAAADzU///AAAAAAAA//8AAAAA81MAAAAAAAD//wAA//8AAP////9+qgAA//8AAH6qAAD///////8AAA==") -}, { -"aabb": AABB(-0.984553, -35.921, 0.782753, 0.260146, 33.7366, 0.260051), -"format": 34896613377, -"index_count": 240, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAAAAIABAACAAUABQAGAAQABQAHAAYABgAHAAgABgAIAAkACQAIAAoACQAKAAsADAA6AA4ADAANADoADgA6ADsADgA7ABAAEAA7AA8AEAAPABEAOwASAA8AOwA8ABIAOgA8ADsAFAASADwADQA9ADoAOgA9ADwADQATAD0AFAA8AD4APgA8AD0APwA9ABMAPgA9AD8APwATABUAFgA/ABUAFgBAAD8AQAA+AD8AGABAABYAGAAXAEAAQABBAD4AFwBBAEAAQQAUAD4AFwAZAEEAQQAaABQAGQAaAEEAGQAbABoAHABCAB4AHAAdAEIAHgBCAEMAHgBDACIAIgBDACgAIgAoACkAQwAqACgAQwAhACoAQgAhAEMAKwAqACEAHQAfAEIAQgAfACEAHQAgAB8AKwAhAEQARAAhAB8AIABFAB8ARAAfAEUAIAAkAEUAJQBFACQAJQBGAEUARgBEAEUAJgBGACUAJgAjAEYARgBHAEQAIwBHAEYARwArAEQAIwAnAEcARwAsACsAJwAsAEcAJwAtACwALgAvADAALgAxAC8AMQAyAC8AMQAzADIANAAyADMANAAzADUANgA0ADUANgA3ADQAOAA3ADYAOAA5ADcA"), -"lods": [0.112536, PackedByteArray("AAABAAIAAAADAAEABAAAAAIABAACAAUABQAGAAQABQAHAAYABgAHAAgABgAIAAkACQAIAAoACQAKAAsADAANAA4ADgANAA8ADgAPABAAEAAPABEADQASAA8ADQATABIAFAASABMAFAATABUAFgAUABUAFwAUABYAGAAXABYAFwAZABQAGQAaABQAGQAbABoAHAAdAB4AHQAfAB4AHQAgAB8AHgAfACEAHgAhACIAIAAjAB8AIAAkACMAJQAjACQAJgAjACUAJwAfACMAJwAhAB8AIgAoACkAIgAqACgAIgAhACoAKwAqACEAKwAhACcAJwAsACsAJwAtACwALgAvADAALgAxAC8AMQAyAC8AMQAzADIANAAyADMANAAzADUANgA0ADUANgA3ADQAOAA3ADYAOAA5ADcA")], -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 72, -"vertex_data": PackedByteArray("//8AAJKqAAAn/tYP//8AACf+1g8wqwAA//8AAP//AAD//wAAkj8AACf+1g9rQQAAcsAAAAAAAACZvtYP1wEAAN5U1g/XAQAAfFUAAAAAAAAAANYP1wEAAAAAAAAAAAAAAAC+NZ9dAABRNr41n10AAAAAnTlUNgAA5jZfSd9bAAAAANVFVDYAAAAAX0nfWwAAoWRfSd9bAADoYr41n10AAD2kX0mCmwAAfqK+NTudAAB+or41yMkAAMXJnTn//wAAfqK+Nf//AADFydVF//8AAD2kX0kyyQAAPaRfSf//AAAAAMLXSmgAAMoywtdKaAAAAAC22CFdAABOY7bYIV0AAEBYwtdKaAAAR2MH4yFdAAAAAAfjIV0AAP6ittj//wAA6pfC1/qnAADql8LXVs0AAOqXwtf//wAA/qIH4///AAD7MF7kwW0AAAAAXuTBbQAAv1Je5MFtAAB9kl7kh60AAH2SXuQozwAAfZJe5P//AAAAAMLpNzUAALBD//83NQAAAAD//zc1AACwQ8LpNzUAAK6K//83NQAAuYrC6Tc1AACdyv//LXUAAJ3KwukidQAAncrC6VC8AACdyv//ULwAAJ3Kwun//wAAncr/////AABpQ505VDYAAGlD1UVUNgAAK4rVRVQ2AAAtip05VDYAAMXJ1UX0dQAAxcmdOfJ1AADFyZ05r7wAAMXJ1UWvvAAAeza22CFdAAB7NgfjIV0AAP6iB+PenAAA/qK22NecAAD+orbYnskAAP6iB+OeyQAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_50d54"] -resource_name = "37_A2_CORRIDOR_B_Cube_008" -_surfaces = [{ -"aabb": AABB(-0.984553, -35.921, 0.782753, 0.260146, 36.7557, 0.260051), -"attribute_data": PackedByteArray("RqPPv6CP1Lktls+/oI/Pv0aj1LlGo1OyZJ7erS2W3q2gj96tifL//7vnNv275///u+es46XuVdu754Pgu+dV2/////9S9FXbu+dYyErsN8O7573DuO5YyLvnN8OK9FjIW+0YwLvnGMAe71S/9/KePh7vmkUy7p4+u+clRfDrp0C756dAW+0lRaCPLrUlkqK4gpMutYaPorigjz5iX5M+YqCPFmL2lRZi95U+YqCPFmLylT5iXZM+YqCPPmK75wIyWfA1Lbvnmy+75zUtZPk1LULyAjKgj5mxz5SZsaCPg7MtmIOzQ5qZsRedz78snxW2LJ8Suyyfz7+gjyq6y5XPv6CPz78ios+/OZ3grqCP4K5cHpsvXB41LfkmNS1cHgIyCDA1LfkwAjIrODUtR5tEvGSXz79Hm8+/ZJdqvVweJUW4IqdAJSQlRVwep0BcHjfDJSQYwIQkvcNcHhjAXB69w1weWMhWJVjIJitYyOolmkWQKZ4+zySePj8zWMirMZ4+QyVV21weg+BcHlXbXB6s4ycp//9cHjb9XB7//502///uKlXbtD7//wYzVdss/ppF4fgYwOH4JUUC+r3DJ51/aWSXoGdHm9tm9ZlTaVwePhSxNBAWXB4QFlwesgkdPYoBXB6KAbvnsglK/ooBu+eKAbvnPhTt9RAWu+cQFvs0mkWvLxjA+zRUv3gsN8OvLyVFRJvbZhGaU2lEnX9pfJegZy2W1LlG8jb9N/82/aXurONT9Kzjpe6D4FP0g+C77b3D6PG9wxP2VL8S9ppFX5MWYvKVFmJdkxZi9+2bL/ftAjJA8psvHZSDsxedALgXnba7/vE+FDLvEBZR/j4U1/+yCYDysgn78YoBy5UqusuV4K4iolyzIqIqup8oigEkKbIJ+jSKAaIoPhTRJRAWhzayCf40PhSMLBAWJD0+FKs+sgmTJJsvkyQCMtgomy/aKAIy+TCbLxMjN8OwKL3DyTC9w+EsVL/qJVS/+zRUv+EsmkX7NJpFQyWD4O4qg+AGM4PgBjOs4+8qrOPsPTb9QyWs49U1Nv3lKDb9LP5Uv7H1N8PJML3D"), -"format": 34896613399, -"index_count": 552, -"index_data": PackedByteArray("AACIAAIAAAAEAIgABQCIAAQAiAAFAAYAiAAGAAcAiAAHAAgAiAAIAAEAAgCIAAEAAgABAAMACQAKAAsACQCJAAoAEACJAAkAiQAMAAoAEACKAIkAiQCLAAwAigCLAIkAiwAOAAwAigCMAIsAiwCNAA4AjACNAIsAjQAPAA4AjACOAI0AjQANAA8AjgANAI0AjgARAA0AEgCPABQAEgAVAI8AjwAWABQAFQCQAI8AFQAXAJAAjwCQAJEAjwATABYAFgATABgAFgAYABkAjwCRABoAGgCRAJIAGgCSABwAHACSABsAHAAbAB0AHgAfACAAHgAhAB8AIgAjACQAIgAlACMAJgCTACgAJgAnAJMAJwApAJMAJwAqACkAKgCUACkAKgAsAJQALQCUACwALQCVAJQALgCVAC0ALgArAJUALwCWADEALwCXAJYAMQCWADAAMQAwADIAlgAzADAAlgCYADMAlwCYAJYAlwA0AJgANQCZADcANQA2AJkANgA4AJkANgA5ADgAOQCaADgAOQA7AJoAPACaADsAPACbAJoAPQCbADwAPQA6AJsAfgCcAHwAfgCdAJwAnQCeAJwAnQB9AJ4AnACeAJ8AfACcAKAAnACfAKAAoACfAHoAfACgAHkAoAB6AKEAeQCgAKEAeQChAHsAQwCiAD4AQwCjAKIAQgCiAKMAogBCAKQAogCkAKUAogClAEEAogBBAD8APgCiAD8APgA/AEAAdgCmAKcAdgB4AKYAcwB2AKcApwCmAKgAcwCnAKkAdQBzAKkAdQCpAKoAqQCnAKsApwCoAKsAqgCpAKwAqQCrAKwAqgCsAK0ArAB0AK0ArACuAHQAqwCuAKwAqwCvAK4ArwCrAKgArwCoAHcARABGALAARABFAEYARwBEALAAsABGAEgARwCwALEAsQCwALIAsABIALIAsQCyALMASQCzALIASQCyALQASAC0ALIASABKALQASwBMAE0ASwBOAEwATwBQAFEATwBSAFAAUwBUALUAUwBWAFQAVwBTALUAVwC1AFUAWABXAFUAWABVAFkAWQBVALYAWQC2AFoAXgBaALYAXgC2ALcAVQC4ALYAtwC2ALgAVQC5ALgAtwC4ALoAuQC7ALgAugC4ALsAuQBbALsAugC7ALwAWwBcALsAvAC7AFwAWwBdAFwAvABcAF8AvQBiAGAAvQBhAGIAvgC9AGAAvgBgAGgAaAC/AL4AaABqAL8AvgC/AMAAvgDAAMEAwQC9AL4AwQDAAMIAwwBhAL0AwQDDAL0AwwBjAGEAwQDCAMQAxADDAMEAxADCAGkAxABpAGcAxADFAMMAxQBjAMMAZwDFAMQAxQBlAGMAZwBkAMUAZABlAMUAZABmAGUAxgBtAGsAxgBsAG0AbgBsAMYAbgDHAGwAbwBwAHEAbwByAHAAfwCAAIEAfwCDAIAAgQCAAIIAgQCCAMgAhACFAIYAhACHAIUA"), -"lods": [0.183858, PackedByteArray("AAABAAIAAgABAAMAAAAEAAEABQABAAQAAQAFAAYAAQAGAAcAAQAHAAgACQAKAAsACQAMAAoACQANAAwADQAOAAwADQAPAA4AEAANAAkAEAARAA0AEgATABQAEgAVABMAEwAWABQAFQAXABMAFgATABgAFgAYABkAEwAXABoAGgAXABsAGgAbABwAHAAbAB0AHgAfACAAHgAhAB8AIgAjACQAIgAlACMAJgAnACgAJwApACgAJwAqACkAKgArACkAKgAsACsALQArACwALgArAC0ALwAwADEAMQAwADIALwAzADAALwA0ADMANQA2ADcANgA4ADcANgA5ADgAOQA6ADgAOQA7ADoAPAA6ADsAPQA6ADwAPgA/AEAAPgBBAD8APgBCAEEAQgA+AEMARABFAEYARwBEAEYARwBGAEgASQBHAEgASQBIAEoASwBMAE0ASwBOAEwATwBQAFEATwBSAFAAUwBUAFUAUwBWAFQAVwBTAFUAWABXAFUAWABVAFkAWQBVAFoAVQBbAFoAWwBcAFoAWwBdAFwAXgBaAFwAXgBcAF8AYABhAGIAYABjAGEAZABjAGAAZABlAGMAZABmAGUAZwBkAGAAZwBgAGgAaABpAGcAaABqAGkAawBsAG0AbgBsAGsAbwBwAHEAbwByAHAAcwB0AHUAdgB0AHMAdgB3AHQAdgB4AHcAeQB6AHsAfAB6AHkAfAB9AHoAfgB9AHwAfwCAAIEAgQCAAIIAfwCDAIAAhACFAIYAhACHAIUA")], -"material": SubResource("StandardMaterial3D_l2f0d"), -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(8.08744, 8.8593, 0, 0), -"vertex_count": 201, -"vertex_data": PackedByteArray("//8AAP//AToAAAAAkqr/P3xVAAD///8/AAAAAP///z///wAAkqoBOv//AACSPwIqcsAAAAAA/xx8VQAAAAD7HwAAAAAAAPsf3lSJDtcBWgAAAC0R/AfXAAAAiQ7XAVoAAABpKZ9dggBRNlQxn12WAQAAaSyfXQAAAABUMZ9dlgGZvokO1wF9AOhiVDGfXTcCAABYQ99bTALTIzZIIJFdBgAAtkc4b8kJ5jZYQ99bTAIAADZIIJHrB6FkWEPfWzcDLSwsS+J34QAAACxL4nc5AQo650tATtUAQFgJxkpoyAEKOmm/QE5rAMoyCcZKaEwDAADXv+J3IwENIRvEg5ndAQAAG8SDmYACLSzXv+J31gAAAAnGSmh5BQ0hG8SDmd0ByjIJxkpoTAMAABvEg5mAAgAAnNHBbfEB+zCc0cFt8QEAAAHSwW0AALVSAdLBbQAAv1Kc0cFttwJ9kgHS////v32SnNGHrcDPfZKc0SjPBcB9kpzR//8FwAAAAdLBbQAAsEOP1jc1igMAAEjUwW2KAwAAj9Y3NYoDuYqP1jc1ygS1UgHSwW0AAAAA+Oo3NXr9sEP46jc1ev0AAIXsg1Aa/YZvheyDUCD/ror46jc1SveEr4Xs//8C153K+OotdXTencr46lC85tOdyvjq///m0wAA//9br/+/h1D//////78AAP//////vyLx/////+fFN7H//1kOseIAAP//WQ7E332SSNT//xLAncqP1v//EsCdyo/WULwSwH2SAdL///+/ncqP1iJ1ftC1UgHSwW3/77mKj9Y3NYXv6pcJxlbNey1WZRvE//8nLOqXCcb//80tVmUbxL7d5zq3hte///8BwFZlG8S+3QKot4bXv4nSJKZWZRvE//8JwKltNkj//2HAt4YsS4nSK6aSj7ZHpc/QvLeGLEv//wHAko+2R///lsA9pFhD//8HwD2kWEMyyQfAPaRYQ4Kb4c9MsGm/qMS3puqXCcb6p6zP6pcJxlbNtb6hZFhD31sZ8EBYCcZKaEzwfqJUMcjJA8B+omks////v36iVDH//wPAfqJpKf///78n/okOMKv/vwb4LRH//wDAJ/6JDv///78n/okOa0EK0H6iVDE7ncvPmb6JDtcB9O/oYlQxn10z8Eywab+oxLamt4YsS4nSKaa3hte/idIippKPtkelz+u8TLBpv6jEtqZWZRvEvt32p+qXCcZWzdi+t4bXv4nSIqZl8T/u//8vwIZvheyDUA3xhK+F7P//DMBS/UL4////vzex//9ZDpPtIvH/////EMYAAEL4IQINADex//9ZDk0dAAD//1kOOiAAAD/uJA6VBYZvheyDUAYEAACF7INQ5AIKOmm/QE5CAC0sLEvid4sACjrnS0BOhQDTIzZIIJEgBC0s17/id4QAyjIJxkpoIwMtLNe/4neGAAo6ab9ATkQADSEbxIOZNAF8VQAAkqr/P9NSLRH8B9cAeLgtEfwHKwFRNmkpn12CAO5iaSmfXbUAUTZpLJ9dAADsYmksn10AACEvtkc4bysE9E+2RzhvqwCscOdLQE6PAahwab9ATsUA+zAB0sFtAAB9kgHSkK3+z32SAdIoz/+/+zBI1MFtigP7MAHSwW0AAKZSSNTBbe8EqDqF7INQGv2Er4XsiJAV4oSvhexpxQLXnlA/7iQOlQWoOoXsg1DkAmqxP+4kDmwHY71C+CECEgCXVEL4IQINAIdQ//9ZDjogh1D//1uv/7+HUP//WQ7E3yLx//9LTqjVIvH//1uv58Ui8f//W68QxlL9QvhIq/+/IvH//0tOGdNl8T/uSa8vwISvhexpxQzAUv1C+BdCDNBl8T/uJ0690ISvheyIkOzOarE/7iQOSu9jvUL4IQLx732SSNQozxLAfZIB0ijP/799kkjUoK2Uz32SAdKQrf7PplJI1MFtafCpbTZI89r0qZKPtkfdrsPP9E+2RzhvPvBMsOdL5o0m0Eyw50uoxOumrHDnS0BO2O9MsGm/6o0T0Khwab9ATu3vfqJpLMjJ/79+omksN53/z+xiaSyfXf7v7mJpKZ9dD/B+omkpNZ3uz3i4LRH8B/jvfqJpKcjJ/78G+C0RkEcF0Ab4LRE8rQDATLDnS6jE6aapbTZI89p/qSEvtkc4b70DAR38RQAA/38AAP9/AAD/fwEd/EVKFLBLDwbWaQAA/38AAP9/////f////3////9/////fwAA/3////9/AAD/f5rq3n+UAI1q////f7z9C57///9/////f////39E6ih/5h9bgAAA/38jH1OAdgC/atT/KJ8nAhSA////fxoes4AAAP9/qP+vnwAA/38aHrOAJwIUgAAA/3////9/////f////3/D6v9/gupKf/9/AABfhokCy4XlAsuF5QL///9/AAD/fwAA/38AAP9/SAFbacPq/3////9//v//fwAA/3/n07JkP9KlYa2oVlRVs7NSbqw3Vm6sN1b///9/////f////39AxiBj+Onsef///3/peiwK6XosCul6LAr/fwAAz3u1CgSAAgAMfPEJHymCLLwpgyytKKUufCK8IXKDuQHtfNIIyYNFASN8twfqlHUKnX4eBH6M/gUjfrcD+5h9DPaGewP2hnsDi4f+AtOBngBGfk0EIHvoCemGxQJpfu8DmH3OBP9/AACYfc4ElIHKABqBjQCYgkwBGoGNADGBegDmfUIFGIFwAAx+2QRbgZYBiXwCA8WCMgMCkvsZVIGBAfh31AYraBoQvoIcA1F4Ww93fKwIx3twCC2AFgDUrOAQPboeHf///3/46ex5////fwAA/3/9AEhrAAD/f4r/nmBSIBZ/kR8cf9T4lV0e/+VfMQ4odCT/6V+Q/6NgLR/1fQAA/3////9/fOqwf////3+u6s9/////f8Lq/3+9/zuFLADmamoAQ2qE6st/////fwSAAgD/fwAAAAD/f////39BAWZqAAD/f36umVGuqFdUAAD/fwAA/3/6Actorur6f////3////9/////f////3/Vy6lrQMYgYz26Hh0tgBYA8K84E1F4Ww/He3AIMIATALJ55w8kfGIJJ3rFDiqAEQDpeiwK/38AAH17MAsEgAIA0XtfCr2XgAhef5ABZH+BAYN+twOuftsDoH5tA9GBugC3gbAA/38AAP9/AAD/fwAAlYGiALqBsQCWggkBlIHKANGCIAGYgkwBqXzgAkOTxhbX8rVt") -}, { -"aabb": AABB(-0.984553, -25.1276, 0.904538, 0.1369, 16.7513, 0.138266), -"attribute_data": PackedByteArray("afkHqP//Pltp+T5b//8HqNV7/9aEqQAAhKn/1tV7AAA="), -"format": 34896613399, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"material": SubResource("StandardMaterial3D_xxxok"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(6.90966, 14.185, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("AAAAAAAAOQHzU///AADWAAAA//8AACMB81MAAAAA4QD//wAA//8BwP////9+qiSm//8AAH6qK6b///////8BwAAA/3+o/6+f////f+YfW4AjfrcDyYNFAZ1+HgRyg7kB") -}, { -"aabb": AABB(-0.984553, -35.921, 0.782753, 0.260146, 33.7366, 0.260051), -"attribute_data": PackedByteArray("OVzomB1YFowyXBaMHVjomF9h6JhIYRaMbmTomFdkFoyDreiYVqgWjF2o6JhsrRaMQKQWjECk6Jh177WNkfW1jXXvLYui9eOAde8zg3Xv44DH+uOAlfq1jZeIl5e6ipeXl4g+l8aMPpdPjJeXd49OnP+Okpn/jrya/45OnJeIPpemisKXl4jClxOMwpfGjD6XxY6+mXePTpzFjsqaxY5OnHOn0Qy+qgAAc6cAAL6q0QwyrgAAM67RDH1a0QzIXQAAyF3RDH1aAAA+YQAAPmHRDFpk0QxaZAAAkQu6Z7oRa2XdFmtlkQtrZY49LYvbSOOAp0O1jY49tY2OPTODqUi1jdBPtY0CUOOALQlmfxQhOIwtCTiMFCFmf2rxOIz+/2Z/avFmf///OIwK9y2LAP8tiwD/M4MK9zOD4oo+l3ePOZl3j56aavlmf2r5OIziij6Xd486mXePnpooEWZ/KBE4jLkXZn+6FziMIhO6ZxYbumcgRTODIEUtixRNM4MUTS2LO1QtiztUM4M="), -"format": 34896613399, -"index_count": 240, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAAAAIABAACAAUABQAGAAQABQAHAAYACAAJAAoACAALAAkACgAJAAwACgAMAA0ADgBKABAADgAPAEoADwBLAEoADwAVAEsASgBLAEwAEABKAE0ASgBMAE0ATQBMABQAEABNABIATQAUABEAEgBNABEAEgARABMAFgBOABgAFgAXAE4AFwAZAE4AFwAaABkAGgBPABkAGgAcAE8AHQBPABwAHQBQAE8AHgBQAB0AHgAbAFAARgBRAEgARgBSAFEAUgBHAFEAUgBJAEcAHwAgACEAHwBTACAAUwAiACAAUwAjACIAJAAiACMAJAAjAFQAVQAkAFQAVQAmACQAJQAmAFUAJQAnACYAKAApACoAKAArACkAKwAsACkAKwAtACwALgAvADAALgAxAC8AMAAvADIAMAAyADMAMgA0ADMAMgA1ADQARABWAFcARABCAFYAVwBWAFgAVwBYAFkAWABDAFkAWABFAEMANgA3AFoANgA5ADcAWgA3ADgAWgA4AFsAOgBcAF0AOgA+AFwAPQA6AF0APQBdADwAXQBcAF4APABdAF8AXQBeAF8APABfAD8AXwBAAD8AXwBgAEAAXgBgAF8AXgBhAGAAOwBhAF4AOwBBAGEA"), -"lods": [0.112536, PackedByteArray("AAABAAIAAAADAAEABAAAAAIABAACAAUABQAGAAQABQAHAAYACAAJAAoACAALAAkACgAJAAwACgAMAA0ADgAPABAAEAAPABEAEAARABIAEgARABMADwAUABEADwAVABQAFgAXABgAFwAZABgAFwAaABkAGgAbABkAGgAcABsAHQAbABwAHgAbAB0AHwAgACEAHwAiACAAHwAjACIAJAAiACMAJAAjACUAJQAmACQAJQAnACYAKAApACoAKAArACkAKwAsACkAKwAtACwALgAvADAALgAxAC8AMAAvADIAMAAyADMAMgA0ADMAMgA1ADQANgA3ADgANgA5ADcAOgA7ADwAPQA6ADwAOgA+ADsAPAA7AD8AOwBAAD8AOwBBAEAAQgBDAEQAQgBFAEMARgBHAEgARgBJAEcA")], -"material": SubResource("StandardMaterial3D_jej4e"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(14.7083, 19.9705, 0, 0), -"vertex_count": 98, -"vertex_data": PackedByteArray("//8AAJKq+sUn/tYP////vyf+1g8wq/+///8AAP//+sX//wAAkj8X0yf+1g9rQQrQcsAAAAAAk+2ZvtYP1wH073LAAAAAAP8c3lTWD9cBWgB8VQAAAAD7H5m+1g/XAX0AAADWD9cBWgAAAAAAAAD7HwAAvjWfXZYBUTa+NZ9dlgEAAJ05VDaWAeY2X0nfW0wCAADVRVQ2qQEAAF9J31tMAqFkX0nfWzcD6GK+NZ9dNwIAAMLXSmh5BcoywtdKaEwDAAC22CFd1QFOY7bYIV0BCEBYwtdKaM0G/qK22P//tSvql8LX+qdUIeqXwtdWzWgt6pfC1///zC0AAAfjIV0N/vswXuTBbQ3+AABe5MFtDf6/Ul7kwW1e+EdjB+MhXd/3fZJe5IetM97+ogfj//851H2SXuQozznUfZJe5P//OdQAAMLpNzWKA7BD//83NYQCAAD//zc1hAKwQ8LpNzWKA66K//83NXADuYrC6Tc1ygSdysLp//8SwJ3K//9QvAnAncrC6VC8EsCdyv////8JwJ3K//8tdVjQncrC6SJ1fNC5isLpNzWF766K//83NajvxcnVRf//A8A9pF9JMskHwD2kX0mCm9fPPaRfSf//B8DFyZ05//8DwD2kX0mCm+/PfqK+NcjJA8B+or41//8DwMXJ1UX//wPAfqK+NTudy8/oYr41n10z8KFkX0nfWxnw/qIH4///BcBOY7bYIV3A7/6ittj//wTAR2MH4yFdvO8AALbYIV3VAUdjB+MhXaoCAAAH4yFd8QFOY7bYIV2DAmlDnTlUNpYBLYqdOVQ2MAIritVFVDZJAmlD1UVUNqkBeza22CFd1QH+orbY15xdIf6ittieybUrezYH4yFd8QF7NrbYIV3VAXs2B+MhXQ3+/qIH496cmd7+ogfjnsk51P6iB+OeyQXA/qK22J7JBMD+ogfj3pxD0P6ittjXnD/QxcnVRa+8A8DFydVF9HUz0MXJ1UWvvAPAxcmdOa+8A8DFydVF9HU60MXJnTnydTbQLYqdOVQ2yO8ritVFVDbG7wJj+TkagY0AGoGNAAJj+TnzbI8vMYF6AD5veiwYgXAADwbWaf///38AAP9/muref////38AAP9/AAD/fwAA/38AAP9/////f////3////9/ROoof5QAjWoAAP9/JwIVgAAA/38WH25RTh0gUwYq8isPLsoxBymNLKwopS7///9/////f////39609Vij9EGYWWyLVIGrANWBqwDVgasA1YAAP9/////f////38AAP9/tukTf0gBW2npeiwKaIe0A+l6LApoh7QD64cxA6Z7wgoMfPEJT4fpAgSFggL2hnsDIIjdBPaGewOYfc4E9oYmAZh9zgSYfc4EBIWCAt19RQUMftkE6YbFAsuF5QLUfW4FQn16Bb6FSgIAAP9/7+lJf////3+sAPtpAAD/f5UAEmoL6mJ/////fwAA/38KLmwyBiryK////38AAP9/////f5KyFFIGrANWy4XlAkJ9egU5hoECoH3iBQSFggLThYADBIWCAph9zgRAhboB730qBRl+wQT2hPsB") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_sgiro") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_8fh0t"] -resource_name = "WALL.007" -albedo_texture = ExtResource("5_lolyr") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_51wvk"] -resource_name = "FLOOR.007" -albedo_texture = ExtResource("6_lsept") - -[sub_resource type="ArrayMesh" id="ArrayMesh_equu1"] -_surfaces = [{ -"aabb": AABB(-0.498448, -0.60744, -0.502459, 1, 1.49751, 1), -"format": 34896613377, -"index_count": 642, -"index_data": PackedByteArray("TQARAE4ATgARAAUATgAFAAMATQBOAAMAEQAHAAUATQADAAEAEQBPAAcATwAJAAcATwAdAAkAEQAdAE8AHQAKAAkAHQBQAAoAUAALAAoAUAAXAAsAHQAXAFAAFwAMAAsAFwBRAAwAUQANAAwAUQAZAA0AFwAZAFEAGQAOAA0AGQBSAA4AUgAPAA4AUgAUAA8AGQAUAFIAFAAQAA8AFABTABAAUwAIABAAUwATAAgAFAATAFMAEwAGAAgAEwBUAAYAVAAEAAYAVAAAAAQAEwAAAFQABAAAABsABAAbAAIAGwABAAIAGwBNAAEAAABNABsAAAAwAE0AEwAwAAAAEwASADAAMQBNADAAMAASADEAEgBVADEAVgBNADEAMQBVABoAMQAaAFYAEgAzAFUAMwAaAFUAEwAyABIAMgAzABIAEwAkADIAMgBXADMAJABXADIAJAATABQAJAA1AFcANQAzAFcAJAAUADQANAA1ACQANAAUAC0ANAAiADUALQAiADQALQAUACsAGQArABQALQBYACIAGQAsACsALQArACEAIQBYAC0AIQArACwAFwAsABkAIQAvAFgALwAiAFgAIQAsAFkAWQAvACEAFwAuACwALAAuAFkALgBaAFkAWQBaAC8AFwBMAC4ALgAfAFoAHwAvAFoATAAfAC4AHQBMABcATABbAB8AHQBLAEwASwBbAEwAHgAfAFsASwAeAFsAHQBKAEsASgAeAEsAHQBJAEoASQAdABEASQAWAEoASgAWAB4ASQARABwAHAARAE0AHABcAEkASQBcABYAHABNAEgASABNAFYAHABHAFwASABHABwARwAWAFwAVgBdAEgASABdAEcAVgAaAF0AGgBHAF0ARwAVABYAGgA7AEcARwA7ABUAGgA5ADsAOQAaADMAFgAVAEYAFgBGAB4ARgAVAEUARQAeAEYAOwBeABUAFQBfAEUAFQBeAF8AOwAmAF4AOQAmADsAYABfAF4AYQBeACYAYABeAGEAYgBfAGAAYQBiAGAARQBfACkAYgApAF8ARQApAEQARAAeAEUAPQApAGIARAApAGMAPQBjACkAYgBkAD0AZABjAD0AYQBkAGIARABjAEMAQwAeAEQAQwBjAEEAZABBAGMAQgAeAEMAQwBBAEIAQgAfAB4AIAAfAEIAQgBBAGUAQgBlACAAZgBlAEEAZgBBAGQAHwAgAC8AZwBlAGYAZABnAGYAIABlACgAZwAoAGUAIAAoAEAALwAgAEAAKgAoAGcAZABoAGcAZwBoACoAKgBpACgAQAAoAGkAaABpACoALwBAAD8AQABpAD8APwBpAD4AaAA+AGkALwA/AGoAPwA+AGoAawA+AGgALwBqACMALwAjACIAagA+AGwAawBsAD4AagBsACMAaABtAGsAbQBsAGsAaABuAG0AZABuAGgAbQBvAGwAIwBsAG8APABvAG0AbQBuADwAIwBvADYAIgAjADYAIgA2ADUAPAAnAG8ANgBvACcAbgAnADwANwA1ADYANgAnADcAJQA1ADcAJQAzADUANwAnAHAANwBwACUAbgBwACcAbgBkAGEAcQBwAG4AOAAzACUAOQAzADgAJQBwADoAcQA6AHAAJQA6ADgAbgByAHEAcgA6AHEAbgBhAHIAOAA6AHMAOABzADkAcgBzADoAOQBzACYAcgBhABgAGABzAHIAYQAmABgAGAAmAHMA"), -"lods": [0.117256, PackedByteArray("GQArABQAGQAsACsAIQArACwALQAUACsALQArACEALAAuACEAFwAuACwAFwAsABkALgAfACEAIQAvAC0AIQAfAC8AGQAUAA4AGQAOAA0AGQANAAwAFwAZAAwAFAAPAA4AFwAMAAsAFwALAAoAFAAQAA8AHQAXAAoAHQAKAAkAHQAJAAcAFAATABAAEwAIABAAEwAGAAgAEQAdAAcAEQAHAAUAEQAFAAMAGwARAAMAGwADAAEAGwABAAIABAAbAAIAAAAEAAYABAAAABsAEwAAAAYAAAAwABsAEwAwAAAAEwASADAAMAASADEAMQAbADAAEwAyABIAEgAzADEAMgAzABIAEwAkADIAJAATABQAGgAbADEAMQAzABoAJAAUADQANAAUAC0AJAA1ADIANAA1ACQAMgA1ADMALQAiADQANAAiADUALQAvACIAIgA2ADUANwA1ADYAIgAjADYALwAjACIANgAnADcAIwAnADYAJQA1ADcAJQAzADUANwAnACUAOAAzACUAOQAzADgAJQA6ADgAOAA6ADkAJQAnADoAOQAaADMAOQA6ACYAGgA5ADsAOQAmADsAGAA6ACcAGAAmADoAGAAnADwAPQAmABgAPAA9ABgAPAAnAD4AIwA+ACcAPQA8ACoAPAA+ACoAPwA+ACMALwA/ACMAKgA+ACgAPwAoAD4ALwBAAD8AQAAoAD8ALwAgAEAAIAAoAEAAHwAgAC8AKgAoAEEAIABBACgAKgBBAD0AIAAfAEIAQgBBACAAPQBBACkAPQApACYAQwBBAEIAQwApAEEAQgAfAB4AQgAeAEMARAApAEMAQwAeAEQAFQAmACkARQApAEQARAAeAEUAFQApAEUAOwAmABUARgAVAEUARQAeAEYARwA7ABUAGgA7AEcAFgAVAEYAFgBGAB4ARwAVABYASAAaAEcASAAbABoAHAAbAEgASABHABwAHAARABsAHABHAEkASQARABwASQBHABYASQAdABEASQAWAEoAHQBJAEoASgAWAB4AHQBKAEsASgAeAEsAHQBLAEwASwAeAEwAHQBMABcATAAeAB8AFwBMAC4ATAAfAC4A"), 0.161213, PackedByteArray("GgAbAAAAGwABAAIAGwADAAEABAAbAAIABAAAABsAAAAEAAYAGwARAAMAEQAFAAMAEQAHAAUAHAARABsAHAAbABoAEQAdAAcAHQAJAAcAFgARABwAFgAdABEAHQAKAAkAHAAVABYAGgAVABwAHQAWAB4AFgAVAB4AHQAXAAoAFwALAAoAFwAMAAsAHQAeAB8AHQAfABcAIAAfAB4AIAAeABUAFwAfACEAHwAgACEAFwAZAAwAIQAZABcAGQANAAwAGQAOAA0AGQAUAA4AIQAUABkAFAAPAA4AFAAQAA8AIgAUACEAFAATABAAEwAIABAAEwAGAAgAEwAAAAYAIQAjACIAIQAgACMAJAAUACIAJAATABQAIgAjACQAEwASAAAAEwAkABIAAAASABoAJQASACQAJQAaABIAJQAkACMAGgAlABUAJQAmABUAIwAnACUAJQAnACYAIwAoACcAIAAoACMAFQApACAAIAApACgAFQAmACkAGAApACYAGAAmACcAGAAoACkAKgAnACgAGAAnACoAKgAoABgA"), 0.240581, PackedByteArray("EQAAABIABAAAAAIAAAABAAIAAAAEAAYAAAADAAEAAAARAAMAEQAFAAMAEQAHAAUAEQAJAAcAEQAKAAkAEwAAAAYAEwASAAAAEwAGAAgAEwAIABAAFAATABAAEgATABQAFAAQAA8AFAAPAA4AEgAVABEAEgAUABUAEQAVABYAEQAWABcAFwAWABUAEQAXAAoAFwALAAoAGAAVABQAGAAXABUAGAAUABcAFwAMAAsAGQAXABQAFwAZAAwAGQAUAA4AGQANAAwAGQAOAA0A"), 0.629883, PackedByteArray("AAABAAIAAAADAAEABAAAAAIAAAAFAAMAAAAEAAYAAAAHAAUAAAAGAAgAAAAJAAcAAAAKAAkAAAALAAoAAAAMAAsAAAANAAwAAAAOAA0AAAAPAA4AAAAIABAAAAAQAA8AAAAAABAA")], -"name": "WALL.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 116, -"vertex_data": PackedByteArray("/38MVQAAAACB2v//fSUAAPuw//++CQAAQPb//wNPAAD/f///AAAAAP//////fwAAA0///74JAABA9v//+7AAAH0l//99JQAAgdr//4HaAAD7sP//QPYAAP9//////wAAA0///0D2AAB9Jf//gdoAAL4J///7sAAAAAD///9/AAC+Cf//A08AAP//DFX/fwAA61gMVachAAB9JQxVfSUAAAAADFX/fwAAOMejfX5iAABX3qN9E6cAAP9/DFX//wAA6YkAABV2AAB9JQxVgdoAABOno32nIQAA+7AMVb4JAABX3gxV61gAAIHaDFWB2gAANMijfTTIAAD/f6N9HeYAAP9/o30XzQAAyjcMVTTIAADhGaN9/38AAOcyo33/fwAApyEMVetYAAB+YqN9xjgAAIK2rTN8SQAAfEmtM3xJAAB+Yq0zOMcAADjHrTOAnQAAFXYAAOmJAAAnLgxV19EAALRTDFXu6gAApyEMVROnAAD/fwxVHeYAAMo3o300yAAA/38MVUEMAAD/fwxV4RkAAMo3DFXKNwAA61ijfachAADhGQxV/38AAKcho33rWAAAxjijfX5iAAB8SaN9fEkAAP9/o33nMgAAgJ2jfcY4AAD/f60z5zIAAIK2o318SQAAFXYAABV2AADpiQAA6YkAAMY4rTOAnQAAfEmjfYK2AAB+YqN9OMcAAICdrTM4xwAAgJ2jfTjHAACCtqN9grYAADjHo32AnQAAF82jff9/AAAM0KN9/38AAFfeo33rWAAANMgMVco3AAAd5gxV/38AAFfeDFUTpwAANMgMVTTIAAATpwxVV94AAIHaDFV9JQAAQPYMVQNPAABA9gxV+7AAAPuwDFVA9gAAA08MVUD2AAC+CQxV+7AAAL4JDFUDTwAAA08MVb4JAAD/f6N94RkAABOnDFWnIQAAyjejfco3AACnIaN9E6cAAOtYDFVX3gAA61ijfVfeAAATp6N9V94AAB3mo33/fwAANMijfco3AAA4x60zfmIAABfNrTP/fwAABI4AAP9/AADyjAAAonoAAPKMAABchQAAgratM4K2AABchQAA8owAAP9/rTMXzQAA/38AAASOAACiegAA8owAAAxzAABchQAAfEmtM4K2AADGOKN9gJ0AAPpxAAD/fwAA5zKtM/9/AAAMcwAAonoAAKJ6AAAMcwAAxjitM35iAAB+Yq0zxjgAAP9/AAD6cQAAXIUAAAxzAACAna0zxjgAAA==") -}, { -"aabb": AABB(-0.984553, 0.945757, -0.95724, 2.00022, 1e-05, 2.00004), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("//8AAAAAAAAAAAAA//8AAP//AAD//wAAAAAAAAAAAAA=") -}, { -"aabb": AABB(-0.984553, -36.1633, -0.95724, 2.00022, 1e-05, 2.00004), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"name": "FLOOR.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAAAAAAD//wAA//8AAAAAAAD//wAA//8AAAAAAAA=") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_ti0il"] -resource_name = "37_A2_CORRIDOR_B_Cube_006" -_surfaces = [{ -"aabb": AABB(-0.498448, -0.60744, -0.502459, 1, 1.49751, 1), -"attribute_data": PackedByteArray("////f//fAAD/7wAA//8AAP/PAAD/vwAA/68AAP+fAAD/jwAA/38AAP9vAAD/XwAA/08AAP8/AAD/LwAAAAD/f/8fAAD/DwAAAAAAAG/9/7//v46CPa22ko2UjZSOgv+/L+LWsUjtwdL/v2/9jZRw68HEPbv/v/9//3//f/9f/3//P/9//x//f8HStpKC1zyHSO09rXDrcOvWsc+dtpI9rajiqOL7jv+//78D8f+/AOVWnaji/pr/v9axL+LUpdSlL+Iozj27wcQp2tSl/+//f/+f/3+2mEjnvKpT87aSwdL/vwPxVp2o4sHSSO2o4qjiSO3B0gPx/79I7T2tqOJWnWvm/78p2tSlAOX/vy/iKM4p2inaKM4v4ijOL+LBxMHE1rEv4tSlKdrPnSjOPbs9u8+d1rH7jv+/tpI9rdSl1KVWnVadPa22kv+//pr/v/6aKM7Pnf+/+47/v3CIcOuNlML4fKjC+ILXfKg8h/+/+47B0raSqOJWnQPx/78v4taxAOX/v7nG/782xmy9NsaSwinaKdqSwjbG/7+5xv+/AOVsvTbGx7mSwtSlKdrPnSjORLn/v/6a/7/HuWy9z53WsWy9x7nWsc+d/79EuZLCx7kozs+dVp1WnTyHfKi2ksHSPIeC1z2tSO09rUjtfKjC+MHSSO2C18L4/9//f//P/3//r/9//4//f/9v/3//T/9//y//f/8P/38="), -"format": 34896613399, -"index_count": 642, -"index_data": PackedByteArray("VwATAFgAEwAlAFkAFABXACMAFABWAFcAFgBWABQAFgAUAFoAVQBXAFYAFgAVAFYAVgAVAFUAFQBbAFUAFgBQABUAFQBRAFsAUABRABUAVQBbACIAUQAiAFsAXABXAFUAVQAiAFwAPwBXAFwAXABdAD8AXAAiAF0AJABXAD8AJAATAFcAPwBdAD4APwA+ACQAIgA+AF0APQATACQAJAA+AF4AJABeAD0APQAlABMAPgAZAF4APQBeABkAIgBBAD4AJQA9ADwAPQAZADwAPgAYABkAPgBBABgAIgBUAEEAGQAYAEAAVAAiAFEAPAAZACgAGQBAACgAQAAYAEIAQgAoAEAAQQBfABgAGABgAEIAGABfAGAAQQAyAF8AVAAyAEEAYQBgAF8AYgBfADIAYQBfAGIAYwBgAGEAYgBjAGEAQgBgADAAYwAwAGAAQgAwAEMAQwAoAEIARwAwAGMAQwAwAGQARwBkADAAYwBlAEcAZQBkAEcAYgBlAGMAQwBkAEQARAAoAEMARABkAEYAZQBGAGQARABGAEUARQAoAEQAZgBGAGUARQBGAGcAZgBnAEYAZQBoAGYAaABnAGYAZQBpAGgARQBnACsARQAqACgAKwAqAEUAaAAuAGcAKwBnAC4AMQAuAGgAaABpADEAMQBqAC4AaQBqADEASAAuAGoAKwAuAEgAOQArAEgAKgArADkASABqAEkAOQBIAEkASQBqAEoAaQBKAGoASQBKAGsAOQBJAGsAbABKAGkAawBKAG0AbABtAEoAawBtAC0AOQBrAC0AbgBtAGwAaQBuAGwALQBtAG8AbgBvAG0AaQBwAG4ASwBvAG4AbgBwAEsAZQBwAGkAcABlAGIASwAvAG8AcAAvAEsALQBvAEwATABvAC8AKQAtAEwAOQAtACkATAAvAE8AcABxAC8ATwAvAHEAcgBxAHAATwBOAEwAKQBMAE4ATwBxACYAJgBOAE8AcgBSAHEAJgBxAFIAcABzAHIAcwBSAHIAcABiAHMAcwBiABwAYgAyABwAHAB0AHMAHAAyAHQAcwB0AFIAVAB0ADIAUwBSAHQAUwB0AFQAJgBSAFMAVABRAFMAUwBRACYAJgBRAE4ATgBRAHUAUAB1AFEAJwB1AFAAJwBOAHUAFgAnAFAATQBOACcATQApAE4AJwAWABcAJwAXAE0AFwAWAHYANwApAE0ATQAXADcANwB3ACkAOQApAHcALAB3ADcALAA5AHcANwAXADUANwA1ACwAGwA1ABcAGwAXAHgALAA1ADYAGwA2ADUAeQA5ACwALAA2AHkAeQB6ADkAKgA5AHoAOAB6AHkAOAAqAHoANgA4AHkAGgA2ABsAGgA4ADYAGgAbAHsAOgAqADgAGgA6ADgAOgB8ACoAKAAqAHwAJQA6ABoAJQAaAH0AOwB8ADoAJQA7ADoAOwAoAHwAJQA8ADsAPAAoADsAMwABAAIAAwAzAAIAAwAAADMAMwB+AAEAfgAEAAEAfgB/AAQAfwAFAAQAfwAdAAUAHQAGAAUAHQCAAAYAgAAHAAYAgAA0AAcANAAIAAcANACBAAgAgQAJAAgAgQAeAAkAHgAKAAkAHgCCAAoAggALAAoAggAfAAsAHwAMAAsAHwCDAAwAgwANAAwAgwAgAA0AIAAOAA0AIACEAA4AhAAQAA4AhAAhABAAIQARABAAIQCFABEAhQASABEAhQAPABIA"), -"lods": [0.117256, PackedByteArray("GwA1ABcAGwA2ADUAGgA2ABsANwAXADUALAA1ADYANwA1ACwANgA4ACwAGgA4ADYALAA5ADcAGgA6ADgAOAAqACwALAAqADkAOgAqADgAJQA6ABoAJQA7ADoAOgAoACoAOwAoADoAJQA8ADsAPAAoADsAJQA9ADwAPQAlABMAPQAZADwAPAAZACgAPQATACQAJAATACMAPQA+ABkAJAA+AD0APwA+ACQAJAAjAD8APwAiAD4APwAjACIAPgAYABkAGQBAACgAGQAYAEAAPgBBABgAIgBBAD4AQAAYAEIAQgAoAEAAQQAyABgAQwAoAEIAGAAwAEIAQgAwAEMAGAAyADAARAAoAEMAQwAwAEQARQAoAEQARQAqACgARAAwAEYARABGAEUAKwAqAEUARQBGACsAKgArADkARwBGADAARwAwADIAKwBGAC4AMQBGAEcAMQAuAEYAKwAuAEgAOQArAEgASAAuAEkAOQBIAEkASQAuAEoAMQBKAC4AOQBJAC0ASQBKAC0ASwBKADEARwBLADEALQBKAC8ASwAvAEoASwBHABwAHAAvAEsARwAyABwAOQAtACkANwA5ACkAKQAtAEwALQAvAEwANwApAE0ATQAXADcAKQBMAE4ATQApAE4ATAAvAE8ATwBOAEwAJwAXAE0ATQBOACcAJwAWABcAJgBOAE8ATwAvACYAJwBOAFAAFgAnAFAAJgBRAE4AUABOAFEAJgAvAFIAHABSAC8AHAAyAFIAJgBSAFMAUwBRACYAVABSADIAUwBSAFQAVAAyAEEAVABRAFMAIgBUAEEAVAAiAFEAVQBRACIAIgAjAFUAUABRABUAFQBRAFUAFgBQABUAVQAjAFYAVgAVAFUAFgAVAFYAFABWACMAFgBWABQAMwABAAIAAwAzAAIAAwAAADMAMwAEAAEAMwAdAAQAHQAFAAQAHQAGAAUAHQA0AAYANAAHAAYANAAIAAcANAAeAAgAHgAJAAgAHgAKAAkAHgAfAAoAHwALAAoAHwAMAAsAHwAgAAwAIAANAAwAIAAOAA0AIAAhAA4AIQAQAA4AIQARABAAIQAPABEADwASABEA"), 0.161213, PackedByteArray("IgAjABQAJAAjACIAJAATACMAFAAVACIAFgAVABQAGQATACQAGQAlABMAIgAYACQAJAAYABkAJgAiABUAIgAmABgAFgAnABUAJgAVACcAJwAWABcAJQAZACgAGQAYACgAJwAXACkAJQAoACoAJQAqABoAKwAoABgAKwAqACgAGgAqACwAKQAXACwAKgArACwALAAbABoALAAXABsALAAtACkAKQAtACcALAArAC0AJgAnAC0AKwAuAC0ALQAvACYALQAuAC8AKwAwAC4AGAAwACsAMQAvAC4AJgAyABgAGAAyADAAJgAvADIAHAAuADAAMQAuABwAHAAwADIAHAAvADEAHAAyAC8AMwABAAIAAwAzAAIAAwAAADMAMwAEAAEAMwAdAAQAHQAFAAQAHQAGAAUAHQA0AAYANAAHAAYANAAIAAcANAAeAAgAHgAJAAgAHgAKAAkAHgAfAAoAHwALAAoAHwAMAAsAHwAgAAwAIAANAAwAIAAOAA0AIAAhAA4AIQAQAA4AIQARABAAIQAPABEADwASABEA"), 0.240581, PackedByteArray("EwAUABUAFgAVABQAFQAWABcAFQAYABMAFQAXABgAEwAYABkAEwAZABoAGgAZABgAGwAaABcAHAAaABgAHAAXABoAHAAYABcAAAABAAIAAwAAAAIAAAAEAAEAAAAdAAQAHQAFAAQAHQAGAAUAHQAHAAYAHQAIAAcAHQAeAAgAHgAJAAgAHgAKAAkAHgAfAAoAHwALAAoAHwAMAAsAHwAgAAwAIAANAAwAIAAOAA0AIAAhAA4AIQAQAA4AIQARABAAIQAPABEADwASABEA"), 0.629883, PackedByteArray("AAABAAIAAwAAAAIAAAAEAAEAAAAFAAQAAAAGAAUAAAAHAAYAAAAIAAcAAAAJAAgAAAAKAAkAAAALAAoAAAAMAAsAAAANAAwAAAAOAA0AAAAPAA4ADwAQAA4ADwARABAADwASABEA")], -"material": SubResource("StandardMaterial3D_8fh0t"), -"name": "WALL.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 134, -"vertex_data": PackedByteArray("/38MVQAAFv6B2v//fSX/3/uw//++Cf7v/3///wAA//9A9v//A0//z///////f/+/QPb///uw/6+B2v//gdr/n/uw//9A9v+P/3//////AIADT///QPb/j30l//+B2v+fvgn///uw/68AAP///3//v74J//8DT//P/38MVQAAFv59Jf//fSX/3wNP//++Cf7v/3///wAA/////wxV/38oOf9/DFUAAK0d61gMVachqV59JQxVfSUwIwAADFX/fyg5OMejfX5itCtX3qN9E6e0K/9/DFX//1FifSUMVYHaSlXpiQAAFXZLMf//DFX/fy7F/38MVf//rZ19JQxVgdocqwAADFX/fy7FfSUMVX0lMuITp6N9pyGpXvuwDFW+CfEeV94MVetYSkiB2gxVgdpKVX5io33GOPEepyEMVetYSkg0yKN9NMgwI+EZo33/fyg5/3+jfR3mrR3/f6N9F81RYso3DFU0yDAj5zKjff9/KDl+Yq0zOMcIZHxJrTN8SakZOMetM4CdKUAVdgAA6YnfS4K2rTN8SakZ+7AMVb4JDvGB2gxVgdocqycuDFXX0f8/tFMMVe7q/z+nIQxVE6e0K/9/DFUd5q0dyjejfTTIMCMTpwxVV97xHjTIDFU0yDAjV94MVROntCsd5gxV/38oOVfeo33rWEpINMgMVco3SlUM0KN9/3//P4K2o318STAjF82jff9/+Do4x6N9gJ1KSIK2o32CtkpVgJ2jfTjHqV6Ana0zOMcIZOmJAADpid9LfmKjfTjHqV58SaN9grZKVcY4rTOAnSlAFXYAABV2SzHGOKN9fmLSL+EZDFX/fyg5pyGjfetYSkh8SaN9fEkwI8o3DFXKN0pV61ijfachqV7/f60z5zJkDf9/o33nMq0dgJ2jfcY48R7/fwxV4Rk1Xf9/DFVBDP8/gdoMVX0lMCNA9gxVA0+0K0D2DFX7sEpIA08MVb4J8R7/f6N94RlRYhOnDFWnIaleNMijfco3SlUd5qN9/38oOTjHrTN+YhUlF82tM/9/7DEEjgAA/3+ZPfKMAACiet428owAAFyF20SCtq0zgraXUFyFAADyjJJR/38AAASO+FP/f60zF82bcqJ6AADyjJJRDHMAAFyF20R8Sa0zgraXUMY4o32AnUpI+nEAAP9/mT3nMq0z/3/sMQxzAACiet42xjitM35iFSWiegAADHNxLX5irTPGON8Q/38AAPpxBixchQAADHNxLYCdrTPGON8Qyjejfco3SlW+CQxVA0+0K6cho30Tp7QrvgkMVfuwSkjrWAxVV94PJOtYo31X3vEeA08MVUD2qV4Tp6N9V97xHvuwDFVA9qlegdoMVX0lMuJA9gxVA0+F00D2DFX7sH23+7AMVUD2i6EDTwxVQPaLob4JDFX7sH23vgkMVQNPhdMDTwxVvgkO8Sp6jCf/fwAA/38AAP9/////fwAA/38AAP9/AAD/fwAA/38AAP9/////f////3////9/////f////3///3JYKvr/f////3////9///8+HoJDAAD/f6ke8lQPJmaMfDw9nkcU9EwLM0aUAAD/f787RqhYEnRhT2RfNwAA/3+cN8/Mn0hP5ClT3fINK6meQgY+ajNAsaZGKEBEwRVChrImyz8PJmaMPh6CQwAA/38AAP9/ZwzvWXw8PZ4cUvufLTc1oEclOC49J6uPNSDSSFZ5JijPTGNIAAD/fwAA/39HFPRMAAD/f2cM71nBFUKGDyZmjAszRpR8PD2eM0Cxpr87RqgAAP9/ZwzvWWobK0myJss/RihARKke8lT7H+ItrA/BWA0rqZ6/O0aox1FGpYseV5IXL7iTPh6CQ7Imyz8PJmaMRihARKke8lQAAP9/AAD/f0IGPmoAAP9/AAD/f2cM71lHFPRMsibLP8EVQoYAAP9/DSupnr87Rqh8PD2eciQEPawlpjRXFVFV+RSoWagTmlTGIw0qYQkJZQAA/38AAP9/9RpgiWUrp5PyVcWjM0Cxpq4qVpVYS6ulVyb4lPpCcaRhEvuL9CPylQAA/3/8C51t8xUKXEYoQEQLM0aURxT0TDNAsaaVBqdrQgY+ag0rqZ7BFUKGqR7yVN1y1iwRbMExlFprPpw1LlnRJpu1lEGU2j1OEOzYV1X5") -}, { -"aabb": AABB(-0.984553, 0.945757, -0.95724, 2.00022, 1e-05, 2.00004), -"attribute_data": PackedByteArray("AAD/////AAAAAAAA/////w=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"material": SubResource("StandardMaterial3D_jej4e"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("//8AAAAAAAAAAAAA//8AAP//AAD//wAAAAAAAAAAAAD/f/8//3//P/9//z//f/8/") -}, { -"aabb": AABB(-0.984553, -36.1633, -0.95724, 2.00022, 1e-05, 2.00004), -"attribute_data": PackedByteArray("Nn/+////Nn82fzZ//////w=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"material": SubResource("StandardMaterial3D_51wvk"), -"name": "FLOOR.007", -"primitive": 3, -"uv_scale": Vector4(2.01235, 2.01235, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAAAA/z///wAA////PwAAAAD///8///8AAAAA/z////9/////f////3/+//9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_equu1") - -[sub_resource type="ArrayMesh" id="ArrayMesh_g07id"] -_surfaces = [{ -"aabb": AABB(-0.984553, -35.921, -0.95724, 0.260146, 36.7557, 0.260051), -"format": 34896613377, -"index_count": 456, -"index_data": PackedByteArray("AAABAAIAAABVAAEAVQAFAAEABABVAAAAVQAGAAUABAADAFUAAwAGAFUAAwAHAAYADwBWAFcADwAIAFYACAAKAFYACAAJAAoAVgAKAAsAVgALAFgAVwBWAFgAWAALAA0ADwBXAFkADwBZABIAEgBZABYAEgAWABcAWQAVABYAWQBaABUAVwBaAFkAWgAUABUAVwBYAFsAVwBbAFoAWgBcABQAWwBcAFoAXAATABQAXAARABMAXQARAFwAWwBdAFwAXQAQABEAXQAMABAAWwBeAF0AXQBeAAwAWwBYAF4AXgAOAAwAWAANAF4AXgANAA4AGAAZABoAGAAbABkAGQAbAB0AGgAZAF8AGgBfABwAKAAcAF8AGQAdAB8AKABfACcAKQAoACcAKQAnACoAHQAgAB8AHQAhACAAYAAZAB8AYAAfACAAGQBhAF8AGQBgAGEAJwBfAGEAKgAnACsAKgArACwALAArAC0AJwAtACsALAAtAC4AJwBiAC0AJwBhAGIAYgAvAC0AYgBhAGMAYABjAGEAYgBkAC8AYgBjAGQAZABlAC8AMQAvAGUAMQBlADIAMAAyAGUAZAAwAGUAMAAzADIAZAAeADAAZABjAB4AZgAeAGMAYABmAGMAZgBgACAAZgAiAB4AZgAgACMAIgBmACMAIgAjAGcAJgBnACMAJAAiAGcAJgAlAGcAJABnACUANABoADYANAA1AGgANgBoAGkANgBpADwAPQA8AGkANQBqAGgANQA3AGoANwA5AGoANwA4ADkAagA5ADoAaABqADsAagA6ADsAaAA7AGkAPQBpAGsAawBpADsAQgA9AGsAQgBrAEEAawA7AGwAbAA7ADoAQQBrAGwAbAA6AD8AQQBsAD4APgBsAD8APgA/AEAAQwBtAEUAQwBGAG0ARQBtAG4ARQBuAEcASgBHAG4ARgBvAG0ARgBEAG8AbQBIAG4AbQBvAEgASgBuAHAAcABuAEgASwBKAHAASwBwAEwATABwAHEAcABIAHEATABxAE0AbwByAEgAcQBIAHIARABzAG8AbwBzAHIARABJAHMATQBxAHQAcQByAHQATQB0AE4AcwBPAHIAdAByAE8ASQB1AHMAcwB1AE8ASQBQAHUAdABPAHYATgB0AHYAdQB2AE8ATgB2AFEAUAB3AHUAdQB3AHYAdwBRAHYAUABTAHcAdwBSAFEAUwBSAHcAUwBUAFIA"), -"lods": [0.0650799, PackedByteArray("AAABAAIAAAADAAEABAADAAAAAwAFAAEAAwAGAAUAAwAHAAYACAAJAAoACAAKAAsACAALAAwADAALAA0ADAANAA4ADwAIAAwADwAMABAADwAQABEADwARABIAEQATABQAEQAUABUAEgARABUAEgAVABYAEgAWABcAGAAZABoAGAAbABkAGgAZABwAGQAbAB0AGQAeABwAGQAdAB8AHQAgAB8AGQAfACAAHQAhACAAIgAZACAAGQAiAB4AIgAgACMAJAAiACMAJAAjACUAJgAlACMAJwAcAB4AKAAcACcAKQAoACcAKQAnACoAKgAnACsAKgArACwALAArAC0AJwAtACsALAAtAC4AJwAvAC0AJwAeADAAJwAwAC8AMQAvADAAMQAwADIAMAAzADIANAA1ADYANQA3ADYANwA4ADkANwA5ADoANgA3ADsANwA6ADsANgA7ADwAPQA8ADsAPgA7ADoAPQA7AD4APgA6AD8APgA/AEAAQQA9AD4AQgA9AEEAQwBEAEUAQwBGAEQARQBEAEcARABIAEcARABJAEgASgBHAEgASwBKAEwATABKAE0ASgBIAE0ATQBIAE4ASQBPAEgATgBIAE8ASQBQAE8ATgBPAFEAUABRAE8AUABSAFEAUABTAFIAUwBUAFIA")], -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 120, -"vertex_data": PackedByteArray("//8AAGxVAAB8VQAA//8AAP//AAD//wAAfFUAAAAAAAD//wAAAAAAAAAAAAD//wAAAAAAAGxVAAAAAAAAAAAAAN5UiQ4n/gAAAACJDif+AAAAAC0RAvgAAAAAaSlfogAAUTZUMV+iAAAAAGksX6IAAAAAVDFfogAAJ/6JDif+AAB+olQxX6IAAH6iVDE2NgAAJ/6JDs5UAAB+olQxAAAAAH6iaSwAAAAAfqJpKQAAAAAG+C0RAAAAACf+iQ4AAAAAAABYQx+kAAAhL7ZHxpAAAOY2WEMfpAAAAAC2R8aQAAA9pFhDH6QAAAAANkjebgAA6pcJxrSXAADTIzZI3m4AAC0sLEsciAAAAAAsSxyIAADKMgnGtJcAAC0s178ciAAAAAAJxrSXAAAAABvEe2YAAAAA178ciAAAko+2R1kwAAA9pFhDzDYAAD2kWEMAAAAAko+2RwAAAACpbTZICyUAAKltNkgAAAAAt4YsS3UtAAC3hixLAAAAALeG1791LQAA6pcJxqgyAAC3hte/AAAAAFZlG8QAAAAA6pcJxgAAAAAAAJzRPZIAAAAAAdI9kgAA+zCc0T2SAAAAAEjUPZIAAAAAj9bHygAAsEOP1sfKAACdyo/Wx8oAAH2SSNQ9kgAAfZKc0T2SAAB9kpzR1jAAAH2SSNQAAAAAncqP1q5DAACdyo/WAAAAAH2SAdIAAAAAfZKc0QAAAAAAAPjqx8oAAAAAP+7a8QAAsEP46sfKAAAAAIXse68AAJ3K+OrHygAAZfE/7trxAAAAAEL43f0AAJ3K+OquQwAAncr46gAAAACEr4XsAAAAAGXxP+4AAAAAUv1C+AAAAAAi8f//pfEAAAAA//+l8QAAIvH//wAAAACHUP//AAAAAAAA//+jUAAAAAD//wAAAAB8VQAAbFUAANNSLREC+AAABvgtEQL4AABRNmkpX6IAAAb4LRHCUgAAfqJpKTY2AAB+omkpX6IAAH6iaSw2NgAAfqJpLF+iAABRNmksX6IAAJKPtkfGkAAACjrnS76xAABMsOdLvrEAAEyw50tWOwAATLBpv76xAABMsGm/VjsAAFZlG8RAIgAACjppv76xAAANIRvEe2YAAPswAdI9kgAAfZIB0j2SAAD7MEjUPZIAAH2SAdLWMAAAfZJI1NYwAACoOoXse68AAISvhex7rwAAnlA/7trxAACEr4XslToAAGXxP+61UAAAUv1C+N39AACXVEL43f0AAFL9Qvi2VAAAh1D//6XxAAAi8f//o1AAAIdQ//+jUAAA") -}, { -"aabb": AABB(-0.984553, -25.1276, -0.95724, 0.1369, 16.7513, 0.138266), -"format": 34896613377, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("AAAAAP7/AADzU/////8AAPNTAAD+/wAAAAD/////AAD//wAAAAAAAP////+AVQAA/////wAAAAD//wAAgFUAAA==") -}, { -"aabb": AABB(-0.984553, -35.921, -0.95724, 0.260146, 33.7366, 0.260051), -"format": 34896613377, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAgABAAMAAgADAAQAAAAFAAEAAAAGAAUAAAAHAAYABwAIAAYABwAJAAgACgALAAwACgANAAsADAALAA4ADAAOAA8AEAAPAA4ADQARAAsADQASABEAEgATABEAEgAUABMAEQATABUACwARABYAEQAVABYACwAWAA4AEAAOABcAFwAOABYAGAAQABcAGAAXABkAFwAWABoAGgAWABUAGQAXABoAGgAVABsAGQAaABwAHAAaABsAHAAbAB0AHgAfACAAHgAhAB8AIAAfACIAIAAiACMAJAAjACIAIQAlAB8AIQAmACUAJgAnACUAJgAoACcAJQAnACkAHwAlACoAJQApACoAHwAqACIAJAAiACsAKwAiACoALAAkACsALAArAC0AKwAqAC4ALgAqACkALQArAC4ALgApAC8ALQAuADAAMAAuAC8AMAAvADEAMgAzADQAMgA1ADMANAAzADYANAA2ADcAOAA3ADYAOAA2ADkAOgA4ADkAOgA5ADsA"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 60, -"vertex_data": PackedByteArray("//8AAP//AAAn/tYPzlQAAP//AABsVQAAJ/7WDwAAAAD//wAAAAAAACf+1g8n/gAA3lTWDyf+AAB8VQAA//8AAAAA1g8n/gAAAAAAAP//AAAAAL41X6IAAGlDnTmqyQAAUTa+NV+iAAAAAJ05qskAAMXJnTmqyQAAfqK+NV+iAAB+or41NjYAAGlD1UWqyQAAAADVRarJAADmNl9JH6QAAAAAX0kfpAAAPaRfSR+kAADFydVFqskAAMXJnTlPQwAAfqK+NQAAAADFyZ05AAAAAMXJ1UVPQwAAPaRfScw2AADFydVFAAAAAD2kX0kAAAAAAADC17SXAAB7NrbY3aIAAMoywte0lwAAAAC22N2iAAD+orbY3aIAAOqXwte0lwAA6pfC16gyAAB7Ngfj3aIAAAAAB+PdogAA+zBe5D2SAAAAAF7kPZIAAH2SXuQ9kgAA/qIH492iAAD+orbYYDYAAOqXwtcAAAAA/qK22AAAAAD+ogfjYDYAAH2SXuTWMAAA/qIH4wAAAAB9kl7kAAAAAAAAwunHygAAsEP//8fKAACwQ8Lpx8oAAAAA///HygAAncr//8fKAACdysLpx8oAAJ3KwumuQwAAncr//65DAACdysLpAAAAAJ3K//8AAAAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_2mu70"] -resource_name = "37_A2_CORRIDOR_B_Cube_007" -_surfaces = [{ -"aabb": AABB(-0.984553, -35.921, -0.95724, 0.260146, 36.7557, 0.260051), -"attribute_data": PackedByteArray("//+M6HbQ7dL//+3SdtBc8///XPOyuO3SsriM6LK4XPNK0P//srj//7K4Bv2yuJDnxsdy3rK4HOSyuHLee////+7lct7o5XLexMdy3krQ//+yuHLesrgc5LK4kOeyuAb9srj//7K4sMnFxafE78ewyVS4p8Rr5rDJ++KMUsrGjFLFxQbhVLhT5Z7CU+VUuAbhVLgUxPLEq8CewhTEVLirwFS4H+JUuGPm8sQf4rK4JeDKxiXgsrg1SrK47ElJxjVKsrhISHjhSEh44TVKsrjX4LK4rNmAy6zZHfGs2Xjh1+B44VzzHfHM6h3xXPOyuKzZsri41IDLrNmyuCLdHfGs2e37uNQd8czq7ftc84/pXPMd8Vzzsri/1LK4KOkVz1zzsrhc89r7XPPa+7/UsrjsSUTGNUqyuEhIsrg1SmnhSEhp4TVK++L07PviXPPh1FzzL95c8y/ene2yuBTEU8WrwLK4q8D7whTEp+Bc8zPXru4z11zzp+A/7bK4sMkhxqfEsrinxO3HsMlk5rDJ7uKMUsbGjFIA4afEjdcUxJbeq8Du4oxSlt4CV6fgp8Qv3gJXL96rwPvijFIz1xTEsriTNQ78kzWyuF0u//vKKLK4yiiyuJM1srhdLu37kzXa+8oosrjKKHbQjOi4zwb9xv0G/cbHkOfu5ZDnxscc5O7lHOTF/Qb9uM8G/cTHkOfo5ZDnxMcc5OjlHOSn4KfEx+nUv8/I1L/H6VJXz8hSV9jBY+ZJxuxJeOHsSUnGSEhJxtfgeOEw7fzIIt0bz7jUj+ki3Y/p8+vt+yXpNtBdLhvPkzVA/10uFc/KKBXPKOkVz7/U2vso6SHPyihD0F0uZ/9dLibPkzVExkhIRMbsSWnh7Enh1AnvAOGnxDDq1L8xydS/MOpSVzHJUlcw6tS/MOpSVzfV71PH6dS/x+lSV+HU71M="), -"format": 34896613399, -"index_count": 456, -"index_data": PackedByteArray("AAABAAIAAAB5AAEAeQAFAAEABAB5AAAAeQAGAAUABAADAHkAAwAGAHkAAwAHAAYADwB6AHsADwAIAHoACAAKAHoACAAJAAoAegAKAAsAewB6AHwAegALAHwAewB8AH0AfAALAA0AfQB8AH4AfAANAH4AfgANAA4AfQB+AH8AfgAOAAwAfwB+AAwAfwAMABAADwCAAIEADwCBABMAEwCBABcAEwAXABgAgQAWABcAgACCAIEAgQCCABYAgACDAIIAggAVABYAgwCEAIIAggCEABUAhAAUABUAgwCFAIQAhAASABQAhQASAIQAhQARABIAGQAaABsAGQAcABoAGwAaAIYAGwCGAB0AGgCHAIYAGgCIAIcAiACJAIcAiACKAIkAigAeAIkAigAfAB4AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKACLACoAKAApAIsAKwCLACkAKwAsAIsALQCMAC8ALQAuAIwALwCMAI0ALwCNADIAjAAxAI0AjACOADEALgCOAIwALgAwAI4AMwA1AI8AMwA0ADUAjwA1ADYAjwA2ADcAkAA3ADYAkAA2ADkAOACQADkAOAA5ADoAOwCRAD0AOwA+AJEAPgCSAJEAPgA8AJIAkQCSAEAAPQCRAJMAkQBAAJMAPQCTAD8AQQA/AJMAlACTAEAAQQCTAJQARABBAJQAlABAAJUARACUAEMAQwCUAJUAQwCVAEIAdACWAJcAdAB1AJYAlwCWAJgAlwCYAHYAlgB3AJgAlgCZAHcAdQCZAJYAdQB4AJkARQCaAJsARQBGAJoAmwCaAJwAmwCcAEoAmgBJAJwAmgBHAEkARgBHAJoARgBIAEcAcQCdAHMAcQCeAJ0AngByAJ0AbwCeAHEAngCfAHIAbwCgAJ4AoACfAJ4AoABwAJ8ASwChAE0ASwCiAKEAogBPAKEATgCiAEsAogCjAE8ATgBMAKIATACjAKIATABQAKMAUQBTAKQAUQBSAFMAVACkAFMAVABVAKQAVgBXAFgAVgBZAFcAWgBbAFwAWgBdAFsAXgBfAGAAXgBhAF8AYQClAF8AYQBiAKUAXwClAKYAXwCmAKcApwCmAKgApwCoAKkAqQCoAGMAqQBjAGQAqgBmAGcAqgBlAGYAqwCqAGcAqwBnAGkAaACrAGkAaABpAKwArQBrAGwAagCtAGwAagBsAG4ArQCuAGsArgCvAGsArgBtAK8A"), -"lods": [0.0650799, PackedByteArray("AAABAAIAAAADAAEABAADAAAAAwAFAAEAAwAGAAUAAwAHAAYACAAJAAoACAAKAAsACAALAAwADAALAA0ADAANAA4ADwAIAAwADwAMABAADwARABIADwASABMAEgAUABUAEgAVABYAEwASABYAEwAWABcAEwAXABgAGQAaABsAGQAcABoAGwAaAB0AGgAeAB0AGgAfAB4AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKAApACoAKwAqACkAKwAsACoALQAuAC8ALgAwAC8ALwAwADEALwAxADIAMwA0ADUAMwA1ADYAMwA2ADcAOAA3ADYAOAA2ADkAOAA5ADoAOwA8AD0AOwA+ADwAPQA8AD8APABAAD8AQQA/AEAAQQBAAEIAQwBBAEIARABBAEMARQBGAEcARgBIAEcARQBHAEkARQBJAEoASwBMAE0ATgBMAEsATABPAE0ATABQAE8AUQBSAFMAVABRAFMAVABVAFEAVgBXAFgAVgBZAFcAWgBbAFwAWgBdAFsAXgBfAGAAXgBhAF8AYQBiAF8AXwBiAGMAXwBjAGQAZQBmAGcAaABlAGcAaABnAGkAagBrAGwAagBtAGsAagBsAG4AbwBwAHEAcQBwAHIAcQByAHMAdAB1AHYAdQB3AHYAdQB4AHcA")], -"material": SubResource("StandardMaterial3D_l2f0d"), -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(2.22908, 4.9004, 0, 0), -"vertex_count": 176, -"vertex_data": PackedByteArray("//8AAGxV/cV8VQAA///6n///AAD//zyofFUAAAAA/7///wAAAAD9xQAAAAD///qfAAAAAGxV/78AAAAAAAD/v95UiQ4n/lqAAACJDif+WoAAAC0RAvjXgAAAaSlfooGAUTZUMV+iloEAAGksX6IAgAAAVDFfopaBJ/6JDif+pgB+olQxX6IWoH6iVDFfogEDfqJUMTY2HwEn/okOzlRAAH6iVDEAAB8BfqJpLAAAAAB+omkpAABcAAb4LREAAJgAJ/6JDgAAQAAAAFhDH6RMgiEvtkfGkFGF5jZYQx+kTIIAALZHxpDIiT2kWEMfpDSg6pcJxrSXEqDKMgnGtJeOgyEvtkfGkK16AAA2SN5uE3jTIzZI3m6LaAAAtkfGkDZ2AAA2SN5u64ctLCxLHIjbmdMjNkjebnOXAAAsSxyIOYEAANe/HIjcfgAAG8R7ZoCCLSzXvxyIV2YAAAnGtJd5hcoyCca0l46DAACc0T2S8YEAAAHSPZIAgPswnNE9kvGBAABI1D2SioN9kkjUPZJ5oH2SnNE9kiOgAABI1D2SioMAAI/Wx8qKg7BDj9bHyoqDncqP1sfKbqt9kkjUPZKJq32SSNQAAFPTncqP1q5DVNOdyo/WAABU0wAA+OrHynp9AAA/7trxlIWwQ/jqx8p6fQAAhex7r+OCncr46sfKP1Rl8T/u2vHzqp3K+OquQxgsZfE/7gAANNKEr4XsAAD8KJ3K+OoAABksAAD//6XxxV8AAP//o1D/P4dQ//8AAP8/AAD//wAA/z8i8f//AAAXOiLx//+l8ZhXfZIB0gAAAAB9kpzR1jBdAX2SSNQAAHwCfZKc0QAAXQF9kkjUPZLJBn2SnNE9kqwD6pcJxqgyU9TqlwnGAAAx0lZlG8QAACQpt4bXvwAAUCu3hte/dS1zGqltNkgAAJsFt4YsS3UtaQC3hixLAADcAKltNkgLJToDko+2RwAAGjCpbTZICyXNHKltNkgAABYvko+2R1kwYio9pFhDAACoAZKPtkdZMN0Cko+2RwAA8QY9pFhDzDaoAT2kWEMfpFYE6pcJxrSXcgLqlwnGqDJVAiEvtkfGkBKL0yM2SN5uK5gtLCxLHIjsmcoyCca0lymJLSzXvxyI0ZmSj7ZHWTCfCbeG1791LdABt4YsS3UtUwDqlwnGqDKrCKltNkgLJSgHZfE/7gAA6wNl8T/u2vE5CVL9QvgAAAoAIvH//6Xxfxwi8f//AAB7FgAAP+7a8ZSFAABC+N39DIBl8T/u2vHZoCLx//+l8WaoAAD//6XxOaB8VQAAbFX/v9NSLREC+NeABvgtEQL4BaBRNmkpX6KBgH6iaSlfogGgUTZpLF+iAIB+omksX6L/nwb4LREC+I0BBvgtEcJSmAB+omkpNjZcAH6iaSlfovIAfqJpLDY2AAB+omksX6IAAJKPtkfGkP6fTLDnS76xCaAKOudLvrEbmUywab++sf+fCjppv76xPZkNIRvEe2bZl/swAdI9kgCAfZIB0j2S/5/7MEjUPZKKg/swSNQ9koqDfZJI1NYwU9OoOoXse6/jgp5QP+7a8ZSFhK+F7HuvnaqEr4XslTqw02XxP+61UDTSl1RC+N39DICeUD/u2vGUhVL9Qvjd/f+fh1D//6XxOaCHUP//o1D/P4dQ//+l8cVfIvH//6NQFzoi8f//o1B7FlL9Qvi2VAoAUv1C+N39GQBl8T/utVDrA32SSNTWMHwCfZIB0tYwAAB9kgHSPZIAAFZlG8RAIgcako+2R8aQ4wBMsOdLvrEMAkyw50tWO2UATLBpv76xAQFMsGm/VjsuAAo650u+scWiCjppv76x2JsNIRvEe2bnl0yw50tWO5EKTLBpv1Y7pgVWZRvEQCIuAgEd/EUAAP9/Iy9ZPQAA/38BHfxFAAD/fwAA/38AAP9/////f////3////9/////fwAA/3//f///AAD/f2WlUoCccOIKewHh2jwBncDbv0aAPAGdwP+//3/Mv2WAqr+ogNu/RoD///9/ssghuv///3////9/+I4lFTFzDgkKJo6kssghuv///39yoijl////f////3/De176cqIo5QAA/3////9/AAD/f2eF6/sAAP9/CiaOpP///3//f///////fwAA/3+SYZYV+oxWEgAA/38AAP9/AAD/f6UxBB3vMOMdbCkoLWspKC1rKSgt////fwAA/3////9/AAD/fxebd03sL7Egbqw2Vq4ooi6tqFZUbaw2Vv///3////9/////f////39AxiBj071aUf+//38/v3+BtAJZwT+/f4FVAy3bDaXOgdIpky2tKKUu26htVHSruVUitPZNBL31hfEAn6vzAHjAEM5dhtmx6ljpuQJWaLA0WD6voFYWv9CB1sBdg1a8UIcWv9CB/6QigjUBztqgAkPA0pshnByQl9jPeafxMxCm4T9/gPKYwGd7cdOXfULTZn17BBM/qtGBfjgEG8KJBErb+b8KgEymCJDytBmWAAD/f////3+cWVEb071aUf///38AAP9/////f/aFbgj///9/uoNGBf9/////fwAAR6XEgKq/qIDMv2WAW6V3gP+//398pf9/CXuCAxp1tAfee4368oOWBcqC4f3Cdvzz/3////9/AAAAAP9/AAD/f2wpKC0AAP9/AAD/f0wzcxynKbIsriiiLv///38AAP9/aYCVAP///3////9/////f0DGIGPytBmW+b8KgHmlDIA4BBvCtAJZwf+//398pf9/JbJBTnAApNoDAcfa4wA7rFalf4A+1GmAHm0Nt151XNAmciX6qsX1aUDN7nRxADNT") -}, { -"aabb": AABB(-0.984553, -25.1276, -0.95724, 0.1369, 16.7513, 0.138266), -"attribute_data": PackedByteArray("/+f//0z/3i5M/////+feLq3o/////94urejeLv////8="), -"format": 34896613399, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"material": SubResource("StandardMaterial3D_xxxok"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(1.20736, 2.4759, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("AAAAAP7/OYHzU/////+nmfNTAAD+/9uZAAD/////IoH//wAAAADcAP////+AVWAA/////wAAzAD//wAAgFVpAAAA/39nhev7w3te+v///3/zAHjActTdgI6/4IDxAJ+r") -}, { -"aabb": AABB(-0.984553, -35.921, -0.95724, 0.260146, 33.7366, 0.260051), -"attribute_data": PackedByteArray("msj//4utffGkrf//KKB98Sig//9PyH3xi6198aSt//8ooH3xKKD//zp4XMJOjg7bAIpcwjp4Dtt2ug7bja1cwo2tYn52up6Gja1lXHa6ZVwfgnWsv5YQgb+WdawfghCBAMAQgQDAdaw6eA7bMYp2w06ODts6eHbDIK52w3a6DtsooEDVvaj/0yeoQNUooP/T5bn/0yW4QNUluJzg5bkx4CW4SebluUnmKKAjV72oFlG9qCNXKKAWUeW5FlHluSNXKKD/096n3tW9qP/TKKDe1Um33tXluf/T5bkx4Em30ODluUnmSbdJ5ozfVGda6h9aWupUZ4zfH1r3/x9a9/9UZ4zfVGdd6h9ajN8fWl3qVGf//x9a//9UZyigI1e7qBZRKKAWUbuoI1fhuRZR4bkjV4u5NGwFkI+OBZA0bIu5bZYFkEXTi7nd6h+Cday9lhCBH4IQgb2Wdaz5vxCB+b91rA=="), -"format": 34896613399, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAgABAAMAAgADAAQAAAAFAAEAAAAGAAUAAAAHAAYABwAIAAYABwAJAAgACgALAAwACgANAAsADAALAA4ADAAOAA8AEAAPAA4AEAAOABEAEgAQABEAEgARABMAFAAVABYAFAAXABUAFgAVABgAFgAYABkAGgAbABwAGgAdABsAHAAbAB4AHAAeAB8AIAAhACIAIAAjACEAIgAhACQAIgAkACUAJgAlACQAJgAkACcAKAAmACcAKAAnACkAKgArACwAKgAtACsALAArAC4ALAAuAC8AMAAxADIAMAAzADEAMgAxADQAMgA0ADUANgA1ADQANgA0ADcAOAA2ADcAOAA3ADkAOgA7ADwAOgA9ADsAPAA7AD4APAA+AD8AQABBAEIAQABDAEEAQwBEAEEAQwBFAEQARgBHAEgARgBJAEcASQBKAEcASQBLAEoATABNAE4ATABPAE0ATwBQAE0ATwBRAFAAUgBTAFQAUgBVAFMAVQBWAFMAVQBXAFYA"), -"material": SubResource("StandardMaterial3D_jej4e"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(3.92971, 5.52666, 0, 0), -"vertex_count": 88, -"vertex_data": PackedByteArray("//8AAP//PKgn/tYPzlRAAP//AABsVVEWJ/7WDwAAQAD//wAAAABRFif+1g8n/gCg3lTWDyf+WoB8VQAA///6nwAA1g8n/lqAAAAAAP//+p8AAL41X6JofmlDnTmqyWh+UTa+NV+iaH4AAJ05qslofsXJnTmqye5TfqK+NV+i61N+or41NjaUK8XJnTlPQ5MrfqK+NQAAlCvFyZ05AACTKwAAnTmqyZaBaUPVRarJqYFpQ505qsmWgQAA1UWqyamBxcnVRarJFqDFyZ05qskUoAAA1UWqyamB5jZfSR+kTIJpQ9VFqsmpgQAAX0kfpEyCPaRfSR+kNKDFydVFqskWoAAAwte0l3mFeza22N2i1YHKMsLXtJeOgwAAttjdotWB/qK22N2i+avql8LXtJfxq+qXwteoMkHU/qK22GA2SdTql8LXAAAx0v6ittgAAEnUAAC22N2i1YF7Ngfj3aLxgXs2ttjdotWBAAAH492i8YH+ogfj3aIdoP6ittjdohqgAAAH492iDX77MF7kPZINfns2B+Pdog1+AABe5D2SDX59kl7kPZIFVP6iB+Pdog9U/qIH42A2xSt9kl7k1jDFK/6iB+MAAMYrfZJe5AAAxSsAAMLpx8qKg7BD///HyoSCsEPC6cfKioMAAP//x8qEgp3K///HyjGgncrC6cfKXqCdysLpAAB8Ap3K//+uQ8UBncr//wAAxQGdysLprkN8Ap3K///Hym4EncrC6cfKGAb+orbYAABJAf6iB+NgNl0B/qIH4wAAXQH+orbYYDZJAf6iB+PdonYD/qK22N2iRgPFydVFAABg1D2kX0nMNv3TPaRfSQAA/dPFydVFT0Ng1D2kX0kfpNfCxcnVRarJLcPFyZ05AAAfAcXJ1UVPQywBxcnVRQAALAHFyZ05T0MfAcXJ1UWqyfsCxcmdOarJ2wIjL1k9279GgPMV+Mrbv0aA8xX4ypaCqQP///9/AAD/f////38AAP9/AQD/fwUA/38AAP9/DAD/f2MzRhk+M3YZGyrIKxsqyCsbKsgrGyrIKxcA/3/+//9/CwD/f////3/QikkPSnFoCv///3////9/////f////3/4jiUV0IpJDwAA/38AAP9/CiaOpAAA/38oM8IZ+DO4GOopiC0GKvIrrSilLgYq8isAAP9/////fwAA/3////9/U4xqEWZvvwv///9/////f////3////9/PpoqTfiZ8EwFrAJWBqwDVgWsAlYGrANWAAD/f////38AAP9/////fzuPgxUOZNATtAJZwQe/74EHv++BtAJZwfmkLYL+AiXbagG0wD+/f4E/v3+BagG0wA+ltIGdAena1avqVVGsKFZRrChW1avqVeCfRWTXnnZjPAGdwFm/SoFZv0qBPAGdwB2leIFoAd3a") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_g07id") - -[sub_resource type="ArrayMesh" id="ArrayMesh_c5aya"] -_surfaces = [{ -"aabb": AABB(0.755518, -35.921, -0.95724, 0.260146, 36.7557, 0.260051), -"format": 34896613377, -"index_count": 456, -"index_data": PackedByteArray("AAABAFUAAAADAAEAVQABAAQABQAAAFUAVQAEAAIABQBVAAYABgBVAAIABgACAAcADwBWAAgACAAJAAoACABWAAkAVgALAAkAVgBXAAsAVwANAAsADwBYAFYAWABXAFYADwBZAFgADwASAFkAEgAUAFkAEgATABQAWQAUABUAWQAVAFoAWABZAFoAWgAVABYAWABbAFcAWABaAFsAVwBcAA0AWwBcAFcAXAAOAA0AXAAMAA4AWgAWAF0AWwBaAF0AXQAWABcAXQAXABEAWwBdAF4AWwBeAFwAXgBdABEAXgAMAFwAXgARABAAXgAQAAwAGAAZABoAGAAbABkAGQAcABoAGQAeABwAHAAeAB8AHAAfACAAXwAeABkAXwAfAB4AGwBgABkAGwAdAGAAKABgAB0AGQBgAGEAGQBhAF8AKAAnAGAAJwBhAGAAKQAnACgAKQArACcAKwAsACcAKwAtACwALQAuACwAJwAsAC4ALQAvAC4AJwAuAGIAJwBiAGEAYgAuADAAYgBjAGEAXwBhAGMAYgAwAGQAYgBkAGMAZAAwAGUAMgBlADAAMgAxAGUAKgBlADEAZABlACoAKgAxADMAZAAqACEAZAAhAGMAZgBjACEAXwBjAGYAZgAfAF8AZgAhACIAZgAjAB8AIgAjAGYAIgBnACMAJAAjAGcAJgBnACIAJABnACUAJgAlAGcANABoADYANAA1AGgANgBoAGkANgBpADcANwBpADgANwA4ADkAaQA6ADgANQBqAGgANQA8AGoAPQBqADwAaAA7AGkAaQA7ADoAaABqADsAPQBrAGoAawA7AGoAQgBrAD0AQgBBAGsAawBsADsAbAA6ADsAQQBsAGsAbAA/ADoAQQA+AGwAPgA/AGwAPgBAAD8AQwBtAEUAQwBEAG0ARQBtAG4ARQBuAEYARABvAG0ARABJAG8AUgBvAEkAbQBvAEcAbQBHAG4AUgBwAG8AcABHAG8AUwBwAFIAUwBUAHAAVABxAHAAcABxAEcAVABRAHEAbgBHAHIAcQByAEcAUQBzAHEAcQBzAHIAUQBQAHMAbgByAHQARgBuAHQARgB0AEgAdAByAEoAcwBKAHIASAB0AHUAdABKAHUASAB1AEsAcwB2AEoAUAB2AHMAdQBKAHYAUABMAHYASwB1AHcAdQB2AHcAdwB2AEwASwB3AE0AdwBMAE4ATQB3AE4ATQBOAE8A"), -"lods": [0.0710791, PackedByteArray("AAABAAIAAAADAAEAAgABAAQABQAAAAIABQACAAYABgACAAcACAAJAAoACAALAAkACAAMAAsADAANAAsADAAOAA0ADwAMAAgADwAQAAwADwARABAADwASABEAEgATABQAEgAUABUAEgAVABEAEQAVABYAEQAWABcAGAAZABoAGAAbABkAGQAcABoAGwAdABkAGQAeABwAHAAeAB8AGQAfAB4AHAAfACAAGQAdACEAIgAfABkAGQAhACIAIgAjAB8AJAAjACIAJAAiACUAJgAlACIAJwAhAB0AKAAnAB0AKQAnACgAJwAqACEAKQArACcAKwAsACcAKwAtACwALQAuACwAJwAsAC4ALQAvAC4AJwAuADAAJwAwACoAKgAwADEAMgAxADAAKgAxADMANAA1ADYANgA1ADcANwA4ADkANwA6ADgANQA7ADcANwA7ADoANQA8ADsAPQA7ADwAPgA6ADsAPQA+ADsAPgA/ADoAPgBAAD8AQQA+AD0AQgBBAD0AQwBEAEUARQBEAEYARABHAEYARgBHAEgARABJAEcASABHAEoASABKAEsASwBKAEwASwBMAE0ATQBMAE4ATQBOAE8AUABMAEoAUABKAEcAUQBQAEcAUQBHAEkAUgBRAEkAUwBRAFIAUwBUAFEA")], -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 120, -"vertex_data": PackedByteArray("AAAAAGxVAACCqgAA//8AAP//AABsVQAAAAAAAP//AAD//wAA//8AAAAAAAAAAAAAgqoAAAAAAAD//wAAAAAAACCriQ4n/gAA//8tEQL4AAD//4kOJ/4AAP//aSlfogAArclUMV+iAAD//2ksX6IAAP//VDFfogAA1wGJDif+AACAXVQxX6IAAIBdVDE2NgAA1wGJDs5UAADXAYkOAAAAAPgHLREAAAAAgF1pKQAAAACAXWksAAAAAIBdVDEAAAAA//9YQx+kAADd0LZHxpAAAP//tkfGkAAAGMlYQx+kAAD//zZI3m4AAMFbWEMfpAAAK9w2SN5uAADR0yxLHIgAAP//LEsciAAAFGgJxrSXAAA0zQnGtJcAANHT178ciAAA///XvxyIAAD//xvEe2YAAP//Cca0lwAAbHC2R1kwAADBW1hDzDYAAMFbWEMAAAAAFGgJxqgyAABscLZHAAAAAFWSNkgLJQAAVZI2SAAAAABHeSxLdS0AAEd5LEsAAAAAR3nXv3UtAAComhvEAAAAAEd5178AAAAAFGgJxgAAAAD//5zRPZIAAAPPnNE9kgAA//8B0j2SAAD//0jUPZIAAE68j9bHygAA//+P1sfKAABhNY/Wx8oAAIFtSNQ9kgAAgW2c0T2SAACBbZzR1jAAAIFtSNQAAAAAYTWP1q5DAABhNY/WAAAAAIFtAdIAAAAAgW2c0QAAAAD///jqx8oAAE68+OrHygAA//+F7HuvAAD//z/u2vEAAJkOP+7a8QAA//9C+N39AABhNfjqx8oAANwO//+l8QAA/////6XxAADcDv//AAAAAP////+jUAAAd6///wAAAAD/////AAAAAKwCQvgAAAAAmQ4/7gAAAABhNfjqrkMAAGE1+OoAAAAAelCF7AAAAACCqgAAbFUAACutLREC+AAArclpKV+iAAD4By0RAvgAAPgHLRHCUgAAgF1pKTY2AACAXWkpX6IAAK3JaSxfogAAgF1pLDY2AACAXWksX6IAAPTF50u+sQAAbHC2R8aQAACyT+dLvrEAALJP50tWOwAAsk9pv76xAACyT2m/VjsAAKiaG8RAIgAA9MVpv76xAADx3hvEe2YAAAPPAdI9kgAAA89I1D2SAACBbQHSPZIAAIFtAdLWMAAAgW1I1NYwAABWxYXse68AAGCvP+7a8QAAelCF7HuvAAB6UIXslToAAJkOP+61UAAArAJC+N39AACsAkL4tlQAAGerQvjd/QAAd6///6XxAADcDv//o1AAAHev//+jUAAA") -}, { -"aabb": AABB(0.878764, -25.1276, -0.95724, 0.1369, 16.7513, 0.138266), -"format": 34896613377, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("//8AAP7/AAALrP////8AAP///////wAAC6wAAP7/AAAAAAAAAAAAAAAA//+AVQAAAAAAAIBVAAAAAP//AAAAAA==") -}, { -"aabb": AABB(0.755518, -35.921, -0.95724, 0.260146, 33.7366, 0.260051), -"format": 34896613377, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAAACAAMAAAAEAAEABAAFAAEABAAGAAUAAAADAAcABwADAAgABwAIAAkACgALAAwACgANAAsADAALAA4ADAAOAA8ADwAOABAADwAQABEADgASABAADQATAAsADQAUABMAFQATABQACwAWAA4ADgAWABIACwATABYAFQAXABMAFwAWABMAGAAXABUAGAAZABcAFwAaABYAGgASABYAGQAaABcAGgAbABIAGQAcABoAHAAbABoAHAAdABsAHgAfACAAHgAhAB8AIAAfACIAIAAiACMAIwAiACQAIwAkACUAIgAmACQAIQAnAB8AIQAoACcAKQAnACgAHwAqACIAIgAqACYAHwAnACoAKQArACcAKwAqACcALAArACkALAAtACsAKwAuACoALgAmACoALQAuACsALgAvACYALQAwAC4AMAAvAC4AMAAxAC8AMgAzADQAMgA1ADMANQA2ADMANQA3ADYAOAA2ADcAOAA5ADYAOgA5ADgAOgA7ADkA"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 60, -"vertex_data": PackedByteArray("AAAAAP//AADXAdYPzlQAANcB1g8n/gAAIKvWDyf+AAAAAAAAbFUAANcB1g8AAAAAAAAAAAAAAACCqgAA//8AAP//1g8n/gAA//8AAP//AAD//741X6IAAJW8nTmqyQAA//+dOarJAACtyb41X6IAAJW81UWqyQAA///VRarJAAAYyV9JH6QAAP//X0kfpAAAwVtfSR+kAAA5Np05qskAAIBdvjVfogAAgF2+NTY2AAA5NtVFqskAADk2nTlPQwAAgF2+NQAAAAA5Np05AAAAADk21UVPQwAAwVtfScw2AAA5NtVFAAAAAMFbX0kAAAAA///C17SXAACDybbY3aIAAP//ttjdogAANM3C17SXAACDyQfj3aIAAP//B+PdogAAA89e5D2SAAD//17kPZIAAIFtXuQ9kgAAAF222N2iAAAUaMLXtJcAABRowteoMgAAAF0H492iAAAAXbbYYDYAABRowtcAAAAAAF222AAAAAAAXQfjYDYAAIFtXuTWMAAAAF0H4wAAAACBbV7kAAAAAP//wunHygAATrz//8fKAAD/////x8oAAE68wunHygAAYTX//8fKAABhNcLpx8oAAGE1wumuQwAAYTX//65DAABhNcLpAAAAAGE1//8AAAAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_pj3dv"] -resource_name = "37_A2_CORRIDOR_B_Cube_009" -_surfaces = [{ -"aabb": AABB(0.755518, -35.921, -0.95724, 0.260146, 36.7557, 0.260051), -"attribute_data": PackedByteArray("//+M6HbQ7dKyuIzo///t0rK47dL//1zzdtBc87K4XPNK0P//srgG/bK4//+yuJDnxsdy3rK4HOSyuHLee////+7lct7Ex3Le6OVy3krQ//+yuP//srgG/bK4kOeyuBzksrhy3rK4sMnFxafEVLinxO/HsMlr5rDJ++KMUsrGjFLFxQbhVLhT5VS4BuGewlPlVLgUxPLEq8BUuKvAnsIUxFS4H+LKxiXgVLhj5rK4JeDyxB/isrg1SknGNUqyuOxJsrhISHjhSEh44TVKsrjX4IDLrNmyuKzZHfGs2Xjh1+B44VzzHfHM6h3xXPOyuKzZgMus2bK4It2yuLjU7fu41B3xrNnt+1zzHfHM6h3xXPOP6Vzzsrgo6RXPXPOyuFzz2vtc87K4v9Ta+7/UsrjsSbK4SEhExjVKsrg1SmnhSEhp4TVK++L07OHUXPP74lzzL96d7S/eXPOyuBTEU8WrwPvCFMSyuKvAp+Bc8zPXru6n4D/tM9dc87K4sMkhxqfE7cewybK4p8Rk5rDJ7uKMUsbGjFIA4afElt6rwI3XFMTu4oxSlt4CV6fgp8Qv3gJX++KMUi/eq8Az1xTEsriTNbK4XS4O/JM1//vKKLK4yiiyuJM17fuTNbK4XS7a+8oosrjKKHbQjOi4zwb9xv0G/cbHkOfu5ZDnxscc5O7lHOS4zwb9xf0G/cTHkOfo5ZDnxMcc5OjlHOSn4KfEx+nUv8/I1L/H6VJXz8hSV9jBY+ZJxuxJScZISHjh7ElJxtfgeOEw7fzIIt0bz7jUj+ki3Y/p8+vt+yXpNtBdLhvPkzUVz8ooQP9dLhXPKOkVz7/U2vso6SHPyihD0F0uZ/9dLibPkzVExkhIRMbsSWnh7Enh1AnvAOGnxDDq1L8xydS/MOpSVzHJUlcw6tS/MOpSVzfV71PH6dS/x+lSV+HU71M="), -"format": 34896613399, -"index_count": 456, -"index_data": PackedByteArray("AAABAHkAAAADAAEAeQABAAQABQAAAHkAeQAEAAIABQB5AAYABgB5AAIABgACAAcADwB6AAgACAAJAAoACAB6AAkAegALAAkADwB7AHoAegB8AAsAewB8AHoAfAANAAsAewB9AHwAfAB+AA0AfQB+AHwAfgAOAA0AfQB/AH4AfgAMAA4AfwAMAH4AfwAQAAwADwATAIAADwCAAIEAEwAVAIAAEwAUABUAgAAVABYAgQCAAIIAgAAWAIIAgQCCAIMAggAWABcAgwCCAIQAggAXAIQAhAAXABgAgwCEAIUAhAAYABEAhQCEABEAhQARABIAGQAaABsAGQAcABoAHACGABoAHAAdAIYAGgCGAIcAGgCHAIgAiACHAIkAiACJAIoAigCJAB4AigAeAB8AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKACLACoAKAAsAIsAKwAqAIsAKwCLACkALQCMAC8ALQAuAIwALwCMAI0ALwCNADAAjAAxAI0AjACOADEALgCOAIwALgAyAI4AMwA0ADUAMwCPADQAjwA2ADQAjwA3ADYAkAA2ADcAkAA5ADYAOAA5AJAAOAA6ADkAOwCRAD0AOwA8AJEAPQCRAJIAPQCSAD4AkQA/AJIAPACTAJEAkQCTAD8APABAAJMAQgCTAEAAlAA/AJMAQgCUAJMAQwCUAEIAlACVAD8AQwBEAJQARACVAJQARABBAJUAdACWAHYAdACXAJYAdgCWAJgAdgCYAHgAlgB3AJgAlgCZAHcAlwCZAJYAlwB1AJkASQCaAEUASQCbAJoARQCaAEYARQBGAEcAmgBIAEYAmgCcAEgAmwCcAJoAmwBKAJwAcACdAJ4AcABzAJ0AngCdAHIAbwBwAJ4AngByAJ8AbwCeAKAAoACeAJ8AoACfAHEASwChAKIASwBMAKEAogChAE8ATgBLAKIAogBPAKMATgCiAE0ATQCiAKMATQCjAFAAUQBSAFMAUQCkAFIAVQBSAKQAVQCkAFQAVgBXAFgAVgBZAFcAWgBbAFwAWgBdAFsAXgBfAGAAXgBhAF8AYABfAKUAYAClAGIAXwCmAKUAXwCnAKYApwCoAKYApwCpAKgAqQBjAKgAqQBkAGMAqgBnAGUAqgBmAGcAqwBmAKoAqwBpAGYAaABpAKsAaACsAGkArQBrAK4ArgBrAK8ArgCvAGwArQBtAGsAagBtAK0AagBuAG0A"), -"lods": [0.0710791, PackedByteArray("AAABAAIAAAADAAEAAgABAAQABQAAAAIABQACAAYABgACAAcACAAJAAoACAALAAkACAAMAAsADAANAAsADAAOAA0ADwAMAAgADwAQAAwADwARABIADwATABEAEwAUABUAEwAVABYAEwAWABEAEQAWABcAEQAXABgAGQAaABsAGQAcABoAHAAdABoAGgAdAB4AGgAeAB8AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKAApACoAKwAqACkAKAAsACkALQAuAC8ALwAuADAALgAxADAALgAyADEAMwA0ADUAMwA2ADQAMwA3ADYAOAA2ADcAOAA5ADYAOAA6ADkAOwA8AD0APQA8AD4APAA/AD4APABAAD8AQQA/AEAAQgBBAEAAQwBBAEIAQwBEAEEARQBGAEcARQBIAEYASQBIAEUASQBKAEgASwBMAE0ATgBLAE0ATQBMAE8ATQBPAFAAUQBSAFMAUQBUAFIAVQBSAFQAVgBXAFgAVgBZAFcAWgBbAFwAWgBdAFsAXgBfAGAAXgBhAF8AYABfAGIAXwBjAGIAXwBkAGMAZQBmAGcAaABmAGUAaABpAGYAagBrAGwAagBtAGsAagBuAG0AbwBwAHEAcAByAHEAcABzAHIAdAB1AHYAdgB1AHcAdgB3AHgA")], -"material": SubResource("StandardMaterial3D_l2f0d"), -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(2.22908, 4.9004, 0, 0), -"vertex_count": 176, -"vertex_data": PackedByteArray("AAAAAGxVVxaCqgAA//8AAP//AABsVQAAAAAAAP//dgn//wAA//8AAAAAAAAAAFcWgqoAAAAAAAD//wAAAAAAACCriQ4n/gAA//8tEQL4AAD//4kOJ/4AAP//aSlfogAArclUMV+iAAD//2ksX6IAAP//VDFfogAA1wGJDif+AqCAXVQxX6I+AYBdVDE2NgPAgF1UMV+iN6DXAYkOzlT/v9cBiQ4AAP+/+ActEQAAAMCAXWkpAAD/v4BdaSwAAP+/gF1UMQAAA8D//1hDH6QAAN3QtkfGkCsA//+2R8aQAAAYyVhDH6QAAMFbWEMfpMoBFGgJxrSXAwE0zQnGtJcNAN3QtkfGkNP///82SN5u/////7ZHxpD//yvcNkjebjH+//82SN5uAADR0yxLHIhJAP//LEsciAAAK9w2SN5uzQH//9e/HIj//zTNCca0lw0A//8bxHtmAAD//wnGtJcAANHT178ciLn///+c0T2SAAADz5zRPZIAAP//AdI9kgAA//9I1D2SAACBbUjUPZLJAoFtnNE9koQB//9I1D2SAABOvI/Wx8oAAP//j9bHygAAYTWP1sfKehuBbUjUPZKIG4FtSNQAAJooYTWP1q5DmyhhNY/WAACbKP//+OrHyv//Trz46sfK/////4Xse68AAP//P+7a8QAAmQ4/7trxYxphNfjqx8rv45kOP+4AAGQnYTX46q5DytZhNfjqAADK1npQhewAALDT/////6NQ//93r///AAD///////8AAP//3A7//wAA0en/////pfH//9wO//+l8X/2gW0B0gAA/7+BbUjUAAASwIFtnNHWMAXAgW2c0QAABcCBbUjUPZIfoYFtnNE9klWgFGgJxqgyCCiomhvEAADW0xRoCcYAAGInR3nXv3UtiuVHede/AAD81VWSNkgAAGHAR3ksS3Ut1tlVkjZICyWr1kd5LEsAAAHAbHC2RwAAOdtVkjZICyV442xwtkdZMPPYVZI2SAAADNrBW1hDAAAHwGxwtkdZMGXDwVtYQ8w2B8BscLZHAACWwMFbWEMfpHigFGgJxrSXKKAUaAnGqDJswd3QtkfGkLMJ0dMsSxyI0gEr3DZI3m74BTTNCca0l3AI0dPXvxyIzwJscLZHWTBuxEd51791LenZFGgJxqgyR8JHeSxLdS3V2VWSNkgLJUPXmQ4/7gAAL8CsAkL4AAD/v5kOP+7a8Qmi3A7//6Xx4bHcDv//AAAQxv//P+7a8QAAmQ4/7trxwAP//0L43f0AANwO//+l8X8J/////6XxAACCqgAAbFUAACutLREC+AAA+ActEQL4pACtyWkpX6IAAIBdaSlfomQArclpLF+iAACAXWksX6IAAPgHLRHCUgDA+ActEQL4DqCAXWkpNjb/v4BdaSlfogWggF1pLDY2/7+AXWksX6L/n2xwtkfGkF4Ask/nS76x2QD0xedLvrFDALJPab++sWoA9MVpv76xIgDx3hvEe2aPAAPPAdI9kgAAA89I1D2SAACBbQHSPZIAAAPPSNQ9kgAAgW1I1NYwmyhWxYXse68AAGCvP+7a8QAAelCF7HuvTxp6UIXslTr8KJkOP+61UGQnZ6tC+N39AABgrz/u2vEAAHev//+l8QAArAJC+N39CgB3r///o1D//3ev//+l8f//3A7//6NQ0encDv//o1AQxqwCQvi2VP+/rAJC+N39/5+ZDj/utVAvwIFtSNTWMBLAgW0B0tYw/7+BbQHSPZL/n6iaG8RAIsXibHC2R8aQAaCyT+dLvrEYoLJP50tWOxXZsk9pv76xAqCyT2m/VjtI2fTF50u+sUQX9MVpv76xYAvx3hvEe2akAbJP50tWO8bask9pv1Y7w9momhvEQCIa2PvKBur/f4Za/3//P2jhfuj/f4Za+8oG6v9//z//f/8//3+NgP9/T4H/f42A/3/LgP9/jH3/f/9//3+MfRKBVfx6/JjbMXuX/ahwfvuMgOT+jIDk/kuBZv3JgGr+/3/+/zF7l/3/f4KDAgbBBP9/yI3/f4KDFlwHhR39YNv9gRh7AgbBBP9/Xov/f8iNoQeZGv9/Xotcn+l+/38ZfqEHmRr/f8KB/YEYe/9/Lnz/f+13CQEtH/9/+4L/f/uC/3//f/9/qnpD+A3d11tGhP9/qnr/f6p6/3+qeg/uT+F37anhH9S/1x7UwNce1MDX/3/Wg/9/1oP/f5x7/3/HdwDssOKTYNiQb9Mf2Q9Xh6sPV4arTFOlqf9//7//f/+//3//vy1qFrX/f7KlsGjknv9////Sdej65YIz+uWCM/r1YR/3XIW87ZTTPNd8U72pbdMh2fZNIrQdVg6rdIoU6+F9lv5CiZDxSHwj/vVb+K0YVsu5mFcirrZaWq17gwf5CoZi9HuDB/l9jAPnLYb66jlzP/xkdhz7eoVrhTGfTH65mwqFrgR//Wifyn+ceOnnfnx2+QKXifgjfJX7531n8qRwUfgVgNH/alrS9BiYjbkencHF/3/Hd6f1Et7/fxSAsGjknv9/sqX/f/8//39PgRBb14H/f8uA2Foggf9//3+CWv9/S4Fm/XeCkvfJgGr+ioG5+v9/////f///7/7V2pP9Ptuinvd+4FoygYUA6B4Hna99/3//f/9/qnqCWv9//3+qeh/UwNf/f5x7/3/Hd8bu8+BX1FDXb9Mf2f9/FID/f8d3/3+ypYtaHoD/f/+//3+ypS1qFrUencHFFoDR/yuAaf+kcFH40nXo+v9/////f///E01Vswl7iv4edc78+H2p/qKBaPqfgAz/VpxHdh2eA3yAAbvib2Qg1/5wv+hohFb/") -}, { -"aabb": AABB(0.878764, -25.1276, -0.95724, 0.1369, 16.7513, 0.138266), -"attribute_data": PackedByteArray("/+f//0z/3i7/594uTP///63o/////94u/////63o3i4="), -"format": 34896613399, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"material": SubResource("StandardMaterial3D_xxxok"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(1.20736, 2.4759, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("//8AAP7/AAALrP////9FAP///////wAAC6wAAP7/SQAAAAAAAAABwAAA//+AVdzZAAAAAIBV1tkAAP//AAABwP9/GX4JAS0f/3/CgVyf6X5IfCP+SoEN/uF9lv65gYv8") -}, { -"aabb": AABB(0.755518, -35.921, -0.95724, 0.260146, 33.7366, 0.260051), -"attribute_data": PackedByteArray("msj//4utffFPyH3xi6198aSt//8ooH3xKKD//6St//8ooH3xKKD//zp4XMJOjg7bOngO2wCKXMJ2ug7bja1cwo2tYn52up6Gja1lXHa6ZVwfgnWsv5YQgR+CEIG/lnWsAMAQgQDAdaw6eA7bMYp2wzp4dsNOjg7bIK52w3a6DtsooEDVvaj/0yig/9MnqEDV5bn/0yW4QNUluJzg5bkx4CW4SebluUnmKKAjV72oFlEooBZRvagjV+W5FlHluSNXKKD/096n3tUooN7Vvaj/00m33tXluf/T5bkx4Em30ODluUnmSbdJ5ozfVGda6h9ajN8fWlrqVGf3/x9a9/9UZ4zfVGdd6h9aXepUZ4zfH1r//x9a//9UZyigI1e7qBZRu6gjVyigFlHhuRZR4bkjV4u5NGwFkI+Oi7ltlgWQNGwFkEXTi7nd6h+Cday9lhCBvZZ1rB+CEIH5vxCB+b91rA=="), -"format": 34896613399, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAAACAAMAAAAEAAEABAAFAAEABAAGAAUAAAADAAcABwADAAgABwAIAAkACgALAAwACgANAAsADQAOAAsADQAPAA4AEAAOAA8AEAARAA4AEgARABAAEgATABEAFAAVABYAFAAXABUAFwAYABUAFwAZABgAGgAbABwAGgAdABsAHQAeABsAHQAfAB4AIAAhACIAIAAjACEAIwAkACEAIwAlACQAJgAkACUAJgAnACQAKAAnACYAKAApACcAKgArACwAKgAtACsALQAuACsALQAvAC4AMAAxADIAMAAzADEAMwA0ADEAMwA1ADQANgA0ADUANgA3ADQAOAA3ADYAOAA5ADcAOgA7ADwAOgA9ADsAPQA+ADsAPQA/AD4AQABBAEIAQABDAEEAQgBBAEQAQgBEAEUARgBHAEgARgBJAEcASABHAEoASABKAEsATABNAE4ATABPAE0ATgBNAFAATgBQAFEAUgBTAFQAUgBVAFMAVABTAFYAVABWAFcA"), -"material": SubResource("StandardMaterial3D_jej4e"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(3.92971, 5.52666, 0, 0), -"vertex_count": 88, -"vertex_data": PackedByteArray("AAAAAP//dgnXAdYPzlT/v9cB1g8n/kQAIKvWDyf+AAAAAAAAbFX6xdcB1g8AAP+/AAAAAAAA+sWCqgAA//8AAP//1g8n/gAA//8AAP//AAD//741X6L//5W8nTmqyf////+dOarJ//+tyb41X6L//zk2nTmqyWrjgF2+NV+iaOOAXb41NjZB1jk2nTlPQ0DWgF2+NQAAQdY5Np05AABA1v//nTmqyQAAlbzVRarJAAD//9VFqskAAJW8nTmqyQAAOTbVRarJOwE5Np05qskuAf//1UWqyQAAGMlfSR+kAAD//19JH6QAAJW81UWqyQAAwVtfSR+kygE5NtVFqsk7Af//wte0lwAAg8m22N2iAAD//7bY3aIAADTNwte0lw0AAF222N2icRwUaMLXtJdqHBRowteoMvUnAF222GA2mykUaMLXAABiJwBdttgAAJsp//+22N2iAACDyQfj3aIAAP//B+PdogAAg8m22N2iAAAAXQfj3aJuAQBdttjdoloB//8H492i//8Dz17kPZL/////XuQ9kv//g8kH492i//+BbV7kPZKV4wBdB+Pdop3jAF0H42A2dNaBbV7k1jB01gBdB+MAAHTWgW1e5AAAdNb//8Lpx8oAAE68///HygAA/////8fKAABOvMLpx8oAAGE1///HytMBYTXC6cfKgQJhNcLpAAASwGE1//+uQwnAYTXC6a5DEsBhNf//AAAJwGE1///HynmgYTXC6cfK5aAAXbbYAAAEwABdB+NgNgXAAF222GA2BMAAXQfjAAAFwABdB+PdokigAF222N2iQaA5NtVFAACyKcFbX0nMNkwpOTbVRU9DsinBW19JAABMKcFbX0kfpLk2OTbVRarJITc5Np05AAADwDk21UVPQwPAOTadOU9DA8A5NtVFAAADwDk21UWqyTegOTadOarJMqBo4X7ojIDk/r1axoD/f42ABkYC44yA5P4GRgLj/3+GWv9/jYD/f4Za/3+Mff9/jH3/f4x9/3+MfTHw3t8R8PHfx9Ru1sfUbtbH1G7Wx9Ru1v9/jH3/f46C/3+Ogv9/jH2WW36DpfyK2/9/joL/f4KD/3+Cg/9/joIWXAeFllt+g/9/7Xf/fy59/38uff2BGHvq7w/gmfCg36vTMNey1JfWbtMh2bLUl9b/fy59/3/7gv9/+4L/fy59xVsJhCv8stv/f/uC/3/7gv9/+4L/f/uCP2BkkCVgM5CrVlWrq1ZVq6tWVKurVlWr/3+qev9/1oP/f9aD/3+qeiNcIIUG+cnc0nXo+rSDlfjSdej6tIOV+EmGmupWZNf3hHpB/eWCM/qEekH95YIz+heFo+5zbyT7fFY9q/RWeat8Vj2r9FZ5q6BlUp6yZIGdMXuX/YGC+voxe5f9gYL6+niEv/BTcbH7") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_c5aya") - -[sub_resource type="ArrayMesh" id="ArrayMesh_c82nn"] -_surfaces = [{ -"aabb": AABB(0.755518, -35.921, 0.782753, 0.260146, 36.7557, 0.260051), -"format": 34896613377, -"index_count": 456, -"index_data": PackedByteArray("AAABAAIAAABVAAEAVQAFAAEABABVAAAAVQAGAAUABAADAFUAAwAGAFUAAwAHAAYADwBWAFcADwAIAFYACAAKAFYACAAJAAoAVgAKAAsAVgALAFgAVwBWAFgAWAALAA0ADwBXAFkADwBZABIAEgBZABYAEgAWABcAWQAVABYAWQBaABUAVwBaAFkAWgAUABUAVwBYAFsAVwBbAFoAWgBcABQAWwBcAFoAXAATABQAXAARABMAXQARAFwAWwBdAFwAXQAQABEAXQAMABAAWwBeAF0AXQBeAAwAWwBYAF4AXgAOAAwAWAANAF4AXgANAA4AGAAZABoAGAAbABkAGQAbAB0AGgAZAF8AGgBfABwAKAAcAF8AGQAdAB8AKABfACcAKQAoACcAKQAnACoAHQAgAB8AHQAhACAAYAAZAB8AYAAfACAAGQBhAF8AGQBgAGEAJwBfAGEAKgAnACsAKgArACwALAArAC0AJwAtACsALAAtAC4AJwBiAC0AJwBhAGIAYgAvAC0AYgBhAGMAYABjAGEAYgBkAC8AYgBjAGQAZABlAC8AMQAvAGUAMQBlADIAMAAyAGUAZAAwAGUAMAAzADIAZAAeADAAZABjAB4AZgAeAGMAYABmAGMAZgBgACAAZgAiAB4AZgAgACMAIgBmACMAIgAjAGcAJgBnACMAJAAiAGcAJgAlAGcAJABnACUANABoADYANAA1AGgANgBoAGkANgBpADwAPQA8AGkANQBqAGgANQA3AGoANwA5AGoANwA4ADkAagA5ADoAaABqADsAagA6ADsAaAA7AGkAPQBpAGsAawBpADsAQgA9AGsAQgBrAEEAawA7AGwAbAA7ADoAQQBrAGwAbAA6AD8AQQBsAD4APgBsAD8APgA/AEAAQwBtAEUAQwBGAG0ARQBtAG4ARQBuAEcASgBHAG4ARgBvAG0ARgBEAG8AbQBIAG4AbQBvAEgASgBuAHAAcABuAEgASwBKAHAASwBwAEwATABwAHEAcABIAHEATABxAE0AbwByAEgAcQBIAHIARABzAG8AbwBzAHIARABJAHMATQBxAHQAcQByAHQATQB0AE4AcwBPAHIAdAByAE8ASQB1AHMAcwB1AE8ASQBQAHUAdABPAHYATgB0AHYAdQB2AE8ATgB2AFEAUAB3AHUAdQB3AHYAdwBRAHYAUABTAHcAdwBSAFEAUwBSAHcAUwBUAFIA"), -"lods": [0.0650504, PackedByteArray("AAABAAIAAAADAAEABAADAAAAAwAFAAEAAwAGAAUAAwAHAAYACAAJAAoACAAKAAsACAALAAwADAALAA0ADAANAA4ADwAIAAwADwAMABAADwAQABEADwARABIAEQATABQAEQAUABUAEgARABUAEgAVABYAEgAWABcAGAAZABoAGAAbABkAGgAZABwAGQAbAB0AGQAeABwAGQAdAB8AHQAgAB8AGQAfACAAHQAhACAAIgAZACAAGQAiAB4AIgAgACMAJAAiACMAJAAjACUAJgAlACMAJwAcAB4AKAAcACcAKQAoACcAKQAnACoAKgAnACsAKgArACwALAArAC0AJwAtACsALAAtAC4AJwAvAC0AJwAeADAAJwAwAC8AMQAvADAAMQAwADIAMAAzADIANAA1ADYANQA3ADYANwA4ADkANwA5ADoANgA3ADsANwA6ADsANgA7ADwAPQA8ADsAPgA7ADoAPQA7AD4APgA6AD8APgA/AEAAQQA9AD4AQgA9AEEAQwBEAEUAQwBGAEQARQBEAEcARABIAEcARABJAEgASgBHAEgASwBKAEwATABKAE0ASgBIAE0ATQBIAE4ASQBPAEgATgBIAE8ASQBQAE8ATgBPAFEAUABRAE8AUABSAFEAUABTAFIAUwBUAFIA")], -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 120, -"vertex_data": PackedByteArray("AAAAAJKqAACCqgAAAAAAAAAAAAAAAAAAgqoAAP//AAAAAAAA//8AAP//AAAAAAAA//8AAJKqAAD//wAA//8AACCriQ7XAQAA//+JDtcBAAD//y0R/AcAAP//aSmfXQAArclUMZ9dAAD//2ksn10AAP//VDGfXQAA1wGJDtcBAACAXVQxn10AAIBdVDHIyQAA1wGJDjCrAACAXVQx//8AAIBdaSz//wAAgF1pKf//AAD4By0R//8AANcBiQ7//wAA//9YQ99bAADd0LZHOG8AABjJWEPfWwAA//+2RzhvAADBW1hD31sAAP//NkggkQAAFGgJxkpoAAAr3DZIIJEAANHTLEvidwAA//8sS+J3AAA0zQnGSmgAANHT17/idwAA//8JxkpoAAD//xvEg5kAAP//17/idwAAbHC2R6XPAADBW1hDMskAAMFbWEP//wAAbHC2R///AABVkjZI89oAAFWSNkj//wAAR3ksS4nSAABHeSxL//8AAEd517+J0gAAFGgJxlbNAABHede///8AAKiaG8T//wAAFGgJxv//AAD//5zRwW0AAP//AdLBbQAAA8+c0cFtAAD//0jUwW0AAP//j9Y3NQAATryP1jc1AABhNY/WNzUAAIFtSNTBbQAAgW2c0cFtAACBbZzRKM8AAIFtSNT//wAAYTWP1lC8AABhNY/W//8AAIFtAdL//wAAgW2c0f//AAD///jqNzUAAP//P+4kDgAATrz46jc1AAD//4Xsg1AAAGE1+Oo3NQAAmQ4/7iQOAAD//0L4IQIAAGE1+OpQvAAAYTX46v//AAB6UIXs//8AAJkOP+7//wAArAJC+P//AADcDv//WQ4AAP////9ZDgAA3A7/////AAB3r/////8AAP////9brwAA////////AACCqgAAkqoAACutLRH8BwAA+ActEfwHAACtyWkpn10AAPgHLRE8rQAAgF1pKcjJAACAXWkpn10AAIBdaSzIyQAAgF1pLJ9dAACtyWksn10AAGxwtkc4bwAA9MXnS0BOAACyT+dLQE4AALJP50uoxAAAsk9pv0BOAACyT2m/qMQAAKiaG8S+3QAA9MVpv0BOAADx3hvEg5kAAAPPAdLBbQAAgW0B0sFtAAADz0jUwW0AAIFtAdIozwAAgW1I1CjPAABWxYXsg1AAAHpQheyDUAAAYK8/7iQOAAB6UIXsacUAAJkOP+5JrwAArAJC+CECAABnq0L4IQIAAKwCQvhIqwAAd6///1kOAADcDv//W68AAHev//9brwAA") -}, { -"aabb": AABB(0.878764, -25.1276, 0.904538, 0.1369, 16.7513, 0.138266), -"format": 34896613377, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("//8AAAAAAAALrP//AAAAAAusAAAAAAAA/////wAAAAAAAAAA//8AAAAA//9+qgAAAAD/////AAAAAAAAfqoAAA==") -}, { -"aabb": AABB(0.755518, -35.921, 0.782753, 0.260146, 33.7366, 0.260051), -"format": 34896613377, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAgABAAMAAgADAAQAAAAFAAEAAAAGAAUAAAAHAAYABwAIAAYABwAJAAgACgALAAwACgANAAsADAALAA4ADAAOAA8AEAAPAA4ADQARAAsADQASABEAEgATABEAEgAUABMAEQATABUACwARABYAEQAVABYACwAWAA4AEAAOABcAFwAOABYAGAAQABcAGAAXABkAFwAWABoAGgAWABUAGQAXABoAGgAVABsAGQAaABwAHAAaABsAHAAbAB0AHgAfACAAHgAhAB8AIAAfACIAIAAiACMAJAAjACIAIQAlAB8AIQAmACUAJgAnACUAJgAoACcAJQAnACkAHwAlACoAJQApACoAHwAqACIAJAAiACsAKwAiACoALAAkACsALAArAC0AKwAqAC4ALgAqACkALQArAC4ALgApAC8ALQAuADAAMAAuAC8AMAAvADEAMgAzADQAMgA1ADMANAAzADYANAA2ADcAOAA3ADYAOAA2ADkAOgA4ADkAOgA5ADsA"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 60, -"vertex_data": PackedByteArray("AAAAAAAAAADXAdYPMKsAAAAAAACSqgAA1wHWD///AAAAAAAA//8AANcB1g/XAQAAIKvWD9cBAACCqgAAAAAAAP//1g/XAQAA//8AAAAAAAD//741n10AAJW8nTlUNgAArcm+NZ9dAAD//505VDYAADk2nTlUNgAAgF2+NZ9dAACAXb41yMkAAJW81UVUNgAA///VRVQ2AAAYyV9J31sAAP//X0nfWwAAwVtfSd9bAAA5NtVFVDYAADk2nTmvvAAAgF2+Nf//AAA5Np05//8AADk21UWvvAAAwVtfSTLJAAA5NtVF//8AAMFbX0n//wAA///C10poAACDybbYIV0AADTNwtdKaAAA//+22CFdAAAAXbbYIV0AABRowtdKaAAAFGjC11bNAACDyQfjIV0AAP//B+MhXQAAA89e5MFtAAD//17kwW0AAIFtXuTBbQAAAF0H4yFdAAAAXbbYnskAABRowtf//wAAAF222P//AAAAXQfjnskAAIFtXuQozwAAAF0H4///AACBbV7k//8AAP//wuk3NQAATrz//zc1AABOvMLpNzUAAP////83NQAAYTX//zc1AABhNcLpNzUAAGE1wulQvAAAYTX//1C8AABhNcLp//8AAGE1/////wAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_fqsry"] -resource_name = "37_A2_CORRIDOR_B_Cube_010" -_surfaces = [{ -"aabb": AABB(0.755518, -35.921, 0.782753, 0.260146, 36.7557, 0.260051), -"attribute_data": PackedByteArray("//+M6HbQ7dL//+3SdtBc8///XPOyuO3SsriM6LK4XPNK0P//srj//7K4Bv2yuJDnxsdy3rK4HOSyuHLee////+7lct7o5XLexMdy3krQ//+yuHLesrgc5LK4kOeyuAb9srj//7K4sMnFxafE78ewyVS4p8Rr5rDJ++KMUsrGjFLFxQbhVLhT5Z7CU+VUuAbhVLgUxPLEq8CewhTEVLirwFS4H+JUuGPm8sQf4rK4JeDKxiXgsrg1SrK47ElJxjVKsrhISHjhSEh44TVKsrjX4LK4rNmAy6zZHfGs2Xjh1+B44VzzHfHM6h3xXPOyuKzZsri41IDLrNmyuCLdHfGs2e37uNQd8czq7ftc84/pXPMd8Vzzsri/1LK4KOkVz1zzsrhc89r7XPPa+7/UsrjsSUTGNUqyuEhIsrg1SmnhSEhp4TVK++L07PviXPPh1FzzL95c8y/ene2yuBTEU8WrwLK4q8D7whTEp+Bc8zPXru4z11zzp+A/7bK4sMkhxqfEsrinxO3HsMlk5rDJ7uKMUsbGjFIA4afEjdcUxJbeq8Du4oxSlt4CV6fgp8Qv3gJXL96rwPvijFIz1xTEsriTNQ78kzWyuF0u//vKKLK4yiiyuJM1srhdLu37kzXa+8oosrjKKHbQjOi4zwb9xv0G/cbHkOfu5ZDnxscc5O7lHOTF/Qb9uM8G/cTHkOfo5ZDnxMcc5OjlHOSn4KfEx+nUv8/I1L/H6VJXz8hSV9jBY+ZJxuxJeOHsSUnGSEhJxtfgeOEw7fzIIt0bz7jUj+ki3Y/p8+vt+yXpNtBdLhvPkzVA/10uFc/KKBXPKOkVz7/U2vso6SHPyihD0F0uZ/9dLibPkzVExkhIRMbsSWnh7Enh1AnvAOGnxDDq1L8xydS/MOpSVzHJUlcw6tS/MOpSVzfV71PH6dS/x+lSV+HU71M="), -"format": 34896613399, -"index_count": 456, -"index_data": PackedByteArray("AAABAAIAAAB5AAEAeQAFAAEABAB5AAAAeQAGAAUABAADAHkAAwAGAHkAAwAHAAYADwB6AHsADwAIAHoACAAKAHoACAAJAAoAegAKAAsAewB6AHwAegALAHwAewB8AH0AfAALAA0AfQB8AH4AfAANAH4AfgANAA4AfQB+AH8AfgAOAAwAfwB+AAwAfwAMABAADwCAAIEADwCBABMAEwCBABcAEwAXABgAgQAWABcAgACCAIEAgQCCABYAgACDAIIAggAVABYAgwCEAIIAggCEABUAhAAUABUAgwCFAIQAhAASABQAhQASAIQAhQARABIAGQAaABsAGQAcABoAGwAaAIYAGwCGAB0AGgCHAIYAGgCIAIcAiACJAIcAiACKAIkAigAeAIkAigAfAB4AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKACLACoAKAApAIsAKwCLACkAKwAsAIsALQCMAC8ALQAuAIwALwCMAI0ALwCNADIAjAAxAI0AjACOADEALgCOAIwALgAwAI4AMwA1AI8AMwA0ADUAjwA1ADYAjwA2ADcAkAA3ADYAkAA2ADkAOACQADkAOAA5ADoAOwCRAD0AOwA+AJEAPgCSAJEAPgA8AJIAkQCSAEAAPQCRAJMAkQBAAJMAPQCTAD8AQQA/AJMAlACTAEAAQQCTAJQARABBAJQAlABAAJUARACUAEMAQwCUAJUAQwCVAEIAdACWAJcAdAB1AJYAlwCWAJgAlwCYAHYAlgB3AJgAlgCZAHcAdQCZAJYAdQB4AJkARQCaAJsARQBGAJoAmwCaAJwAmwCcAEoAmgBJAJwAmgBHAEkARgBHAJoARgBIAEcAcQCdAHMAcQCeAJ0AngByAJ0AbwCeAHEAngCfAHIAbwCgAJ4AoACfAJ4AoABwAJ8ASwChAE0ASwCiAKEAogBPAKEATgCiAEsAogCjAE8ATgBMAKIATACjAKIATABQAKMAUQBTAKQAUQBSAFMAVACkAFMAVABVAKQAVgBXAFgAVgBZAFcAWgBbAFwAWgBdAFsAXgBfAGAAXgBhAF8AYQClAF8AYQBiAKUAXwClAKYAXwCmAKcApwCmAKgApwCoAKkAqQCoAGMAqQBjAGQAqgBmAGcAqgBlAGYAqwCqAGcAqwBnAGkAaACrAGkAaABpAKwArQBrAGwAagCtAGwAagBsAG4ArQCuAGsArgCvAGsArgBtAK8A"), -"lods": [0.0650504, PackedByteArray("AAABAAIAAAADAAEABAADAAAAAwAFAAEAAwAGAAUAAwAHAAYACAAJAAoACAAKAAsACAALAAwADAALAA0ADAANAA4ADwAIAAwADwAMABAADwARABIADwASABMAEgAUABUAEgAVABYAEwASABYAEwAWABcAEwAXABgAGQAaABsAGQAcABoAGwAaAB0AGgAeAB0AGgAfAB4AIAAhACIAIAAjACEAJAAlACYAJAAnACUAKAApACoAKwAqACkAKwAsACoALQAuAC8ALgAwAC8ALwAwADEALwAxADIAMwA0ADUAMwA1ADYAMwA2ADcAOAA3ADYAOAA2ADkAOAA5ADoAOwA8AD0AOwA+ADwAPQA8AD8APABAAD8AQQA/AEAAQQBAAEIAQwBBAEIARABBAEMARQBGAEcARgBIAEcARQBHAEkARQBJAEoASwBMAE0ATgBMAEsATABPAE0ATABQAE8AUQBSAFMAVABRAFMAVABVAFEAVgBXAFgAVgBZAFcAWgBbAFwAWgBdAFsAXgBfAGAAXgBhAF8AYQBiAF8AXwBiAGMAXwBjAGQAZQBmAGcAaABlAGcAaABnAGkAagBrAGwAagBtAGsAagBsAG4AbwBwAHEAcQBwAHIAcQByAHMAdAB1AHYAdQB3AHYAdQB4AHcA")], -"material": SubResource("StandardMaterial3D_l2f0d"), -"name": "Material.014", -"primitive": 3, -"uv_scale": Vector4(2.22908, 4.9004, 0, 0), -"vertex_count": 176, -"vertex_data": PackedByteArray("AAAAAJKqp+mCqgAAAAD//wAAAAAAAN7ogqoAAP////8AAAAA//+n6f//AAAAAP////8AAJKq/////wAA/////yCriQ7XAf////+JDtcB/////y0R/Af/////aSmfXf//rclUMZ9d/////2ksn13/////VDGfXf//1wGJDtcBRACAXVQxn10W4IBdVDGfXT8BgF1UMcjJHwHXAYkOMKtAAIBdVDH//x8BgF1pLP//AACAXWkp//9cAPgHLRH//5gA1wGJDv//QAD//1hD31v//93Qtkc4b7L8GMlYQ99b/////7ZHOG///8FbWEPfWyzgFGgJxkpoC+A0zQnGSmio/t3Qtkc4b0wD//82SCCRAAAr3DZIIJFyFv//tkc4bwAA//82SCCR///R0yxL4ncn5ivcNkggkYzp//8sS+J3/////9e/4ncAAP//G8SDmf//0dPXv+J3oxn//wnGSmj//zTNCcZKaKj+//+c0cFt/////wHSwW3//wPPnNHBbf////9I1MFt//+BbUjUwW114IFtnNHBbSDg//9I1MFt/////4/WNzX//068j9Y3Nf//YTWP1jc1VeSBbUjUwW2Z5IFtSNT//2LXYTWP1lC8Y9dhNY/W//9j1///+Oo3NQAA//8/7iQO//9OvPjqNzUAAP//heyDUP//YTX46jc1JhyZDj/uJA5L5WE1+OpQvDUpmQ4/7v//mth6UIXs//9OLGE1+Or//zUp/////1kOAAD/////W68AAHev/////wAA////////AADcDv////8tFtwO//9ZDvAWgW0B0v//AACBbZzRKM9dAYFtSNT//3wCgW2c0f//XQGBbUjUwW3XAoFtnNHBbYYBFGgJxlbNo9YUaAnG//+c2KiaG8T//ygsR3nXv///AypHede/idJINlWSNkj//5sFR3ksS4nSzwBHeSxL///cAFWSNkjz2skFbHC2R///ySRVkjZI89raK1WSNkj///IlbHC2R6XPMinBW1hD//+oAWxwtkelzxsDbHC2R///8QbBW1hDMsmoAcFbWEPfW84BFGgJxkpoAwEUaAnGVs1qAt3Qtkc4bzf8K9w2SCCRAenR0yxL4nct5jTNCcZKaFL+0dPXv+J3V+ZscLZHpc8/BEd517+J0hkCR3ksS4nSRAIUaAnGVs0nBFWSNkjz2k0BmQ4/7v//6wOZDj/uJA7lA6wCQvj//woA3A7//1kOmA7cDv////97Fv//P+4kDv////9C+CEC//+ZDj/uJA7g4NwO//9ZDg7p/////1kO//+CqgAAkqr//yutLRH8B///+ActEfwHBeCtyWkpn13//4BdaSmfXQHgrclpLJ9d//+AXWksn13/3/gHLRH8B6QA+ActETytmACAXWkpyMlcAIBdaSmfXWQAgF1pLMjJAACAXWksn10AAGxwtkc4bwTgsk/nS0BOCuD0xedLQE7n5rJPab9ATgTg9MVpv0BOwebx3hvEg5k66APPAdLBbf//gW0B0sFt/98Dz0jUwW3//wPPSNTBbf//gW1I1CjPYtdWxYXsg1D//2CvP+4kDv//elCF7INQ9eN6UIXsacUB15kOP+5Jr5nYZ6tC+CEC//9grz/uJA7//6wCQvghAv/fd6///1kO//93r///W68AAHev//9ZDgAA3A7//1uvLRbcDv//W697FqwCQvhIqwoArAJC+CECCgCZDj/uSa/rA4FtSNQoz3wCgW0B0ijPAACBbQHSwW0AAKiaG8S+3Z82bHC2RzhvXgCyT+dLQE7ZALJP50uoxMQAsk9pv0BOagCyT2m/qMRbAPTF50tATkno9MVpv0BO+ubx3hvEg5ku6LJP50uoxBkWsk9pv6jETQqomhvEvt1iAPvKBup4pf//LK0Y9f9//z/7ygbqeKX///9//z//f/8//39x//9/cf//f6/+/38z/3KC////f///coL//zj/9VnWhv79CCh7fJ5Awn63/9w/nkDCfv8//3+Y/8w/Vv+rP7f/3D//f3v8hHlAAP9/e/z/fzbyLX1W9qCFWf4UgA8FhHlAAP9/n/Tkc6wC/3828v9/n/R3gOcB5HOsAuWB////fzz+0IP//y9+cQARiP//FIAPBf9/A/3/f////38D/VSF//9+jsj7lX2691SF//9Uhf//VIX//3+wdeHzsIzhHdTA1x7UwNce1MDX/38n/DeI////fyf8YoT//6Zgys8YsfLiEFeHq2/TH9lMU6WpEFeHq/9/TNr/f/+//3//v/9//78taha1FXWH0v8//39//j8/WUFLfX/+Pz83K1F4uftlV8TUD9ht0yHZfFO9qR5WDqslYNifCfoEPSlVhX95QAx/XfyKLPdb/K2OYLyftlparfJYGKou/hc/4vzqO634Vzwu/hc/+/rUVpMnH31RQnR9PJInDauOrAjjghYFWHT+D3iEuwS7R+2Jv1UVgh1VYID+9sTFZVXLhxtCx3s9LcV18//6P1rkBkLk6fI0N4j///9/6f/tkon6FXWH0v9/TNr/f/8//3+v/u9+Xfz/fzP/V3/B/f9/////f///J/4wWVb/qz+Y/8w/3f60Wf8//3///3ylGYJh/72Em/5tgMgBTX+f/Rd/OADjgNwD/3////9///9Uhf//VIX//x3UwNdihP//N4j//xmvXeJV1FDXb9Mf2f9/6f83iP//7X/A//9/TNr/f/+//39M2i1qFrXk6fI08//6P9//bFobQsd7WUFLff8//3///3ylNF0fnzsm8H45J5R9gVSJf8z+qlnI/2cr8JuzJeKPcxRlfYIEKViti7VWU4aD/VrU") -}, { -"aabb": AABB(0.878764, -25.1276, 0.904538, 0.1369, 16.7513, 0.138266), -"attribute_data": PackedByteArray("/+f//0z/3i5M/////+feLq3o/////94urejeLv////8="), -"format": 34896613399, -"index_count": 12, -"index_data": PackedByteArray("AAABAAIAAAADAAEABAAFAAYABAAHAAUA"), -"material": SubResource("StandardMaterial3D_xxxok"), -"name": "Material.015", -"primitive": 3, -"uv_scale": Vector4(1.20736, 2.4759, 0, 0), -"vertex_count": 8, -"vertex_data": PackedByteArray("//8AAAAA//8LrP//AABb5gusAAAAACfm/////wAA//8AAAAA///cAAAA//9+qr4AAAD/////zAAAAAAAfqrPAOWB//8vfnEAd4DnAf9/PP55QAx/jv/TKh3/jz8pVYV/") -}, { -"aabb": AABB(0.755518, -35.921, 0.782753, 0.260146, 33.7366, 0.260051), -"attribute_data": PackedByteArray("msj//4utffGkrf//KKB98Sig//9PyH3xi6198aSt//8ooH3xKKD//zp4XMJOjg7bAIpcwjp4Dtt2ug7bja1cwo2tYn52up6Gja1lXHa6ZVwfgnWsv5YQgb+WdawfghCBAMAQgQDAdaw6eA7bMYp2w06ODts6eHbDIK52w3a6DtsooEDVvaj/0yeoQNUooP/T5bn/0yW4QNUluJzg5bkx4CW4SebluUnmKKAjV72oFlG9qCNXKKAWUeW5FlHluSNXKKD/096n3tW9qP/TKKDe1Um33tXluf/T5bkx4Em30ODluUnmSbdJ5ozfVGda6h9aWupUZ4zfH1r3/x9a9/9UZ4zfVGdd6h9ajN8fWl3qVGf//x9a//9UZyigI1e7qBZRKKAWUbuoI1fhuRZR4bkjV4u5NGwFkI+OBZA0bIu5bZYFkEXTi7nd6h+Cday9lhCBH4IQgb2Wdaz5vxCB+b91rA=="), -"format": 34896613399, -"index_count": 192, -"index_data": PackedByteArray("AAABAAIAAgABAAMAAgADAAQAAAAFAAEAAAAGAAUAAAAHAAYABwAIAAYABwAJAAgACgALAAwACgANAAsADAALAA4ADAAOAA8AEAAPAA4AEAAOABEAEgAQABEAEgARABMAFAAVABYAFAAXABUAFgAVABgAFgAYABkAGgAbABwAGgAdABsAHAAbAB4AHAAeAB8AIAAhACIAIAAjACEAIgAhACQAIgAkACUAJgAlACQAJgAkACcAKAAmACcAKAAnACkAKgArACwAKgAtACsALAArAC4ALAAuAC8AMAAxADIAMAAzADEAMgAxADQAMgA0ADUANgA1ADQANgA0ADcAOAA2ADcAOAA3ADkAOgA7ADwAOgA9ADsAPAA7AD4APAA+AD8AQABBAEIAQABDAEEAQwBEAEEAQwBFAEQARgBHAEgARgBJAEcASQBKAEcASQBLAEoATABNAE4ATABPAE0ATwBQAE0ATwBRAFAAUgBTAFQAUgBVAFMAVQBWAFMAVQBXAFYA"), -"material": SubResource("StandardMaterial3D_jej4e"), -"name": "CEILNG.007", -"primitive": 3, -"uv_scale": Vector4(3.92971, 5.52666, 0, 0), -"vertex_count": 88, -"vertex_data": PackedByteArray("AAAAAAAA3ujXAdYPMKtAAAAAAACSqlEW1wHWD///QAAAAAAA//9RFtcB1g/XAQDgIKvWD9cB//+CqgAAAAD/////1g/XAf////8AAAAA/////741n10AAJW8nTlUNgAArcm+NZ9dAAD//505VDYAADk2nTlUNp0cgF2+NZ9djxyAXb41yMm+KTk2nTmvvL4pgF2+Nf//vik5Np05//++Kf//nTlUNv//lbzVRVQ2//+VvJ05VDb/////1UVUNv//OTbVRVQ2FuA5Np05VDYU4P//1UVUNv//GMlfSd9b//+VvNVFVDb/////X0nfW///wVtfSd9bLOA5NtVFVDYW4P//wtdKaP//g8m22CFd//80zcLXSmio/v//ttghXf//AF222CFdgeMUaMLXSmgx4xRowtdWzY/WAF222J7JY9YUaMLX//+c2ABdttj//2PW//+22CFd//+DyQfjIV3//4PJttghXf////8H4yFd//8AXQfjIV0f4ABdttghXRvg//8H4yFdAAADz17kwW0AAIPJB+MhXQAA//9e5MFtAACBbV7kwW1cHABdB+MhXW8cAF0H457JiimBbV7kKM+KKQBdB+P//4spgW1e5P//iin//8LpNzX//068//83Nf//TrzC6Tc1////////NzX//2E1//83NTPgYTXC6Tc1YeBhNcLp//98AmE1//9QvMUBYTX/////xQFhNcLpULx8AmE1//83NdcBYTXC6Tc1iwIAXbbY//9JAQBdB+OeyV0BAF0H4///XQEAXbbYnslJAQBdB+MhXXABAF222CFdXAE5NtVF//9L1sFbX0kyybLWwVtfSf//stY5NtVFr7xL1sFbX0nfWzfrOTbVRVQ2h+o5Np05//8fATk21UWvvCwBOTbVRf//LAE5Np05r7wfATk21UVUNj0BOTadOVQ2LwEsrRj1t//cP/lKDGq3/9w/+UoMaot/dP7/f3H/eKX///9/cf94pf//jH3+/4x9/v9ygv//jH3+/+ev5d/+r+vfx9Ru1sfUbtbG1G7Wx9Ru1ox9/v//f2/9jH3+//9/b/0CfjP5hIYW/v9/b/3/f3v8/39v/f9/e/wtfVb2An4z+RGI///Qgv//FIAPBdCC///7rxjggK/w367UG9iy1JfWbdMi2bLUl9bQgv///38D/dCC////fwP9tn0u+GuH0/3/fwP9/38D/f9/A/3/fwP9NWDRzy9g+c+rVlWrq1ZVq6tWVaurVlWrVIX///9/J/xUhf///38n/CB9KPYnjSv8WUFLfQ/+Bz8P/gc/WUFLfeH6xFafKg95tECVfn/+Pz9//j8/tECVfvb7lVdCKC18fFY9q/RWeav0VnmrfFY9qwpOwLZ7Tca2nkDCfrT+Wj+0/lo/nkDCfoH8+1foJ6d8") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_c82nn") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_7c8qf"] -transparency = 1 -albedo_color = Color(1, 1, 1, 0) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_htf4s"] - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_dll0t"] -transparency = 1 -albedo_color = Color(1, 1, 1, 0) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ix6wn"] -resource_name = "BOTTOM TRIM.007" -albedo_texture = ExtResource("7_sx4i6") - -[sub_resource type="ArrayMesh" id="ArrayMesh_jtq5r"] -_surfaces = [{ -"aabb": AABB(-0.984553, -23.5008, -0.95724, 2.00022, 24.4466, 1e-05), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"name": "WALL.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAAAAAAD/////AAAAAP//AAAAAAAAAAD//wAAAAA=") -}, { -"aabb": AABB(-0.984553, -36.1633, -0.95724, 2.00022, 12.6625, 1e-05), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"name": "BOTTOM TRIM.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAAAAAAD/////AAAAAP//AAAAAAAAAAD//wAAAAA=") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_opeel"] -resource_name = "37_A2_CORRIDOR_B_Cube_002" -_surfaces = [{ -"aabb": AABB(-0.984553, -23.5008, -0.95724, 2.00022, 24.4466, 1e-05), -"attribute_data": PackedByteArray("//+haWxv//9sb6Fp/v///w=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"material": SubResource("StandardMaterial3D_8fh0t"), -"name": "WALL.007", -"primitive": 3, -"uv_scale": Vector4(2.47834, 2.42346, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAAAA////////AAD/////AAAAAP//AAD//wAA////f/9//3//f/9//3//f/9/") -}, { -"aabb": AABB(-0.984553, -36.1633, -0.95724, 2.00022, 12.6625, 1e-05), -"attribute_data": PackedByteArray("/3///////3///////3//fw=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"material": SubResource("StandardMaterial3D_ix6wn"), -"name": "BOTTOM TRIM.007", -"primitive": 3, -"uv_scale": Vector4(2, 2, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAAAAAID/////AAAAgP//AAAAAACAAAD//wAAAID/f////3////9/////f///") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_jtq5r") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_olt0a"] -transparency = 1 -albedo_color = Color(1, 1, 1, 0) - -[sub_resource type="ArrayMesh" id="ArrayMesh_7ylfw"] -_surfaces = [{ -"aabb": AABB(-0.984553, -23.5008, 1.0428, 2.00022, 24.4466, 1e-05), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"name": "WALL.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("//8AAAAAAAAAAP//AAAAAAAAAAAAAAAA/////wAAAAA=") -}, { -"aabb": AABB(-0.984553, -36.1633, 1.0428, 2.00022, 12.6625, 1e-05), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"name": "BOTTOM TRIM.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("//8AAAAAAAAAAP//AAAAAAAAAAAAAAAA/////wAAAAA=") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_jb11o"] -resource_name = "37_A2_CORRIDOR_B_Cube_004" -_surfaces = [{ -"aabb": AABB(-0.984553, -23.5008, 1.0428, 2.00022, 24.4466, 1e-05), -"attribute_data": PackedByteArray("bG+haf7//////6FpbG/+/w=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"material": SubResource("StandardMaterial3D_8fh0t"), -"name": "WALL.007", -"primitive": 3, -"uv_scale": Vector4(2.47834, 2.42346, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("//8AAAAAAAAAAP//AAAAAAAAAAAAAAAA/////wAAAAD/f/7//3/+//9/////f/7/") -}, { -"aabb": AABB(-0.984553, -36.1633, 1.0428, 2.00022, 12.6625, 1e-05), -"attribute_data": PackedByteArray("//////9//3//f///////fw=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"material": SubResource("StandardMaterial3D_ix6wn"), -"name": "BOTTOM TRIM.007", -"primitive": 3, -"uv_scale": Vector4(2, 2, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("//8AAAAAAAAAAP//AAAAAAAAAAAAAAAA/////wAAAAD///9/////f////3////9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_7ylfw") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ns6xm"] -transparency = 1 -albedo_color = Color(1, 1, 1, 0) - -[sub_resource type="ArrayMesh" id="ArrayMesh_b15e2"] -_surfaces = [{ -"aabb": AABB(-0.984553, -23.5008, -0.95724, 1e-05, 24.4466, 2.00004), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"name": "WALL.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAP//AAAAAP//AAAAAAAAAAAAAAAAAAD/////AAA=") -}, { -"aabb": AABB(-0.984553, -36.1633, -0.95724, 1e-05, 12.6625, 2.00004), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"name": "BOTTOM TRIM.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAP//AAAAAP//AAAAAAAAAAAAAAAAAAD/////AAA=") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_ogsb3"] -resource_name = "37_A2_CORRIDOR_B_Cube_001" -_surfaces = [{ -"aabb": AABB(-0.984553, -23.5008, -0.95724, 1e-05, 24.4466, 2.00004), -"attribute_data": PackedByteArray("bG+haf7//////6FpbG///w=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"material": SubResource("StandardMaterial3D_8fh0t"), -"name": "WALL.007", -"primitive": 3, -"uv_scale": Vector4(2.47834, 2.42346, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAP///z8AAP//AAD/PwAAAAAAAP8/AAD//////z//fwAA/38AAP9/AAD/fwAA") -}, { -"aabb": AABB(-0.984553, -36.1633, -0.95724, 1e-05, 12.6625, 2.00004), -"attribute_data": PackedByteArray("/3///////3///////3//fw=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"material": SubResource("StandardMaterial3D_ix6wn"), -"name": "BOTTOM TRIM.007", -"primitive": 3, -"uv_scale": Vector4(2, 2, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAP///78AAP//AAD/vwAAAAAAAP+/AAD//////7//fwAA/38AAP9/AAD/fwAA") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_b15e2") - -[sub_resource type="ArrayMesh" id="ArrayMesh_4ude8"] -_surfaces = [{ -"aabb": AABB(1.01566, -23.5008, -0.95724, 1e-05, 24.4466, 2.00004), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"name": "WALL.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAAAAAAAAAP////8AAAAAAAD//wAAAAD//wAAAAA=") -}, { -"aabb": AABB(1.01566, -36.1633, -0.95724, 1e-05, 12.6625, 2.00004), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"name": "BOTTOM TRIM.007", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAAAAAAAAAP////8AAAAAAAD//wAAAAD//wAAAAA=") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_eoqpa"] -resource_name = "37_A2_CORRIDOR_B_Cube_003" -_surfaces = [{ -"aabb": AABB(1.01566, -23.5008, -0.95724, 1e-05, 24.4466, 2.00004), -"attribute_data": PackedByteArray("bG+haf7//////6FpbG///w=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"material": SubResource("StandardMaterial3D_8fh0t"), -"name": "WALL.007", -"primitive": 3, -"uv_scale": Vector4(2.47834, 2.42346, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAAAA/z8AAP//////PwAAAAD///8/AAD//wAA/z//f/7//3////9//v//f///") -}, { -"aabb": AABB(1.01566, -36.1633, -0.95724, 1e-05, 12.6625, 2.00004), -"attribute_data": PackedByteArray("//////9//3//f///////fw=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAAADAAEA"), -"material": SubResource("StandardMaterial3D_ix6wn"), -"name": "BOTTOM TRIM.007", -"primitive": 3, -"uv_scale": Vector4(2, 2, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("AAAAAAAAAAAAAP////8AAAAAAAD//wAAAAD//wAAAAD/P/9//z//f/8//3//P/9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_4ude8") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_bcqgr"] -transparency = 1 -albedo_color = Color(1, 1, 1, 0) - -[sub_resource type="BoxShape3D" id="BoxShape3D_7c8qf"] -size = Vector3(4, 4, 4) - -[sub_resource type="PlaneMesh" id="PlaneMesh_htf4s"] -material = ExtResource("10_7c8qf") -size = Vector2(4, 4) - -[node name="Corridor" type="Node3D"] -script = ExtResource("2_5ibpy") - -[node name="Model" type="Node3D" parent="."] - -[node name="37_A2_CORRIDOR_B" type="Node3D" parent="Model"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10.0203, -1.96873, -0.90789) - -[node name="CB_COLUMN_001" type="MeshInstance3D" parent="Model/37_A2_CORRIDOR_B"] -transform = Transform3D(2, 0, 0, 0, 0.10779, 0, 0, 0, 2, -9.92441, 3.92578, 0.91278) -mesh = SubResource("ArrayMesh_50d54") -skeleton = NodePath("") - -[node name="CB_FLOOR_CEILING" type="MeshInstance3D" parent="Model/37_A2_CORRIDOR_B"] -transform = Transform3D(2, 0, 0, 0, 0.10779, 0, 0, 0, 2, -9.92441, 3.92578, 0.91278) -mesh = SubResource("ArrayMesh_ti0il") -skeleton = NodePath("") - -[node name="CB_COLUMN_002" type="MeshInstance3D" parent="Model/37_A2_CORRIDOR_B"] -transform = Transform3D(2, 0, 0, 0, 0.10779, 0, 0, 0, 2, -9.92441, 3.92578, 0.91278) -mesh = SubResource("ArrayMesh_2mu70") -skeleton = NodePath("") - -[node name="CB_COLUMN_003" type="MeshInstance3D" parent="Model/37_A2_CORRIDOR_B"] -transform = Transform3D(2, 0, 0, 0, 0.10779, 0, 0, 0, 2, -9.92441, 3.92578, 0.91278) -mesh = SubResource("ArrayMesh_pj3dv") -skeleton = NodePath("") - -[node name="CB_COLUMN" type="MeshInstance3D" parent="Model/37_A2_CORRIDOR_B"] -transform = Transform3D(2, 0, 0, 0, 0.10779, 0, 0, 0, 2, -9.92441, 3.92578, 0.91278) -mesh = SubResource("ArrayMesh_fqsry") -skeleton = NodePath("") - -[node name="Collision" type="Node3D" parent="."] - -[node name="Doors" type="Node3D" parent="."] - -[node name="DOOR?" type="CSGBox3D" parent="Doors"] -transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0.0498385, 0.0586318, -2.03732) -use_collision = true -size = Vector3(3.90674, 4, 0.1) -material = SubResource("StandardMaterial3D_7c8qf") - -[node name="Box" type="CSGBox3D" parent="Doors/DOOR?"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00166607, -3.72529e-08, 0.0620437) -material_override = SubResource("StandardMaterial3D_htf4s") -size = Vector3(4, 4, 0.203003) -material = SubResource("StandardMaterial3D_dll0t") - -[node name="CB_WALL_2" type="MeshInstance3D" parent="Doors/DOOR?"] -transform = Transform3D(-8.74228e-08, 0.10779, 1.73929e-20, -2, -4.71165e-09, 3.97904e-13, 3.97904e-13, 0, 2, 1.89841, -0.0460071, 2.04221) -mesh = SubResource("ArrayMesh_opeel") -skeleton = NodePath("") - -[node name="DOOR?2" type="CSGBox3D" parent="Doors"] -transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0.0498385, 0.0586318, 1.96147) -use_collision = true -size = Vector3(3.90674, 4, 0.1) -material = SubResource("StandardMaterial3D_7c8qf") - -[node name="Box" type="CSGBox3D" parent="Doors/DOOR?2"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00166607, -3.72529e-08, 0.0620437) -material_override = SubResource("StandardMaterial3D_htf4s") -size = Vector3(4, 4, 0.203003) -material = SubResource("StandardMaterial3D_olt0a") - -[node name="CB_WALL_4" type="MeshInstance3D" parent="Doors/DOOR?2"] -transform = Transform3D(-8.74228e-08, 0.10779, 1.73929e-20, -2, -4.71165e-09, 3.97904e-13, 3.97904e-13, 0, 2, 1.89841, -0.0460066, -1.95658) -mesh = SubResource("ArrayMesh_jb11o") -skeleton = NodePath("") - -[node name="DOOR?3" type="CSGBox3D" parent="Doors"] -transform = Transform3D(1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, -1.95513, 0.0586318, -0.00728679) -use_collision = true -size = Vector3(3.90674, 4, 0.1) -material = SubResource("StandardMaterial3D_7c8qf") - -[node name="Box" type="CSGBox3D" parent="Doors/DOOR?3"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00166607, -3.72529e-08, 0.0620437) -material_override = SubResource("StandardMaterial3D_htf4s") -size = Vector3(4, 4, 0.203003) -material = SubResource("StandardMaterial3D_ns6xm") - -[node name="CB_WALL_1" type="MeshInstance3D" parent="Doors/DOOR?3"] -transform = Transform3D(3.82137e-15, 0.10779, 8.74228e-08, 8.74228e-08, -4.71165e-09, 2, 2, -3.88032e-22, -8.74228e-08, 1.89841, 0.0121765, 2.05098) -mesh = SubResource("ArrayMesh_ogsb3") -skeleton = NodePath("") - -[node name="DOOR?4" type="CSGBox3D" parent="Doors"] -transform = Transform3D(1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, 1.95208, 0.0586318, -0.00681353) -use_collision = true -size = Vector3(3.90674, 4, 0.1) -material = SubResource("StandardMaterial3D_7c8qf") - -[node name="CB_WALL_3" type="MeshInstance3D" parent="Doors/DOOR?4"] -transform = Transform3D(3.82137e-15, 0.10779, 8.74228e-08, 8.74228e-08, -4.71165e-09, 2, 2, -3.88032e-22, -8.74228e-08, 1.89842, 0.011703, -1.85623) -mesh = SubResource("ArrayMesh_eoqpa") -skeleton = NodePath("") - -[node name="Box" type="CSGBox3D" parent="Doors/DOOR?4"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00166607, -3.72529e-08, 0.0620437) -material_override = SubResource("StandardMaterial3D_htf4s") -size = Vector3(4, 4, 0.203003) -material = SubResource("StandardMaterial3D_bcqgr") - -[node name="Spawn Points" type="Node3D" parent="."] - -[node name="Room" type="Node3D" parent="."] - -[node name="Room" type="Area3D" parent="Room"] -unique_name_in_owner = true -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 11.8436, 0) -collision_layer = 0 -collision_mask = 10 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="Room/Room"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00170277, -11.8564, -1.19209e-07) -shape = SubResource("BoxShape3D_7c8qf") - -[node name="Minimap" type="Node3D" parent="."] - -[node name="Minimap" type="MeshInstance3D" parent="Minimap"] -unique_name_in_owner = true -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2.03602, 0) -visible = false -layers = 2 -mesh = SubResource("PlaneMesh_htf4s") -skeleton = NodePath("../..") diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/39. Gesthemii's Room 2.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/39. Gesthemii's Room 2.tscn index c1e37a59..8d0d0a6c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/39. Gesthemii's Room 2.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/39. Gesthemii's Room 2.tscn @@ -5,7 +5,7 @@ [ext_resource type="Texture2D" uid="uid://dien6vkw71nya" path="res://src/minimap/textures/Room Maps/mi_gesthemi_room.png" id="6_hawfc"] [ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="6_yiuxf"] [ext_resource type="PackedScene" uid="uid://bxybc56hq0566" path="res://src/npc/Gesthesemii/Gesthemii2.tscn" id="10_trgx2"] -[ext_resource type="Texture2D" uid="uid://dvast710lxrmw" path="res://src/map/dungeon/door/A2_BLOCKED_DOOR.png" id="23_djym4"] +[ext_resource type="Texture2D" uid="uid://dvast710lxrmw" path="res://src/map/assets/Dungeon Door Models/A2_BLOCKED_DOOR.png" id="23_djym4"] [sub_resource type="BoxShape3D" id="BoxShape3D_gwfk4"] size = Vector3(1.49255, 2, 1.57275) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Special Rooms/Breakable Wall Room.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Special Rooms/Breakable Wall Room.tscn index 1b86ee43..2eb7da45 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Special Rooms/Breakable Wall Room.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Special Rooms/Breakable Wall Room.tscn @@ -1,9 +1,11 @@ -[gd_scene load_steps=14 format=3 uid="uid://drasshmo7ntqc"] +[gd_scene load_steps=16 format=3 uid="uid://drasshmo7ntqc"] [ext_resource type="PackedScene" uid="uid://cidqvg1xdxt36" path="res://src/map/dungeon/models/Special Floors & Rooms/Special Room - Breakable Wall Outter Secret/Special Room - Secret .glb" id="1_cx6qq"] [ext_resource type="Shader" uid="uid://c4a68uhm5o2h4" path="res://src/map/map shaders/Altar Sky Environment.gdshader" id="2_w8uwt"] [ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="3_lctjc"] [ext_resource type="Material" uid="uid://dx5so2yv7sa0p" path="res://src/map/assets/Metallic Normal Material.tres" id="4_lctjc"] +[ext_resource type="PackedScene" uid="uid://dqjovmlt1y4tb" path="res://src/map/Placeables/Sarco.tscn" id="5_hlln8"] +[ext_resource type="PackedScene" uid="uid://dwy8ud6yblms7" path="res://src/map/assets/Explodable Wall/ExplodableWall.tscn" id="6_baf70"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_hlln8"] shader = ExtResource("2_w8uwt") @@ -136,17 +138,23 @@ omni_range = 13.126 [node name="Cube" parent="Special Room - Secret " index="0"] surface_material_override/0 = ExtResource("4_lctjc") -[node name="Cube_001" parent="Special Room - Secret " index="1"] -visible = false - [node name="Cube_002" parent="Special Room - Secret " index="2"] surface_material_override/0 = ExtResource("4_lctjc") [node name="SpotLight3D" type="SpotLight3D" parent="."] transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -6.48285, 10.36, -0.0214838) +visible = false light_energy = 11.927 spot_range = 11.256 spot_attenuation = 0.27 spot_angle = 20.55 +[node name="Sarcoph" parent="." instance=ExtResource("5_hlln8")] +transform = Transform3D(-0.799958, 0, 0.00816801, 0, 0.8, 0, -0.00816801, 0, -0.799958, -2.39069, -0.474186, 0) +visible = false + +[node name="Explodable Wall" parent="." instance=ExtResource("6_baf70")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -12.775, -0.625338, -20.9935) +visible = false + [editable path="Special Room - Secret "] diff --git a/Zennysoft.Game.Ma/src/map/map shaders/VOIDSHADE.gdshader b/Zennysoft.Game.Ma/src/map/map shaders/VOIDSHADE.gdshader index 4e72e2f9..7ae05656 100644 --- a/Zennysoft.Game.Ma/src/map/map shaders/VOIDSHADE.gdshader +++ b/Zennysoft.Game.Ma/src/map/map shaders/VOIDSHADE.gdshader @@ -6,18 +6,18 @@ uniform sampler2D texture_albedo : source_color, filter_nearest; void fragment() { vec2 uv = vec2(0.0); - + if(warp_ScreenSpace){ uv = SCREEN_UV; }else{ uv = UV; } - + // TODO: ADD NOISE SAMPLER INSTEAD OF USING TRIG? - + // TWEAK THE COEFFS AND/OR EQUATION FOR A DIFFERENT WARP PATTERN - uv.x += sin(uv.y * 1.54 * PI + TIME) * cos(uv.y * 0.31 * PI + TIME) * 0.1; - uv.y += cos(uv.x * 0.74 * PI + TIME) * -sin(uv.y * 1.64 * PI + TIME) * 0.1; + uv.x += sin(uv.y * 1.54 * PI + TIME) * cos(uv.y * 0.31 * PI + TIME) * 0.1; + uv.y += cos(uv.x * 0.74 * PI + TIME) * -sin(uv.y * 1.64 * PI + TIME) * 0.1; vec4 color = texture(texture_albedo, uv * 1.0); diff --git a/Zennysoft.Game.Ma/src/map/map shaders/dungeonwater.gdshader b/Zennysoft.Game.Ma/src/map/map shaders/dungeonwater.gdshader index 3e260f4a..270da039 100644 --- a/Zennysoft.Game.Ma/src/map/map shaders/dungeonwater.gdshader +++ b/Zennysoft.Game.Ma/src/map/map shaders/dungeonwater.gdshader @@ -20,16 +20,16 @@ void fragment() { vec3 normal_sample_1 = texture(normal_map_texture, UV + vec2(-1, 1) * time).xyz * 2.0 - 1.0; vec3 normal_sample_2 = texture(normal_map_texture, -UV + vec2(0, 1) * time).xyz * 2.0 - 1.0; vec3 normal_map = vec3(normal_sample_1.xy + normal_sample_2.xy, 0.0); - + // Set NORMAL directly since we need to use it later NORMAL_MAP_DEPTH = 1.0; normal_map.z = sqrt(max(0.0, 1.0 - dot(normal_map.xy, normal_map.xy))); NORMAL = normalize(mix(NORMAL, TANGENT * normal_map.x + BINORMAL * normal_map.y + NORMAL * normal_map.z, NORMAL_MAP_DEPTH)); - + // Screen distortion vec2 distorted_uv = SCREEN_UV - normal_map.xy * 2.0 / length(VERTEX); ALBEDO = texture(screen_texture, distorted_uv).rgb; - + // Apply Snell's window mask to water surface when viewed from below if(!FRONT_FACING) { float mask = snells_window(NORMAL, VIEW, index_of_refraction);