Fix labels

This commit is contained in:
2024-09-08 15:42:08 -07:00
parent a47d1306b9
commit 1dfc61f003
242 changed files with 5502 additions and 383 deletions

View File

@@ -1,11 +1,9 @@
[gd_scene load_steps=4 format=3 uid="uid://wg25dg65ksgg"]
[gd_scene load_steps=3 format=3 uid="uid://co5mli30wcq1t"]
[ext_resource type="Script" path="res://addons/SimpleDungeons/DungeonGenerator3D.gd" id="1_l4et8"]
[ext_resource type="PackedScene" uid="uid://dhpwwqow1ahrc" path="res://src/map/dungeon/rooms/Room1.tscn" id="2_tghss"]
[ext_resource type="PackedScene" uid="uid://bn4gslp2gk8ds" path="res://src/map/dungeon/corridor/Corridor.tscn" id="3_ujbm3"]
[node name="DungeonGenerator3D" type="Node3D"]
script = ExtResource("1_l4et8")
room_scenes = Array[PackedScene]([ExtResource("2_tghss")])
corridor_room_scene = ExtResource("3_ujbm3")
dungeon_size = Vector3i(10, 1, 10)

View File

@@ -1,67 +1,22 @@
[gd_scene load_steps=8 format=3 uid="uid://bn4gslp2gk8ds"]
[gd_scene load_steps=3 format=3 uid="uid://bn4gslp2gk8ds"]
[ext_resource type="Script" path="res://addons/SimpleDungeons/DungeonRoom3D.gd" id="1_y0rqi"]
[ext_resource type="PackedScene" uid="uid://ckaw6wjmi0fom" path="res://src/map/dungeon/door/Door.tscn" id="2_vpnlr"]
[ext_resource type="Script" path="res://src/map/dungeon/corridor/remove_unused_doors.gd" id="3_8i1ij"]
[sub_resource type="NavigationMesh" id="NavigationMesh_j0j2w"]
vertices = PackedVector3Array(-1.42783, -3.84337, 1.82217, -1.42783, -3.84337, 5.07217, 1.32217, -3.84337, 5.07217, 1.57217, -3.84337, 1.57217, 1.32217, -3.84337, -1.42783, -1.67783, -3.84337, -1.17783, 5.07217, -3.84337, 1.57217, 5.07217, -3.84337, -1.17783, 1.32217, -3.84337, -5.17783, -1.42783, -3.84337, -5.17783, -5.17783, -3.84337, -1.17783, -5.17783, -3.84337, 1.57217)
polygons = [PackedInt32Array(1, 0, 2), PackedInt32Array(2, 0, 3), PackedInt32Array(3, 0, 4), PackedInt32Array(4, 0, 5), PackedInt32Array(6, 3, 7), PackedInt32Array(7, 3, 4), PackedInt32Array(8, 4, 9), PackedInt32Array(9, 4, 5), PackedInt32Array(10, 5, 11), PackedInt32Array(11, 5, 0)]
agent_radius = 0.25
[sub_resource type="BoxShape3D" id="BoxShape3D_r6hgf"]
size = Vector3(3.00739, 1, 10.7051)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_kdikn"]
albedo_color = Color(1, 1, 0, 1)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qay2n"]
albedo_color = Color(1, 1, 0, 1)
[node name="Corridor" type="Node3D"]
script = ExtResource("1_y0rqi")
voxel_scale = Vector3(5, 5, 5)
[node name="RemoveUnusedDoors" type="Node" parent="."]
script = ExtResource("3_8i1ij")
[node name="NavigationRegion3D" type="NavigationRegion3D" parent="."]
navigation_mesh = SubResource("NavigationMesh_j0j2w")
[node name="DOOR?" type="Marker3D" parent="."]
[node name="StaticBody3D" type="StaticBody3D" parent="NavigationRegion3D"]
[node name="DOOR?2" type="Marker3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.58454, 0, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="NavigationRegion3D/StaticBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.144196, -4.84337, -0.0752945)
shape = SubResource("BoxShape3D_r6hgf")
[node name="DOOR?3" type="Marker3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 3.69131)
[node name="StaticBody3D2" type="StaticBody3D" parent="NavigationRegion3D"]
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="NavigationRegion3D/StaticBody3D2"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.144196, -4.84337, -0.0752945)
shape = SubResource("BoxShape3D_r6hgf")
[node name="CSGBox3D" type="CSGBox3D" parent="."]
use_collision = true
size = Vector3(10, 10, 10)
material = SubResource("StandardMaterial3D_kdikn")
[node name="CSGBox3D" type="CSGBox3D" parent="CSGBox3D"]
operation = 2
size = Vector3(9, 9, 9)
material = SubResource("StandardMaterial3D_qay2n")
[node name="DOOR?4" parent="CSGBox3D" instance=ExtResource("2_vpnlr")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2.58627, 5)
size = Vector3(4, 4, 1)
[node name="DOOR?5" parent="CSGBox3D" instance=ExtResource("2_vpnlr")]
transform = Transform3D(-0.0899894, 0, 0.995943, 0, 1, 0, -0.995943, 0, -0.0899894, -4.7076, -2.586, 0)
size = Vector3(4, 4, 1)
[node name="DOOR?6" parent="CSGBox3D" instance=ExtResource("2_vpnlr")]
transform = Transform3D(-0.0899894, 0, 0.995943, 0, 1, 0, -0.995943, 0, -0.0899894, 4.73741, -2.586, 0)
size = Vector3(4, 4, 1)
[node name="DOOR?2" parent="CSGBox3D" instance=ExtResource("2_vpnlr")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2.58627, -5)
size = Vector3(4, 4, 1)
[node name="DOOR?4" type="Marker3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -2.98855)

View File

@@ -1,8 +1,7 @@
[gd_scene load_steps=6 format=3 uid="uid://bc1sp6xwe0j65"]
[gd_scene load_steps=5 format=3 uid="uid://bc1sp6xwe0j65"]
[ext_resource type="Script" path="res://addons/SimpleDungeons/DungeonGenerator3D.gd" id="1_sr15j"]
[ext_resource type="PackedScene" uid="uid://dhpwwqow1ahrc" path="res://src/map/dungeon/rooms/Room1.tscn" id="2_dvdf4"]
[ext_resource type="PackedScene" uid="uid://bbwgmqy3evhh2" path="res://src/map/dungeon/rooms/Room2.tscn" id="3_462ob"]
[ext_resource type="PackedScene" uid="uid://dpec2lbt83dhe" path="res://src/map/dungeon/rooms/Antechamber.tscn" id="3_vdv5c"]
[ext_resource type="PackedScene" uid="uid://bn4gslp2gk8ds" path="res://src/map/dungeon/corridor/Corridor.tscn" id="4_pgrs5"]
[ext_resource type="Script" path="res://src/map/dungeon/floors/DungeonFloor.cs" id="5_bsukb"]
@@ -12,7 +11,9 @@ script = ExtResource("5_bsukb")
[node name="DungeonGenerator" type="Node3D" parent="."]
unique_name_in_owner = true
script = ExtResource("1_sr15j")
room_scenes = Array[PackedScene]([ExtResource("2_dvdf4"), ExtResource("3_462ob")])
room_scenes = Array[PackedScene]([ExtResource("3_vdv5c")])
corridor_room_scene = ExtResource("4_pgrs5")
dungeon_size = Vector3i(10, 1, 10)
dungeon_size = Vector3i(50, 3, 50)
voxel_scale = Vector3(5, 5, 5)
generate_on_ready = false
place_even_if_fail = true

Binary file not shown.

View File

@@ -0,0 +1,36 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://dpmatw3mioaqk"
path="res://.godot/imported/ANTECHAMBER.glb-d8b86594a1419c4bfd0ae594b8ed0fee.scn"
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER.glb"
dest_files=["res://.godot/imported/ANTECHAMBER.glb-d8b86594a1419c4bfd0ae594b8ed0fee.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c6tl265fpnqyi"
path.s3tc="res://.godot/imported/ANTECHAMBER_BATHEAD.png-102dc6e311ba4b898e518b77ca807d74.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "dd75fd6a9cb4abfc202736f50dcc544b"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_BATHEAD.png"
dest_files=["res://.godot/imported/ANTECHAMBER_BATHEAD.png-102dc6e311ba4b898e518b77ca807d74.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d2wfhufif82yn"
path.s3tc="res://.godot/imported/ANTECHAMBER_BATHEAD_13.png-04dfe25aecc9e169320360dcbf5017e8.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "dd75fd6a9cb4abfc202736f50dcc544b"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_BATHEAD_13.png"
dest_files=["res://.godot/imported/ANTECHAMBER_BATHEAD_13.png-04dfe25aecc9e169320360dcbf5017e8.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dtl7ddfk5qltn"
path.s3tc="res://.godot/imported/ANTECHAMBER_CEILING_1.jpg-6a73f5bcec11c9e278ff78df519270d7.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "3d6e3a1f727e4ba346b1f8bd49a76e28"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_CEILING_1.jpg"
dest_files=["res://.godot/imported/ANTECHAMBER_CEILING_1.jpg-6a73f5bcec11c9e278ff78df519270d7.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cjpw7h4r6y54b"
path.s3tc="res://.godot/imported/ANTECHAMBER_CEILING_1_7.jpg-157aa9885a1875436ab8077740c231d6.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "3d6e3a1f727e4ba346b1f8bd49a76e28"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_CEILING_1_7.jpg"
dest_files=["res://.godot/imported/ANTECHAMBER_CEILING_1_7.jpg-157aa9885a1875436ab8077740c231d6.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://1mspgh5ue4tc"
path.s3tc="res://.godot/imported/ANTECHAMBER_COLUMN.jpg-34dfb3f3b2c6a661f5bd12dbb6dbdf1a.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "f898f2d5d45561b486ec94d473fbefce"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_COLUMN.jpg"
dest_files=["res://.godot/imported/ANTECHAMBER_COLUMN.jpg-34dfb3f3b2c6a661f5bd12dbb6dbdf1a.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dmeji5w2ft1as"
path.s3tc="res://.godot/imported/ANTECHAMBER_FLOOR1.jpg-fe2685acb4c9e2c9515d26694745c32d.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "e23dd1b477467088dbb6f6690c77ad73"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_FLOOR1.jpg"
dest_files=["res://.godot/imported/ANTECHAMBER_FLOOR1.jpg-fe2685acb4c9e2c9515d26694745c32d.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://q10n6j8dr6c0"
path.s3tc="res://.godot/imported/ANTECHAMBER_STONE_PANEL_1png.png-2f845eb7509fbda60af7a9408f893b31.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "227975486c1181a9276cf8c8194791a5"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_STONE_PANEL_1png.png"
dest_files=["res://.godot/imported/ANTECHAMBER_STONE_PANEL_1png.png-2f845eb7509fbda60af7a9408f893b31.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cmkfbhph5rui0"
path.s3tc="res://.godot/imported/ANTECHAMBER_STONE_PANEL_2png.png-39021a97833bf94be49e73f5239ef549.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "250f3babc9d84771c41d8bf13023b798"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_STONE_PANEL_2png.png"
dest_files=["res://.godot/imported/ANTECHAMBER_STONE_PANEL_2png.png-39021a97833bf94be49e73f5239ef549.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b0d11o60nnn6y"
path.s3tc="res://.godot/imported/ANTECHAMBER_TILE4.png-2b8280cbbf3e1f1211c5a27820c8418b.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "7b53babe76d0484b408a519f8fc329b5"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_TILE4.png"
dest_files=["res://.godot/imported/ANTECHAMBER_TILE4.png-2b8280cbbf3e1f1211c5a27820c8418b.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://xgc2aaxm1pus"
path.s3tc="res://.godot/imported/ANTECHAMBER_TILE5.png-cd1128b9ff482068b41b3259c4a8a5c7.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "291187513aecb7604aa6994b9ca7a239"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_TILE5.png"
dest_files=["res://.godot/imported/ANTECHAMBER_TILE5.png-cd1128b9ff482068b41b3259c4a8a5c7.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bxb1hp20ftfs0"
path.s3tc="res://.godot/imported/ANTECHAMBER_WALL TILE 1.jpg-8365324a4eea3ec17f6212f2732a9358.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "c591bfa502b4a13cdf376c08035fb58d"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_WALL TILE 1.jpg"
dest_files=["res://.godot/imported/ANTECHAMBER_WALL TILE 1.jpg-8365324a4eea3ec17f6212f2732a9358.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bynp5h7thlmia"
path.s3tc="res://.godot/imported/ANTECHAMBER_hand-tiile.png-ca7026afcfc1ebc411a8bde5547f3194.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "d3ae9d17bf47107d7c4fdd341980bd5a"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_hand-tiile.png"
dest_files=["res://.godot/imported/ANTECHAMBER_hand-tiile.png-ca7026afcfc1ebc411a8bde5547f3194.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bptgnd20q18au"
path.s3tc="res://.godot/imported/ANTECHAMBER_swirled_column.png-c010bfae13b92c26a58107ec3fe54653.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "b95255ab479b02e2d0ee83096779cac5"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_swirled_column.png"
dest_files=["res://.godot/imported/ANTECHAMBER_swirled_column.png-c010bfae13b92c26a58107ec3fe54653.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cqbc3tjhel86n"
path.s3tc="res://.godot/imported/ANTECHAMBER_tile2.png-cd8bf2defafe4933a0b0e34ecdd15bbe.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "d7f876bee51403664d422b95f64dd4f7"
}
[deps]
source_file="res://src/map/dungeon/models/ANTECHAMBER_tile2.png"
dest_files=["res://.godot/imported/ANTECHAMBER_tile2.png-cd8bf2defafe4933a0b0e34ecdd15bbe.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

View File

@@ -0,0 +1,36 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://csyraw0h6t1wi"
path="res://.godot/imported/Approach to Final Room.glb-7ef78bc0f941b1ce827363a9a61b1523.scn"
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room.glb"
dest_files=["res://.godot/imported/Approach to Final Room.glb-7ef78bc0f941b1ce827363a9a61b1523.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bnsts4bf00lqn"
path.s3tc="res://.godot/imported/Approach to Final Room_BATHEAD.png-f26011e1ce69f1b766157bf38b85558d.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "dd75fd6a9cb4abfc202736f50dcc544b"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_BATHEAD.png"
dest_files=["res://.godot/imported/Approach to Final Room_BATHEAD.png-f26011e1ce69f1b766157bf38b85558d.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cdmcrgmyesyfn"
path.s3tc="res://.godot/imported/Approach to Final Room_BATHEAD_15.png-e6f778111bcf19b63f9356e7db6eac8b.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "dd75fd6a9cb4abfc202736f50dcc544b"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_BATHEAD_15.png"
dest_files=["res://.godot/imported/Approach to Final Room_BATHEAD_15.png-e6f778111bcf19b63f9356e7db6eac8b.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://du07b1whsbfrw"
path.s3tc="res://.godot/imported/Approach to Final Room_CEILING_1.jpg-9169d7c7c21428ce6a5d11334b5e8dd7.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "3d6e3a1f727e4ba346b1f8bd49a76e28"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_CEILING_1.jpg"
dest_files=["res://.godot/imported/Approach to Final Room_CEILING_1.jpg-9169d7c7c21428ce6a5d11334b5e8dd7.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d1faklq2503vl"
path.s3tc="res://.godot/imported/Approach to Final Room_CEILING_1_14.jpg-1f9cd3224d368d03838ce5ab8bd5c936.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "3d6e3a1f727e4ba346b1f8bd49a76e28"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_CEILING_1_14.jpg"
dest_files=["res://.godot/imported/Approach to Final Room_CEILING_1_14.jpg-1f9cd3224d368d03838ce5ab8bd5c936.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cnsv72pcsrvwt"
path.s3tc="res://.godot/imported/Approach to Final Room_COLUMN.jpg-ca6f1a0ae446bb6c6ea30d31cbb29576.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "f898f2d5d45561b486ec94d473fbefce"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_COLUMN.jpg"
dest_files=["res://.godot/imported/Approach to Final Room_COLUMN.jpg-ca6f1a0ae446bb6c6ea30d31cbb29576.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dcvm5wa5b6lkk"
path.s3tc="res://.godot/imported/Approach to Final Room_FLOOR1.jpg-bed983315e26a67645cda62a85cb7ea7.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "e23dd1b477467088dbb6f6690c77ad73"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_FLOOR1.jpg"
dest_files=["res://.godot/imported/Approach to Final Room_FLOOR1.jpg-bed983315e26a67645cda62a85cb7ea7.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c34wjhxresjjb"
path.s3tc="res://.godot/imported/Approach to Final Room_FLOOR1_12.jpg-175cc8d2066b192c18a40f3c54fe17ba.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "e23dd1b477467088dbb6f6690c77ad73"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_FLOOR1_12.jpg"
dest_files=["res://.godot/imported/Approach to Final Room_FLOOR1_12.jpg-175cc8d2066b192c18a40f3c54fe17ba.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://px7t63yq2b00"
path.s3tc="res://.godot/imported/Approach to Final Room_Metal054C_1K-JPG_Color.jpg-e914ac8b3ad863851da504da20b0207b.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "a736e2bfd0819e969c4fbfc879bc7b02"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_Metal054C_1K-JPG_Color.jpg"
dest_files=["res://.godot/imported/Approach to Final Room_Metal054C_1K-JPG_Color.jpg-e914ac8b3ad863851da504da20b0207b.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cccvfek04y5yy"
path.s3tc="res://.godot/imported/Approach to Final Room_STONE_PANEL_1png.png-c12ce7bbefef91e19192b7e40fa337b6.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "227975486c1181a9276cf8c8194791a5"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_STONE_PANEL_1png.png"
dest_files=["res://.godot/imported/Approach to Final Room_STONE_PANEL_1png.png-c12ce7bbefef91e19192b7e40fa337b6.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cxn7dxhtsjxxs"
path.s3tc="res://.godot/imported/Approach to Final Room_STONE_PANEL_2png.png-c873ceaacb31ab37ccd3f729dee5d642.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "250f3babc9d84771c41d8bf13023b798"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_STONE_PANEL_2png.png"
dest_files=["res://.godot/imported/Approach to Final Room_STONE_PANEL_2png.png-c873ceaacb31ab37ccd3f729dee5d642.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cwydb2jxrpae6"
path.s3tc="res://.godot/imported/Approach to Final Room_TILE4.png-0841795c0ca6b804577735857b76d3da.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "7b53babe76d0484b408a519f8fc329b5"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_TILE4.png"
dest_files=["res://.godot/imported/Approach to Final Room_TILE4.png-0841795c0ca6b804577735857b76d3da.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b5pko0ln88rsw"
path.s3tc="res://.godot/imported/Approach to Final Room_WALL TILE 1.jpg-727a424300a9f93f573c420f3cb9e931.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "c591bfa502b4a13cdf376c08035fb58d"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_WALL TILE 1.jpg"
dest_files=["res://.godot/imported/Approach to Final Room_WALL TILE 1.jpg-727a424300a9f93f573c420f3cb9e931.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bphcsrr4e2ypm"
path.s3tc="res://.godot/imported/Approach to Final Room_WALL TILE 1_13.jpg-be53e0e4f096fc8f0d6223bf2507283d.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "c591bfa502b4a13cdf376c08035fb58d"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_WALL TILE 1_13.jpg"
dest_files=["res://.godot/imported/Approach to Final Room_WALL TILE 1_13.jpg-be53e0e4f096fc8f0d6223bf2507283d.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://btea261g3fnb"
path.s3tc="res://.godot/imported/Approach to Final Room_hand-tiile.png-b2f25733163ae76f71c876e787c5a019.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "d3ae9d17bf47107d7c4fdd341980bd5a"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_hand-tiile.png"
dest_files=["res://.godot/imported/Approach to Final Room_hand-tiile.png-b2f25733163ae76f71c876e787c5a019.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cqo51uq506sli"
path.s3tc="res://.godot/imported/Approach to Final Room_swirled_column.png-6111ea3e85d68317b254b341be4f80f7.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "b95255ab479b02e2d0ee83096779cac5"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_swirled_column.png"
dest_files=["res://.godot/imported/Approach to Final Room_swirled_column.png-6111ea3e85d68317b254b341be4f80f7.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ynaiewg5u06i"
path.s3tc="res://.godot/imported/Approach to Final Room_tile2.png-7ef21cc2630e7ab7432b0ce8b015e210.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "d7f876bee51403664d422b95f64dd4f7"
}
[deps]
source_file="res://src/map/dungeon/models/Approach to Final Room_tile2.png"
dest_files=["res://.godot/imported/Approach to Final Room_tile2.png-7ef21cc2630e7ab7432b0ce8b015e210.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

View File

@@ -0,0 +1,36 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://bmcy5xg78sci0"
path="res://.godot/imported/COLUMN ROOM.glb-06ab9118dbb82a0c7b09d2582eb3176f.scn"
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM.glb"
dest_files=["res://.godot/imported/COLUMN ROOM.glb-06ab9118dbb82a0c7b09d2582eb3176f.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1002 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://br5pftco1yuqw"
path.s3tc="res://.godot/imported/COLUMN ROOM_5r4b2vhc34xa1.png-67709540cae7593c337cf2230d764d14.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "d11b0b140d6454a828e2e034674315ab"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_5r4b2vhc34xa1.png"
dest_files=["res://.godot/imported/COLUMN ROOM_5r4b2vhc34xa1.png-67709540cae7593c337cf2230d764d14.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bmi4qpuo72txe"
path.s3tc="res://.godot/imported/COLUMN ROOM_BATHEAD.png-dd0b37f6abda70d7db3a933318be3bd3.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "dd75fd6a9cb4abfc202736f50dcc544b"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_BATHEAD.png"
dest_files=["res://.godot/imported/COLUMN ROOM_BATHEAD.png-dd0b37f6abda70d7db3a933318be3bd3.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://df4xjbnaf3idj"
path.s3tc="res://.godot/imported/COLUMN ROOM_BATHEAD_15.png-29752d46a50d40d681b4e8d591242567.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "dd75fd6a9cb4abfc202736f50dcc544b"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_BATHEAD_15.png"
dest_files=["res://.godot/imported/COLUMN ROOM_BATHEAD_15.png-29752d46a50d40d681b4e8d591242567.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dacm4dslgg5qo"
path.s3tc="res://.godot/imported/COLUMN ROOM_CEILING_1.jpg-be711d276ab27a3c1f7a10b5b9106626.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "3d6e3a1f727e4ba346b1f8bd49a76e28"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_CEILING_1.jpg"
dest_files=["res://.godot/imported/COLUMN ROOM_CEILING_1.jpg-be711d276ab27a3c1f7a10b5b9106626.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bgd0sy4hrkok"
path.s3tc="res://.godot/imported/COLUMN ROOM_CEILING_1_10.jpg-4bb44e706901fecccc651dd9b85dce27.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "3d6e3a1f727e4ba346b1f8bd49a76e28"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_CEILING_1_10.jpg"
dest_files=["res://.godot/imported/COLUMN ROOM_CEILING_1_10.jpg-4bb44e706901fecccc651dd9b85dce27.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bov4it342exwb"
path.s3tc="res://.godot/imported/COLUMN ROOM_COLUMN.jpg-a70f4b1f4e5f8cbcac8ab80a697023ff.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "f898f2d5d45561b486ec94d473fbefce"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_COLUMN.jpg"
dest_files=["res://.godot/imported/COLUMN ROOM_COLUMN.jpg-a70f4b1f4e5f8cbcac8ab80a697023ff.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ddnmfw0jqfjl2"
path.s3tc="res://.godot/imported/COLUMN ROOM_FLOOR1.jpg-9d5aabd224dc0aa6d9e473a7e1b0ad76.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "e23dd1b477467088dbb6f6690c77ad73"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_FLOOR1.jpg"
dest_files=["res://.godot/imported/COLUMN ROOM_FLOOR1.jpg-9d5aabd224dc0aa6d9e473a7e1b0ad76.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://do8xqac0yskhh"
path.s3tc="res://.godot/imported/COLUMN ROOM_STONE_PANEL_1png.png-14d6ecdcc2a80f86ce4a57631ada98f7.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "227975486c1181a9276cf8c8194791a5"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_STONE_PANEL_1png.png"
dest_files=["res://.godot/imported/COLUMN ROOM_STONE_PANEL_1png.png-14d6ecdcc2a80f86ce4a57631ada98f7.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cwlyc0cho1sxg"
path.s3tc="res://.godot/imported/COLUMN ROOM_STONE_PANEL_2png.png-9658a4509d4ab3844c17d518b851efa9.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "250f3babc9d84771c41d8bf13023b798"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_STONE_PANEL_2png.png"
dest_files=["res://.godot/imported/COLUMN ROOM_STONE_PANEL_2png.png-9658a4509d4ab3844c17d518b851efa9.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b12rqd068ksx7"
path.s3tc="res://.godot/imported/COLUMN ROOM_TILE4.png-237efd23db3f0e127794fd63967f92d3.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "7b53babe76d0484b408a519f8fc329b5"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_TILE4.png"
dest_files=["res://.godot/imported/COLUMN ROOM_TILE4.png-237efd23db3f0e127794fd63967f92d3.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d4hn0afe435ht"
path.s3tc="res://.godot/imported/COLUMN ROOM_TILE5.png-1d918c94fb1b441d3887f23fe8249c15.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "291187513aecb7604aa6994b9ca7a239"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_TILE5.png"
dest_files=["res://.godot/imported/COLUMN ROOM_TILE5.png-1d918c94fb1b441d3887f23fe8249c15.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b37isssl5xx05"
path.s3tc="res://.godot/imported/COLUMN ROOM_WALL TILE 1.jpg-09845dbccbf00b4dc2d1d8f6e6841c3c.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "c591bfa502b4a13cdf376c08035fb58d"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_WALL TILE 1.jpg"
dest_files=["res://.godot/imported/COLUMN ROOM_WALL TILE 1.jpg-09845dbccbf00b4dc2d1d8f6e6841c3c.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bcimxuiuhj1hr"
path.s3tc="res://.godot/imported/COLUMN ROOM_WALL TILE 1_14.jpg-2ca95594b44638bf495df2a75b460dc2.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "c591bfa502b4a13cdf376c08035fb58d"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_WALL TILE 1_14.jpg"
dest_files=["res://.godot/imported/COLUMN ROOM_WALL TILE 1_14.jpg-2ca95594b44638bf495df2a75b460dc2.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dyk7lk5elosy1"
path.s3tc="res://.godot/imported/COLUMN ROOM_hand-tiile.png-ab36407d6799cd5ee41f7d33cd0db865.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "d3ae9d17bf47107d7c4fdd341980bd5a"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_hand-tiile.png"
dest_files=["res://.godot/imported/COLUMN ROOM_hand-tiile.png-ab36407d6799cd5ee41f7d33cd0db865.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,38 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c4lq2dk2pbp23"
path.s3tc="res://.godot/imported/COLUMN ROOM_swirled_column.png-d754c3e2839b317414d8d83bcf787807.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "b95255ab479b02e2d0ee83096779cac5"
}
[deps]
source_file="res://src/map/dungeon/models/COLUMN ROOM_swirled_column.png"
dest_files=["res://.godot/imported/COLUMN ROOM_swirled_column.png-d754c3e2839b317414d8d83bcf787807.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Some files were not shown because too many files have changed in this diff Show More