Deleted old unused Corridor tscns, B set (Floors 9-15) complete
@@ -54,6 +54,20 @@ folder_colors={
|
|||||||
"res://src/game/": "orange",
|
"res://src/game/": "orange",
|
||||||
"res://src/items/": "teal",
|
"res://src/items/": "teal",
|
||||||
"res://src/map/": "gray",
|
"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/player/": "blue",
|
||||||
"res://src/ui/inventory_menu/": "green"
|
"res://src/ui/inventory_menu/": "green"
|
||||||
}
|
}
|
||||||
|
|||||||
7
Zennysoft.Game.Ma/src/map/Placeables/A2-Socket.tscn
Normal file
@@ -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")]
|
||||||
21
Zennysoft.Game.Ma/src/map/Placeables/Sarco.tscn
Normal file
@@ -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")
|
||||||
@@ -11,13 +11,13 @@ public partial class UnlockableDoor : Node3D, IDoor
|
|||||||
|
|
||||||
public void OnReady()
|
public void OnReady()
|
||||||
{
|
{
|
||||||
UnlockArea.AreaEntered += UnlockArea_AreaEntered;
|
UnlockArea.AreaEntered += UnlockArea_AreaEntered;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void UnlockArea_AreaEntered(Area3D area)
|
private void UnlockArea_AreaEntered(Area3D area)
|
||||||
{
|
{
|
||||||
var children = GetChildren();
|
var children = GetChildren();
|
||||||
foreach (var child in children)
|
foreach (var child in children)
|
||||||
child.QueueFree();
|
child.QueueFree();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,12 +4,12 @@ importer="scene"
|
|||||||
importer_version=1
|
importer_version=1
|
||||||
type="PackedScene"
|
type="PackedScene"
|
||||||
uid="uid://6wwibo25iv0f"
|
uid="uid://6wwibo25iv0f"
|
||||||
path="res://.godot/imported/A1DOORWAY.glb-e34b1936c9a56eb61e54faed6176c9db.scn"
|
path="res://.godot/imported/A1DOORWAY.glb-e1e255a25ad89bb6265020e4b5e90fb1.scn"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/assets/Dungeon Doors/A1DOORWAY.glb"
|
source_file="res://src/map/assets/Dungeon Door Models/A1DOORWAY.glb"
|
||||||
dest_files=["res://.godot/imported/A1DOORWAY.glb-e34b1936c9a56eb61e54faed6176c9db.scn"]
|
dest_files=["res://.godot/imported/A1DOORWAY.glb-e1e255a25ad89bb6265020e4b5e90fb1.scn"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@@ -3,7 +3,7 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://bs141dvmb0phl"
|
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={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
@@ -13,8 +13,8 @@ generator_parameters={
|
|||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/assets/Dungeon Doors/A1DOORWAY_BLOCKED-DOOR_REGULAR.png"
|
source_file="res://src/map/assets/Dungeon Door Models/A1DOORWAY_BLOCKED-DOOR_REGULAR.png"
|
||||||
dest_files=["res://.godot/imported/A1DOORWAY_BLOCKED-DOOR_REGULAR.png-4785d8390c7561ad6e475295bd09e0d2.ctex"]
|
dest_files=["res://.godot/imported/A1DOORWAY_BLOCKED-DOOR_REGULAR.png-f6b8f12bc7e0509a92b8a60256e21d76.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
@@ -3,7 +3,7 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://c7hjr8i1d6pb5"
|
uid="uid://c7hjr8i1d6pb5"
|
||||||
path="res://.godot/imported/A1DOORWAY_starsigns.png-ba25ac3c90481a4c41179dce24025df0.ctex"
|
path="res://.godot/imported/A1DOORWAY_starsigns.png-d6509a3510265776e88b704a439467b6.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
@@ -13,8 +13,8 @@ generator_parameters={
|
|||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/assets/Dungeon Doors/A1DOORWAY_starsigns.png"
|
source_file="res://src/map/assets/Dungeon Door Models/A1DOORWAY_starsigns.png"
|
||||||
dest_files=["res://.godot/imported/A1DOORWAY_starsigns.png-ba25ac3c90481a4c41179dce24025df0.ctex"]
|
dest_files=["res://.godot/imported/A1DOORWAY_starsigns.png-d6509a3510265776e88b704a439467b6.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@@ -3,15 +3,15 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://d0mag58v6pv4"
|
uid="uid://d0mag58v6pv4"
|
||||||
path="res://.godot/imported/A1_BLOCKED_DOOR.png-b775b1534b44ee4962cecf7885e541f6.ctex"
|
path="res://.godot/imported/A1_BLOCKED_DOOR.png-5953f44ffe898cb646956478edbeae3a.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/dungeon/door/A1_BLOCKED_DOOR.png"
|
source_file="res://src/map/assets/Dungeon Door Models/A1_BLOCKED_DOOR.png"
|
||||||
dest_files=["res://.godot/imported/A1_BLOCKED_DOOR.png-b775b1534b44ee4962cecf7885e541f6.ctex"]
|
dest_files=["res://.godot/imported/A1_BLOCKED_DOOR.png-5953f44ffe898cb646956478edbeae3a.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
@@ -4,12 +4,12 @@ importer="scene"
|
|||||||
importer_version=1
|
importer_version=1
|
||||||
type="PackedScene"
|
type="PackedScene"
|
||||||
uid="uid://cfy7h6itq80y0"
|
uid="uid://cfy7h6itq80y0"
|
||||||
path="res://.godot/imported/A2Door.glb-a4857795b75e7e133f79ab46613c1398.scn"
|
path="res://.godot/imported/A2Door.glb-7673812b8dee9ce720fc5a8462a1799f.scn"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/assets/Dungeon Doors/A2Door.glb"
|
source_file="res://src/map/assets/Dungeon Door Models/A2Door.glb"
|
||||||
dest_files=["res://.godot/imported/A2Door.glb-a4857795b75e7e133f79ab46613c1398.scn"]
|
dest_files=["res://.godot/imported/A2Door.glb-7673812b8dee9ce720fc5a8462a1799f.scn"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@@ -3,7 +3,7 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://dsih0kkdgx58e"
|
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={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
@@ -13,8 +13,8 @@ generator_parameters={
|
|||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/assets/Dungeon Doors/A2Door_BLOCKED-DOOR_ZONE2.png"
|
source_file="res://src/map/assets/Dungeon Door Models/A2Door_BLOCKED-DOOR_ZONE2.png"
|
||||||
dest_files=["res://.godot/imported/A2Door_BLOCKED-DOOR_ZONE2.png-4634e18a3099f203e91deab8b85720f7.ctex"]
|
dest_files=["res://.godot/imported/A2Door_BLOCKED-DOOR_ZONE2.png-ab402c2d79f8147d55b882c69d6829c5.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
@@ -3,7 +3,7 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://pjdvoqlwwjpr"
|
uid="uid://pjdvoqlwwjpr"
|
||||||
path="res://.godot/imported/A2Door_angkor_mural.jpg-c4269de1d56e33e3592eb22219384ba5.ctex"
|
path="res://.godot/imported/A2Door_angkor_mural.jpg-2822d7ff3a5eb175969519ad9ca24a46.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
@@ -13,8 +13,8 @@ generator_parameters={
|
|||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/assets/Dungeon Doors/A2Door_angkor_mural.jpg"
|
source_file="res://src/map/assets/Dungeon Door Models/A2Door_angkor_mural.jpg"
|
||||||
dest_files=["res://.godot/imported/A2Door_angkor_mural.jpg-c4269de1d56e33e3592eb22219384ba5.ctex"]
|
dest_files=["res://.godot/imported/A2Door_angkor_mural.jpg-2822d7ff3a5eb175969519ad9ca24a46.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@@ -3,15 +3,15 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://dvast710lxrmw"
|
uid="uid://dvast710lxrmw"
|
||||||
path="res://.godot/imported/A2_BLOCKED_DOOR.png-723294a905afb93872498e2e20f5f00f.ctex"
|
path="res://.godot/imported/A2_BLOCKED_DOOR.png-3d33bc8a932b666db8c48e51700546c6.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/dungeon/door/A2_BLOCKED_DOOR.png"
|
source_file="res://src/map/assets/Dungeon Door Models/A2_BLOCKED_DOOR.png"
|
||||||
dest_files=["res://.godot/imported/A2_BLOCKED_DOOR.png-723294a905afb93872498e2e20f5f00f.ctex"]
|
dest_files=["res://.godot/imported/A2_BLOCKED_DOOR.png-3d33bc8a932b666db8c48e51700546c6.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@@ -3,15 +3,15 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://del2dfj3etokd"
|
uid="uid://del2dfj3etokd"
|
||||||
path="res://.godot/imported/Blocked Door A1 .png-5bd17db692494d035a44e11f7c97102a.ctex"
|
path="res://.godot/imported/Blocked Door A1 .png-6ebdc0d3b1e5fe251f887edce814d48b.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/assets/Blocked Door A1 .png"
|
source_file="res://src/map/assets/Dungeon Door Models/Blocked Door A1 .png"
|
||||||
dest_files=["res://.godot/imported/Blocked Door A1 .png-5bd17db692494d035a44e11f7c97102a.ctex"]
|
dest_files=["res://.godot/imported/Blocked Door A1 .png-6ebdc0d3b1e5fe251f887edce814d48b.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
@@ -4,12 +4,12 @@ importer="scene"
|
|||||||
importer_version=1
|
importer_version=1
|
||||||
type="PackedScene"
|
type="PackedScene"
|
||||||
uid="uid://dld10xlpr8d17"
|
uid="uid://dld10xlpr8d17"
|
||||||
path="res://.godot/imported/OW_gate.glb-fe522ba9c9961b3460ab4082c3a88f94.scn"
|
path="res://.godot/imported/OW_gate.glb-4956b1570e6f28d009620c239abe60b0.scn"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/assets/OW_gate.glb"
|
source_file="res://src/map/assets/Overworld Assetts/OW_gate.glb"
|
||||||
dest_files=["res://.godot/imported/OW_gate.glb-fe522ba9c9961b3460ab4082c3a88f94.scn"]
|
dest_files=["res://.godot/imported/OW_gate.glb-4956b1570e6f28d009620c239abe60b0.scn"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 226 KiB |
@@ -3,7 +3,7 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://dhivollpx6jd1"
|
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={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
@@ -13,8 +13,8 @@ generator_parameters={
|
|||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/assets/OW_gate_metal_0029_color_1k.jpg"
|
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-edc9606d9c7000f69615959b28e68b89.ctex"]
|
dest_files=["res://.godot/imported/OW_gate_metal_0029_color_1k.jpg-a6f01c003f27970d81f3b98038025697.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
@@ -4,12 +4,12 @@ importer="scene"
|
|||||||
importer_version=1
|
importer_version=1
|
||||||
type="PackedScene"
|
type="PackedScene"
|
||||||
uid="uid://by0ljkdhkhylv"
|
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]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/assets/Overworld - Upper Water Higher Subdiv.glb"
|
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-519365517bb8bf171cba7230277a7979.scn"]
|
dest_files=["res://.godot/imported/Overworld - Upper Water Higher Subdiv.glb-d3145cb71ccd594748148cff195a4582.scn"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 131 KiB |
@@ -3,7 +3,7 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://bnra3afje8dbs"
|
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={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
@@ -13,8 +13,8 @@ generator_parameters={
|
|||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/assets/Overworld - Upper Water Higher Subdiv_OCEAN.png"
|
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-a010ea67bb936d12ca516018cb07c214.ctex"]
|
dest_files=["res://.godot/imported/Overworld - Upper Water Higher Subdiv_OCEAN.png-90db5b1ee6a532daea848fb5d5f2a258.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 789 KiB After Width: | Height: | Size: 789 KiB |
@@ -3,15 +3,15 @@
|
|||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://c38grr8d22ukg"
|
uid="uid://c38grr8d22ukg"
|
||||||
path="res://.godot/imported/cloudscape.png-7985b1dc55a3027c801ff68d0a482713.ctex"
|
path="res://.godot/imported/cloudscape.png-6a88b72cf96e4ead0685a4de25615ab9.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/assets/cloudscape.png"
|
source_file="res://src/map/assets/Overworld Assetts/cloudscape.png"
|
||||||
dest_files=["res://.godot/imported/cloudscape.png-7985b1dc55a3027c801ff68d0a482713.ctex"]
|
dest_files=["res://.godot/imported/cloudscape.png-6a88b72cf96e4ead0685a4de25615ab9.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
@@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://bn54vhwu62a0i"
|
uid="uid://buc32hql74uun"
|
||||||
path="res://.godot/imported/CORRIDOR_AREA_1_TILE4.png-80e21b774978bf4e236b05bc0dceb555.ctex"
|
path="res://.godot/imported/terracotta.jpg-4087d6f28f5092f17f20f3749d422785.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
generator_parameters={
|
generator_parameters={
|
||||||
"md5": "9635fa0f67978d0bbc3cd49048bec1c6"
|
"md5": "ccefa9a6993c9d73552c9ef93b2f2e44"
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_TILE4.png"
|
source_file="res://src/map/assets/terracotta.jpg"
|
||||||
dest_files=["res://.godot/imported/CORRIDOR_AREA_1_TILE4.png-80e21b774978bf4e236b05bc0dceb555.ctex"]
|
dest_files=["res://.godot/imported/terracotta.jpg-4087d6f28f5092f17f20f3749d422785.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=6 format=3 uid="uid://8d6n4tk5aam0"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_wumfs"]
|
||||||
size = Vector3(3.98187, 3.98102, 3.88313)
|
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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ymply"]
|
||||||
size = Vector3(4.00526, 0.1, 4.01191)
|
size = Vector3(4.00526, 0.1, 4.01191)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="A1C1BLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_cg6gx")
|
script = ExtResource("1_cg6gx")
|
||||||
|
|
||||||
[node name="CA1_1BLOCK" parent="." instance=ExtResource("2_ppwe6")]
|
[node name="CA1_1BLOCK" parent="." instance=ExtResource("2_ppwe6")]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=6 format=3 uid="uid://dfjc54vc4yc45"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_k6ifr"]
|
||||||
size = Vector3(7.99652, 3.98102, 3.88313)
|
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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_fopvt"]
|
||||||
size = Vector3(7.99089, 0.1, 4.01191)
|
size = Vector3(7.99089, 0.1, 4.01191)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA1_2BLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_iqgx8")
|
script = ExtResource("1_iqgx8")
|
||||||
|
|
||||||
[node name="CA1_2BLOCK" parent="." instance=ExtResource("2_feq52")]
|
[node name="CA1_2BLOCK" parent="." instance=ExtResource("2_feq52")]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=7 format=3 uid="uid://dlrd6vvwaqq3n"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_lbqh3"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_06274"]
|
||||||
size = Vector3(11.9919, 3.9892, 0.1)
|
size = Vector3(11.9919, 3.9892, 0.1)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA1_3BLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_ph8ua")
|
script = ExtResource("1_ph8ua")
|
||||||
|
|
||||||
[node name="CA1_3BLOCK" parent="." instance=ExtResource("2_oc3ya")]
|
[node name="CA1_3BLOCK" parent="." instance=ExtResource("2_oc3ya")]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=7 format=3 uid="uid://b6tcqnvlc5ayk"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_kf5o1"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_bxp2w"]
|
||||||
size = Vector3(15.9852, 3.9892, 0.1)
|
size = Vector3(15.9852, 3.9892, 0.1)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA1_4BLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_icfon")
|
script = ExtResource("1_icfon")
|
||||||
|
|
||||||
[node name="CA1_4BLOCK" parent="." instance=ExtResource("2_20qq7")]
|
[node name="CA1_4BLOCK" parent="." instance=ExtResource("2_20qq7")]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=7 format=3 uid="uid://ckopnseygq01m"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_5qk5g"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_dscly"]
|
||||||
size = Vector3(19.9872, 3.9892, 0.1)
|
size = Vector3(19.9872, 3.9892, 0.1)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA1_5BLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_67h0r")
|
script = ExtResource("1_67h0r")
|
||||||
|
|
||||||
[node name="CA1_5BLOCK" parent="." instance=ExtResource("2_e2gre")]
|
[node name="CA1_5BLOCK" parent="." instance=ExtResource("2_e2gre")]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=11 format=3 uid="uid://cjxrkxr0bgeh1"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_87led"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.72977)
|
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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_k040t"]
|
||||||
size = Vector3(3.994, 7.9736, 0.1)
|
size = Vector3(3.994, 7.9736, 0.1)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA1_CORNERBLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_lawpv")
|
script = ExtResource("1_lawpv")
|
||||||
|
|
||||||
[node name="CA1_CORNERBLOCK" parent="." instance=ExtResource("2_huy2k")]
|
[node name="CA1_CORNERBLOCK" parent="." instance=ExtResource("2_huy2k")]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=7 format=3 uid="uid://cmobnodvd3884"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_gkwp0"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_jvqea"]
|
||||||
size = Vector3(12.0023, 4.01132, 0.1)
|
size = Vector3(12.0023, 4.01132, 0.1)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA1_CROSSBLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_6txl7")
|
script = ExtResource("1_6txl7")
|
||||||
|
|
||||||
[node name="CA1_CROSSBLOCK" parent="." instance=ExtResource("2_7kt5i")]
|
[node name="CA1_CROSSBLOCK" parent="." instance=ExtResource("2_7kt5i")]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=13 format=3 uid="uid://cf28w6f6dvu5a"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_1x558"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_jiiwu"]
|
||||||
size = Vector3(3.96991, 8.00859, 0.1)
|
size = Vector3(3.96991, 8.00859, 0.1)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA1_SBLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_u04dj")
|
script = ExtResource("1_u04dj")
|
||||||
|
|
||||||
[node name="CA1_SBLOCK" parent="." instance=ExtResource("2_j3ujp")]
|
[node name="CA1_SBLOCK" parent="." instance=ExtResource("2_j3ujp")]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=10 format=3 uid="uid://dgimg6s6w3xxd"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_p4vjy"]
|
||||||
size = Vector3(3.97492, 3.98102, 3.88313)
|
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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_sj14y"]
|
||||||
size = Vector3(7.97935, 11.9599, 0.1)
|
size = Vector3(7.97935, 11.9599, 0.1)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA1_TBLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_jw60f")
|
script = ExtResource("1_jw60f")
|
||||||
|
|
||||||
[node name="CA1_TBLOCK" parent="." instance=ExtResource("2_8iso1")]
|
[node name="CA1_TBLOCK" parent="." instance=ExtResource("2_8iso1")]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=13 format=3 uid="uid://8u5kue6pljh0"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_l07sf"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_8e0vl"]
|
||||||
size = Vector3(3.97751, 8.10873, 0.1)
|
size = Vector3(3.97751, 8.10873, 0.1)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA1_ZBLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_q7f8v")
|
script = ExtResource("1_q7f8v")
|
||||||
|
|
||||||
[node name="CA1_ZBLOCK" parent="." instance=ExtResource("2_apwqt")]
|
[node name="CA1_ZBLOCK" parent="." instance=ExtResource("2_apwqt")]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=14 format=3 uid="uid://nghm4vbxdvcx"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_5t05g"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ldn3x"]
|
||||||
size = Vector3(7.97826, 3.9892, 0.1)
|
size = Vector3(7.97826, 3.9892, 0.1)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA1-ZagBlock" type="Node3D"]
|
||||||
script = ExtResource("1_unmj6")
|
script = ExtResource("1_unmj6")
|
||||||
|
|
||||||
[node name="CA1-ZagBlock" parent="." instance=ExtResource("2_gr5ss")]
|
[node name="CA1-ZagBlock" parent="." instance=ExtResource("2_gr5ss")]
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[gd_scene load_steps=4 format=3 uid="uid://cetblp4mtwotw"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_4snqm"]
|
||||||
size = Vector3(3.95453, 3.98102, 3.88313)
|
size = Vector3(3.95453, 3.98102, 3.88313)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA2_1BLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_4snqm")
|
script = ExtResource("1_4snqm")
|
||||||
|
|
||||||
[node name="CA2_1BLOCK" parent="." instance=ExtResource("2_4snqm")]
|
[node name="CA2_1BLOCK" parent="." instance=ExtResource("2_4snqm")]
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[gd_scene load_steps=4 format=3 uid="uid://bp8dy2pd56gkm"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_wf6mw"]
|
||||||
size = Vector3(7.98786, 3.98102, 3.88313)
|
size = Vector3(7.98786, 3.98102, 3.88313)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA2_2BLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_wf6mw")
|
script = ExtResource("1_wf6mw")
|
||||||
|
|
||||||
[node name="CA2_2BLOCK" parent="." instance=ExtResource("2_wf6mw")]
|
[node name="CA2_2BLOCK" parent="." instance=ExtResource("2_wf6mw")]
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[gd_scene load_steps=4 format=3 uid="uid://bnhcth7efq2da"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_t61r6"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
size = Vector3(1.98914, 3.98102, 3.88313)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA2_4BLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_t61r6")
|
script = ExtResource("1_t61r6")
|
||||||
|
|
||||||
[node name="CA2_4BLOCK" parent="." instance=ExtResource("2_t61r6")]
|
[node name="CA2_4BLOCK" parent="." instance=ExtResource("2_t61r6")]
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[gd_scene load_steps=4 format=3 uid="uid://dashmsecoojsf"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_hceu2"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
size = Vector3(1.98914, 3.98102, 3.88313)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA2_5BLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_hceu2")
|
script = ExtResource("1_hceu2")
|
||||||
|
|
||||||
[node name="CA2_5BLOCK" parent="." instance=ExtResource("2_hceu2")]
|
[node name="CA2_5BLOCK" parent="." instance=ExtResource("2_hceu2")]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=5 format=3 uid="uid://ds6g6la483j2v"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_aknhk"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_oxdo1"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
size = Vector3(1.98914, 3.98102, 3.88313)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA2_CORNERBLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_aknhk")
|
script = ExtResource("1_aknhk")
|
||||||
|
|
||||||
[node name="Ca2_CornerBlock1" parent="." instance=ExtResource("2_aknhk")]
|
[node name="Ca2_CornerBlock1" parent="." instance=ExtResource("2_aknhk")]
|
||||||
|
|||||||
@@ -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="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")
|
script = ExtResource("1_18sbc")
|
||||||
|
|
||||||
[node name="CA2_CROSSBLOCK" parent="." instance=ExtResource("2_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")
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[gd_scene load_steps=4 format=3 uid="uid://dp42gsgacl331"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_8hqtj"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
size = Vector3(1.98914, 3.98102, 3.88313)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA2_SBLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_8hqtj")
|
script = ExtResource("1_8hqtj")
|
||||||
|
|
||||||
[node name="CA2_SBLOCK" parent="." instance=ExtResource("2_8hqtj")]
|
[node name="CA2_SBLOCK" parent="." instance=ExtResource("2_8hqtj")]
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[gd_scene load_steps=4 format=3 uid="uid://c3lwv11e6oi7a"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_efs71"]
|
||||||
size = Vector3(3.97492, 3.98102, 3.88313)
|
size = Vector3(3.97492, 3.98102, 3.88313)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA2_TBLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_efs71")
|
script = ExtResource("1_efs71")
|
||||||
|
|
||||||
[node name="CA2_TBLOCK" parent="." instance=ExtResource("2_efs71")]
|
[node name="CA2_TBLOCK" parent="." instance=ExtResource("2_efs71")]
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[gd_scene load_steps=4 format=3 uid="uid://b7hdsijrg4g8c"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_lpude"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
size = Vector3(1.98914, 3.98102, 3.88313)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA2_ZBLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_lpude")
|
script = ExtResource("1_lpude")
|
||||||
|
|
||||||
[node name="CA2_ZBLOCK" parent="." instance=ExtResource("2_lpude")]
|
[node name="CA2_ZBLOCK" parent="." instance=ExtResource("2_lpude")]
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[gd_scene load_steps=4 format=3 uid="uid://ba1qktwfba0h8"]
|
[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="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"]
|
[sub_resource type="BoxShape3D" id="BoxShape3D_11cjv"]
|
||||||
size = Vector3(1.98914, 3.98102, 3.88313)
|
size = Vector3(1.98914, 3.98102, 3.88313)
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D"]
|
[node name="CA2_ZAGBLOCK" type="Node3D"]
|
||||||
script = ExtResource("1_a5b6m")
|
script = ExtResource("1_a5b6m")
|
||||||
|
|
||||||
[node name="CA2_ZAGBLOCK" parent="." instance=ExtResource("2_a5b6m")]
|
[node name="CA2_ZAGBLOCK" parent="." instance=ExtResource("2_a5b6m")]
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 22 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 18 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 15 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 44 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 27 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 10 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 18 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 15 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 44 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 27 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 10 KiB |
@@ -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
|
|
||||||
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 65 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 21 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 17 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 52 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 18 KiB |
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 82 KiB |
@@ -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
|
|
||||||
@@ -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
|
|
||||||
|
Before Width: | Height: | Size: 65 KiB |
@@ -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
|
|
||||||