commit 88c729616e377b59ee63eec2a3d92b810fa086f8 Author: Bobby Lucero Date: Wed Apr 23 19:46:12 2025 -0400 Initial Commit diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f28239b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +charset = utf-8 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0af181c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Godot 4+ specific ignores +.godot/ +/android/ diff --git a/Assets/Icon.png b/Assets/Icon.png new file mode 100644 index 0000000..864b5c1 Binary files /dev/null and b/Assets/Icon.png differ diff --git a/Assets/Icon.png.import b/Assets/Icon.png.import new file mode 100644 index 0000000..7a6f714 --- /dev/null +++ b/Assets/Icon.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://drqji6tboiqak" +path="res://.godot/imported/Icon.png-569cfaebd6e6bf2142a0c8021c6090ac.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Icon.png" +dest_files=["res://.godot/imported/Icon.png-569cfaebd6e6bf2142a0c8021c6090ac.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=1 diff --git a/Assets/Models/Dungeon/gltf/banner_blue.gltf.glb b/Assets/Models/Dungeon/gltf/banner_blue.gltf.glb new file mode 100644 index 0000000..0137c7b Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_blue.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_blue.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_blue.gltf.glb.import new file mode 100644 index 0000000..e9fb368 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_blue.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bihi80dtjs5pm" +path="res://.godot/imported/banner_blue.gltf.glb-b8fd1e60ac43ac488f0cce03fa828712.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_blue.gltf.glb" +dest_files=["res://.godot/imported/banner_blue.gltf.glb-b8fd1e60ac43ac488f0cce03fa828712.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_blue_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_blue_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_blue_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_blue_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_blue_dungeon_texture.png.import new file mode 100644 index 0000000..0698229 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_blue_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bajicrt4qjfb2" +path.s3tc="res://.godot/imported/banner_blue_dungeon_texture.png-83923ad95093708cfc6aaf1d2474673e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_blue_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_blue_dungeon_texture.png-83923ad95093708cfc6aaf1d2474673e.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 diff --git a/Assets/Models/Dungeon/gltf/banner_brown.gltf.glb b/Assets/Models/Dungeon/gltf/banner_brown.gltf.glb new file mode 100644 index 0000000..148a917 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_brown.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_brown.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_brown.gltf.glb.import new file mode 100644 index 0000000..6d626a6 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_brown.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://eyndx7p00eu7" +path="res://.godot/imported/banner_brown.gltf.glb-43357de7e7eae4c6b55787f41a6583f7.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_brown.gltf.glb" +dest_files=["res://.godot/imported/banner_brown.gltf.glb-43357de7e7eae4c6b55787f41a6583f7.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_brown_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_brown_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_brown_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_brown_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_brown_dungeon_texture.png.import new file mode 100644 index 0000000..44a9760 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_brown_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://npdnyam410ry" +path.s3tc="res://.godot/imported/banner_brown_dungeon_texture.png-83864e797805b3f0e0e90a1452c7f855.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_brown_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_brown_dungeon_texture.png-83864e797805b3f0e0e90a1452c7f855.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 diff --git a/Assets/Models/Dungeon/gltf/banner_green.gltf.glb b/Assets/Models/Dungeon/gltf/banner_green.gltf.glb new file mode 100644 index 0000000..f3a9d1c Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_green.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_green.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_green.gltf.glb.import new file mode 100644 index 0000000..5207208 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_green.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dxkkld8js5eur" +path="res://.godot/imported/banner_green.gltf.glb-8ac229f7954d6b6d4735b2cf9bfe5d07.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_green.gltf.glb" +dest_files=["res://.godot/imported/banner_green.gltf.glb-8ac229f7954d6b6d4735b2cf9bfe5d07.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_green_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_green_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_green_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_green_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_green_dungeon_texture.png.import new file mode 100644 index 0000000..30f028a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_green_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://mpm26pbsrxhm" +path.s3tc="res://.godot/imported/banner_green_dungeon_texture.png-c09aaf567394671c300eebb154c00a49.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_green_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_green_dungeon_texture.png-c09aaf567394671c300eebb154c00a49.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_blue.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternA_blue.gltf.glb new file mode 100644 index 0000000..099f1bb Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternA_blue.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_blue.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternA_blue.gltf.glb.import new file mode 100644 index 0000000..49686c2 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternA_blue.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b8f7xtckx2u6" +path="res://.godot/imported/banner_patternA_blue.gltf.glb-a619270077b80b93aa7ceb45e408da2a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternA_blue.gltf.glb" +dest_files=["res://.godot/imported/banner_patternA_blue.gltf.glb-a619270077b80b93aa7ceb45e408da2a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_blue_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternA_blue_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternA_blue_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_blue_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternA_blue_dungeon_texture.png.import new file mode 100644 index 0000000..bf16947 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternA_blue_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://q1emojl60y7h" +path.s3tc="res://.godot/imported/banner_patternA_blue_dungeon_texture.png-b9078e7e6eabe25e36256d15b92559bf.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternA_blue_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternA_blue_dungeon_texture.png-b9078e7e6eabe25e36256d15b92559bf.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_brown.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternA_brown.gltf.glb new file mode 100644 index 0000000..5c6145e Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternA_brown.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_brown.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternA_brown.gltf.glb.import new file mode 100644 index 0000000..a0f9f52 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternA_brown.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ormtfy71fva4" +path="res://.godot/imported/banner_patternA_brown.gltf.glb-124f1ff06d19831824eddcc5121ea7d1.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternA_brown.gltf.glb" +dest_files=["res://.godot/imported/banner_patternA_brown.gltf.glb-124f1ff06d19831824eddcc5121ea7d1.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_brown_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternA_brown_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternA_brown_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_brown_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternA_brown_dungeon_texture.png.import new file mode 100644 index 0000000..4ad3267 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternA_brown_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wq28two3qnen" +path.s3tc="res://.godot/imported/banner_patternA_brown_dungeon_texture.png-34cae26cb5df4aa09c2951e73090dc7b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternA_brown_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternA_brown_dungeon_texture.png-34cae26cb5df4aa09c2951e73090dc7b.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_green.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternA_green.gltf.glb new file mode 100644 index 0000000..0c29db5 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternA_green.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_green.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternA_green.gltf.glb.import new file mode 100644 index 0000000..a8b53b2 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternA_green.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bhcflriextmw7" +path="res://.godot/imported/banner_patternA_green.gltf.glb-37c05f4e8a2195911e787fa17dd8045a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternA_green.gltf.glb" +dest_files=["res://.godot/imported/banner_patternA_green.gltf.glb-37c05f4e8a2195911e787fa17dd8045a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_green_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternA_green_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternA_green_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_green_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternA_green_dungeon_texture.png.import new file mode 100644 index 0000000..495c62d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternA_green_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bmj326m2il6gp" +path.s3tc="res://.godot/imported/banner_patternA_green_dungeon_texture.png-7e1ce43019592c2a0781837a7580ed2e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternA_green_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternA_green_dungeon_texture.png-7e1ce43019592c2a0781837a7580ed2e.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_red.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternA_red.gltf.glb new file mode 100644 index 0000000..e718542 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternA_red.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_red.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternA_red.gltf.glb.import new file mode 100644 index 0000000..4feb2ae --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternA_red.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dhi3n40mogar3" +path="res://.godot/imported/banner_patternA_red.gltf.glb-4792e31c64e2c8cff04cc794cd86bd0f.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternA_red.gltf.glb" +dest_files=["res://.godot/imported/banner_patternA_red.gltf.glb-4792e31c64e2c8cff04cc794cd86bd0f.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_red_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternA_red_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternA_red_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_red_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternA_red_dungeon_texture.png.import new file mode 100644 index 0000000..db7239b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternA_red_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://qeduj18rji8j" +path.s3tc="res://.godot/imported/banner_patternA_red_dungeon_texture.png-c5bfafc5173573632b140b2102c35a23.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternA_red_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternA_red_dungeon_texture.png-c5bfafc5173573632b140b2102c35a23.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_white.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternA_white.gltf.glb new file mode 100644 index 0000000..8d44906 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternA_white.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_white.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternA_white.gltf.glb.import new file mode 100644 index 0000000..8f6bc12 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternA_white.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bo3x0wnluijru" +path="res://.godot/imported/banner_patternA_white.gltf.glb-421cc0eeff68839726aa69ef203375f7.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternA_white.gltf.glb" +dest_files=["res://.godot/imported/banner_patternA_white.gltf.glb-421cc0eeff68839726aa69ef203375f7.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_white_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternA_white_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternA_white_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_white_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternA_white_dungeon_texture.png.import new file mode 100644 index 0000000..5271fa7 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternA_white_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ijydne5ub2d2" +path.s3tc="res://.godot/imported/banner_patternA_white_dungeon_texture.png-747f04a39517d4167e9da9cfe8c1af5c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternA_white_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternA_white_dungeon_texture.png-747f04a39517d4167e9da9cfe8c1af5c.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_yellow.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternA_yellow.gltf.glb new file mode 100644 index 0000000..f134bdb Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternA_yellow.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_yellow.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternA_yellow.gltf.glb.import new file mode 100644 index 0000000..a7fab07 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternA_yellow.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://24ohc600krfa" +path="res://.godot/imported/banner_patternA_yellow.gltf.glb-2dd8e99154f837474b9d7952fb0ea21a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternA_yellow.gltf.glb" +dest_files=["res://.godot/imported/banner_patternA_yellow.gltf.glb-2dd8e99154f837474b9d7952fb0ea21a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_yellow_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternA_yellow_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternA_yellow_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternA_yellow_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternA_yellow_dungeon_texture.png.import new file mode 100644 index 0000000..02a6033 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternA_yellow_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://caym2ux1fg03w" +path.s3tc="res://.godot/imported/banner_patternA_yellow_dungeon_texture.png-a8a3acaff6469c10607cff9760e0b866.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternA_yellow_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternA_yellow_dungeon_texture.png-a8a3acaff6469c10607cff9760e0b866.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_blue.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternB_blue.gltf.glb new file mode 100644 index 0000000..6c3e364 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternB_blue.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_blue.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternB_blue.gltf.glb.import new file mode 100644 index 0000000..0628669 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternB_blue.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cw2ebh0fri3f3" +path="res://.godot/imported/banner_patternB_blue.gltf.glb-5adda2bd59e9ede9b723cd285dddd725.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternB_blue.gltf.glb" +dest_files=["res://.godot/imported/banner_patternB_blue.gltf.glb-5adda2bd59e9ede9b723cd285dddd725.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_blue_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternB_blue_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternB_blue_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_blue_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternB_blue_dungeon_texture.png.import new file mode 100644 index 0000000..af872df --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternB_blue_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6bkoem0i7ud" +path.s3tc="res://.godot/imported/banner_patternB_blue_dungeon_texture.png-28983eba49428943be37606c4af494ce.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternB_blue_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternB_blue_dungeon_texture.png-28983eba49428943be37606c4af494ce.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_brown.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternB_brown.gltf.glb new file mode 100644 index 0000000..17cc137 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternB_brown.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_brown.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternB_brown.gltf.glb.import new file mode 100644 index 0000000..da40325 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternB_brown.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b77w7bqdpflr0" +path="res://.godot/imported/banner_patternB_brown.gltf.glb-45e542d79048d837d82d63d5275eb57d.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternB_brown.gltf.glb" +dest_files=["res://.godot/imported/banner_patternB_brown.gltf.glb-45e542d79048d837d82d63d5275eb57d.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_brown_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternB_brown_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternB_brown_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_brown_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternB_brown_dungeon_texture.png.import new file mode 100644 index 0000000..f155df0 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternB_brown_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ccmpe1jbhx142" +path.s3tc="res://.godot/imported/banner_patternB_brown_dungeon_texture.png-37ee47b989214225dd13eaee74195cb5.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternB_brown_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternB_brown_dungeon_texture.png-37ee47b989214225dd13eaee74195cb5.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_green.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternB_green.gltf.glb new file mode 100644 index 0000000..080d68d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternB_green.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_green.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternB_green.gltf.glb.import new file mode 100644 index 0000000..7e8b886 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternB_green.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://drgq3gf03oopk" +path="res://.godot/imported/banner_patternB_green.gltf.glb-530b0ef23af580dc5b8dc86d4ee34cec.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternB_green.gltf.glb" +dest_files=["res://.godot/imported/banner_patternB_green.gltf.glb-530b0ef23af580dc5b8dc86d4ee34cec.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_green_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternB_green_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternB_green_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_green_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternB_green_dungeon_texture.png.import new file mode 100644 index 0000000..f81729d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternB_green_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cwi5jrcxivnh0" +path.s3tc="res://.godot/imported/banner_patternB_green_dungeon_texture.png-a96a986cfbb074cbab76b99219d5ab4d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternB_green_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternB_green_dungeon_texture.png-a96a986cfbb074cbab76b99219d5ab4d.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_red.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternB_red.gltf.glb new file mode 100644 index 0000000..cf2987e Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternB_red.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_red.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternB_red.gltf.glb.import new file mode 100644 index 0000000..37ef327 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternB_red.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cvs35pwqe860x" +path="res://.godot/imported/banner_patternB_red.gltf.glb-3331bfa5ba86bff9731360a477b88746.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternB_red.gltf.glb" +dest_files=["res://.godot/imported/banner_patternB_red.gltf.glb-3331bfa5ba86bff9731360a477b88746.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_red_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternB_red_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternB_red_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_red_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternB_red_dungeon_texture.png.import new file mode 100644 index 0000000..7f4e635 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternB_red_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://1g2ko78ivxee" +path.s3tc="res://.godot/imported/banner_patternB_red_dungeon_texture.png-1fb103ed050b39c1e076a38783f89417.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternB_red_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternB_red_dungeon_texture.png-1fb103ed050b39c1e076a38783f89417.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_white.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternB_white.gltf.glb new file mode 100644 index 0000000..be2071a Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternB_white.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_white.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternB_white.gltf.glb.import new file mode 100644 index 0000000..c5da9c3 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternB_white.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bclf7abja6s2t" +path="res://.godot/imported/banner_patternB_white.gltf.glb-66ac2250c8811ca9793048d526681da3.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternB_white.gltf.glb" +dest_files=["res://.godot/imported/banner_patternB_white.gltf.glb-66ac2250c8811ca9793048d526681da3.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_white_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternB_white_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternB_white_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_white_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternB_white_dungeon_texture.png.import new file mode 100644 index 0000000..0cd01fc --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternB_white_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6fxu84q36ewa" +path.s3tc="res://.godot/imported/banner_patternB_white_dungeon_texture.png-b242f357b26bcc63a2c5bf365b1d14c8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternB_white_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternB_white_dungeon_texture.png-b242f357b26bcc63a2c5bf365b1d14c8.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_yellow.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternB_yellow.gltf.glb new file mode 100644 index 0000000..3cb2080 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternB_yellow.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_yellow.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternB_yellow.gltf.glb.import new file mode 100644 index 0000000..d3f597a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternB_yellow.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cbygmkpbksq0s" +path="res://.godot/imported/banner_patternB_yellow.gltf.glb-1ebbb72142884f236d4bf980341ddff6.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternB_yellow.gltf.glb" +dest_files=["res://.godot/imported/banner_patternB_yellow.gltf.glb-1ebbb72142884f236d4bf980341ddff6.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_yellow_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternB_yellow_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternB_yellow_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternB_yellow_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternB_yellow_dungeon_texture.png.import new file mode 100644 index 0000000..59bc276 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternB_yellow_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cdxgkdcl718f8" +path.s3tc="res://.godot/imported/banner_patternB_yellow_dungeon_texture.png-2eca998953b0be7843f0c9a83462231d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternB_yellow_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternB_yellow_dungeon_texture.png-2eca998953b0be7843f0c9a83462231d.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_blue.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternC_blue.gltf.glb new file mode 100644 index 0000000..c273c9d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternC_blue.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_blue.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternC_blue.gltf.glb.import new file mode 100644 index 0000000..6aaa18e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternC_blue.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dqc5684yd02ho" +path="res://.godot/imported/banner_patternC_blue.gltf.glb-c7dfde0161009919ad93757f45d079bb.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternC_blue.gltf.glb" +dest_files=["res://.godot/imported/banner_patternC_blue.gltf.glb-c7dfde0161009919ad93757f45d079bb.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_blue_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternC_blue_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternC_blue_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_blue_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternC_blue_dungeon_texture.png.import new file mode 100644 index 0000000..6204e85 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternC_blue_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ds8opepfwysfr" +path.s3tc="res://.godot/imported/banner_patternC_blue_dungeon_texture.png-f3cad6accc105437926cc0a2baed25ac.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternC_blue_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternC_blue_dungeon_texture.png-f3cad6accc105437926cc0a2baed25ac.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_brown.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternC_brown.gltf.glb new file mode 100644 index 0000000..809ac1e Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternC_brown.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_brown.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternC_brown.gltf.glb.import new file mode 100644 index 0000000..7bba0d0 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternC_brown.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ds5txvbolnlo8" +path="res://.godot/imported/banner_patternC_brown.gltf.glb-02da836dfee0eaf41ab8204b30f45979.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternC_brown.gltf.glb" +dest_files=["res://.godot/imported/banner_patternC_brown.gltf.glb-02da836dfee0eaf41ab8204b30f45979.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_brown_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternC_brown_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternC_brown_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_brown_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternC_brown_dungeon_texture.png.import new file mode 100644 index 0000000..134c343 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternC_brown_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cobr548fv0vxi" +path.s3tc="res://.godot/imported/banner_patternC_brown_dungeon_texture.png-684811e3a2bee7b2999c1fc178ee07a1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternC_brown_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternC_brown_dungeon_texture.png-684811e3a2bee7b2999c1fc178ee07a1.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_green.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternC_green.gltf.glb new file mode 100644 index 0000000..beba2a4 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternC_green.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_green.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternC_green.gltf.glb.import new file mode 100644 index 0000000..5ca0267 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternC_green.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cb8dm4t73r1rg" +path="res://.godot/imported/banner_patternC_green.gltf.glb-4c1d0a167f9c07c1736e7ea09cd76075.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternC_green.gltf.glb" +dest_files=["res://.godot/imported/banner_patternC_green.gltf.glb-4c1d0a167f9c07c1736e7ea09cd76075.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_green_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternC_green_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternC_green_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_green_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternC_green_dungeon_texture.png.import new file mode 100644 index 0000000..3b98d0d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternC_green_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dhelc5un4nty" +path.s3tc="res://.godot/imported/banner_patternC_green_dungeon_texture.png-6656f74205fb8a5a7e1224c013411349.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternC_green_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternC_green_dungeon_texture.png-6656f74205fb8a5a7e1224c013411349.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_red.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternC_red.gltf.glb new file mode 100644 index 0000000..c1b65e8 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternC_red.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_red.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternC_red.gltf.glb.import new file mode 100644 index 0000000..684193a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternC_red.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d1jgxykd5cfv4" +path="res://.godot/imported/banner_patternC_red.gltf.glb-65ad82eb6db93b3a76ec7973c6fea0b3.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternC_red.gltf.glb" +dest_files=["res://.godot/imported/banner_patternC_red.gltf.glb-65ad82eb6db93b3a76ec7973c6fea0b3.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_red_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternC_red_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternC_red_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_red_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternC_red_dungeon_texture.png.import new file mode 100644 index 0000000..04a37fc --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternC_red_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dxhypibfy2x3k" +path.s3tc="res://.godot/imported/banner_patternC_red_dungeon_texture.png-d016c306709708be65b907fb25b65769.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternC_red_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternC_red_dungeon_texture.png-d016c306709708be65b907fb25b65769.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_white.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternC_white.gltf.glb new file mode 100644 index 0000000..8eeaeda Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternC_white.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_white.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternC_white.gltf.glb.import new file mode 100644 index 0000000..c39407c --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternC_white.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c4vnb84p5sv2o" +path="res://.godot/imported/banner_patternC_white.gltf.glb-0174213c4ecb9d58e73bb30f493ef0d2.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternC_white.gltf.glb" +dest_files=["res://.godot/imported/banner_patternC_white.gltf.glb-0174213c4ecb9d58e73bb30f493ef0d2.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_white_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternC_white_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternC_white_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_white_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternC_white_dungeon_texture.png.import new file mode 100644 index 0000000..6ced4c0 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternC_white_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bflpoehvfnedf" +path.s3tc="res://.godot/imported/banner_patternC_white_dungeon_texture.png-7570d0b67eb664fbb5c0ff8212c382d4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternC_white_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternC_white_dungeon_texture.png-7570d0b67eb664fbb5c0ff8212c382d4.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 diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_yellow.gltf.glb b/Assets/Models/Dungeon/gltf/banner_patternC_yellow.gltf.glb new file mode 100644 index 0000000..a07366d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternC_yellow.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_yellow.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_patternC_yellow.gltf.glb.import new file mode 100644 index 0000000..6c3bb7b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternC_yellow.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dvi62fjvfycfd" +path="res://.godot/imported/banner_patternC_yellow.gltf.glb-e3ed86591e9dbc7d542baf6da9b5f183.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternC_yellow.gltf.glb" +dest_files=["res://.godot/imported/banner_patternC_yellow.gltf.glb-e3ed86591e9dbc7d542baf6da9b5f183.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_yellow_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_patternC_yellow_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_patternC_yellow_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_patternC_yellow_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_patternC_yellow_dungeon_texture.png.import new file mode 100644 index 0000000..a0dc39b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_patternC_yellow_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dcn611yhbbaia" +path.s3tc="res://.godot/imported/banner_patternC_yellow_dungeon_texture.png-5869cf411e4381a3a4482f555ea25968.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_patternC_yellow_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_patternC_yellow_dungeon_texture.png-5869cf411e4381a3a4482f555ea25968.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 diff --git a/Assets/Models/Dungeon/gltf/banner_red.gltf.glb b/Assets/Models/Dungeon/gltf/banner_red.gltf.glb new file mode 100644 index 0000000..aa438c0 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_red.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_red.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_red.gltf.glb.import new file mode 100644 index 0000000..31c6d82 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_red.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://4xid5uc8gu8l" +path="res://.godot/imported/banner_red.gltf.glb-7d63bb7909216606931a01caa5b552f0.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_red.gltf.glb" +dest_files=["res://.godot/imported/banner_red.gltf.glb-7d63bb7909216606931a01caa5b552f0.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_red_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_red_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_red_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_red_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_red_dungeon_texture.png.import new file mode 100644 index 0000000..89e5520 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_red_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://tt7ruxj4ewol" +path.s3tc="res://.godot/imported/banner_red_dungeon_texture.png-d3aba6590c7872cb8d357ccb81f7f2fe.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_red_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_red_dungeon_texture.png-d3aba6590c7872cb8d357ccb81f7f2fe.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 diff --git a/Assets/Models/Dungeon/gltf/banner_shield_blue.gltf.glb b/Assets/Models/Dungeon/gltf/banner_shield_blue.gltf.glb new file mode 100644 index 0000000..ee9cb3f Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_shield_blue.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_shield_blue.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_shield_blue.gltf.glb.import new file mode 100644 index 0000000..a4d8648 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_shield_blue.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bhyncfxkn6li1" +path="res://.godot/imported/banner_shield_blue.gltf.glb-ce5aa3733e1f624b1758c423c6b6800a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_shield_blue.gltf.glb" +dest_files=["res://.godot/imported/banner_shield_blue.gltf.glb-ce5aa3733e1f624b1758c423c6b6800a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_shield_blue_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_shield_blue_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_shield_blue_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_shield_blue_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_shield_blue_dungeon_texture.png.import new file mode 100644 index 0000000..d167f3e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_shield_blue_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://rwhaicvp2q8q" +path.s3tc="res://.godot/imported/banner_shield_blue_dungeon_texture.png-6fa75095245254d9121ec827edea29fe.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_shield_blue_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_shield_blue_dungeon_texture.png-6fa75095245254d9121ec827edea29fe.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 diff --git a/Assets/Models/Dungeon/gltf/banner_shield_brown.gltf.glb b/Assets/Models/Dungeon/gltf/banner_shield_brown.gltf.glb new file mode 100644 index 0000000..03140b1 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_shield_brown.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_shield_brown.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_shield_brown.gltf.glb.import new file mode 100644 index 0000000..c0cd49d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_shield_brown.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://8nndowdg1lgf" +path="res://.godot/imported/banner_shield_brown.gltf.glb-c621e2d74ff11ffa1b6f67dc7e4bd6e5.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_shield_brown.gltf.glb" +dest_files=["res://.godot/imported/banner_shield_brown.gltf.glb-c621e2d74ff11ffa1b6f67dc7e4bd6e5.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_shield_brown_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_shield_brown_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_shield_brown_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_shield_brown_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_shield_brown_dungeon_texture.png.import new file mode 100644 index 0000000..fd70239 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_shield_brown_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bmol75ipn2nkc" +path.s3tc="res://.godot/imported/banner_shield_brown_dungeon_texture.png-a6147dada69187ab33b7fdf29dee90e3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_shield_brown_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_shield_brown_dungeon_texture.png-a6147dada69187ab33b7fdf29dee90e3.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 diff --git a/Assets/Models/Dungeon/gltf/banner_shield_green.gltf.glb b/Assets/Models/Dungeon/gltf/banner_shield_green.gltf.glb new file mode 100644 index 0000000..ab301a7 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_shield_green.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_shield_green.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_shield_green.gltf.glb.import new file mode 100644 index 0000000..ea2025d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_shield_green.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b31lyrbpv1g6j" +path="res://.godot/imported/banner_shield_green.gltf.glb-47ec670951d01218cd920df1a28e9115.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_shield_green.gltf.glb" +dest_files=["res://.godot/imported/banner_shield_green.gltf.glb-47ec670951d01218cd920df1a28e9115.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_shield_green_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_shield_green_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_shield_green_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_shield_green_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_shield_green_dungeon_texture.png.import new file mode 100644 index 0000000..e2cbb8e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_shield_green_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cgxur6nqn2v10" +path.s3tc="res://.godot/imported/banner_shield_green_dungeon_texture.png-0a5a7426204666774996f4de74908097.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_shield_green_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_shield_green_dungeon_texture.png-0a5a7426204666774996f4de74908097.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 diff --git a/Assets/Models/Dungeon/gltf/banner_shield_red.gltf.glb b/Assets/Models/Dungeon/gltf/banner_shield_red.gltf.glb new file mode 100644 index 0000000..7e81382 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_shield_red.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_shield_red.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_shield_red.gltf.glb.import new file mode 100644 index 0000000..998e59e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_shield_red.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://0lu6lw2m2p4p" +path="res://.godot/imported/banner_shield_red.gltf.glb-149d2fdc1f96d20c6d9f43ad4aff7097.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_shield_red.gltf.glb" +dest_files=["res://.godot/imported/banner_shield_red.gltf.glb-149d2fdc1f96d20c6d9f43ad4aff7097.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_shield_red_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_shield_red_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_shield_red_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_shield_red_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_shield_red_dungeon_texture.png.import new file mode 100644 index 0000000..f2226fc --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_shield_red_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://5676r7eeb8xq" +path.s3tc="res://.godot/imported/banner_shield_red_dungeon_texture.png-e7e6707bb351dd1ca33b3db0fd47afac.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_shield_red_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_shield_red_dungeon_texture.png-e7e6707bb351dd1ca33b3db0fd47afac.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 diff --git a/Assets/Models/Dungeon/gltf/banner_shield_white.gltf.glb b/Assets/Models/Dungeon/gltf/banner_shield_white.gltf.glb new file mode 100644 index 0000000..5d10e0a Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_shield_white.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_shield_white.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_shield_white.gltf.glb.import new file mode 100644 index 0000000..b644046 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_shield_white.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bak3n7lkmtuuh" +path="res://.godot/imported/banner_shield_white.gltf.glb-789c4914c51793d3907747783db6aeb6.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_shield_white.gltf.glb" +dest_files=["res://.godot/imported/banner_shield_white.gltf.glb-789c4914c51793d3907747783db6aeb6.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_shield_white_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_shield_white_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_shield_white_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_shield_white_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_shield_white_dungeon_texture.png.import new file mode 100644 index 0000000..3b68955 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_shield_white_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://mtaeptvmya15" +path.s3tc="res://.godot/imported/banner_shield_white_dungeon_texture.png-717bb79091c7de8b01c4f369238b16e9.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_shield_white_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_shield_white_dungeon_texture.png-717bb79091c7de8b01c4f369238b16e9.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 diff --git a/Assets/Models/Dungeon/gltf/banner_shield_yellow.gltf.glb b/Assets/Models/Dungeon/gltf/banner_shield_yellow.gltf.glb new file mode 100644 index 0000000..33e6736 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_shield_yellow.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_shield_yellow.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_shield_yellow.gltf.glb.import new file mode 100644 index 0000000..aec4257 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_shield_yellow.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dnhc4wp1rl2xs" +path="res://.godot/imported/banner_shield_yellow.gltf.glb-c79b19b55aac47f68c8dc79221187c4c.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_shield_yellow.gltf.glb" +dest_files=["res://.godot/imported/banner_shield_yellow.gltf.glb-c79b19b55aac47f68c8dc79221187c4c.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_shield_yellow_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_shield_yellow_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_shield_yellow_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_shield_yellow_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_shield_yellow_dungeon_texture.png.import new file mode 100644 index 0000000..44b0b01 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_shield_yellow_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b7gopeuvlneop" +path.s3tc="res://.godot/imported/banner_shield_yellow_dungeon_texture.png-c26c25079194e3907209ae40a8503165.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_shield_yellow_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_shield_yellow_dungeon_texture.png-c26c25079194e3907209ae40a8503165.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 diff --git a/Assets/Models/Dungeon/gltf/banner_thin_blue.gltf.glb b/Assets/Models/Dungeon/gltf/banner_thin_blue.gltf.glb new file mode 100644 index 0000000..703c989 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_thin_blue.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_thin_blue.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_thin_blue.gltf.glb.import new file mode 100644 index 0000000..457534e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_thin_blue.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dbgmxrwrv7cd7" +path="res://.godot/imported/banner_thin_blue.gltf.glb-e01895565709f1e9c88c53af0fd2c09d.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_thin_blue.gltf.glb" +dest_files=["res://.godot/imported/banner_thin_blue.gltf.glb-e01895565709f1e9c88c53af0fd2c09d.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_thin_blue_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_thin_blue_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_thin_blue_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_thin_blue_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_thin_blue_dungeon_texture.png.import new file mode 100644 index 0000000..8fa2043 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_thin_blue_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bd6127b2w85pt" +path.s3tc="res://.godot/imported/banner_thin_blue_dungeon_texture.png-a61d5e57ff49ec02e14517fdde9d9d0a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_thin_blue_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_thin_blue_dungeon_texture.png-a61d5e57ff49ec02e14517fdde9d9d0a.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 diff --git a/Assets/Models/Dungeon/gltf/banner_thin_brown.gltf.glb b/Assets/Models/Dungeon/gltf/banner_thin_brown.gltf.glb new file mode 100644 index 0000000..f421673 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_thin_brown.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_thin_brown.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_thin_brown.gltf.glb.import new file mode 100644 index 0000000..5875ed2 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_thin_brown.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://mrwja1k3trxo" +path="res://.godot/imported/banner_thin_brown.gltf.glb-3d1f1a8f839d04bbd4b9db53963a47a0.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_thin_brown.gltf.glb" +dest_files=["res://.godot/imported/banner_thin_brown.gltf.glb-3d1f1a8f839d04bbd4b9db53963a47a0.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_thin_brown_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_thin_brown_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_thin_brown_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_thin_brown_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_thin_brown_dungeon_texture.png.import new file mode 100644 index 0000000..9070c30 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_thin_brown_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bxd2jr6gbq7dv" +path.s3tc="res://.godot/imported/banner_thin_brown_dungeon_texture.png-7bae8bdf1614c0a82bf1a64049322499.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_thin_brown_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_thin_brown_dungeon_texture.png-7bae8bdf1614c0a82bf1a64049322499.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 diff --git a/Assets/Models/Dungeon/gltf/banner_thin_green.gltf.glb b/Assets/Models/Dungeon/gltf/banner_thin_green.gltf.glb new file mode 100644 index 0000000..ce8357f Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_thin_green.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_thin_green.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_thin_green.gltf.glb.import new file mode 100644 index 0000000..45f2f7e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_thin_green.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ddwjcmyam77je" +path="res://.godot/imported/banner_thin_green.gltf.glb-e42bbfa5e2a623086d5a8a1eea5b75aa.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_thin_green.gltf.glb" +dest_files=["res://.godot/imported/banner_thin_green.gltf.glb-e42bbfa5e2a623086d5a8a1eea5b75aa.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_thin_green_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_thin_green_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_thin_green_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_thin_green_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_thin_green_dungeon_texture.png.import new file mode 100644 index 0000000..d20797b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_thin_green_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bl1ss2dfwkaxf" +path.s3tc="res://.godot/imported/banner_thin_green_dungeon_texture.png-595de2024c2cba7c3d5f6ef064483126.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_thin_green_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_thin_green_dungeon_texture.png-595de2024c2cba7c3d5f6ef064483126.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 diff --git a/Assets/Models/Dungeon/gltf/banner_thin_red.gltf.glb b/Assets/Models/Dungeon/gltf/banner_thin_red.gltf.glb new file mode 100644 index 0000000..f7472d7 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_thin_red.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_thin_red.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_thin_red.gltf.glb.import new file mode 100644 index 0000000..6d8e8c5 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_thin_red.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dvul320m0w31" +path="res://.godot/imported/banner_thin_red.gltf.glb-725b145c1b7e59a66efe2c174c6ff70d.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_thin_red.gltf.glb" +dest_files=["res://.godot/imported/banner_thin_red.gltf.glb-725b145c1b7e59a66efe2c174c6ff70d.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_thin_red_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_thin_red_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_thin_red_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_thin_red_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_thin_red_dungeon_texture.png.import new file mode 100644 index 0000000..76333b3 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_thin_red_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://blu4ag8d8t1yu" +path.s3tc="res://.godot/imported/banner_thin_red_dungeon_texture.png-c47e95dfede733653dfb64559d8268e4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_thin_red_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_thin_red_dungeon_texture.png-c47e95dfede733653dfb64559d8268e4.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 diff --git a/Assets/Models/Dungeon/gltf/banner_thin_white.gltf.glb b/Assets/Models/Dungeon/gltf/banner_thin_white.gltf.glb new file mode 100644 index 0000000..895a036 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_thin_white.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_thin_white.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_thin_white.gltf.glb.import new file mode 100644 index 0000000..c29133b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_thin_white.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bqflr13qynu5j" +path="res://.godot/imported/banner_thin_white.gltf.glb-ef63aca1a62bc212630b716797668da8.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_thin_white.gltf.glb" +dest_files=["res://.godot/imported/banner_thin_white.gltf.glb-ef63aca1a62bc212630b716797668da8.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_thin_white_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_thin_white_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_thin_white_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_thin_white_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_thin_white_dungeon_texture.png.import new file mode 100644 index 0000000..d09205a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_thin_white_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://du40axf2hgx33" +path.s3tc="res://.godot/imported/banner_thin_white_dungeon_texture.png-c5c95974c25f9a2358da289df57ec974.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_thin_white_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_thin_white_dungeon_texture.png-c5c95974c25f9a2358da289df57ec974.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 diff --git a/Assets/Models/Dungeon/gltf/banner_thin_yellow.gltf.glb b/Assets/Models/Dungeon/gltf/banner_thin_yellow.gltf.glb new file mode 100644 index 0000000..50297c7 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_thin_yellow.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_thin_yellow.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_thin_yellow.gltf.glb.import new file mode 100644 index 0000000..d10939a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_thin_yellow.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bwsup337ntohp" +path="res://.godot/imported/banner_thin_yellow.gltf.glb-78e9ac1ad53add8cc9d10dd6cb3c412a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_thin_yellow.gltf.glb" +dest_files=["res://.godot/imported/banner_thin_yellow.gltf.glb-78e9ac1ad53add8cc9d10dd6cb3c412a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_thin_yellow_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_thin_yellow_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_thin_yellow_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_thin_yellow_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_thin_yellow_dungeon_texture.png.import new file mode 100644 index 0000000..76a2a26 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_thin_yellow_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bkvcsdbfl1qkq" +path.s3tc="res://.godot/imported/banner_thin_yellow_dungeon_texture.png-38b8076e0c39fc01f6abab18112e82a4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_thin_yellow_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_thin_yellow_dungeon_texture.png-38b8076e0c39fc01f6abab18112e82a4.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 diff --git a/Assets/Models/Dungeon/gltf/banner_triple_blue.gltf.glb b/Assets/Models/Dungeon/gltf/banner_triple_blue.gltf.glb new file mode 100644 index 0000000..37144ee Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_triple_blue.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_triple_blue.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_triple_blue.gltf.glb.import new file mode 100644 index 0000000..a1b83ff --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_triple_blue.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cccxocyrvhx1y" +path="res://.godot/imported/banner_triple_blue.gltf.glb-ab2d649bd073532ebafb934afa8dc56e.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_triple_blue.gltf.glb" +dest_files=["res://.godot/imported/banner_triple_blue.gltf.glb-ab2d649bd073532ebafb934afa8dc56e.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_triple_blue_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_triple_blue_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_triple_blue_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_triple_blue_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_triple_blue_dungeon_texture.png.import new file mode 100644 index 0000000..08db893 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_triple_blue_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bl7dpqttjfm5s" +path.s3tc="res://.godot/imported/banner_triple_blue_dungeon_texture.png-ae19849eb163094410964ac3b045eef0.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_triple_blue_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_triple_blue_dungeon_texture.png-ae19849eb163094410964ac3b045eef0.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 diff --git a/Assets/Models/Dungeon/gltf/banner_triple_brown.gltf.glb b/Assets/Models/Dungeon/gltf/banner_triple_brown.gltf.glb new file mode 100644 index 0000000..1d1cadb Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_triple_brown.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_triple_brown.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_triple_brown.gltf.glb.import new file mode 100644 index 0000000..73a4da9 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_triple_brown.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b8ulotchddgrk" +path="res://.godot/imported/banner_triple_brown.gltf.glb-bb6ff19c21431936a82c3293349bdf1c.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_triple_brown.gltf.glb" +dest_files=["res://.godot/imported/banner_triple_brown.gltf.glb-bb6ff19c21431936a82c3293349bdf1c.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_triple_brown_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_triple_brown_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_triple_brown_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_triple_brown_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_triple_brown_dungeon_texture.png.import new file mode 100644 index 0000000..7ab6b38 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_triple_brown_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c227tocnlcy6b" +path.s3tc="res://.godot/imported/banner_triple_brown_dungeon_texture.png-7062e8ce9c56481944d30975f4a7d172.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_triple_brown_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_triple_brown_dungeon_texture.png-7062e8ce9c56481944d30975f4a7d172.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 diff --git a/Assets/Models/Dungeon/gltf/banner_triple_green.gltf.glb b/Assets/Models/Dungeon/gltf/banner_triple_green.gltf.glb new file mode 100644 index 0000000..d9a6f69 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_triple_green.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_triple_green.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_triple_green.gltf.glb.import new file mode 100644 index 0000000..a2914ca --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_triple_green.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bh18ouvg285cb" +path="res://.godot/imported/banner_triple_green.gltf.glb-e6e0650b2ee661a0e25560dd75704c1a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_triple_green.gltf.glb" +dest_files=["res://.godot/imported/banner_triple_green.gltf.glb-e6e0650b2ee661a0e25560dd75704c1a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_triple_green_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_triple_green_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_triple_green_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_triple_green_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_triple_green_dungeon_texture.png.import new file mode 100644 index 0000000..52f370c --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_triple_green_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://l1j64p0tekc8" +path.s3tc="res://.godot/imported/banner_triple_green_dungeon_texture.png-6aef8397142012aca487067f0f2081c5.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_triple_green_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_triple_green_dungeon_texture.png-6aef8397142012aca487067f0f2081c5.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 diff --git a/Assets/Models/Dungeon/gltf/banner_triple_red.gltf.glb b/Assets/Models/Dungeon/gltf/banner_triple_red.gltf.glb new file mode 100644 index 0000000..6cae20d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_triple_red.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_triple_red.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_triple_red.gltf.glb.import new file mode 100644 index 0000000..760efb1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_triple_red.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dfsxneytmc14e" +path="res://.godot/imported/banner_triple_red.gltf.glb-dac4047f031db4cfb30e1061c43df38e.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_triple_red.gltf.glb" +dest_files=["res://.godot/imported/banner_triple_red.gltf.glb-dac4047f031db4cfb30e1061c43df38e.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_triple_red_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_triple_red_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_triple_red_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_triple_red_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_triple_red_dungeon_texture.png.import new file mode 100644 index 0000000..38d3dd5 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_triple_red_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cjow1ibr66kvi" +path.s3tc="res://.godot/imported/banner_triple_red_dungeon_texture.png-03f0cfb5a950d6ba6cd3a8aafed83a76.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_triple_red_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_triple_red_dungeon_texture.png-03f0cfb5a950d6ba6cd3a8aafed83a76.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 diff --git a/Assets/Models/Dungeon/gltf/banner_triple_white.gltf.glb b/Assets/Models/Dungeon/gltf/banner_triple_white.gltf.glb new file mode 100644 index 0000000..67896b8 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_triple_white.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_triple_white.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_triple_white.gltf.glb.import new file mode 100644 index 0000000..3c92d03 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_triple_white.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ci78pr83p14yu" +path="res://.godot/imported/banner_triple_white.gltf.glb-f09e4ca001694cb6243d65bd4da04e44.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_triple_white.gltf.glb" +dest_files=["res://.godot/imported/banner_triple_white.gltf.glb-f09e4ca001694cb6243d65bd4da04e44.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_triple_white_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_triple_white_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_triple_white_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_triple_white_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_triple_white_dungeon_texture.png.import new file mode 100644 index 0000000..f140775 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_triple_white_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dv6m2g3npwewc" +path.s3tc="res://.godot/imported/banner_triple_white_dungeon_texture.png-648307ffb7d1cc889520597ea3c7527a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_triple_white_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_triple_white_dungeon_texture.png-648307ffb7d1cc889520597ea3c7527a.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 diff --git a/Assets/Models/Dungeon/gltf/banner_triple_yellow.gltf.glb b/Assets/Models/Dungeon/gltf/banner_triple_yellow.gltf.glb new file mode 100644 index 0000000..f8fbca4 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_triple_yellow.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_triple_yellow.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_triple_yellow.gltf.glb.import new file mode 100644 index 0000000..e56786e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_triple_yellow.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://est56n4uti46" +path="res://.godot/imported/banner_triple_yellow.gltf.glb-73a0bfa0d6e567002560e63b2a160d3e.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_triple_yellow.gltf.glb" +dest_files=["res://.godot/imported/banner_triple_yellow.gltf.glb-73a0bfa0d6e567002560e63b2a160d3e.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_triple_yellow_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_triple_yellow_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_triple_yellow_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_triple_yellow_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_triple_yellow_dungeon_texture.png.import new file mode 100644 index 0000000..261caa4 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_triple_yellow_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://xfflkos2exb0" +path.s3tc="res://.godot/imported/banner_triple_yellow_dungeon_texture.png-d52f9fb6f79a181c2b747cca5d238b09.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_triple_yellow_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_triple_yellow_dungeon_texture.png-d52f9fb6f79a181c2b747cca5d238b09.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 diff --git a/Assets/Models/Dungeon/gltf/banner_white.gltf.glb b/Assets/Models/Dungeon/gltf/banner_white.gltf.glb new file mode 100644 index 0000000..f00bf04 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_white.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_white.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_white.gltf.glb.import new file mode 100644 index 0000000..8ddbbc9 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_white.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dxakb0ns5tpj8" +path="res://.godot/imported/banner_white.gltf.glb-ef58b28b1c04b638eddd8e4a57e52c2c.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_white.gltf.glb" +dest_files=["res://.godot/imported/banner_white.gltf.glb-ef58b28b1c04b638eddd8e4a57e52c2c.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_white_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_white_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_white_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_white_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_white_dungeon_texture.png.import new file mode 100644 index 0000000..616240d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_white_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://djfe0lwbbhdde" +path.s3tc="res://.godot/imported/banner_white_dungeon_texture.png-1376a8f37ab97862d658b2a269952e44.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_white_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_white_dungeon_texture.png-1376a8f37ab97862d658b2a269952e44.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 diff --git a/Assets/Models/Dungeon/gltf/banner_yellow.gltf.glb b/Assets/Models/Dungeon/gltf/banner_yellow.gltf.glb new file mode 100644 index 0000000..78041b6 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_yellow.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/banner_yellow.gltf.glb.import b/Assets/Models/Dungeon/gltf/banner_yellow.gltf.glb.import new file mode 100644 index 0000000..b46e3c9 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_yellow.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://m46rfbocdgj0" +path="res://.godot/imported/banner_yellow.gltf.glb-577bd479ce99e74045bef07c93c306ea.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_yellow.gltf.glb" +dest_files=["res://.godot/imported/banner_yellow.gltf.glb-577bd479ce99e74045bef07c93c306ea.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/banner_yellow_dungeon_texture.png b/Assets/Models/Dungeon/gltf/banner_yellow_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/banner_yellow_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/banner_yellow_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/banner_yellow_dungeon_texture.png.import new file mode 100644 index 0000000..0d90ca9 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/banner_yellow_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bh8m8iuiotb81" +path.s3tc="res://.godot/imported/banner_yellow_dungeon_texture.png-7bc491f1f20aed5cd0ab6309de443050.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/banner_yellow_dungeon_texture.png" +dest_files=["res://.godot/imported/banner_yellow_dungeon_texture.png-7bc491f1f20aed5cd0ab6309de443050.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 diff --git a/Assets/Models/Dungeon/gltf/barrel_large.gltf.glb b/Assets/Models/Dungeon/gltf/barrel_large.gltf.glb new file mode 100644 index 0000000..7a88d9b Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrel_large.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/barrel_large.gltf.glb.import b/Assets/Models/Dungeon/gltf/barrel_large.gltf.glb.import new file mode 100644 index 0000000..23ff438 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrel_large.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://da0m4uasjdips" +path="res://.godot/imported/barrel_large.gltf.glb-595c4bfe4064c7e7c3a5edf49d8cb260.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrel_large.gltf.glb" +dest_files=["res://.godot/imported/barrel_large.gltf.glb-595c4bfe4064c7e7c3a5edf49d8cb260.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/barrel_large_decorated.gltf.glb b/Assets/Models/Dungeon/gltf/barrel_large_decorated.gltf.glb new file mode 100644 index 0000000..dd8b97d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrel_large_decorated.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/barrel_large_decorated.gltf.glb.import b/Assets/Models/Dungeon/gltf/barrel_large_decorated.gltf.glb.import new file mode 100644 index 0000000..b24ac67 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrel_large_decorated.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dn5e6s2uc73c1" +path="res://.godot/imported/barrel_large_decorated.gltf.glb-4e6c68bda89a67d5ce6b962edc091530.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrel_large_decorated.gltf.glb" +dest_files=["res://.godot/imported/barrel_large_decorated.gltf.glb-4e6c68bda89a67d5ce6b962edc091530.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/barrel_large_decorated_dungeon_texture.png b/Assets/Models/Dungeon/gltf/barrel_large_decorated_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrel_large_decorated_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/barrel_large_decorated_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/barrel_large_decorated_dungeon_texture.png.import new file mode 100644 index 0000000..213de35 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrel_large_decorated_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b7ooamcei7gao" +path.s3tc="res://.godot/imported/barrel_large_decorated_dungeon_texture.png-b79b7315029dbd9c968719589e06a0bd.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrel_large_decorated_dungeon_texture.png" +dest_files=["res://.godot/imported/barrel_large_decorated_dungeon_texture.png-b79b7315029dbd9c968719589e06a0bd.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 diff --git a/Assets/Models/Dungeon/gltf/barrel_large_dungeon_texture.png b/Assets/Models/Dungeon/gltf/barrel_large_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrel_large_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/barrel_large_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/barrel_large_dungeon_texture.png.import new file mode 100644 index 0000000..eaa6734 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrel_large_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ckud8k6l1jpnr" +path.s3tc="res://.godot/imported/barrel_large_dungeon_texture.png-522d64af8b2efd2112b35aec543b42d2.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrel_large_dungeon_texture.png" +dest_files=["res://.godot/imported/barrel_large_dungeon_texture.png-522d64af8b2efd2112b35aec543b42d2.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 diff --git a/Assets/Models/Dungeon/gltf/barrel_small.gltf.glb b/Assets/Models/Dungeon/gltf/barrel_small.gltf.glb new file mode 100644 index 0000000..327119c Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrel_small.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/barrel_small.gltf.glb.import b/Assets/Models/Dungeon/gltf/barrel_small.gltf.glb.import new file mode 100644 index 0000000..126294d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrel_small.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bn10euo56etbu" +path="res://.godot/imported/barrel_small.gltf.glb-ce1ee7253d2b99d1544c181fab30fe0c.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrel_small.gltf.glb" +dest_files=["res://.godot/imported/barrel_small.gltf.glb-ce1ee7253d2b99d1544c181fab30fe0c.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/barrel_small_dungeon_texture.png b/Assets/Models/Dungeon/gltf/barrel_small_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrel_small_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/barrel_small_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/barrel_small_dungeon_texture.png.import new file mode 100644 index 0000000..5576426 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrel_small_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://0iluil0u55lc" +path.s3tc="res://.godot/imported/barrel_small_dungeon_texture.png-33de0078c05e0f0eeca0e86a1b362ee5.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrel_small_dungeon_texture.png" +dest_files=["res://.godot/imported/barrel_small_dungeon_texture.png-33de0078c05e0f0eeca0e86a1b362ee5.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 diff --git a/Assets/Models/Dungeon/gltf/barrel_small_stack.gltf.glb b/Assets/Models/Dungeon/gltf/barrel_small_stack.gltf.glb new file mode 100644 index 0000000..8e34afa Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrel_small_stack.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/barrel_small_stack.gltf.glb.import b/Assets/Models/Dungeon/gltf/barrel_small_stack.gltf.glb.import new file mode 100644 index 0000000..1641040 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrel_small_stack.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ogfkobfru5g6" +path="res://.godot/imported/barrel_small_stack.gltf.glb-39fd182eacfb4320719e416955bb0764.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrel_small_stack.gltf.glb" +dest_files=["res://.godot/imported/barrel_small_stack.gltf.glb-39fd182eacfb4320719e416955bb0764.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/barrel_small_stack_dungeon_texture.png b/Assets/Models/Dungeon/gltf/barrel_small_stack_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrel_small_stack_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/barrel_small_stack_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/barrel_small_stack_dungeon_texture.png.import new file mode 100644 index 0000000..2f20b0b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrel_small_stack_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cbodmody3q7ew" +path.s3tc="res://.godot/imported/barrel_small_stack_dungeon_texture.png-a9cd26639b5797d4e080281899917fbf.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrel_small_stack_dungeon_texture.png" +dest_files=["res://.godot/imported/barrel_small_stack_dungeon_texture.png-a9cd26639b5797d4e080281899917fbf.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 diff --git a/Assets/Models/Dungeon/gltf/barrier.gltf.glb b/Assets/Models/Dungeon/gltf/barrier.gltf.glb new file mode 100644 index 0000000..94b1893 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrier.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/barrier.gltf.glb.import b/Assets/Models/Dungeon/gltf/barrier.gltf.glb.import new file mode 100644 index 0000000..c293cbc --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrier.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ce8p21ys7ckc7" +path="res://.godot/imported/barrier.gltf.glb-ed84dd6306fc3f6581109dc69c2fa8bd.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrier.gltf.glb" +dest_files=["res://.godot/imported/barrier.gltf.glb-ed84dd6306fc3f6581109dc69c2fa8bd.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/barrier_colum_half.gltf.glb b/Assets/Models/Dungeon/gltf/barrier_colum_half.gltf.glb new file mode 100644 index 0000000..0c15ea7 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrier_colum_half.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/barrier_colum_half.gltf.glb.import b/Assets/Models/Dungeon/gltf/barrier_colum_half.gltf.glb.import new file mode 100644 index 0000000..c6604a4 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrier_colum_half.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bqkrsyn4crjcr" +path="res://.godot/imported/barrier_colum_half.gltf.glb-3a009efaad6c84cfd2eb265e82b6e267.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrier_colum_half.gltf.glb" +dest_files=["res://.godot/imported/barrier_colum_half.gltf.glb-3a009efaad6c84cfd2eb265e82b6e267.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/barrier_colum_half_dungeon_texture.png b/Assets/Models/Dungeon/gltf/barrier_colum_half_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrier_colum_half_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/barrier_colum_half_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/barrier_colum_half_dungeon_texture.png.import new file mode 100644 index 0000000..4858cc1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrier_colum_half_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bjeh7p4xruahc" +path.s3tc="res://.godot/imported/barrier_colum_half_dungeon_texture.png-f864a1896c24e7cc86cc71f239d82dd1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrier_colum_half_dungeon_texture.png" +dest_files=["res://.godot/imported/barrier_colum_half_dungeon_texture.png-f864a1896c24e7cc86cc71f239d82dd1.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 diff --git a/Assets/Models/Dungeon/gltf/barrier_column.gltf.glb b/Assets/Models/Dungeon/gltf/barrier_column.gltf.glb new file mode 100644 index 0000000..30776b7 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrier_column.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/barrier_column.gltf.glb.import b/Assets/Models/Dungeon/gltf/barrier_column.gltf.glb.import new file mode 100644 index 0000000..c72d33a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrier_column.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c4kko076e12n" +path="res://.godot/imported/barrier_column.gltf.glb-3ef5fef6d0b1fa05e42c03a03314bada.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrier_column.gltf.glb" +dest_files=["res://.godot/imported/barrier_column.gltf.glb-3ef5fef6d0b1fa05e42c03a03314bada.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/barrier_column_dungeon_texture.png b/Assets/Models/Dungeon/gltf/barrier_column_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrier_column_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/barrier_column_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/barrier_column_dungeon_texture.png.import new file mode 100644 index 0000000..bec85c8 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrier_column_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cihxf7w6y782g" +path.s3tc="res://.godot/imported/barrier_column_dungeon_texture.png-069f9797f33495c686c89f9d5f7a2cd6.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrier_column_dungeon_texture.png" +dest_files=["res://.godot/imported/barrier_column_dungeon_texture.png-069f9797f33495c686c89f9d5f7a2cd6.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 diff --git a/Assets/Models/Dungeon/gltf/barrier_corner.gltf.glb b/Assets/Models/Dungeon/gltf/barrier_corner.gltf.glb new file mode 100644 index 0000000..9222c56 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrier_corner.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/barrier_corner.gltf.glb.import b/Assets/Models/Dungeon/gltf/barrier_corner.gltf.glb.import new file mode 100644 index 0000000..2e8b12e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrier_corner.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c64av7y7xeo36" +path="res://.godot/imported/barrier_corner.gltf.glb-9f62b1bb7d42ef27b9b24b744ab27dad.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrier_corner.gltf.glb" +dest_files=["res://.godot/imported/barrier_corner.gltf.glb-9f62b1bb7d42ef27b9b24b744ab27dad.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/barrier_corner_dungeon_texture.png b/Assets/Models/Dungeon/gltf/barrier_corner_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrier_corner_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/barrier_corner_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/barrier_corner_dungeon_texture.png.import new file mode 100644 index 0000000..5ad0e48 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrier_corner_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://87ja45vyvqd4" +path.s3tc="res://.godot/imported/barrier_corner_dungeon_texture.png-72e952d9c458317b686d9652de4c88a6.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrier_corner_dungeon_texture.png" +dest_files=["res://.godot/imported/barrier_corner_dungeon_texture.png-72e952d9c458317b686d9652de4c88a6.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 diff --git a/Assets/Models/Dungeon/gltf/barrier_dungeon_texture.png b/Assets/Models/Dungeon/gltf/barrier_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrier_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/barrier_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/barrier_dungeon_texture.png.import new file mode 100644 index 0000000..e277e7c --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrier_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d2gql63vdic2a" +path.s3tc="res://.godot/imported/barrier_dungeon_texture.png-720c994ecd5fa8cd05182ac1ad9c04eb.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrier_dungeon_texture.png" +dest_files=["res://.godot/imported/barrier_dungeon_texture.png-720c994ecd5fa8cd05182ac1ad9c04eb.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 diff --git a/Assets/Models/Dungeon/gltf/barrier_half.gltf.glb b/Assets/Models/Dungeon/gltf/barrier_half.gltf.glb new file mode 100644 index 0000000..72bd5f5 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrier_half.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/barrier_half.gltf.glb.import b/Assets/Models/Dungeon/gltf/barrier_half.gltf.glb.import new file mode 100644 index 0000000..bc0671d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrier_half.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c5yfndtaulmad" +path="res://.godot/imported/barrier_half.gltf.glb-093229cabb8e8cb063cc1a8f3f03b28d.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrier_half.gltf.glb" +dest_files=["res://.godot/imported/barrier_half.gltf.glb-093229cabb8e8cb063cc1a8f3f03b28d.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/barrier_half_dungeon_texture.png b/Assets/Models/Dungeon/gltf/barrier_half_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/barrier_half_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/barrier_half_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/barrier_half_dungeon_texture.png.import new file mode 100644 index 0000000..6bb1386 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/barrier_half_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bqvn378hgl80i" +path.s3tc="res://.godot/imported/barrier_half_dungeon_texture.png-054f2248f627efa1b9bd1bcfc3a99052.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/barrier_half_dungeon_texture.png" +dest_files=["res://.godot/imported/barrier_half_dungeon_texture.png-054f2248f627efa1b9bd1bcfc3a99052.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 diff --git a/Assets/Models/Dungeon/gltf/bed_decorated.gltf.glb b/Assets/Models/Dungeon/gltf/bed_decorated.gltf.glb new file mode 100644 index 0000000..b7195b9 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bed_decorated.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/bed_decorated.gltf.glb.import b/Assets/Models/Dungeon/gltf/bed_decorated.gltf.glb.import new file mode 100644 index 0000000..d84523e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bed_decorated.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ckgjv5fhtltnq" +path="res://.godot/imported/bed_decorated.gltf.glb-b256ea68f0cabe152f4458b82f7e38d6.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bed_decorated.gltf.glb" +dest_files=["res://.godot/imported/bed_decorated.gltf.glb-b256ea68f0cabe152f4458b82f7e38d6.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/bed_decorated_dungeon_texture.png b/Assets/Models/Dungeon/gltf/bed_decorated_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bed_decorated_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/bed_decorated_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/bed_decorated_dungeon_texture.png.import new file mode 100644 index 0000000..cf5287e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bed_decorated_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://caf2blcoj4guj" +path.s3tc="res://.godot/imported/bed_decorated_dungeon_texture.png-1ca5db2977e115c62d74403a39ef3c68.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bed_decorated_dungeon_texture.png" +dest_files=["res://.godot/imported/bed_decorated_dungeon_texture.png-1ca5db2977e115c62d74403a39ef3c68.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 diff --git a/Assets/Models/Dungeon/gltf/bed_floor.gltf.glb b/Assets/Models/Dungeon/gltf/bed_floor.gltf.glb new file mode 100644 index 0000000..101a79b Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bed_floor.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/bed_floor.gltf.glb.import b/Assets/Models/Dungeon/gltf/bed_floor.gltf.glb.import new file mode 100644 index 0000000..03ae07e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bed_floor.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cqaa0mm680cye" +path="res://.godot/imported/bed_floor.gltf.glb-3042a5d0ae720b0c482abafb1819859c.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bed_floor.gltf.glb" +dest_files=["res://.godot/imported/bed_floor.gltf.glb-3042a5d0ae720b0c482abafb1819859c.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/bed_floor_dungeon_texture.png b/Assets/Models/Dungeon/gltf/bed_floor_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bed_floor_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/bed_floor_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/bed_floor_dungeon_texture.png.import new file mode 100644 index 0000000..3e1a8a9 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bed_floor_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c6wdcjdxhoynp" +path.s3tc="res://.godot/imported/bed_floor_dungeon_texture.png-6ff3d8b7490873c6a56ba60b784c835a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bed_floor_dungeon_texture.png" +dest_files=["res://.godot/imported/bed_floor_dungeon_texture.png-6ff3d8b7490873c6a56ba60b784c835a.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 diff --git a/Assets/Models/Dungeon/gltf/bed_frame.gltf.glb b/Assets/Models/Dungeon/gltf/bed_frame.gltf.glb new file mode 100644 index 0000000..bcc4963 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bed_frame.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/bed_frame.gltf.glb.import b/Assets/Models/Dungeon/gltf/bed_frame.gltf.glb.import new file mode 100644 index 0000000..a1bfc98 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bed_frame.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c32vimcww35tf" +path="res://.godot/imported/bed_frame.gltf.glb-6822fed643f1f5368849a31c38140def.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bed_frame.gltf.glb" +dest_files=["res://.godot/imported/bed_frame.gltf.glb-6822fed643f1f5368849a31c38140def.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/bed_frame_dungeon_texture.png b/Assets/Models/Dungeon/gltf/bed_frame_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bed_frame_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/bed_frame_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/bed_frame_dungeon_texture.png.import new file mode 100644 index 0000000..e241df3 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bed_frame_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c2ijgdx0jatad" +path.s3tc="res://.godot/imported/bed_frame_dungeon_texture.png-9e604b00250f834b4f2863988d2e9e83.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bed_frame_dungeon_texture.png" +dest_files=["res://.godot/imported/bed_frame_dungeon_texture.png-9e604b00250f834b4f2863988d2e9e83.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 diff --git a/Assets/Models/Dungeon/gltf/bottle_A_brown.gltf.glb b/Assets/Models/Dungeon/gltf/bottle_A_brown.gltf.glb new file mode 100644 index 0000000..3420914 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_A_brown.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/bottle_A_brown.gltf.glb.import b/Assets/Models/Dungeon/gltf/bottle_A_brown.gltf.glb.import new file mode 100644 index 0000000..482e567 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_A_brown.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://blcllsc5g8ek1" +path="res://.godot/imported/bottle_A_brown.gltf.glb-a0d0f5001fbc95f42ba8956bede002e8.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_A_brown.gltf.glb" +dest_files=["res://.godot/imported/bottle_A_brown.gltf.glb-a0d0f5001fbc95f42ba8956bede002e8.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/bottle_A_brown_dungeon_texture.png b/Assets/Models/Dungeon/gltf/bottle_A_brown_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_A_brown_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/bottle_A_brown_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/bottle_A_brown_dungeon_texture.png.import new file mode 100644 index 0000000..92fd5ec --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_A_brown_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ds72jvxw24ac8" +path.s3tc="res://.godot/imported/bottle_A_brown_dungeon_texture.png-bb2418292f99f4f35473ac04bbe8d707.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_A_brown_dungeon_texture.png" +dest_files=["res://.godot/imported/bottle_A_brown_dungeon_texture.png-bb2418292f99f4f35473ac04bbe8d707.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 diff --git a/Assets/Models/Dungeon/gltf/bottle_A_green.gltf.glb b/Assets/Models/Dungeon/gltf/bottle_A_green.gltf.glb new file mode 100644 index 0000000..7c65aca Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_A_green.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/bottle_A_green.gltf.glb.import b/Assets/Models/Dungeon/gltf/bottle_A_green.gltf.glb.import new file mode 100644 index 0000000..59c3f10 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_A_green.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://tfuprmk1phxe" +path="res://.godot/imported/bottle_A_green.gltf.glb-ac757ffb691397282cbdb95c54ecb659.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_A_green.gltf.glb" +dest_files=["res://.godot/imported/bottle_A_green.gltf.glb-ac757ffb691397282cbdb95c54ecb659.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/bottle_A_green_dungeon_texture.png b/Assets/Models/Dungeon/gltf/bottle_A_green_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_A_green_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/bottle_A_green_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/bottle_A_green_dungeon_texture.png.import new file mode 100644 index 0000000..fde169d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_A_green_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ccdbj0mvmueud" +path.s3tc="res://.godot/imported/bottle_A_green_dungeon_texture.png-bcd07c8efeb4c486b89d56f81924fafa.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_A_green_dungeon_texture.png" +dest_files=["res://.godot/imported/bottle_A_green_dungeon_texture.png-bcd07c8efeb4c486b89d56f81924fafa.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 diff --git a/Assets/Models/Dungeon/gltf/bottle_A_labeled_brown.gltf.glb b/Assets/Models/Dungeon/gltf/bottle_A_labeled_brown.gltf.glb new file mode 100644 index 0000000..1863ecc Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_A_labeled_brown.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/bottle_A_labeled_brown.gltf.glb.import b/Assets/Models/Dungeon/gltf/bottle_A_labeled_brown.gltf.glb.import new file mode 100644 index 0000000..2517f53 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_A_labeled_brown.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://5xh6u5mxxw5p" +path="res://.godot/imported/bottle_A_labeled_brown.gltf.glb-e3d7aab9bbd292a30e37662fba497f1c.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_A_labeled_brown.gltf.glb" +dest_files=["res://.godot/imported/bottle_A_labeled_brown.gltf.glb-e3d7aab9bbd292a30e37662fba497f1c.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/bottle_A_labeled_brown_dungeon_texture.png b/Assets/Models/Dungeon/gltf/bottle_A_labeled_brown_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_A_labeled_brown_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/bottle_A_labeled_brown_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/bottle_A_labeled_brown_dungeon_texture.png.import new file mode 100644 index 0000000..7a78d10 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_A_labeled_brown_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d146qt8gp5lje" +path.s3tc="res://.godot/imported/bottle_A_labeled_brown_dungeon_texture.png-11244aad694fc744df25881d75248f7b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_A_labeled_brown_dungeon_texture.png" +dest_files=["res://.godot/imported/bottle_A_labeled_brown_dungeon_texture.png-11244aad694fc744df25881d75248f7b.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 diff --git a/Assets/Models/Dungeon/gltf/bottle_A_labeled_green.gltf.glb b/Assets/Models/Dungeon/gltf/bottle_A_labeled_green.gltf.glb new file mode 100644 index 0000000..aae0960 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_A_labeled_green.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/bottle_A_labeled_green.gltf.glb.import b/Assets/Models/Dungeon/gltf/bottle_A_labeled_green.gltf.glb.import new file mode 100644 index 0000000..618c9d0 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_A_labeled_green.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bck1hj3i1p1ug" +path="res://.godot/imported/bottle_A_labeled_green.gltf.glb-6f5a8fd35a090fe58742f867485c6402.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_A_labeled_green.gltf.glb" +dest_files=["res://.godot/imported/bottle_A_labeled_green.gltf.glb-6f5a8fd35a090fe58742f867485c6402.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/bottle_A_labeled_green_dungeon_texture.png b/Assets/Models/Dungeon/gltf/bottle_A_labeled_green_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_A_labeled_green_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/bottle_A_labeled_green_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/bottle_A_labeled_green_dungeon_texture.png.import new file mode 100644 index 0000000..df79531 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_A_labeled_green_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://y746o88nd45h" +path.s3tc="res://.godot/imported/bottle_A_labeled_green_dungeon_texture.png-7eb8ba98958d4ab0c8801e88695a80f6.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_A_labeled_green_dungeon_texture.png" +dest_files=["res://.godot/imported/bottle_A_labeled_green_dungeon_texture.png-7eb8ba98958d4ab0c8801e88695a80f6.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 diff --git a/Assets/Models/Dungeon/gltf/bottle_B_brown.gltf.glb b/Assets/Models/Dungeon/gltf/bottle_B_brown.gltf.glb new file mode 100644 index 0000000..51dd2dd Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_B_brown.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/bottle_B_brown.gltf.glb.import b/Assets/Models/Dungeon/gltf/bottle_B_brown.gltf.glb.import new file mode 100644 index 0000000..b509362 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_B_brown.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://3xgmprrshqgs" +path="res://.godot/imported/bottle_B_brown.gltf.glb-a6367f4163c9400078962ec1b4f3d097.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_B_brown.gltf.glb" +dest_files=["res://.godot/imported/bottle_B_brown.gltf.glb-a6367f4163c9400078962ec1b4f3d097.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/bottle_B_brown_dungeon_texture.png b/Assets/Models/Dungeon/gltf/bottle_B_brown_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_B_brown_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/bottle_B_brown_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/bottle_B_brown_dungeon_texture.png.import new file mode 100644 index 0000000..8465d8e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_B_brown_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cac21xrr1sag2" +path.s3tc="res://.godot/imported/bottle_B_brown_dungeon_texture.png-47e71a8014b391f8e65a0484b0e28b40.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_B_brown_dungeon_texture.png" +dest_files=["res://.godot/imported/bottle_B_brown_dungeon_texture.png-47e71a8014b391f8e65a0484b0e28b40.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 diff --git a/Assets/Models/Dungeon/gltf/bottle_B_green.gltf.glb b/Assets/Models/Dungeon/gltf/bottle_B_green.gltf.glb new file mode 100644 index 0000000..7300b1c Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_B_green.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/bottle_B_green.gltf.glb.import b/Assets/Models/Dungeon/gltf/bottle_B_green.gltf.glb.import new file mode 100644 index 0000000..46ade57 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_B_green.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://de7teja7o10t4" +path="res://.godot/imported/bottle_B_green.gltf.glb-678963f1f73a001d77dc579f59940ab8.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_B_green.gltf.glb" +dest_files=["res://.godot/imported/bottle_B_green.gltf.glb-678963f1f73a001d77dc579f59940ab8.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/bottle_B_green_dungeon_texture.png b/Assets/Models/Dungeon/gltf/bottle_B_green_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_B_green_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/bottle_B_green_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/bottle_B_green_dungeon_texture.png.import new file mode 100644 index 0000000..a241a22 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_B_green_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bewc6onuh6s41" +path.s3tc="res://.godot/imported/bottle_B_green_dungeon_texture.png-1f2aa21e7edbda9985e04386242dcb71.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_B_green_dungeon_texture.png" +dest_files=["res://.godot/imported/bottle_B_green_dungeon_texture.png-1f2aa21e7edbda9985e04386242dcb71.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 diff --git a/Assets/Models/Dungeon/gltf/bottle_C_brown.gltf.glb b/Assets/Models/Dungeon/gltf/bottle_C_brown.gltf.glb new file mode 100644 index 0000000..503269d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_C_brown.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/bottle_C_brown.gltf.glb.import b/Assets/Models/Dungeon/gltf/bottle_C_brown.gltf.glb.import new file mode 100644 index 0000000..c3d4c43 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_C_brown.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d3vyf60i6n1sc" +path="res://.godot/imported/bottle_C_brown.gltf.glb-4563ec1ae33f8ce11b0a293f7e9ad1c6.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_C_brown.gltf.glb" +dest_files=["res://.godot/imported/bottle_C_brown.gltf.glb-4563ec1ae33f8ce11b0a293f7e9ad1c6.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/bottle_C_brown_dungeon_texture.png b/Assets/Models/Dungeon/gltf/bottle_C_brown_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_C_brown_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/bottle_C_brown_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/bottle_C_brown_dungeon_texture.png.import new file mode 100644 index 0000000..4b0f23c --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_C_brown_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dy3v2rlhn4oky" +path.s3tc="res://.godot/imported/bottle_C_brown_dungeon_texture.png-0a81b255e958f11671ea08388b5e7498.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_C_brown_dungeon_texture.png" +dest_files=["res://.godot/imported/bottle_C_brown_dungeon_texture.png-0a81b255e958f11671ea08388b5e7498.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 diff --git a/Assets/Models/Dungeon/gltf/bottle_C_green.gltf.glb b/Assets/Models/Dungeon/gltf/bottle_C_green.gltf.glb new file mode 100644 index 0000000..9d48472 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_C_green.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/bottle_C_green.gltf.glb.import b/Assets/Models/Dungeon/gltf/bottle_C_green.gltf.glb.import new file mode 100644 index 0000000..5b8e6df --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_C_green.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ceoqixe7go87l" +path="res://.godot/imported/bottle_C_green.gltf.glb-9e3ea3fed0c5f7b72fea7b6a31e8b2b5.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_C_green.gltf.glb" +dest_files=["res://.godot/imported/bottle_C_green.gltf.glb-9e3ea3fed0c5f7b72fea7b6a31e8b2b5.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/bottle_C_green_dungeon_texture.png b/Assets/Models/Dungeon/gltf/bottle_C_green_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/bottle_C_green_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/bottle_C_green_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/bottle_C_green_dungeon_texture.png.import new file mode 100644 index 0000000..f397f0d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/bottle_C_green_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cy7w0egfuc8ao" +path.s3tc="res://.godot/imported/bottle_C_green_dungeon_texture.png-d5f3d937423033184f4c49c445cf2416.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/bottle_C_green_dungeon_texture.png" +dest_files=["res://.godot/imported/bottle_C_green_dungeon_texture.png-d5f3d937423033184f4c49c445cf2416.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 diff --git a/Assets/Models/Dungeon/gltf/box_large.gltf.glb b/Assets/Models/Dungeon/gltf/box_large.gltf.glb new file mode 100644 index 0000000..ba2666d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/box_large.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/box_large.gltf.glb.import b/Assets/Models/Dungeon/gltf/box_large.gltf.glb.import new file mode 100644 index 0000000..f3bdeb1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/box_large.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bgymig2iwvpfe" +path="res://.godot/imported/box_large.gltf.glb-d9727fd0f2d5b6b3180cf1821dd2f60d.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/box_large.gltf.glb" +dest_files=["res://.godot/imported/box_large.gltf.glb-d9727fd0f2d5b6b3180cf1821dd2f60d.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/box_large_dungeon_texture.png b/Assets/Models/Dungeon/gltf/box_large_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/box_large_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/box_large_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/box_large_dungeon_texture.png.import new file mode 100644 index 0000000..e44801b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/box_large_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://fi1sdjvnqkaj" +path.s3tc="res://.godot/imported/box_large_dungeon_texture.png-735146e5f49e6db33549ac7d97fd59f9.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/box_large_dungeon_texture.png" +dest_files=["res://.godot/imported/box_large_dungeon_texture.png-735146e5f49e6db33549ac7d97fd59f9.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 diff --git a/Assets/Models/Dungeon/gltf/box_small.gltf.glb b/Assets/Models/Dungeon/gltf/box_small.gltf.glb new file mode 100644 index 0000000..afe14e9 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/box_small.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/box_small.gltf.glb.import b/Assets/Models/Dungeon/gltf/box_small.gltf.glb.import new file mode 100644 index 0000000..48fd4f1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/box_small.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bandav038ld2i" +path="res://.godot/imported/box_small.gltf.glb-1f7b83a6399469f1101f3e020e93bc5a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/box_small.gltf.glb" +dest_files=["res://.godot/imported/box_small.gltf.glb-1f7b83a6399469f1101f3e020e93bc5a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/box_small_decorated.gltf.glb b/Assets/Models/Dungeon/gltf/box_small_decorated.gltf.glb new file mode 100644 index 0000000..7ce9047 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/box_small_decorated.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/box_small_decorated.gltf.glb.import b/Assets/Models/Dungeon/gltf/box_small_decorated.gltf.glb.import new file mode 100644 index 0000000..d991047 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/box_small_decorated.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://lpb3vl3pefu2" +path="res://.godot/imported/box_small_decorated.gltf.glb-7146e0d8e507559ac12ae10e9a3a435b.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/box_small_decorated.gltf.glb" +dest_files=["res://.godot/imported/box_small_decorated.gltf.glb-7146e0d8e507559ac12ae10e9a3a435b.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/box_small_decorated_dungeon_texture.png b/Assets/Models/Dungeon/gltf/box_small_decorated_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/box_small_decorated_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/box_small_decorated_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/box_small_decorated_dungeon_texture.png.import new file mode 100644 index 0000000..f1eea0a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/box_small_decorated_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://digv1hj8hc7os" +path.s3tc="res://.godot/imported/box_small_decorated_dungeon_texture.png-e8f1879d9adefcf456fe49d4fd789813.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/box_small_decorated_dungeon_texture.png" +dest_files=["res://.godot/imported/box_small_decorated_dungeon_texture.png-e8f1879d9adefcf456fe49d4fd789813.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 diff --git a/Assets/Models/Dungeon/gltf/box_small_dungeon_texture.png b/Assets/Models/Dungeon/gltf/box_small_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/box_small_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/box_small_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/box_small_dungeon_texture.png.import new file mode 100644 index 0000000..650f136 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/box_small_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bxmvudd65par1" +path.s3tc="res://.godot/imported/box_small_dungeon_texture.png-f579a100eaa5734264094a5dcd545b2f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/box_small_dungeon_texture.png" +dest_files=["res://.godot/imported/box_small_dungeon_texture.png-f579a100eaa5734264094a5dcd545b2f.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 diff --git a/Assets/Models/Dungeon/gltf/box_stacked.gltf.glb b/Assets/Models/Dungeon/gltf/box_stacked.gltf.glb new file mode 100644 index 0000000..e12a56e Binary files /dev/null and b/Assets/Models/Dungeon/gltf/box_stacked.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/box_stacked.gltf.glb.import b/Assets/Models/Dungeon/gltf/box_stacked.gltf.glb.import new file mode 100644 index 0000000..7360a40 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/box_stacked.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cckodfqykpw26" +path="res://.godot/imported/box_stacked.gltf.glb-39549db27b9b7bab5162374d4a95ade4.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/box_stacked.gltf.glb" +dest_files=["res://.godot/imported/box_stacked.gltf.glb-39549db27b9b7bab5162374d4a95ade4.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/box_stacked_dungeon_texture.png b/Assets/Models/Dungeon/gltf/box_stacked_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/box_stacked_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/box_stacked_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/box_stacked_dungeon_texture.png.import new file mode 100644 index 0000000..d28df72 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/box_stacked_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ckdfhjx616ibb" +path.s3tc="res://.godot/imported/box_stacked_dungeon_texture.png-44c0ddc906ae9777b27015e216ffd97c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/box_stacked_dungeon_texture.png" +dest_files=["res://.godot/imported/box_stacked_dungeon_texture.png-44c0ddc906ae9777b27015e216ffd97c.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 diff --git a/Assets/Models/Dungeon/gltf/candle.gltf.glb b/Assets/Models/Dungeon/gltf/candle.gltf.glb new file mode 100644 index 0000000..a991df5 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/candle.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/candle.gltf.glb.import b/Assets/Models/Dungeon/gltf/candle.gltf.glb.import new file mode 100644 index 0000000..38a62aa --- /dev/null +++ b/Assets/Models/Dungeon/gltf/candle.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://brgiuiuj5axo8" +path="res://.godot/imported/candle.gltf.glb-0393f0ef0f1ffdae5bfee1a0a632b6a4.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/candle.gltf.glb" +dest_files=["res://.godot/imported/candle.gltf.glb-0393f0ef0f1ffdae5bfee1a0a632b6a4.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/candle_dungeon_texture.png b/Assets/Models/Dungeon/gltf/candle_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/candle_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/candle_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/candle_dungeon_texture.png.import new file mode 100644 index 0000000..f5ddc22 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/candle_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cueglljcwlen3" +path.s3tc="res://.godot/imported/candle_dungeon_texture.png-456152d6a88a7e532ef16b1c93a1f33b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/candle_dungeon_texture.png" +dest_files=["res://.godot/imported/candle_dungeon_texture.png-456152d6a88a7e532ef16b1c93a1f33b.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 diff --git a/Assets/Models/Dungeon/gltf/candle_lit.gltf.glb b/Assets/Models/Dungeon/gltf/candle_lit.gltf.glb new file mode 100644 index 0000000..b793335 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/candle_lit.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/candle_lit.gltf.glb.import b/Assets/Models/Dungeon/gltf/candle_lit.gltf.glb.import new file mode 100644 index 0000000..d80d028 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/candle_lit.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bne3073ig851i" +path="res://.godot/imported/candle_lit.gltf.glb-770daea1c6014828c7659567f07aa9ee.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/candle_lit.gltf.glb" +dest_files=["res://.godot/imported/candle_lit.gltf.glb-770daea1c6014828c7659567f07aa9ee.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/candle_lit_dungeon_texture.png b/Assets/Models/Dungeon/gltf/candle_lit_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/candle_lit_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/candle_lit_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/candle_lit_dungeon_texture.png.import new file mode 100644 index 0000000..07125f6 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/candle_lit_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cr3tco3d6a012" +path.s3tc="res://.godot/imported/candle_lit_dungeon_texture.png-f41f8c059631537114238f165ce7df4f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/candle_lit_dungeon_texture.png" +dest_files=["res://.godot/imported/candle_lit_dungeon_texture.png-f41f8c059631537114238f165ce7df4f.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 diff --git a/Assets/Models/Dungeon/gltf/candle_melted.gltf.glb b/Assets/Models/Dungeon/gltf/candle_melted.gltf.glb new file mode 100644 index 0000000..13a9de7 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/candle_melted.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/candle_melted.gltf.glb.import b/Assets/Models/Dungeon/gltf/candle_melted.gltf.glb.import new file mode 100644 index 0000000..92bfb80 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/candle_melted.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cv81pqrashkgm" +path="res://.godot/imported/candle_melted.gltf.glb-7adfea3d6693ec0d87c212b448722faf.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/candle_melted.gltf.glb" +dest_files=["res://.godot/imported/candle_melted.gltf.glb-7adfea3d6693ec0d87c212b448722faf.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/candle_melted_dungeon_texture.png b/Assets/Models/Dungeon/gltf/candle_melted_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/candle_melted_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/candle_melted_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/candle_melted_dungeon_texture.png.import new file mode 100644 index 0000000..9a1c2b3 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/candle_melted_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ctiac6q72hi50" +path.s3tc="res://.godot/imported/candle_melted_dungeon_texture.png-d69672368009753aede5947f27ba7ac7.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/candle_melted_dungeon_texture.png" +dest_files=["res://.godot/imported/candle_melted_dungeon_texture.png-d69672368009753aede5947f27ba7ac7.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 diff --git a/Assets/Models/Dungeon/gltf/candle_thin.gltf.glb b/Assets/Models/Dungeon/gltf/candle_thin.gltf.glb new file mode 100644 index 0000000..fc09366 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/candle_thin.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/candle_thin.gltf.glb.import b/Assets/Models/Dungeon/gltf/candle_thin.gltf.glb.import new file mode 100644 index 0000000..1436ad2 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/candle_thin.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b7pund415byuw" +path="res://.godot/imported/candle_thin.gltf.glb-a760fadcab6d1c7181d46d7e3bd936eb.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/candle_thin.gltf.glb" +dest_files=["res://.godot/imported/candle_thin.gltf.glb-a760fadcab6d1c7181d46d7e3bd936eb.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/candle_thin_dungeon_texture.png b/Assets/Models/Dungeon/gltf/candle_thin_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/candle_thin_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/candle_thin_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/candle_thin_dungeon_texture.png.import new file mode 100644 index 0000000..57600ac --- /dev/null +++ b/Assets/Models/Dungeon/gltf/candle_thin_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ccgfbmsn8bm24" +path.s3tc="res://.godot/imported/candle_thin_dungeon_texture.png-8bb96c2a4739296220cc34ef7fc92e12.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/candle_thin_dungeon_texture.png" +dest_files=["res://.godot/imported/candle_thin_dungeon_texture.png-8bb96c2a4739296220cc34ef7fc92e12.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 diff --git a/Assets/Models/Dungeon/gltf/candle_thin_lit.gltf.glb b/Assets/Models/Dungeon/gltf/candle_thin_lit.gltf.glb new file mode 100644 index 0000000..cfe90d3 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/candle_thin_lit.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/candle_thin_lit.gltf.glb.import b/Assets/Models/Dungeon/gltf/candle_thin_lit.gltf.glb.import new file mode 100644 index 0000000..eb2f104 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/candle_thin_lit.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://t2lvjneycr3k" +path="res://.godot/imported/candle_thin_lit.gltf.glb-b1ba40670bc4b0ed737eb8f315987306.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/candle_thin_lit.gltf.glb" +dest_files=["res://.godot/imported/candle_thin_lit.gltf.glb-b1ba40670bc4b0ed737eb8f315987306.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/candle_thin_lit_dungeon_texture.png b/Assets/Models/Dungeon/gltf/candle_thin_lit_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/candle_thin_lit_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/candle_thin_lit_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/candle_thin_lit_dungeon_texture.png.import new file mode 100644 index 0000000..eb72dd6 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/candle_thin_lit_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dy8vcqqy5f2l5" +path.s3tc="res://.godot/imported/candle_thin_lit_dungeon_texture.png-ef34302435e0e4bcfb7a3d445590e5b3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/candle_thin_lit_dungeon_texture.png" +dest_files=["res://.godot/imported/candle_thin_lit_dungeon_texture.png-ef34302435e0e4bcfb7a3d445590e5b3.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 diff --git a/Assets/Models/Dungeon/gltf/candle_triple.gltf.glb b/Assets/Models/Dungeon/gltf/candle_triple.gltf.glb new file mode 100644 index 0000000..c8c7e63 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/candle_triple.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/candle_triple.gltf.glb.import b/Assets/Models/Dungeon/gltf/candle_triple.gltf.glb.import new file mode 100644 index 0000000..31502a1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/candle_triple.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b1oauewkf7v8t" +path="res://.godot/imported/candle_triple.gltf.glb-51191618162f1d815a0cc6796f079d7a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/candle_triple.gltf.glb" +dest_files=["res://.godot/imported/candle_triple.gltf.glb-51191618162f1d815a0cc6796f079d7a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/candle_triple_dungeon_texture.png b/Assets/Models/Dungeon/gltf/candle_triple_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/candle_triple_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/candle_triple_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/candle_triple_dungeon_texture.png.import new file mode 100644 index 0000000..bcef5b2 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/candle_triple_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bjgrnp2pf0ckl" +path.s3tc="res://.godot/imported/candle_triple_dungeon_texture.png-95ecf043bab1bfa86a342a10e156e5b7.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/candle_triple_dungeon_texture.png" +dest_files=["res://.godot/imported/candle_triple_dungeon_texture.png-95ecf043bab1bfa86a342a10e156e5b7.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 diff --git a/Assets/Models/Dungeon/gltf/chair.gltf.glb b/Assets/Models/Dungeon/gltf/chair.gltf.glb new file mode 100644 index 0000000..d714e3e Binary files /dev/null and b/Assets/Models/Dungeon/gltf/chair.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/chair.gltf.glb.import b/Assets/Models/Dungeon/gltf/chair.gltf.glb.import new file mode 100644 index 0000000..26c5282 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/chair.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dmv8ce5csiwbk" +path="res://.godot/imported/chair.gltf.glb-19c583d6421312da917177735e3b7cb8.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/chair.gltf.glb" +dest_files=["res://.godot/imported/chair.gltf.glb-19c583d6421312da917177735e3b7cb8.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/chair_dungeon_texture.png b/Assets/Models/Dungeon/gltf/chair_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/chair_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/chair_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/chair_dungeon_texture.png.import new file mode 100644 index 0000000..a352be0 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/chair_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://drpatfx1p51vd" +path.s3tc="res://.godot/imported/chair_dungeon_texture.png-49760e2857da6ef12c0766163ea728bd.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/chair_dungeon_texture.png" +dest_files=["res://.godot/imported/chair_dungeon_texture.png-49760e2857da6ef12c0766163ea728bd.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 diff --git a/Assets/Models/Dungeon/gltf/chest.glb b/Assets/Models/Dungeon/gltf/chest.glb new file mode 100644 index 0000000..534c76a Binary files /dev/null and b/Assets/Models/Dungeon/gltf/chest.glb differ diff --git a/Assets/Models/Dungeon/gltf/chest.glb.import b/Assets/Models/Dungeon/gltf/chest.glb.import new file mode 100644 index 0000000..980361a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/chest.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://biadodxt2vots" +path="res://.godot/imported/chest.glb-d5397b096c7b6d02ef4e68114d342cea.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/chest.glb" +dest_files=["res://.godot/imported/chest.glb-d5397b096c7b6d02ef4e68114d342cea.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/chest_dungeon_texture.png b/Assets/Models/Dungeon/gltf/chest_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/chest_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/chest_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/chest_dungeon_texture.png.import new file mode 100644 index 0000000..b40de0a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/chest_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cdac8gnpgt7hp" +path.s3tc="res://.godot/imported/chest_dungeon_texture.png-8ce089dd5db81c81682b9ff84007eb58.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/chest_dungeon_texture.png" +dest_files=["res://.godot/imported/chest_dungeon_texture.png-8ce089dd5db81c81682b9ff84007eb58.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 diff --git a/Assets/Models/Dungeon/gltf/chest_gold.glb b/Assets/Models/Dungeon/gltf/chest_gold.glb new file mode 100644 index 0000000..8dd05d6 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/chest_gold.glb differ diff --git a/Assets/Models/Dungeon/gltf/chest_gold.glb.import b/Assets/Models/Dungeon/gltf/chest_gold.glb.import new file mode 100644 index 0000000..f991cd3 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/chest_gold.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bqolc2ko2db3r" +path="res://.godot/imported/chest_gold.glb-1681cad97164fd78227c5cf242853bae.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/chest_gold.glb" +dest_files=["res://.godot/imported/chest_gold.glb-1681cad97164fd78227c5cf242853bae.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/chest_gold_dungeon_texture.png b/Assets/Models/Dungeon/gltf/chest_gold_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/chest_gold_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/chest_gold_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/chest_gold_dungeon_texture.png.import new file mode 100644 index 0000000..62d3493 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/chest_gold_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b7tpe7t4f8pa6" +path.s3tc="res://.godot/imported/chest_gold_dungeon_texture.png-c233abcd4c4178bff31ca20feca14147.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/chest_gold_dungeon_texture.png" +dest_files=["res://.godot/imported/chest_gold_dungeon_texture.png-c233abcd4c4178bff31ca20feca14147.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 diff --git a/Assets/Models/Dungeon/gltf/coin.gltf.glb b/Assets/Models/Dungeon/gltf/coin.gltf.glb new file mode 100644 index 0000000..f7cdef3 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/coin.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/coin.gltf.glb.import b/Assets/Models/Dungeon/gltf/coin.gltf.glb.import new file mode 100644 index 0000000..033c21a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/coin.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cxr1ftqt8qrp" +path="res://.godot/imported/coin.gltf.glb-2f029066470504cf647a861954e1319e.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/coin.gltf.glb" +dest_files=["res://.godot/imported/coin.gltf.glb-2f029066470504cf647a861954e1319e.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/coin_dungeon_texture.png b/Assets/Models/Dungeon/gltf/coin_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/coin_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/coin_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/coin_dungeon_texture.png.import new file mode 100644 index 0000000..6b4265c --- /dev/null +++ b/Assets/Models/Dungeon/gltf/coin_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ch6qatv0fbvqn" +path.s3tc="res://.godot/imported/coin_dungeon_texture.png-ab8f9c61ed1d01ed588f118852dd6543.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/coin_dungeon_texture.png" +dest_files=["res://.godot/imported/coin_dungeon_texture.png-ab8f9c61ed1d01ed588f118852dd6543.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 diff --git a/Assets/Models/Dungeon/gltf/coin_stack_large.gltf.glb b/Assets/Models/Dungeon/gltf/coin_stack_large.gltf.glb new file mode 100644 index 0000000..a806b12 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/coin_stack_large.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/coin_stack_large.gltf.glb.import b/Assets/Models/Dungeon/gltf/coin_stack_large.gltf.glb.import new file mode 100644 index 0000000..41b66a1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/coin_stack_large.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dvnr1ckgmfhw4" +path="res://.godot/imported/coin_stack_large.gltf.glb-f86b0a8bf5a289d8efd902e1fd240344.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/coin_stack_large.gltf.glb" +dest_files=["res://.godot/imported/coin_stack_large.gltf.glb-f86b0a8bf5a289d8efd902e1fd240344.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/coin_stack_large_dungeon_texture.png b/Assets/Models/Dungeon/gltf/coin_stack_large_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/coin_stack_large_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/coin_stack_large_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/coin_stack_large_dungeon_texture.png.import new file mode 100644 index 0000000..482cea3 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/coin_stack_large_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dsr6op8hw34kp" +path.s3tc="res://.godot/imported/coin_stack_large_dungeon_texture.png-96a08d8731009d6ff4a80f573a532610.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/coin_stack_large_dungeon_texture.png" +dest_files=["res://.godot/imported/coin_stack_large_dungeon_texture.png-96a08d8731009d6ff4a80f573a532610.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 diff --git a/Assets/Models/Dungeon/gltf/coin_stack_medium.gltf.glb b/Assets/Models/Dungeon/gltf/coin_stack_medium.gltf.glb new file mode 100644 index 0000000..8d371eb Binary files /dev/null and b/Assets/Models/Dungeon/gltf/coin_stack_medium.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/coin_stack_medium.gltf.glb.import b/Assets/Models/Dungeon/gltf/coin_stack_medium.gltf.glb.import new file mode 100644 index 0000000..7a5d74d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/coin_stack_medium.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cnngg23xjhm78" +path="res://.godot/imported/coin_stack_medium.gltf.glb-76063364da586e952a45c19b9262d76c.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/coin_stack_medium.gltf.glb" +dest_files=["res://.godot/imported/coin_stack_medium.gltf.glb-76063364da586e952a45c19b9262d76c.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/coin_stack_medium_dungeon_texture.png b/Assets/Models/Dungeon/gltf/coin_stack_medium_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/coin_stack_medium_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/coin_stack_medium_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/coin_stack_medium_dungeon_texture.png.import new file mode 100644 index 0000000..49b63c3 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/coin_stack_medium_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dsy8tuk85m5gg" +path.s3tc="res://.godot/imported/coin_stack_medium_dungeon_texture.png-c0b62d958414113eb2ac5060e48d0dd2.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/coin_stack_medium_dungeon_texture.png" +dest_files=["res://.godot/imported/coin_stack_medium_dungeon_texture.png-c0b62d958414113eb2ac5060e48d0dd2.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 diff --git a/Assets/Models/Dungeon/gltf/coin_stack_small.gltf.glb b/Assets/Models/Dungeon/gltf/coin_stack_small.gltf.glb new file mode 100644 index 0000000..0a07fbd Binary files /dev/null and b/Assets/Models/Dungeon/gltf/coin_stack_small.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/coin_stack_small.gltf.glb.import b/Assets/Models/Dungeon/gltf/coin_stack_small.gltf.glb.import new file mode 100644 index 0000000..1fc25bd --- /dev/null +++ b/Assets/Models/Dungeon/gltf/coin_stack_small.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bl32us28nir1n" +path="res://.godot/imported/coin_stack_small.gltf.glb-bd6e9bb1106e0b9ce0d910b04252b931.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/coin_stack_small.gltf.glb" +dest_files=["res://.godot/imported/coin_stack_small.gltf.glb-bd6e9bb1106e0b9ce0d910b04252b931.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/coin_stack_small_dungeon_texture.png b/Assets/Models/Dungeon/gltf/coin_stack_small_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/coin_stack_small_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/coin_stack_small_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/coin_stack_small_dungeon_texture.png.import new file mode 100644 index 0000000..2d9e1f0 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/coin_stack_small_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://xroha8wy476d" +path.s3tc="res://.godot/imported/coin_stack_small_dungeon_texture.png-8bd77c5427ae6bb76bf89860482783f4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/coin_stack_small_dungeon_texture.png" +dest_files=["res://.godot/imported/coin_stack_small_dungeon_texture.png-8bd77c5427ae6bb76bf89860482783f4.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 diff --git a/Assets/Models/Dungeon/gltf/column.gltf.glb b/Assets/Models/Dungeon/gltf/column.gltf.glb new file mode 100644 index 0000000..a4b5779 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/column.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/column.gltf.glb.import b/Assets/Models/Dungeon/gltf/column.gltf.glb.import new file mode 100644 index 0000000..e6f6e69 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/column.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ym7yrtumuvby" +path="res://.godot/imported/column.gltf.glb-7b6ae0a6acdd9ee4a02ddd390333c181.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/column.gltf.glb" +dest_files=["res://.godot/imported/column.gltf.glb-7b6ae0a6acdd9ee4a02ddd390333c181.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/column_dungeon_texture.png b/Assets/Models/Dungeon/gltf/column_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/column_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/column_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/column_dungeon_texture.png.import new file mode 100644 index 0000000..ff94904 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/column_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://lcr87h7t7mj3" +path.s3tc="res://.godot/imported/column_dungeon_texture.png-2f0c65be49b61f2010b5bc16aac8e488.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/column_dungeon_texture.png" +dest_files=["res://.godot/imported/column_dungeon_texture.png-2f0c65be49b61f2010b5bc16aac8e488.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 diff --git a/Assets/Models/Dungeon/gltf/crates_stacked.gltf.glb b/Assets/Models/Dungeon/gltf/crates_stacked.gltf.glb new file mode 100644 index 0000000..7f273be Binary files /dev/null and b/Assets/Models/Dungeon/gltf/crates_stacked.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/crates_stacked.gltf.glb.import b/Assets/Models/Dungeon/gltf/crates_stacked.gltf.glb.import new file mode 100644 index 0000000..73ad672 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/crates_stacked.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cq6q65ncvcfgt" +path="res://.godot/imported/crates_stacked.gltf.glb-dc51cfe289e1dcf3c349042a8fd4cebf.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/crates_stacked.gltf.glb" +dest_files=["res://.godot/imported/crates_stacked.gltf.glb-dc51cfe289e1dcf3c349042a8fd4cebf.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/crates_stacked_dungeon_texture.png b/Assets/Models/Dungeon/gltf/crates_stacked_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/crates_stacked_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/crates_stacked_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/crates_stacked_dungeon_texture.png.import new file mode 100644 index 0000000..e4154f9 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/crates_stacked_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://deyc0lkejhwe0" +path.s3tc="res://.godot/imported/crates_stacked_dungeon_texture.png-24221fb891a47fdbfcb00c070b7769a8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/crates_stacked_dungeon_texture.png" +dest_files=["res://.godot/imported/crates_stacked_dungeon_texture.png-24221fb891a47fdbfcb00c070b7769a8.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 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_large.gltf.glb b/Assets/Models/Dungeon/gltf/floor_dirt_large.gltf.glb new file mode 100644 index 0000000..9e0cd90 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_large.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_large.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_dirt_large.gltf.glb.import new file mode 100644 index 0000000..ac95869 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_large.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://drlb6bg6bogp0" +path="res://.godot/imported/floor_dirt_large.gltf.glb-528553adda4e542956235748c7d70cb8.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_large.gltf.glb" +dest_files=["res://.godot/imported/floor_dirt_large.gltf.glb-528553adda4e542956235748c7d70cb8.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_large_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_dirt_large_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_large_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_large_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_dirt_large_dungeon_texture.png.import new file mode 100644 index 0000000..9049a61 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_large_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bhohcahdm6kh3" +path.s3tc="res://.godot/imported/floor_dirt_large_dungeon_texture.png-c05d02aa1a0a456756ec8f40d8f47f3e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_large_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_dirt_large_dungeon_texture.png-c05d02aa1a0a456756ec8f40d8f47f3e.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 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_large_rocky.gltf.glb b/Assets/Models/Dungeon/gltf/floor_dirt_large_rocky.gltf.glb new file mode 100644 index 0000000..280dd6f Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_large_rocky.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_large_rocky.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_dirt_large_rocky.gltf.glb.import new file mode 100644 index 0000000..1cacefd --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_large_rocky.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bgxbrurpmmils" +path="res://.godot/imported/floor_dirt_large_rocky.gltf.glb-5674f9f17126cc428f7de7616cc24f7c.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_large_rocky.gltf.glb" +dest_files=["res://.godot/imported/floor_dirt_large_rocky.gltf.glb-5674f9f17126cc428f7de7616cc24f7c.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_large_rocky_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_dirt_large_rocky_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_large_rocky_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_large_rocky_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_dirt_large_rocky_dungeon_texture.png.import new file mode 100644 index 0000000..6d691a7 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_large_rocky_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dgdhb0gai5w8c" +path.s3tc="res://.godot/imported/floor_dirt_large_rocky_dungeon_texture.png-563485ea59f5fe3c893cfad4976059bc.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_large_rocky_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_dirt_large_rocky_dungeon_texture.png-563485ea59f5fe3c893cfad4976059bc.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 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_A.gltf.glb b/Assets/Models/Dungeon/gltf/floor_dirt_small_A.gltf.glb new file mode 100644 index 0000000..afcbbd0 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_small_A.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_A.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_dirt_small_A.gltf.glb.import new file mode 100644 index 0000000..334666a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_small_A.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c8o7n6n0e211" +path="res://.godot/imported/floor_dirt_small_A.gltf.glb-1a8ce5e7296ce4a11731e24f3dd2c058.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_small_A.gltf.glb" +dest_files=["res://.godot/imported/floor_dirt_small_A.gltf.glb-1a8ce5e7296ce4a11731e24f3dd2c058.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_A_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_dirt_small_A_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_small_A_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_A_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_dirt_small_A_dungeon_texture.png.import new file mode 100644 index 0000000..b45795b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_small_A_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b3dedm7myx0dm" +path.s3tc="res://.godot/imported/floor_dirt_small_A_dungeon_texture.png-baf817b7d069e54acc5338535bbf571b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_small_A_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_dirt_small_A_dungeon_texture.png-baf817b7d069e54acc5338535bbf571b.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 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_B.gltf.glb b/Assets/Models/Dungeon/gltf/floor_dirt_small_B.gltf.glb new file mode 100644 index 0000000..675a471 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_small_B.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_B.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_dirt_small_B.gltf.glb.import new file mode 100644 index 0000000..8574eec --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_small_B.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b2ytpxhgkxqio" +path="res://.godot/imported/floor_dirt_small_B.gltf.glb-d9c27f4e6cb25fd8fd3e3037d7c2a9fd.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_small_B.gltf.glb" +dest_files=["res://.godot/imported/floor_dirt_small_B.gltf.glb-d9c27f4e6cb25fd8fd3e3037d7c2a9fd.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_B_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_dirt_small_B_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_small_B_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_B_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_dirt_small_B_dungeon_texture.png.import new file mode 100644 index 0000000..6090395 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_small_B_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://nnpo2o7q0k3f" +path.s3tc="res://.godot/imported/floor_dirt_small_B_dungeon_texture.png-36a6906d5418e6d08a4628203ed58158.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_small_B_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_dirt_small_B_dungeon_texture.png-36a6906d5418e6d08a4628203ed58158.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 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_C.gltf.glb b/Assets/Models/Dungeon/gltf/floor_dirt_small_C.gltf.glb new file mode 100644 index 0000000..8a2cc6a Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_small_C.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_C.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_dirt_small_C.gltf.glb.import new file mode 100644 index 0000000..01d8ae6 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_small_C.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b17f5ixgmqu2c" +path="res://.godot/imported/floor_dirt_small_C.gltf.glb-58f4832c433b64b90d1a8325349bfbb5.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_small_C.gltf.glb" +dest_files=["res://.godot/imported/floor_dirt_small_C.gltf.glb-58f4832c433b64b90d1a8325349bfbb5.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_C_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_dirt_small_C_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_small_C_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_C_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_dirt_small_C_dungeon_texture.png.import new file mode 100644 index 0000000..1f5ad73 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_small_C_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d0lhe2ny5n4ot" +path.s3tc="res://.godot/imported/floor_dirt_small_C_dungeon_texture.png-c13ebb9c2f49dacc82e6ee6271c31b1c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_small_C_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_dirt_small_C_dungeon_texture.png-c13ebb9c2f49dacc82e6ee6271c31b1c.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 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_D.gltf.glb b/Assets/Models/Dungeon/gltf/floor_dirt_small_D.gltf.glb new file mode 100644 index 0000000..82a0e7f Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_small_D.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_D.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_dirt_small_D.gltf.glb.import new file mode 100644 index 0000000..18db68e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_small_D.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://co47pftmhd5ml" +path="res://.godot/imported/floor_dirt_small_D.gltf.glb-86404ed2a6ee95b338dcddec71378fb4.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_small_D.gltf.glb" +dest_files=["res://.godot/imported/floor_dirt_small_D.gltf.glb-86404ed2a6ee95b338dcddec71378fb4.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_D_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_dirt_small_D_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_small_D_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_D_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_dirt_small_D_dungeon_texture.png.import new file mode 100644 index 0000000..8bcd10e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_small_D_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b7e2jstnkgpac" +path.s3tc="res://.godot/imported/floor_dirt_small_D_dungeon_texture.png-29794cb53e06e4180c0a4cf3f44586db.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_small_D_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_dirt_small_D_dungeon_texture.png-29794cb53e06e4180c0a4cf3f44586db.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 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_corner.gltf.glb b/Assets/Models/Dungeon/gltf/floor_dirt_small_corner.gltf.glb new file mode 100644 index 0000000..a07fcc4 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_small_corner.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_corner.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_dirt_small_corner.gltf.glb.import new file mode 100644 index 0000000..6f51e8a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_small_corner.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b7yihujfiofxw" +path="res://.godot/imported/floor_dirt_small_corner.gltf.glb-636575424d724e55f5bdc7fcdd29b737.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_small_corner.gltf.glb" +dest_files=["res://.godot/imported/floor_dirt_small_corner.gltf.glb-636575424d724e55f5bdc7fcdd29b737.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_corner_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_dirt_small_corner_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_small_corner_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_corner_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_dirt_small_corner_dungeon_texture.png.import new file mode 100644 index 0000000..e3c8075 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_small_corner_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ynrcdrq0fi4a" +path.s3tc="res://.godot/imported/floor_dirt_small_corner_dungeon_texture.png-9ba1002246b9f5195566ec08b5791739.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_small_corner_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_dirt_small_corner_dungeon_texture.png-9ba1002246b9f5195566ec08b5791739.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 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_weeds.gltf.glb b/Assets/Models/Dungeon/gltf/floor_dirt_small_weeds.gltf.glb new file mode 100644 index 0000000..ba39f5f Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_small_weeds.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_weeds.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_dirt_small_weeds.gltf.glb.import new file mode 100644 index 0000000..afc21ed --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_small_weeds.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dih1h0hebsrvc" +path="res://.godot/imported/floor_dirt_small_weeds.gltf.glb-79d86f9897a3068fdbbd8f1fe23169ea.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_small_weeds.gltf.glb" +dest_files=["res://.godot/imported/floor_dirt_small_weeds.gltf.glb-79d86f9897a3068fdbbd8f1fe23169ea.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_weeds_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_dirt_small_weeds_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_dirt_small_weeds_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_dirt_small_weeds_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_dirt_small_weeds_dungeon_texture.png.import new file mode 100644 index 0000000..722749d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_dirt_small_weeds_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bcdc6mng5c3fo" +path.s3tc="res://.godot/imported/floor_dirt_small_weeds_dungeon_texture.png-c5a5e35e7cdc7cd1f606fc1f84e2da11.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_dirt_small_weeds_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_dirt_small_weeds_dungeon_texture.png-c5a5e35e7cdc7cd1f606fc1f84e2da11.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 diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_allsides.gltf.glb b/Assets/Models/Dungeon/gltf/floor_foundation_allsides.gltf.glb new file mode 100644 index 0000000..7d93666 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_foundation_allsides.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_allsides.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_foundation_allsides.gltf.glb.import new file mode 100644 index 0000000..acf5bce --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_foundation_allsides.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://djyntjiw5uu" +path="res://.godot/imported/floor_foundation_allsides.gltf.glb-d701a02342d94575c330c874fc0c010d.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_foundation_allsides.gltf.glb" +dest_files=["res://.godot/imported/floor_foundation_allsides.gltf.glb-d701a02342d94575c330c874fc0c010d.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_allsides_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_foundation_allsides_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_foundation_allsides_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_allsides_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_foundation_allsides_dungeon_texture.png.import new file mode 100644 index 0000000..a20cd9d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_foundation_allsides_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://csmp5f6t5cw4m" +path.s3tc="res://.godot/imported/floor_foundation_allsides_dungeon_texture.png-febe5e7d94c2d6e97fb87247f8786960.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_foundation_allsides_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_foundation_allsides_dungeon_texture.png-febe5e7d94c2d6e97fb87247f8786960.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 diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_corner.gltf.glb b/Assets/Models/Dungeon/gltf/floor_foundation_corner.gltf.glb new file mode 100644 index 0000000..d0c8b22 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_foundation_corner.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_corner.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_foundation_corner.gltf.glb.import new file mode 100644 index 0000000..970714b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_foundation_corner.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cyytk8t7qwb22" +path="res://.godot/imported/floor_foundation_corner.gltf.glb-f55b45c201e60a9fc11908819378597a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_foundation_corner.gltf.glb" +dest_files=["res://.godot/imported/floor_foundation_corner.gltf.glb-f55b45c201e60a9fc11908819378597a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_corner_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_foundation_corner_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_foundation_corner_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_corner_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_foundation_corner_dungeon_texture.png.import new file mode 100644 index 0000000..f17698e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_foundation_corner_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cwib8onjajom6" +path.s3tc="res://.godot/imported/floor_foundation_corner_dungeon_texture.png-e52af6e21c262a3454b9ff9ccb63e91d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_foundation_corner_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_foundation_corner_dungeon_texture.png-e52af6e21c262a3454b9ff9ccb63e91d.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 diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner.gltf.glb b/Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner.gltf.glb new file mode 100644 index 0000000..9dbb542 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner.gltf.glb.import new file mode 100644 index 0000000..2dbda4b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bnibpjh8fehxe" +path="res://.godot/imported/floor_foundation_diagonal_corner.gltf.glb-5828d983df9bd4767850b58daaad3291.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner.gltf.glb" +dest_files=["res://.godot/imported/floor_foundation_diagonal_corner.gltf.glb-5828d983df9bd4767850b58daaad3291.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner_dungeon_texture.png.import new file mode 100644 index 0000000..e87c3ce --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bqhry1vqq56r8" +path.s3tc="res://.godot/imported/floor_foundation_diagonal_corner_dungeon_texture.png-fcd63ece42f85d521ed6f78a095a1b82.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_foundation_diagonal_corner_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_foundation_diagonal_corner_dungeon_texture.png-fcd63ece42f85d521ed6f78a095a1b82.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 diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_front.gltf.glb b/Assets/Models/Dungeon/gltf/floor_foundation_front.gltf.glb new file mode 100644 index 0000000..4a699d1 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_foundation_front.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_front.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_foundation_front.gltf.glb.import new file mode 100644 index 0000000..4f93612 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_foundation_front.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://oa4co80al2a4" +path="res://.godot/imported/floor_foundation_front.gltf.glb-5575f167ebc9fccf97a7fe8203e43740.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_foundation_front.gltf.glb" +dest_files=["res://.godot/imported/floor_foundation_front.gltf.glb-5575f167ebc9fccf97a7fe8203e43740.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_front_and_back.gltf.glb b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_back.gltf.glb new file mode 100644 index 0000000..6408b2c Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_back.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_front_and_back.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_back.gltf.glb.import new file mode 100644 index 0000000..482bad4 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_back.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dmwxb7ek4qfdk" +path="res://.godot/imported/floor_foundation_front_and_back.gltf.glb-d3fbf99cde7d3c6e1c1bdf0727e44283.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_foundation_front_and_back.gltf.glb" +dest_files=["res://.godot/imported/floor_foundation_front_and_back.gltf.glb-d3fbf99cde7d3c6e1c1bdf0727e44283.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_front_and_back_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_back_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_back_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_front_and_back_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_back_dungeon_texture.png.import new file mode 100644 index 0000000..43925f8 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_back_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ds5tj3aosol2p" +path.s3tc="res://.godot/imported/floor_foundation_front_and_back_dungeon_texture.png-1c1e1c5ae7a8971ca854f70f43975bea.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_foundation_front_and_back_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_foundation_front_and_back_dungeon_texture.png-1c1e1c5ae7a8971ca854f70f43975bea.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 diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides.gltf.glb b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides.gltf.glb new file mode 100644 index 0000000..eb71138 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides.gltf.glb.import new file mode 100644 index 0000000..f18fe85 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cpwv0po6n5x2c" +path="res://.godot/imported/floor_foundation_front_and_sides.gltf.glb-d7f56b7c64863d4d7ec01be8d2587c1e.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides.gltf.glb" +dest_files=["res://.godot/imported/floor_foundation_front_and_sides.gltf.glb-d7f56b7c64863d4d7ec01be8d2587c1e.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides_dungeon_texture.png.import new file mode 100644 index 0000000..a8d8c45 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cvppw6lcahncm" +path.s3tc="res://.godot/imported/floor_foundation_front_and_sides_dungeon_texture.png-c048f116461f054b171bbf8eb7662bd8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_foundation_front_and_sides_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_foundation_front_and_sides_dungeon_texture.png-c048f116461f054b171bbf8eb7662bd8.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 diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_front_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_foundation_front_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_foundation_front_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_foundation_front_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_foundation_front_dungeon_texture.png.import new file mode 100644 index 0000000..4325d2b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_foundation_front_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cbkrrnl7vaycd" +path.s3tc="res://.godot/imported/floor_foundation_front_dungeon_texture.png-1c12bddd2a518f573538e10bd23b1be1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_foundation_front_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_foundation_front_dungeon_texture.png-1c12bddd2a518f573538e10bd23b1be1.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_big_grate.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_big_grate.gltf.glb new file mode 100644 index 0000000..56ff3f5 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_big_grate.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_big_grate.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_big_grate.gltf.glb.import new file mode 100644 index 0000000..3fde7cf --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_big_grate.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b4umfunedmmyo" +path="res://.godot/imported/floor_tile_big_grate.gltf.glb-936f58647d08699782c9a0fb1a97b976.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_big_grate.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_big_grate.gltf.glb-936f58647d08699782c9a0fb1a97b976.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_big_grate_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_big_grate_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_big_grate_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_big_grate_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_big_grate_dungeon_texture.png.import new file mode 100644 index 0000000..a5c1a30 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_big_grate_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bo1nrpanycpx5" +path.s3tc="res://.godot/imported/floor_tile_big_grate_dungeon_texture.png-ec0f19e93473c90ecb8b35fe0ea670d5.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_big_grate_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_big_grate_dungeon_texture.png-ec0f19e93473c90ecb8b35fe0ea670d5.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_big_grate_open.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_big_grate_open.gltf.glb new file mode 100644 index 0000000..4d55430 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_big_grate_open.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_big_grate_open.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_big_grate_open.gltf.glb.import new file mode 100644 index 0000000..eb135f0 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_big_grate_open.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://2ol6tmxjkfek" +path="res://.godot/imported/floor_tile_big_grate_open.gltf.glb-8acc2fc76806a37a1719e92eadab0724.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_big_grate_open.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_big_grate_open.gltf.glb-8acc2fc76806a37a1719e92eadab0724.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_big_grate_open_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_big_grate_open_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_big_grate_open_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_big_grate_open_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_big_grate_open_dungeon_texture.png.import new file mode 100644 index 0000000..ba609ba --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_big_grate_open_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dlh3jadofebk0" +path.s3tc="res://.godot/imported/floor_tile_big_grate_open_dungeon_texture.png-b9064aac7f1eea6c94cfd4af0270dc79.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_big_grate_open_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_big_grate_open_dungeon_texture.png-b9064aac7f1eea6c94cfd4af0270dc79.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_big_spikes.glb b/Assets/Models/Dungeon/gltf/floor_tile_big_spikes.glb new file mode 100644 index 0000000..e4ea4b9 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_big_spikes.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_big_spikes.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_big_spikes.glb.import new file mode 100644 index 0000000..d37af7e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_big_spikes.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://daem0264tis00" +path="res://.godot/imported/floor_tile_big_spikes.glb-bafc8ede90d89f9f285baae91d82e763.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_big_spikes.glb" +dest_files=["res://.godot/imported/floor_tile_big_spikes.glb-bafc8ede90d89f9f285baae91d82e763.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_big_spikes_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_big_spikes_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_big_spikes_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_big_spikes_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_big_spikes_dungeon_texture.png.import new file mode 100644 index 0000000..71e34d7 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_big_spikes_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dmvc5d0velm2o" +path.s3tc="res://.godot/imported/floor_tile_big_spikes_dungeon_texture.png-7c8d21c1683dca0ad196c42338bff1b0.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_big_spikes_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_big_spikes_dungeon_texture.png-7c8d21c1683dca0ad196c42338bff1b0.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates.gltf.glb new file mode 100644 index 0000000..e094df8 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates.gltf.glb.import new file mode 100644 index 0000000..4d48d26 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cptdghf6vgjq" +path="res://.godot/imported/floor_tile_extralarge_grates.gltf.glb-ef78eaf305fa70f5c2416e85adf09d19.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_extralarge_grates.gltf.glb-ef78eaf305fa70f5c2416e85adf09d19.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_dungeon_texture.png.import new file mode 100644 index 0000000..d65ecdd --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cc1xetao20ohd" +path.s3tc="res://.godot/imported/floor_tile_extralarge_grates_dungeon_texture.png-ce8834aa125ce808b3e4f0921a7178ef.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_extralarge_grates_dungeon_texture.png-ce8834aa125ce808b3e4f0921a7178ef.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open.gltf.glb new file mode 100644 index 0000000..7128b35 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open.gltf.glb.import new file mode 100644 index 0000000..0c61f5e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cwqjo7w7p8irw" +path="res://.godot/imported/floor_tile_extralarge_grates_open.gltf.glb-2b40545daa0c11169f2339a0cc18306b.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_extralarge_grates_open.gltf.glb-2b40545daa0c11169f2339a0cc18306b.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open_dungeon_texture.png.import new file mode 100644 index 0000000..f4dc2e0 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dyreiace7scup" +path.s3tc="res://.godot/imported/floor_tile_extralarge_grates_open_dungeon_texture.png-f976965fd4e942ea671ae691c74c02ab.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_extralarge_grates_open_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_extralarge_grates_open_dungeon_texture.png-f976965fd4e942ea671ae691c74c02ab.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_grate.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_grate.gltf.glb new file mode 100644 index 0000000..762bf01 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_grate.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_grate.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_grate.gltf.glb.import new file mode 100644 index 0000000..771ae3b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_grate.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bpxahumkgm0ql" +path="res://.godot/imported/floor_tile_grate.gltf.glb-19bb8a1165570daddbfec71ca566c3f8.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_grate.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_grate.gltf.glb-19bb8a1165570daddbfec71ca566c3f8.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_grate_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_grate_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_grate_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_grate_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_grate_dungeon_texture.png.import new file mode 100644 index 0000000..c3e3138 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_grate_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c43n6qtjeu7pg" +path.s3tc="res://.godot/imported/floor_tile_grate_dungeon_texture.png-440f48ebc37e0f15a13642630588b669.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_grate_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_grate_dungeon_texture.png-440f48ebc37e0f15a13642630588b669.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_grate_open.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_grate_open.gltf.glb new file mode 100644 index 0000000..47be004 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_grate_open.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_grate_open.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_grate_open.gltf.glb.import new file mode 100644 index 0000000..5dfbfba --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_grate_open.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://rkjd8r23ku2e" +path="res://.godot/imported/floor_tile_grate_open.gltf.glb-57d0c3e5a906d02a9b3e4725829ac37b.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_grate_open.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_grate_open.gltf.glb-57d0c3e5a906d02a9b3e4725829ac37b.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_grate_open_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_grate_open_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_grate_open_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_grate_open_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_grate_open_dungeon_texture.png.import new file mode 100644 index 0000000..d20f787 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_grate_open_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://r5o0tyu7nmnw" +path.s3tc="res://.godot/imported/floor_tile_grate_open_dungeon_texture.png-d6a2d692f44744670336ee07a8502508.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_grate_open_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_grate_open_dungeon_texture.png-d6a2d692f44744670336ee07a8502508.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_large.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_large.gltf.glb new file mode 100644 index 0000000..953468a Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_large.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_large.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_large.gltf.glb.import new file mode 100644 index 0000000..9ef8873 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_large.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d26qiw87takjf" +path="res://.godot/imported/floor_tile_large.gltf.glb-a0243f84cf06be513f95eda0a310b3ad.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_large.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_large.gltf.glb-a0243f84cf06be513f95eda0a310b3ad.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_large_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_large_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_large_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_large_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_large_dungeon_texture.png.import new file mode 100644 index 0000000..8b07843 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_large_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://nsq53hgs7anl" +path.s3tc="res://.godot/imported/floor_tile_large_dungeon_texture.png-70f3e2fe9949c9261651e3f482095f68.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_large_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_large_dungeon_texture.png-70f3e2fe9949c9261651e3f482095f68.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_large_rocks.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_large_rocks.gltf.glb new file mode 100644 index 0000000..5c1379a Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_large_rocks.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_large_rocks.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_large_rocks.gltf.glb.import new file mode 100644 index 0000000..02308c1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_large_rocks.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dqv6f6nk87xml" +path="res://.godot/imported/floor_tile_large_rocks.gltf.glb-c28e7408d9cdfdb8a6441121e1a5199a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_large_rocks.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_large_rocks.gltf.glb-c28e7408d9cdfdb8a6441121e1a5199a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_large_rocks_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_large_rocks_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_large_rocks_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_large_rocks_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_large_rocks_dungeon_texture.png.import new file mode 100644 index 0000000..6244bdc --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_large_rocks_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dia6mvg4721xc" +path.s3tc="res://.godot/imported/floor_tile_large_rocks_dungeon_texture.png-f0abd496102481e091d664bbfe7f85ce.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_large_rocks_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_large_rocks_dungeon_texture.png-f0abd496102481e091d664bbfe7f85ce.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_small.gltf.glb new file mode 100644 index 0000000..18fd07c Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_small.gltf.glb.import new file mode 100644 index 0000000..0ea2436 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://df32lgk8xu3wv" +path="res://.godot/imported/floor_tile_small.gltf.glb-ef6cd1c3719aac5b25513ca972d4c8dc.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_small.gltf.glb-ef6cd1c3719aac5b25513ca972d4c8dc.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_broken_A.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_A.gltf.glb new file mode 100644 index 0000000..11bcf37 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_A.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_broken_A.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_A.gltf.glb.import new file mode 100644 index 0000000..3966e46 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_A.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bulttyprsxpvc" +path="res://.godot/imported/floor_tile_small_broken_A.gltf.glb-45f533c0e1e87d32d96b455d7f170c26.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small_broken_A.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_small_broken_A.gltf.glb-45f533c0e1e87d32d96b455d7f170c26.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_broken_A_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_A_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_A_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_broken_A_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_A_dungeon_texture.png.import new file mode 100644 index 0000000..ebd937e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_A_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://7sex7qyi7sk7" +path.s3tc="res://.godot/imported/floor_tile_small_broken_A_dungeon_texture.png-005271ddea6585beb0b844a40dac5ae7.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small_broken_A_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_small_broken_A_dungeon_texture.png-005271ddea6585beb0b844a40dac5ae7.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_broken_B.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_B.gltf.glb new file mode 100644 index 0000000..73f41f5 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_B.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_broken_B.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_B.gltf.glb.import new file mode 100644 index 0000000..39ab36e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_B.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ck42t8hj5gfbw" +path="res://.godot/imported/floor_tile_small_broken_B.gltf.glb-9b7173b91a61dd8a101089c3d6623861.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small_broken_B.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_small_broken_B.gltf.glb-9b7173b91a61dd8a101089c3d6623861.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_broken_B_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_B_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_B_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_broken_B_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_B_dungeon_texture.png.import new file mode 100644 index 0000000..10feeda --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small_broken_B_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bngj5nojn6rx1" +path.s3tc="res://.godot/imported/floor_tile_small_broken_B_dungeon_texture.png-5bfd73f0eb14228d29edb6812ae824c0.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small_broken_B_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_small_broken_B_dungeon_texture.png-5bfd73f0eb14228d29edb6812ae824c0.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_corner.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_small_corner.gltf.glb new file mode 100644 index 0000000..623395c Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small_corner.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_corner.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_small_corner.gltf.glb.import new file mode 100644 index 0000000..18fcfca --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small_corner.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bp3vn5q3i4wk" +path="res://.godot/imported/floor_tile_small_corner.gltf.glb-10e4b96ba1b9927a409ea5d4f593cf31.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small_corner.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_small_corner.gltf.glb-10e4b96ba1b9927a409ea5d4f593cf31.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_corner_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_small_corner_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small_corner_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_corner_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_small_corner_dungeon_texture.png.import new file mode 100644 index 0000000..bc68f22 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small_corner_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://di0fhrxmjvkpw" +path.s3tc="res://.godot/imported/floor_tile_small_corner_dungeon_texture.png-b99fb10db549a5ac58a9a21b53ef5507.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small_corner_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_small_corner_dungeon_texture.png-b99fb10db549a5ac58a9a21b53ef5507.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_decorated.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_small_decorated.gltf.glb new file mode 100644 index 0000000..47e9eeb Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small_decorated.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_decorated.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_small_decorated.gltf.glb.import new file mode 100644 index 0000000..6a50747 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small_decorated.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bx1i3f32b37cv" +path="res://.godot/imported/floor_tile_small_decorated.gltf.glb-6513a8875f11c56f8b072dfeaded498f.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small_decorated.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_small_decorated.gltf.glb-6513a8875f11c56f8b072dfeaded498f.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_decorated_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_small_decorated_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small_decorated_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_decorated_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_small_decorated_dungeon_texture.png.import new file mode 100644 index 0000000..9b546b6 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small_decorated_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cfskqo6qln643" +path.s3tc="res://.godot/imported/floor_tile_small_decorated_dungeon_texture.png-2672cce1dfee156bf8a31bd7a6a56482.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small_decorated_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_small_decorated_dungeon_texture.png-2672cce1dfee156bf8a31bd7a6a56482.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_small_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_small_dungeon_texture.png.import new file mode 100644 index 0000000..6b92d27 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dia5jwvf6xeif" +path.s3tc="res://.godot/imported/floor_tile_small_dungeon_texture.png-93a8feeb86c7245ca29c0f3b3bf88a61.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_small_dungeon_texture.png-93a8feeb86c7245ca29c0f3b3bf88a61.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A.gltf.glb new file mode 100644 index 0000000..ac5027c Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A.gltf.glb.import new file mode 100644 index 0000000..915a178 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b2ix610iwu17m" +path="res://.godot/imported/floor_tile_small_weeds_A.gltf.glb-46ba477269a7213be972553948a84c73.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_small_weeds_A.gltf.glb-46ba477269a7213be972553948a84c73.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A_dungeon_texture.png.import new file mode 100644 index 0000000..12919bd --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dvhswjrvpathh" +path.s3tc="res://.godot/imported/floor_tile_small_weeds_A_dungeon_texture.png-c1530e2de48d492d31cd762b9b4fc3a1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small_weeds_A_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_small_weeds_A_dungeon_texture.png-c1530e2de48d492d31cd762b9b4fc3a1.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 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B.gltf.glb b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B.gltf.glb new file mode 100644 index 0000000..58bd57d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B.gltf.glb.import new file mode 100644 index 0000000..6cc381f --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://defueucwenmv0" +path="res://.godot/imported/floor_tile_small_weeds_B.gltf.glb-d9354dcfe2bdabdd99c3576e95da9189.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B.gltf.glb" +dest_files=["res://.godot/imported/floor_tile_small_weeds_B.gltf.glb-d9354dcfe2bdabdd99c3576e95da9189.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B_dungeon_texture.png.import new file mode 100644 index 0000000..4bf6e7a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://p5nbhtd2tk62" +path.s3tc="res://.godot/imported/floor_tile_small_weeds_B_dungeon_texture.png-2941b5bb9457f15ab69821e308bc14c3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_tile_small_weeds_B_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_tile_small_weeds_B_dungeon_texture.png-2941b5bb9457f15ab69821e308bc14c3.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 diff --git a/Assets/Models/Dungeon/gltf/floor_wood_large.gltf.glb b/Assets/Models/Dungeon/gltf/floor_wood_large.gltf.glb new file mode 100644 index 0000000..8a883f1 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_wood_large.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_wood_large.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_wood_large.gltf.glb.import new file mode 100644 index 0000000..b87a724 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_wood_large.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dqer6p1fuhuuy" +path="res://.godot/imported/floor_wood_large.gltf.glb-cc76aedb37c778cf1af2df132fc687e9.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_wood_large.gltf.glb" +dest_files=["res://.godot/imported/floor_wood_large.gltf.glb-cc76aedb37c778cf1af2df132fc687e9.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_wood_large_dark.gltf.glb b/Assets/Models/Dungeon/gltf/floor_wood_large_dark.gltf.glb new file mode 100644 index 0000000..613aa08 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_wood_large_dark.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_wood_large_dark.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_wood_large_dark.gltf.glb.import new file mode 100644 index 0000000..a34e325 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_wood_large_dark.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bla0w5depmpcp" +path="res://.godot/imported/floor_wood_large_dark.gltf.glb-be6b2fca7adc5815f7700613a4d23d4e.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_wood_large_dark.gltf.glb" +dest_files=["res://.godot/imported/floor_wood_large_dark.gltf.glb-be6b2fca7adc5815f7700613a4d23d4e.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_wood_large_dark_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_wood_large_dark_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_wood_large_dark_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_wood_large_dark_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_wood_large_dark_dungeon_texture.png.import new file mode 100644 index 0000000..4268ba0 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_wood_large_dark_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c1rhjs4jcu1c0" +path.s3tc="res://.godot/imported/floor_wood_large_dark_dungeon_texture.png-fae14b105d3bc75cbd7e381d7e980cae.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_wood_large_dark_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_wood_large_dark_dungeon_texture.png-fae14b105d3bc75cbd7e381d7e980cae.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 diff --git a/Assets/Models/Dungeon/gltf/floor_wood_large_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_wood_large_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_wood_large_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_wood_large_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_wood_large_dungeon_texture.png.import new file mode 100644 index 0000000..36d8a49 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_wood_large_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dcfj1ulp6pici" +path.s3tc="res://.godot/imported/floor_wood_large_dungeon_texture.png-b6565e78af06eeac948e46d1b3ce1132.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_wood_large_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_wood_large_dungeon_texture.png-b6565e78af06eeac948e46d1b3ce1132.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 diff --git a/Assets/Models/Dungeon/gltf/floor_wood_small.gltf.glb b/Assets/Models/Dungeon/gltf/floor_wood_small.gltf.glb new file mode 100644 index 0000000..be492dd Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_wood_small.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_wood_small.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_wood_small.gltf.glb.import new file mode 100644 index 0000000..0cdedee --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_wood_small.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://rt3fq54n3l7f" +path="res://.godot/imported/floor_wood_small.gltf.glb-318fe389baf4ac5311bbfab74cc315b3.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_wood_small.gltf.glb" +dest_files=["res://.godot/imported/floor_wood_small.gltf.glb-318fe389baf4ac5311bbfab74cc315b3.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_wood_small_dark.gltf.glb b/Assets/Models/Dungeon/gltf/floor_wood_small_dark.gltf.glb new file mode 100644 index 0000000..f7be70f Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_wood_small_dark.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/floor_wood_small_dark.gltf.glb.import b/Assets/Models/Dungeon/gltf/floor_wood_small_dark.gltf.glb.import new file mode 100644 index 0000000..f05c746 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_wood_small_dark.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b8f0bifxk7u01" +path="res://.godot/imported/floor_wood_small_dark.gltf.glb-3a5e29e4b6e61c92007b8971523ea30e.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_wood_small_dark.gltf.glb" +dest_files=["res://.godot/imported/floor_wood_small_dark.gltf.glb-3a5e29e4b6e61c92007b8971523ea30e.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/floor_wood_small_dark_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_wood_small_dark_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_wood_small_dark_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_wood_small_dark_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_wood_small_dark_dungeon_texture.png.import new file mode 100644 index 0000000..419f946 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_wood_small_dark_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brent1kkjxbac" +path.s3tc="res://.godot/imported/floor_wood_small_dark_dungeon_texture.png-3bb97cd107fbebc5d8e8e787de5f1ab9.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_wood_small_dark_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_wood_small_dark_dungeon_texture.png-3bb97cd107fbebc5d8e8e787de5f1ab9.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 diff --git a/Assets/Models/Dungeon/gltf/floor_wood_small_dungeon_texture.png b/Assets/Models/Dungeon/gltf/floor_wood_small_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/floor_wood_small_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/floor_wood_small_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/floor_wood_small_dungeon_texture.png.import new file mode 100644 index 0000000..a370427 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/floor_wood_small_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c6dfl8g2wsluq" +path.s3tc="res://.godot/imported/floor_wood_small_dungeon_texture.png-4d0b77a2f916fb15a58e97224e96a69e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/floor_wood_small_dungeon_texture.png" +dest_files=["res://.godot/imported/floor_wood_small_dungeon_texture.png-4d0b77a2f916fb15a58e97224e96a69e.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 diff --git a/Assets/Models/Dungeon/gltf/keg.gltf.glb b/Assets/Models/Dungeon/gltf/keg.gltf.glb new file mode 100644 index 0000000..47a84fa Binary files /dev/null and b/Assets/Models/Dungeon/gltf/keg.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/keg.gltf.glb.import b/Assets/Models/Dungeon/gltf/keg.gltf.glb.import new file mode 100644 index 0000000..8133891 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/keg.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://v8iun01uytd4" +path="res://.godot/imported/keg.gltf.glb-396ea5ab6c83d07329d2680e06f2b5e9.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/keg.gltf.glb" +dest_files=["res://.godot/imported/keg.gltf.glb-396ea5ab6c83d07329d2680e06f2b5e9.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/keg_decorated.gltf.glb b/Assets/Models/Dungeon/gltf/keg_decorated.gltf.glb new file mode 100644 index 0000000..6420a0e Binary files /dev/null and b/Assets/Models/Dungeon/gltf/keg_decorated.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/keg_decorated.gltf.glb.import b/Assets/Models/Dungeon/gltf/keg_decorated.gltf.glb.import new file mode 100644 index 0000000..e145b81 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/keg_decorated.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cda7fj7dvmuow" +path="res://.godot/imported/keg_decorated.gltf.glb-bb351522c6bd5e1a1f26ca659cf20066.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/keg_decorated.gltf.glb" +dest_files=["res://.godot/imported/keg_decorated.gltf.glb-bb351522c6bd5e1a1f26ca659cf20066.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/keg_decorated_dungeon_texture.png b/Assets/Models/Dungeon/gltf/keg_decorated_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/keg_decorated_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/keg_decorated_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/keg_decorated_dungeon_texture.png.import new file mode 100644 index 0000000..bc2a3a5 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/keg_decorated_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cd6k5ms0221vv" +path.s3tc="res://.godot/imported/keg_decorated_dungeon_texture.png-ba09915308e62a0b3691e18f08aa355b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/keg_decorated_dungeon_texture.png" +dest_files=["res://.godot/imported/keg_decorated_dungeon_texture.png-ba09915308e62a0b3691e18f08aa355b.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 diff --git a/Assets/Models/Dungeon/gltf/keg_dungeon_texture.png b/Assets/Models/Dungeon/gltf/keg_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/keg_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/keg_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/keg_dungeon_texture.png.import new file mode 100644 index 0000000..f0f3018 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/keg_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bpyyw7q0g3lnu" +path.s3tc="res://.godot/imported/keg_dungeon_texture.png-efe9b066c5d975e4990adff370395c34.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/keg_dungeon_texture.png" +dest_files=["res://.godot/imported/keg_dungeon_texture.png-efe9b066c5d975e4990adff370395c34.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 diff --git a/Assets/Models/Dungeon/gltf/key.gltf.glb b/Assets/Models/Dungeon/gltf/key.gltf.glb new file mode 100644 index 0000000..4686f07 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/key.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/key.gltf.glb.import b/Assets/Models/Dungeon/gltf/key.gltf.glb.import new file mode 100644 index 0000000..3d84660 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/key.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://h72rnhtt3q85" +path="res://.godot/imported/key.gltf.glb-8d1c9e7586d5cd86c56f3cc7c706b4cb.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/key.gltf.glb" +dest_files=["res://.godot/imported/key.gltf.glb-8d1c9e7586d5cd86c56f3cc7c706b4cb.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/key_dungeon_texture.png b/Assets/Models/Dungeon/gltf/key_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/key_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/key_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/key_dungeon_texture.png.import new file mode 100644 index 0000000..519220d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/key_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b00hu2pdkwd7d" +path.s3tc="res://.godot/imported/key_dungeon_texture.png-f269a9019c0187b7ae7c3a3e030f7d75.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/key_dungeon_texture.png" +dest_files=["res://.godot/imported/key_dungeon_texture.png-f269a9019c0187b7ae7c3a3e030f7d75.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 diff --git a/Assets/Models/Dungeon/gltf/keyring.gltf.glb b/Assets/Models/Dungeon/gltf/keyring.gltf.glb new file mode 100644 index 0000000..02a14d0 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/keyring.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/keyring.gltf.glb.import b/Assets/Models/Dungeon/gltf/keyring.gltf.glb.import new file mode 100644 index 0000000..46e5961 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/keyring.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://drydkgl4rixi" +path="res://.godot/imported/keyring.gltf.glb-e2e11223e99347d1918d87f49d0cbc44.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/keyring.gltf.glb" +dest_files=["res://.godot/imported/keyring.gltf.glb-e2e11223e99347d1918d87f49d0cbc44.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/keyring_dungeon_texture.png b/Assets/Models/Dungeon/gltf/keyring_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/keyring_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/keyring_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/keyring_dungeon_texture.png.import new file mode 100644 index 0000000..da8e681 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/keyring_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dq6ceale2qqu7" +path.s3tc="res://.godot/imported/keyring_dungeon_texture.png-771f8e917f3bc117a7c3bf8c15258dc4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/keyring_dungeon_texture.png" +dest_files=["res://.godot/imported/keyring_dungeon_texture.png-771f8e917f3bc117a7c3bf8c15258dc4.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 diff --git a/Assets/Models/Dungeon/gltf/keyring_hanging.gltf.glb b/Assets/Models/Dungeon/gltf/keyring_hanging.gltf.glb new file mode 100644 index 0000000..51c110f Binary files /dev/null and b/Assets/Models/Dungeon/gltf/keyring_hanging.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/keyring_hanging.gltf.glb.import b/Assets/Models/Dungeon/gltf/keyring_hanging.gltf.glb.import new file mode 100644 index 0000000..5a9bd5e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/keyring_hanging.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b1nhm5n1tes4k" +path="res://.godot/imported/keyring_hanging.gltf.glb-88279495bb72cebbd719a4b4b2dfcf13.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/keyring_hanging.gltf.glb" +dest_files=["res://.godot/imported/keyring_hanging.gltf.glb-88279495bb72cebbd719a4b4b2dfcf13.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/keyring_hanging_dungeon_texture.png b/Assets/Models/Dungeon/gltf/keyring_hanging_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/keyring_hanging_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/keyring_hanging_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/keyring_hanging_dungeon_texture.png.import new file mode 100644 index 0000000..3037446 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/keyring_hanging_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dlv1ctrp6kle2" +path.s3tc="res://.godot/imported/keyring_hanging_dungeon_texture.png-d57372e8b2015872b7ee87bd425de82f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/keyring_hanging_dungeon_texture.png" +dest_files=["res://.godot/imported/keyring_hanging_dungeon_texture.png-d57372e8b2015872b7ee87bd425de82f.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 diff --git a/Assets/Models/Dungeon/gltf/pillar.gltf.glb b/Assets/Models/Dungeon/gltf/pillar.gltf.glb new file mode 100644 index 0000000..3b228d7 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/pillar.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/pillar.gltf.glb.import b/Assets/Models/Dungeon/gltf/pillar.gltf.glb.import new file mode 100644 index 0000000..5a82b38 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/pillar.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c6i0opmrue2th" +path="res://.godot/imported/pillar.gltf.glb-5a60ffb9d5a48f0a689ecaa9a01963a0.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/pillar.gltf.glb" +dest_files=["res://.godot/imported/pillar.gltf.glb-5a60ffb9d5a48f0a689ecaa9a01963a0.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/pillar_decorated.gltf.glb b/Assets/Models/Dungeon/gltf/pillar_decorated.gltf.glb new file mode 100644 index 0000000..7eda56c Binary files /dev/null and b/Assets/Models/Dungeon/gltf/pillar_decorated.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/pillar_decorated.gltf.glb.import b/Assets/Models/Dungeon/gltf/pillar_decorated.gltf.glb.import new file mode 100644 index 0000000..c2c905a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/pillar_decorated.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bf380kveqbv6d" +path="res://.godot/imported/pillar_decorated.gltf.glb-163a01c32cbc42036b02d933a43e0a16.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/pillar_decorated.gltf.glb" +dest_files=["res://.godot/imported/pillar_decorated.gltf.glb-163a01c32cbc42036b02d933a43e0a16.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/pillar_decorated_dungeon_texture.png b/Assets/Models/Dungeon/gltf/pillar_decorated_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/pillar_decorated_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/pillar_decorated_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/pillar_decorated_dungeon_texture.png.import new file mode 100644 index 0000000..a07905b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/pillar_decorated_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c2fotrckxaw2s" +path.s3tc="res://.godot/imported/pillar_decorated_dungeon_texture.png-3ad37cbba07543712c115af198540698.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/pillar_decorated_dungeon_texture.png" +dest_files=["res://.godot/imported/pillar_decorated_dungeon_texture.png-3ad37cbba07543712c115af198540698.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 diff --git a/Assets/Models/Dungeon/gltf/pillar_dungeon_texture.png b/Assets/Models/Dungeon/gltf/pillar_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/pillar_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/pillar_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/pillar_dungeon_texture.png.import new file mode 100644 index 0000000..ee7f9d3 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/pillar_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c72je50crrd4g" +path.s3tc="res://.godot/imported/pillar_dungeon_texture.png-85ece5267287a36c6c63464bf2bd60ce.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/pillar_dungeon_texture.png" +dest_files=["res://.godot/imported/pillar_dungeon_texture.png-85ece5267287a36c6c63464bf2bd60ce.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 diff --git a/Assets/Models/Dungeon/gltf/plate.gltf.glb b/Assets/Models/Dungeon/gltf/plate.gltf.glb new file mode 100644 index 0000000..8dcec4f Binary files /dev/null and b/Assets/Models/Dungeon/gltf/plate.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/plate.gltf.glb.import b/Assets/Models/Dungeon/gltf/plate.gltf.glb.import new file mode 100644 index 0000000..432757e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/plate.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bod1d182y23cn" +path="res://.godot/imported/plate.gltf.glb-0e12883e049a522ff9bd0548bfe022b0.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/plate.gltf.glb" +dest_files=["res://.godot/imported/plate.gltf.glb-0e12883e049a522ff9bd0548bfe022b0.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/plate_dungeon_texture.png b/Assets/Models/Dungeon/gltf/plate_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/plate_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/plate_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/plate_dungeon_texture.png.import new file mode 100644 index 0000000..57e8a84 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/plate_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://nhx2x00r7yyt" +path.s3tc="res://.godot/imported/plate_dungeon_texture.png-624d2b0ce6fcc8194a1180688c085d41.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/plate_dungeon_texture.png" +dest_files=["res://.godot/imported/plate_dungeon_texture.png-624d2b0ce6fcc8194a1180688c085d41.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 diff --git a/Assets/Models/Dungeon/gltf/plate_food_A.gltf.glb b/Assets/Models/Dungeon/gltf/plate_food_A.gltf.glb new file mode 100644 index 0000000..365d534 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/plate_food_A.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/plate_food_A.gltf.glb.import b/Assets/Models/Dungeon/gltf/plate_food_A.gltf.glb.import new file mode 100644 index 0000000..9c0c932 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/plate_food_A.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ber6l3wcgv4v7" +path="res://.godot/imported/plate_food_A.gltf.glb-46c817bdb0101c9369f9499e5e72d395.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/plate_food_A.gltf.glb" +dest_files=["res://.godot/imported/plate_food_A.gltf.glb-46c817bdb0101c9369f9499e5e72d395.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/plate_food_A_dungeon_texture.png b/Assets/Models/Dungeon/gltf/plate_food_A_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/plate_food_A_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/plate_food_A_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/plate_food_A_dungeon_texture.png.import new file mode 100644 index 0000000..2b3eeaa --- /dev/null +++ b/Assets/Models/Dungeon/gltf/plate_food_A_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://boon3dppoecb" +path.s3tc="res://.godot/imported/plate_food_A_dungeon_texture.png-478c9dd06a0b15e1ca4e1ae3d40b8d4b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/plate_food_A_dungeon_texture.png" +dest_files=["res://.godot/imported/plate_food_A_dungeon_texture.png-478c9dd06a0b15e1ca4e1ae3d40b8d4b.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 diff --git a/Assets/Models/Dungeon/gltf/plate_food_B.gltf.glb b/Assets/Models/Dungeon/gltf/plate_food_B.gltf.glb new file mode 100644 index 0000000..da81a50 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/plate_food_B.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/plate_food_B.gltf.glb.import b/Assets/Models/Dungeon/gltf/plate_food_B.gltf.glb.import new file mode 100644 index 0000000..c026182 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/plate_food_B.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dr4esyetw0hxl" +path="res://.godot/imported/plate_food_B.gltf.glb-3b10c87c61f4b3bc28287c424568dee9.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/plate_food_B.gltf.glb" +dest_files=["res://.godot/imported/plate_food_B.gltf.glb-3b10c87c61f4b3bc28287c424568dee9.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/plate_food_B_dungeon_texture.png b/Assets/Models/Dungeon/gltf/plate_food_B_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/plate_food_B_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/plate_food_B_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/plate_food_B_dungeon_texture.png.import new file mode 100644 index 0000000..ee9a0fd --- /dev/null +++ b/Assets/Models/Dungeon/gltf/plate_food_B_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://duenmskmsenb4" +path.s3tc="res://.godot/imported/plate_food_B_dungeon_texture.png-8c05a195cf16673a447008c1d2f862e3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/plate_food_B_dungeon_texture.png" +dest_files=["res://.godot/imported/plate_food_B_dungeon_texture.png-8c05a195cf16673a447008c1d2f862e3.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 diff --git a/Assets/Models/Dungeon/gltf/plate_small.gltf.glb b/Assets/Models/Dungeon/gltf/plate_small.gltf.glb new file mode 100644 index 0000000..0e6c0c9 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/plate_small.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/plate_small.gltf.glb.import b/Assets/Models/Dungeon/gltf/plate_small.gltf.glb.import new file mode 100644 index 0000000..067b706 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/plate_small.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bklb8htjdi0w7" +path="res://.godot/imported/plate_small.gltf.glb-8e1893abdc76f3e59986229782603801.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/plate_small.gltf.glb" +dest_files=["res://.godot/imported/plate_small.gltf.glb-8e1893abdc76f3e59986229782603801.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/plate_small_dungeon_texture.png b/Assets/Models/Dungeon/gltf/plate_small_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/plate_small_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/plate_small_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/plate_small_dungeon_texture.png.import new file mode 100644 index 0000000..3c83e21 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/plate_small_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dgb6oqp1k0dey" +path.s3tc="res://.godot/imported/plate_small_dungeon_texture.png-e4c431b1a3c294c0b2f27be0a2941dd2.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/plate_small_dungeon_texture.png" +dest_files=["res://.godot/imported/plate_small_dungeon_texture.png-e4c431b1a3c294c0b2f27be0a2941dd2.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 diff --git a/Assets/Models/Dungeon/gltf/plate_stack.gltf.glb b/Assets/Models/Dungeon/gltf/plate_stack.gltf.glb new file mode 100644 index 0000000..f32ccc4 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/plate_stack.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/plate_stack.gltf.glb.import b/Assets/Models/Dungeon/gltf/plate_stack.gltf.glb.import new file mode 100644 index 0000000..96544c4 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/plate_stack.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://djbrj6yg76jb1" +path="res://.godot/imported/plate_stack.gltf.glb-25f047a525b348f88e820f0856091a86.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/plate_stack.gltf.glb" +dest_files=["res://.godot/imported/plate_stack.gltf.glb-25f047a525b348f88e820f0856091a86.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/plate_stack_dungeon_texture.png b/Assets/Models/Dungeon/gltf/plate_stack_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/plate_stack_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/plate_stack_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/plate_stack_dungeon_texture.png.import new file mode 100644 index 0000000..d4963ee --- /dev/null +++ b/Assets/Models/Dungeon/gltf/plate_stack_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c25umyhxi8iqw" +path.s3tc="res://.godot/imported/plate_stack_dungeon_texture.png-1043dd6a8dd5c256ae6946414b8d8fc9.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/plate_stack_dungeon_texture.png" +dest_files=["res://.godot/imported/plate_stack_dungeon_texture.png-1043dd6a8dd5c256ae6946414b8d8fc9.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 diff --git a/Assets/Models/Dungeon/gltf/rubble_half.gltf.glb b/Assets/Models/Dungeon/gltf/rubble_half.gltf.glb new file mode 100644 index 0000000..4a4c481 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/rubble_half.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/rubble_half.gltf.glb.import b/Assets/Models/Dungeon/gltf/rubble_half.gltf.glb.import new file mode 100644 index 0000000..40d753b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/rubble_half.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bqh2upxivcaxo" +path="res://.godot/imported/rubble_half.gltf.glb-e83b970e10518e185783e7d38c1d57cd.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/rubble_half.gltf.glb" +dest_files=["res://.godot/imported/rubble_half.gltf.glb-e83b970e10518e185783e7d38c1d57cd.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/rubble_half_dungeon_texture.png b/Assets/Models/Dungeon/gltf/rubble_half_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/rubble_half_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/rubble_half_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/rubble_half_dungeon_texture.png.import new file mode 100644 index 0000000..a06a66c --- /dev/null +++ b/Assets/Models/Dungeon/gltf/rubble_half_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dqru3h6m7h1xk" +path.s3tc="res://.godot/imported/rubble_half_dungeon_texture.png-477891388ccd18539d68f0db9897a22c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/rubble_half_dungeon_texture.png" +dest_files=["res://.godot/imported/rubble_half_dungeon_texture.png-477891388ccd18539d68f0db9897a22c.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 diff --git a/Assets/Models/Dungeon/gltf/rubble_large.gltf.glb b/Assets/Models/Dungeon/gltf/rubble_large.gltf.glb new file mode 100644 index 0000000..4ddb081 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/rubble_large.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/rubble_large.gltf.glb.import b/Assets/Models/Dungeon/gltf/rubble_large.gltf.glb.import new file mode 100644 index 0000000..5d55973 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/rubble_large.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cbvusw6x2iluw" +path="res://.godot/imported/rubble_large.gltf.glb-6ed9458074131cebcbd029e90c9c16fa.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/rubble_large.gltf.glb" +dest_files=["res://.godot/imported/rubble_large.gltf.glb-6ed9458074131cebcbd029e90c9c16fa.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/rubble_large_dungeon_texture.png b/Assets/Models/Dungeon/gltf/rubble_large_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/rubble_large_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/rubble_large_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/rubble_large_dungeon_texture.png.import new file mode 100644 index 0000000..8869bd8 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/rubble_large_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://21to7chrf5rs" +path.s3tc="res://.godot/imported/rubble_large_dungeon_texture.png-3290bccc56838c61a0ae4fad2308b34d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/rubble_large_dungeon_texture.png" +dest_files=["res://.godot/imported/rubble_large_dungeon_texture.png-3290bccc56838c61a0ae4fad2308b34d.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 diff --git a/Assets/Models/Dungeon/gltf/shelf_large.gltf.glb b/Assets/Models/Dungeon/gltf/shelf_large.gltf.glb new file mode 100644 index 0000000..e1b7e97 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/shelf_large.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/shelf_large.gltf.glb.import b/Assets/Models/Dungeon/gltf/shelf_large.gltf.glb.import new file mode 100644 index 0000000..7c1be0d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/shelf_large.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://rocrjo8d1tig" +path="res://.godot/imported/shelf_large.gltf.glb-0a407f3d490e8acd109930650dad1f46.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/shelf_large.gltf.glb" +dest_files=["res://.godot/imported/shelf_large.gltf.glb-0a407f3d490e8acd109930650dad1f46.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/shelf_large_dungeon_texture.png b/Assets/Models/Dungeon/gltf/shelf_large_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/shelf_large_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/shelf_large_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/shelf_large_dungeon_texture.png.import new file mode 100644 index 0000000..d390ee1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/shelf_large_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dnheuqftthcft" +path.s3tc="res://.godot/imported/shelf_large_dungeon_texture.png-2b9c8ddcc810666d643fb5302206cd27.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/shelf_large_dungeon_texture.png" +dest_files=["res://.godot/imported/shelf_large_dungeon_texture.png-2b9c8ddcc810666d643fb5302206cd27.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 diff --git a/Assets/Models/Dungeon/gltf/shelf_small.gltf.glb b/Assets/Models/Dungeon/gltf/shelf_small.gltf.glb new file mode 100644 index 0000000..b4af23b Binary files /dev/null and b/Assets/Models/Dungeon/gltf/shelf_small.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/shelf_small.gltf.glb.import b/Assets/Models/Dungeon/gltf/shelf_small.gltf.glb.import new file mode 100644 index 0000000..8c127ac --- /dev/null +++ b/Assets/Models/Dungeon/gltf/shelf_small.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dp8pbsc57pu6s" +path="res://.godot/imported/shelf_small.gltf.glb-e8d3e6b2bb0c45c55f8732f3d9bcd52b.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/shelf_small.gltf.glb" +dest_files=["res://.godot/imported/shelf_small.gltf.glb-e8d3e6b2bb0c45c55f8732f3d9bcd52b.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/shelf_small_candles.gltf.glb b/Assets/Models/Dungeon/gltf/shelf_small_candles.gltf.glb new file mode 100644 index 0000000..8d4603c Binary files /dev/null and b/Assets/Models/Dungeon/gltf/shelf_small_candles.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/shelf_small_candles.gltf.glb.import b/Assets/Models/Dungeon/gltf/shelf_small_candles.gltf.glb.import new file mode 100644 index 0000000..1a13f07 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/shelf_small_candles.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d4eqwtxhw80q8" +path="res://.godot/imported/shelf_small_candles.gltf.glb-617a4eb0a5f244be214108285f1d1db5.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/shelf_small_candles.gltf.glb" +dest_files=["res://.godot/imported/shelf_small_candles.gltf.glb-617a4eb0a5f244be214108285f1d1db5.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/shelf_small_candles_dungeon_texture.png b/Assets/Models/Dungeon/gltf/shelf_small_candles_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/shelf_small_candles_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/shelf_small_candles_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/shelf_small_candles_dungeon_texture.png.import new file mode 100644 index 0000000..5b999bd --- /dev/null +++ b/Assets/Models/Dungeon/gltf/shelf_small_candles_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://xrpjchrrk2m3" +path.s3tc="res://.godot/imported/shelf_small_candles_dungeon_texture.png-67ee0ee38759eedd04cff1b4b91f2c9d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/shelf_small_candles_dungeon_texture.png" +dest_files=["res://.godot/imported/shelf_small_candles_dungeon_texture.png-67ee0ee38759eedd04cff1b4b91f2c9d.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 diff --git a/Assets/Models/Dungeon/gltf/shelf_small_dungeon_texture.png b/Assets/Models/Dungeon/gltf/shelf_small_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/shelf_small_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/shelf_small_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/shelf_small_dungeon_texture.png.import new file mode 100644 index 0000000..9af0a15 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/shelf_small_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c7p8hj0ps75v2" +path.s3tc="res://.godot/imported/shelf_small_dungeon_texture.png-fb1c286f4be5999c1049afd6cce4a029.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/shelf_small_dungeon_texture.png" +dest_files=["res://.godot/imported/shelf_small_dungeon_texture.png-fb1c286f4be5999c1049afd6cce4a029.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 diff --git a/Assets/Models/Dungeon/gltf/shelves.gltf.glb b/Assets/Models/Dungeon/gltf/shelves.gltf.glb new file mode 100644 index 0000000..fea1c9d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/shelves.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/shelves.gltf.glb.import b/Assets/Models/Dungeon/gltf/shelves.gltf.glb.import new file mode 100644 index 0000000..0e9464f --- /dev/null +++ b/Assets/Models/Dungeon/gltf/shelves.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dvwfs3hytq6c5" +path="res://.godot/imported/shelves.gltf.glb-ffa2efbdbcab9700d5eb14f681d20f54.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/shelves.gltf.glb" +dest_files=["res://.godot/imported/shelves.gltf.glb-ffa2efbdbcab9700d5eb14f681d20f54.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/shelves_dungeon_texture.png b/Assets/Models/Dungeon/gltf/shelves_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/shelves_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/shelves_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/shelves_dungeon_texture.png.import new file mode 100644 index 0000000..e51fed4 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/shelves_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bgqv03ep53pvi" +path.s3tc="res://.godot/imported/shelves_dungeon_texture.png-0b22180df333f5f8cdc2a72c68ade3bd.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/shelves_dungeon_texture.png" +dest_files=["res://.godot/imported/shelves_dungeon_texture.png-0b22180df333f5f8cdc2a72c68ade3bd.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 diff --git a/Assets/Models/Dungeon/gltf/stairs.gltf.glb b/Assets/Models/Dungeon/gltf/stairs.gltf.glb new file mode 100644 index 0000000..e780d3d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/stairs.gltf.glb.import b/Assets/Models/Dungeon/gltf/stairs.gltf.glb.import new file mode 100644 index 0000000..702272a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dyaxbif4bxm8e" +path="res://.godot/imported/stairs.gltf.glb-e4af7a2caccb189c765f8aa51e4e68e0.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs.gltf.glb" +dest_files=["res://.godot/imported/stairs.gltf.glb-e4af7a2caccb189c765f8aa51e4e68e0.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/stairs_dungeon_texture.png b/Assets/Models/Dungeon/gltf/stairs_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/stairs_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/stairs_dungeon_texture.png.import new file mode 100644 index 0000000..1e5bfc2 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://benyxhk8dxpqn" +path.s3tc="res://.godot/imported/stairs_dungeon_texture.png-03c50c9f8ab82902afadd64dbc626ac7.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_dungeon_texture.png" +dest_files=["res://.godot/imported/stairs_dungeon_texture.png-03c50c9f8ab82902afadd64dbc626ac7.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 diff --git a/Assets/Models/Dungeon/gltf/stairs_narrow.gltf.glb b/Assets/Models/Dungeon/gltf/stairs_narrow.gltf.glb new file mode 100644 index 0000000..437acb1 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_narrow.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/stairs_narrow.gltf.glb.import b/Assets/Models/Dungeon/gltf/stairs_narrow.gltf.glb.import new file mode 100644 index 0000000..818a476 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_narrow.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://s8ahiay5kygh" +path="res://.godot/imported/stairs_narrow.gltf.glb-cf46770c4c7d8b0bac2684af7b78d819.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_narrow.gltf.glb" +dest_files=["res://.godot/imported/stairs_narrow.gltf.glb-cf46770c4c7d8b0bac2684af7b78d819.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/stairs_narrow_dungeon_texture.png b/Assets/Models/Dungeon/gltf/stairs_narrow_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_narrow_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/stairs_narrow_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/stairs_narrow_dungeon_texture.png.import new file mode 100644 index 0000000..a59191a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_narrow_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cmsha1skto0qc" +path.s3tc="res://.godot/imported/stairs_narrow_dungeon_texture.png-ed544005a4ea78d489809c8a7ba21383.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_narrow_dungeon_texture.png" +dest_files=["res://.godot/imported/stairs_narrow_dungeon_texture.png-ed544005a4ea78d489809c8a7ba21383.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 diff --git a/Assets/Models/Dungeon/gltf/stairs_wall_left.gltf.glb b/Assets/Models/Dungeon/gltf/stairs_wall_left.gltf.glb new file mode 100644 index 0000000..4afe300 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_wall_left.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/stairs_wall_left.gltf.glb.import b/Assets/Models/Dungeon/gltf/stairs_wall_left.gltf.glb.import new file mode 100644 index 0000000..7364b86 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_wall_left.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d0ohlij8fjj44" +path="res://.godot/imported/stairs_wall_left.gltf.glb-997ab28346b8c740b46540f677b637ed.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_wall_left.gltf.glb" +dest_files=["res://.godot/imported/stairs_wall_left.gltf.glb-997ab28346b8c740b46540f677b637ed.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/stairs_wall_left_dungeon_texture.png b/Assets/Models/Dungeon/gltf/stairs_wall_left_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_wall_left_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/stairs_wall_left_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/stairs_wall_left_dungeon_texture.png.import new file mode 100644 index 0000000..18e9975 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_wall_left_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://xleofamast6d" +path.s3tc="res://.godot/imported/stairs_wall_left_dungeon_texture.png-aafd5663ddc09d4d8bcc1cbb21dbeff6.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_wall_left_dungeon_texture.png" +dest_files=["res://.godot/imported/stairs_wall_left_dungeon_texture.png-aafd5663ddc09d4d8bcc1cbb21dbeff6.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 diff --git a/Assets/Models/Dungeon/gltf/stairs_wall_right.gltf.glb b/Assets/Models/Dungeon/gltf/stairs_wall_right.gltf.glb new file mode 100644 index 0000000..e461d57 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_wall_right.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/stairs_wall_right.gltf.glb.import b/Assets/Models/Dungeon/gltf/stairs_wall_right.gltf.glb.import new file mode 100644 index 0000000..6f81f36 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_wall_right.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c3ir0wfvbm4mx" +path="res://.godot/imported/stairs_wall_right.gltf.glb-f9ebd329fc09d04c4c5006fa4af8abe8.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_wall_right.gltf.glb" +dest_files=["res://.godot/imported/stairs_wall_right.gltf.glb-f9ebd329fc09d04c4c5006fa4af8abe8.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/stairs_wall_right_dungeon_texture.png b/Assets/Models/Dungeon/gltf/stairs_wall_right_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_wall_right_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/stairs_wall_right_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/stairs_wall_right_dungeon_texture.png.import new file mode 100644 index 0000000..d715901 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_wall_right_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://w3bmhygjbde6" +path.s3tc="res://.godot/imported/stairs_wall_right_dungeon_texture.png-95683f86852cbe0c96486a38302bc910.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_wall_right_dungeon_texture.png" +dest_files=["res://.godot/imported/stairs_wall_right_dungeon_texture.png-95683f86852cbe0c96486a38302bc910.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 diff --git a/Assets/Models/Dungeon/gltf/stairs_walled.gltf.glb b/Assets/Models/Dungeon/gltf/stairs_walled.gltf.glb new file mode 100644 index 0000000..1b7da3c Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_walled.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/stairs_walled.gltf.glb.import b/Assets/Models/Dungeon/gltf/stairs_walled.gltf.glb.import new file mode 100644 index 0000000..e7f718c --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_walled.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dhacqsa6vt81c" +path="res://.godot/imported/stairs_walled.gltf.glb-f3d72a6ca53760d6df85319e03770c88.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_walled.gltf.glb" +dest_files=["res://.godot/imported/stairs_walled.gltf.glb-f3d72a6ca53760d6df85319e03770c88.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/stairs_walled_dungeon_texture.png b/Assets/Models/Dungeon/gltf/stairs_walled_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_walled_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/stairs_walled_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/stairs_walled_dungeon_texture.png.import new file mode 100644 index 0000000..3a60a7b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_walled_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c6m4642qrgscn" +path.s3tc="res://.godot/imported/stairs_walled_dungeon_texture.png-bcf27b6500a94bb61bc372915a16a57b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_walled_dungeon_texture.png" +dest_files=["res://.godot/imported/stairs_walled_dungeon_texture.png-bcf27b6500a94bb61bc372915a16a57b.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 diff --git a/Assets/Models/Dungeon/gltf/stairs_wide.gltf.glb b/Assets/Models/Dungeon/gltf/stairs_wide.gltf.glb new file mode 100644 index 0000000..71189ad Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_wide.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/stairs_wide.gltf.glb.import b/Assets/Models/Dungeon/gltf/stairs_wide.gltf.glb.import new file mode 100644 index 0000000..1769b63 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_wide.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dta1ufepysx3t" +path="res://.godot/imported/stairs_wide.gltf.glb-3b4da16be6e9849d4f0c1db3959f3c31.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_wide.gltf.glb" +dest_files=["res://.godot/imported/stairs_wide.gltf.glb-3b4da16be6e9849d4f0c1db3959f3c31.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/stairs_wide_dungeon_texture.png b/Assets/Models/Dungeon/gltf/stairs_wide_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_wide_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/stairs_wide_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/stairs_wide_dungeon_texture.png.import new file mode 100644 index 0000000..2058a31 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_wide_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bish0q8twakkp" +path.s3tc="res://.godot/imported/stairs_wide_dungeon_texture.png-2ef4f8f757cb76ede52b71cf5191dc51.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_wide_dungeon_texture.png" +dest_files=["res://.godot/imported/stairs_wide_dungeon_texture.png-2ef4f8f757cb76ede52b71cf5191dc51.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 diff --git a/Assets/Models/Dungeon/gltf/stairs_wood.gltf.glb b/Assets/Models/Dungeon/gltf/stairs_wood.gltf.glb new file mode 100644 index 0000000..1852cd6 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_wood.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/stairs_wood.gltf.glb.import b/Assets/Models/Dungeon/gltf/stairs_wood.gltf.glb.import new file mode 100644 index 0000000..7c25080 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_wood.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://7ho8kui6qjjg" +path="res://.godot/imported/stairs_wood.gltf.glb-abbbb8a45e1e7e8a3ba17b57d1109f70.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_wood.gltf.glb" +dest_files=["res://.godot/imported/stairs_wood.gltf.glb-abbbb8a45e1e7e8a3ba17b57d1109f70.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/stairs_wood_decorated.gltf.glb b/Assets/Models/Dungeon/gltf/stairs_wood_decorated.gltf.glb new file mode 100644 index 0000000..86f0e8d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_wood_decorated.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/stairs_wood_decorated.gltf.glb.import b/Assets/Models/Dungeon/gltf/stairs_wood_decorated.gltf.glb.import new file mode 100644 index 0000000..e5ab104 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_wood_decorated.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://0vkpiau31pwg" +path="res://.godot/imported/stairs_wood_decorated.gltf.glb-11b4a5f4f0f9495ec06bba074910c5a5.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_wood_decorated.gltf.glb" +dest_files=["res://.godot/imported/stairs_wood_decorated.gltf.glb-11b4a5f4f0f9495ec06bba074910c5a5.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/stairs_wood_decorated_dungeon_texture.png b/Assets/Models/Dungeon/gltf/stairs_wood_decorated_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_wood_decorated_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/stairs_wood_decorated_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/stairs_wood_decorated_dungeon_texture.png.import new file mode 100644 index 0000000..0dc3b91 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_wood_decorated_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bgoyo4x6578e" +path.s3tc="res://.godot/imported/stairs_wood_decorated_dungeon_texture.png-bf7483105d960eca5c4063ad4809d682.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_wood_decorated_dungeon_texture.png" +dest_files=["res://.godot/imported/stairs_wood_decorated_dungeon_texture.png-bf7483105d960eca5c4063ad4809d682.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 diff --git a/Assets/Models/Dungeon/gltf/stairs_wood_dungeon_texture.png b/Assets/Models/Dungeon/gltf/stairs_wood_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stairs_wood_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/stairs_wood_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/stairs_wood_dungeon_texture.png.import new file mode 100644 index 0000000..40fb75e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stairs_wood_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bpduw7b2vtwt2" +path.s3tc="res://.godot/imported/stairs_wood_dungeon_texture.png-bfa4b2825be900b65fad429ac39073af.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stairs_wood_dungeon_texture.png" +dest_files=["res://.godot/imported/stairs_wood_dungeon_texture.png-bfa4b2825be900b65fad429ac39073af.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 diff --git a/Assets/Models/Dungeon/gltf/stool.gltf.glb b/Assets/Models/Dungeon/gltf/stool.gltf.glb new file mode 100644 index 0000000..cbac1e0 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stool.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/stool.gltf.glb.import b/Assets/Models/Dungeon/gltf/stool.gltf.glb.import new file mode 100644 index 0000000..afa3006 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stool.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://u27muvb10mjy" +path="res://.godot/imported/stool.gltf.glb-4e7440c7710597276fa9535924b69fc7.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stool.gltf.glb" +dest_files=["res://.godot/imported/stool.gltf.glb-4e7440c7710597276fa9535924b69fc7.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/stool_dungeon_texture.png b/Assets/Models/Dungeon/gltf/stool_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/stool_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/stool_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/stool_dungeon_texture.png.import new file mode 100644 index 0000000..ae95f60 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/stool_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://vqsc00knwih8" +path.s3tc="res://.godot/imported/stool_dungeon_texture.png-7f58e82203d2bc930396ea3f299f3f77.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/stool_dungeon_texture.png" +dest_files=["res://.godot/imported/stool_dungeon_texture.png-7f58e82203d2bc930396ea3f299f3f77.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 diff --git a/Assets/Models/Dungeon/gltf/sword_shield.gltf.glb b/Assets/Models/Dungeon/gltf/sword_shield.gltf.glb new file mode 100644 index 0000000..156a15e Binary files /dev/null and b/Assets/Models/Dungeon/gltf/sword_shield.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/sword_shield.gltf.glb.import b/Assets/Models/Dungeon/gltf/sword_shield.gltf.glb.import new file mode 100644 index 0000000..ffe7fb7 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/sword_shield.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://jvlwmp0morsu" +path="res://.godot/imported/sword_shield.gltf.glb-b18553a1e846b2db6e34565b41e81553.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/sword_shield.gltf.glb" +dest_files=["res://.godot/imported/sword_shield.gltf.glb-b18553a1e846b2db6e34565b41e81553.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/sword_shield_broken.gltf.glb b/Assets/Models/Dungeon/gltf/sword_shield_broken.gltf.glb new file mode 100644 index 0000000..b57c464 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/sword_shield_broken.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/sword_shield_broken.gltf.glb.import b/Assets/Models/Dungeon/gltf/sword_shield_broken.gltf.glb.import new file mode 100644 index 0000000..8104d0f --- /dev/null +++ b/Assets/Models/Dungeon/gltf/sword_shield_broken.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dlyq2glsyx42m" +path="res://.godot/imported/sword_shield_broken.gltf.glb-efd292385c070babf60628ae725360f3.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/sword_shield_broken.gltf.glb" +dest_files=["res://.godot/imported/sword_shield_broken.gltf.glb-efd292385c070babf60628ae725360f3.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/sword_shield_broken_dungeon_texture.png b/Assets/Models/Dungeon/gltf/sword_shield_broken_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/sword_shield_broken_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/sword_shield_broken_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/sword_shield_broken_dungeon_texture.png.import new file mode 100644 index 0000000..fc86cf1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/sword_shield_broken_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ft1dd6vl61p7" +path.s3tc="res://.godot/imported/sword_shield_broken_dungeon_texture.png-85ef41366b24af8a1a6ee1e718322680.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/sword_shield_broken_dungeon_texture.png" +dest_files=["res://.godot/imported/sword_shield_broken_dungeon_texture.png-85ef41366b24af8a1a6ee1e718322680.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 diff --git a/Assets/Models/Dungeon/gltf/sword_shield_dungeon_texture.png b/Assets/Models/Dungeon/gltf/sword_shield_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/sword_shield_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/sword_shield_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/sword_shield_dungeon_texture.png.import new file mode 100644 index 0000000..3e9ac61 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/sword_shield_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dbqhj1nfsmxo6" +path.s3tc="res://.godot/imported/sword_shield_dungeon_texture.png-50f707fd0d249833c61d54778a9661f4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/sword_shield_dungeon_texture.png" +dest_files=["res://.godot/imported/sword_shield_dungeon_texture.png-50f707fd0d249833c61d54778a9661f4.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 diff --git a/Assets/Models/Dungeon/gltf/sword_shield_gold.gltf.glb b/Assets/Models/Dungeon/gltf/sword_shield_gold.gltf.glb new file mode 100644 index 0000000..7d67e13 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/sword_shield_gold.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/sword_shield_gold.gltf.glb.import b/Assets/Models/Dungeon/gltf/sword_shield_gold.gltf.glb.import new file mode 100644 index 0000000..3f94926 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/sword_shield_gold.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://3lm1phcjv57x" +path="res://.godot/imported/sword_shield_gold.gltf.glb-e4c39f7205beb44dbdd2cbf5a7e540e5.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/sword_shield_gold.gltf.glb" +dest_files=["res://.godot/imported/sword_shield_gold.gltf.glb-e4c39f7205beb44dbdd2cbf5a7e540e5.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/sword_shield_gold_dungeon_texture.png b/Assets/Models/Dungeon/gltf/sword_shield_gold_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/sword_shield_gold_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/sword_shield_gold_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/sword_shield_gold_dungeon_texture.png.import new file mode 100644 index 0000000..d97724d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/sword_shield_gold_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dms03lm7725yi" +path.s3tc="res://.godot/imported/sword_shield_gold_dungeon_texture.png-98a71866d5dac8ce79175a44d1d0b27e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/sword_shield_gold_dungeon_texture.png" +dest_files=["res://.godot/imported/sword_shield_gold_dungeon_texture.png-98a71866d5dac8ce79175a44d1d0b27e.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 diff --git a/Assets/Models/Dungeon/gltf/table_long.gltf.glb b/Assets/Models/Dungeon/gltf/table_long.gltf.glb new file mode 100644 index 0000000..5b364d5 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_long.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_long.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_long.gltf.glb.import new file mode 100644 index 0000000..11ab1a2 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_long.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bmxt0yervtqrk" +path="res://.godot/imported/table_long.gltf.glb-d23c326173ecc030f2a102121f40afac.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_long.gltf.glb" +dest_files=["res://.godot/imported/table_long.gltf.glb-d23c326173ecc030f2a102121f40afac.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_long_broken.gltf.glb b/Assets/Models/Dungeon/gltf/table_long_broken.gltf.glb new file mode 100644 index 0000000..44d3242 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_long_broken.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_long_broken.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_long_broken.gltf.glb.import new file mode 100644 index 0000000..63abb6f --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_long_broken.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://buvnfjqu2ikfd" +path="res://.godot/imported/table_long_broken.gltf.glb-dfe44ee9f1cfe710c66c56a8d577401a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_long_broken.gltf.glb" +dest_files=["res://.godot/imported/table_long_broken.gltf.glb-dfe44ee9f1cfe710c66c56a8d577401a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_long_broken_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_long_broken_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_long_broken_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_long_broken_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_long_broken_dungeon_texture.png.import new file mode 100644 index 0000000..154649c --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_long_broken_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dv62nk74ilvxj" +path.s3tc="res://.godot/imported/table_long_broken_dungeon_texture.png-0dc6c12365cb4bd96f31dbe49d0e9656.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_long_broken_dungeon_texture.png" +dest_files=["res://.godot/imported/table_long_broken_dungeon_texture.png-0dc6c12365cb4bd96f31dbe49d0e9656.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 diff --git a/Assets/Models/Dungeon/gltf/table_long_decorated_A.gltf.glb b/Assets/Models/Dungeon/gltf/table_long_decorated_A.gltf.glb new file mode 100644 index 0000000..ad1b253 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_long_decorated_A.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_long_decorated_A.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_long_decorated_A.gltf.glb.import new file mode 100644 index 0000000..46e5448 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_long_decorated_A.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://blk1q73ppv3m7" +path="res://.godot/imported/table_long_decorated_A.gltf.glb-a49460f9a8cd4d961b9abbef5ecf8099.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_long_decorated_A.gltf.glb" +dest_files=["res://.godot/imported/table_long_decorated_A.gltf.glb-a49460f9a8cd4d961b9abbef5ecf8099.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_long_decorated_A_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_long_decorated_A_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_long_decorated_A_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_long_decorated_A_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_long_decorated_A_dungeon_texture.png.import new file mode 100644 index 0000000..8f72e7a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_long_decorated_A_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cl2ep3uphd6bf" +path.s3tc="res://.godot/imported/table_long_decorated_A_dungeon_texture.png-6bb83b9438b8baefe3995510ae7c55a7.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_long_decorated_A_dungeon_texture.png" +dest_files=["res://.godot/imported/table_long_decorated_A_dungeon_texture.png-6bb83b9438b8baefe3995510ae7c55a7.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 diff --git a/Assets/Models/Dungeon/gltf/table_long_decorated_C.gltf.glb b/Assets/Models/Dungeon/gltf/table_long_decorated_C.gltf.glb new file mode 100644 index 0000000..9b93de0 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_long_decorated_C.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_long_decorated_C.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_long_decorated_C.gltf.glb.import new file mode 100644 index 0000000..ff842e8 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_long_decorated_C.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dvhxhw20meqhj" +path="res://.godot/imported/table_long_decorated_C.gltf.glb-c44d20862dc6152a38fe8aaf4fb503ac.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_long_decorated_C.gltf.glb" +dest_files=["res://.godot/imported/table_long_decorated_C.gltf.glb-c44d20862dc6152a38fe8aaf4fb503ac.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_long_decorated_C_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_long_decorated_C_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_long_decorated_C_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_long_decorated_C_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_long_decorated_C_dungeon_texture.png.import new file mode 100644 index 0000000..8e69e95 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_long_decorated_C_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://7jympw87rwif" +path.s3tc="res://.godot/imported/table_long_decorated_C_dungeon_texture.png-87ac795e5243ea3d18fa2606cfea6e30.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_long_decorated_C_dungeon_texture.png" +dest_files=["res://.godot/imported/table_long_decorated_C_dungeon_texture.png-87ac795e5243ea3d18fa2606cfea6e30.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 diff --git a/Assets/Models/Dungeon/gltf/table_long_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_long_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_long_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_long_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_long_dungeon_texture.png.import new file mode 100644 index 0000000..c82de44 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_long_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cinnn205vxapa" +path.s3tc="res://.godot/imported/table_long_dungeon_texture.png-007cf26beebed74755c46fac4c133855.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_long_dungeon_texture.png" +dest_files=["res://.godot/imported/table_long_dungeon_texture.png-007cf26beebed74755c46fac4c133855.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 diff --git a/Assets/Models/Dungeon/gltf/table_long_tablecloth.gltf.glb b/Assets/Models/Dungeon/gltf/table_long_tablecloth.gltf.glb new file mode 100644 index 0000000..8219a1e Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_long_tablecloth.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_long_tablecloth.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_long_tablecloth.gltf.glb.import new file mode 100644 index 0000000..315eb4b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_long_tablecloth.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dct4vyj1mms0q" +path="res://.godot/imported/table_long_tablecloth.gltf.glb-2461c96dc2a9ae7916a3890bae6c7ff5.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_long_tablecloth.gltf.glb" +dest_files=["res://.godot/imported/table_long_tablecloth.gltf.glb-2461c96dc2a9ae7916a3890bae6c7ff5.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A.gltf.glb b/Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A.gltf.glb new file mode 100644 index 0000000..58d3970 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A.gltf.glb.import new file mode 100644 index 0000000..db27d1c --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dtautvy2l3cf7" +path="res://.godot/imported/table_long_tablecloth_decorated_A.gltf.glb-2074a40f8ea6dbd4ef92446357721340.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A.gltf.glb" +dest_files=["res://.godot/imported/table_long_tablecloth_decorated_A.gltf.glb-2074a40f8ea6dbd4ef92446357721340.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A_dungeon_texture.png.import new file mode 100644 index 0000000..e2b1423 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dtevgmfvt3ps8" +path.s3tc="res://.godot/imported/table_long_tablecloth_decorated_A_dungeon_texture.png-3bf4647d0938f6ad65d318b83b20bfae.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_long_tablecloth_decorated_A_dungeon_texture.png" +dest_files=["res://.godot/imported/table_long_tablecloth_decorated_A_dungeon_texture.png-3bf4647d0938f6ad65d318b83b20bfae.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 diff --git a/Assets/Models/Dungeon/gltf/table_long_tablecloth_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_long_tablecloth_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_long_tablecloth_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_long_tablecloth_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_long_tablecloth_dungeon_texture.png.import new file mode 100644 index 0000000..00acabd --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_long_tablecloth_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ymhurbgto8jn" +path.s3tc="res://.godot/imported/table_long_tablecloth_dungeon_texture.png-25258abf47878de4b7b110f662856a2a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_long_tablecloth_dungeon_texture.png" +dest_files=["res://.godot/imported/table_long_tablecloth_dungeon_texture.png-25258abf47878de4b7b110f662856a2a.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 diff --git a/Assets/Models/Dungeon/gltf/table_medium.gltf.glb b/Assets/Models/Dungeon/gltf/table_medium.gltf.glb new file mode 100644 index 0000000..eee20e6 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_medium.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_medium.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_medium.gltf.glb.import new file mode 100644 index 0000000..f56db44 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_medium.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d345o6xwis4k5" +path="res://.godot/imported/table_medium.gltf.glb-6b34e98ba6763691e6036a5b981c2944.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_medium.gltf.glb" +dest_files=["res://.godot/imported/table_medium.gltf.glb-6b34e98ba6763691e6036a5b981c2944.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_medium_broken.gltf.glb b/Assets/Models/Dungeon/gltf/table_medium_broken.gltf.glb new file mode 100644 index 0000000..ff80a3a Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_medium_broken.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_medium_broken.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_medium_broken.gltf.glb.import new file mode 100644 index 0000000..3f876a8 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_medium_broken.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bqw24laow1c7r" +path="res://.godot/imported/table_medium_broken.gltf.glb-9e9b93943589d88b32d6d65406f86012.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_medium_broken.gltf.glb" +dest_files=["res://.godot/imported/table_medium_broken.gltf.glb-9e9b93943589d88b32d6d65406f86012.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_medium_broken_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_medium_broken_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_medium_broken_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_medium_broken_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_medium_broken_dungeon_texture.png.import new file mode 100644 index 0000000..37b4476 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_medium_broken_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://lfw6a2c6mr54" +path.s3tc="res://.godot/imported/table_medium_broken_dungeon_texture.png-5f2de49a5003d13ed7a49b0d65d9da1b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_medium_broken_dungeon_texture.png" +dest_files=["res://.godot/imported/table_medium_broken_dungeon_texture.png-5f2de49a5003d13ed7a49b0d65d9da1b.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 diff --git a/Assets/Models/Dungeon/gltf/table_medium_decorated_A.gltf.glb b/Assets/Models/Dungeon/gltf/table_medium_decorated_A.gltf.glb new file mode 100644 index 0000000..7f03c57 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_medium_decorated_A.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_medium_decorated_A.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_medium_decorated_A.gltf.glb.import new file mode 100644 index 0000000..d43f527 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_medium_decorated_A.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://chky1eqwupxus" +path="res://.godot/imported/table_medium_decorated_A.gltf.glb-5930cf899cd144ffdae233715e9c9667.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_medium_decorated_A.gltf.glb" +dest_files=["res://.godot/imported/table_medium_decorated_A.gltf.glb-5930cf899cd144ffdae233715e9c9667.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_medium_decorated_A_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_medium_decorated_A_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_medium_decorated_A_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_medium_decorated_A_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_medium_decorated_A_dungeon_texture.png.import new file mode 100644 index 0000000..f938d90 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_medium_decorated_A_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dvrufgwd0q723" +path.s3tc="res://.godot/imported/table_medium_decorated_A_dungeon_texture.png-e5ea6833c9eb187148a5f62891896a26.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_medium_decorated_A_dungeon_texture.png" +dest_files=["res://.godot/imported/table_medium_decorated_A_dungeon_texture.png-e5ea6833c9eb187148a5f62891896a26.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 diff --git a/Assets/Models/Dungeon/gltf/table_medium_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_medium_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_medium_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_medium_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_medium_dungeon_texture.png.import new file mode 100644 index 0000000..fd5bedc --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_medium_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dsersojwcy6av" +path.s3tc="res://.godot/imported/table_medium_dungeon_texture.png-dbb110e9665ab98f4c30fde781878b40.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_medium_dungeon_texture.png" +dest_files=["res://.godot/imported/table_medium_dungeon_texture.png-dbb110e9665ab98f4c30fde781878b40.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 diff --git a/Assets/Models/Dungeon/gltf/table_medium_tablecloth.gltf.glb b/Assets/Models/Dungeon/gltf/table_medium_tablecloth.gltf.glb new file mode 100644 index 0000000..82101b7 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_medium_tablecloth.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_medium_tablecloth.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_medium_tablecloth.gltf.glb.import new file mode 100644 index 0000000..e46117c --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_medium_tablecloth.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cdib4uykdyy2l" +path="res://.godot/imported/table_medium_tablecloth.gltf.glb-031d5ea1f8323a763d1bfbaf848869ed.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_medium_tablecloth.gltf.glb" +dest_files=["res://.godot/imported/table_medium_tablecloth.gltf.glb-031d5ea1f8323a763d1bfbaf848869ed.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B.gltf.glb b/Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B.gltf.glb new file mode 100644 index 0000000..0042fd2 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B.gltf.glb.import new file mode 100644 index 0000000..955ce9d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cq3hw0bq8pytw" +path="res://.godot/imported/table_medium_tablecloth_decorated_B.gltf.glb-c1c1bab0268222130c42e9fa7afd2e9f.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B.gltf.glb" +dest_files=["res://.godot/imported/table_medium_tablecloth_decorated_B.gltf.glb-c1c1bab0268222130c42e9fa7afd2e9f.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B_dungeon_texture.png.import new file mode 100644 index 0000000..716466b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bptsivlmiax6f" +path.s3tc="res://.godot/imported/table_medium_tablecloth_decorated_B_dungeon_texture.png-e528951690c2b531627f3a2ddd561a36.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_medium_tablecloth_decorated_B_dungeon_texture.png" +dest_files=["res://.godot/imported/table_medium_tablecloth_decorated_B_dungeon_texture.png-e528951690c2b531627f3a2ddd561a36.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 diff --git a/Assets/Models/Dungeon/gltf/table_medium_tablecloth_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_medium_tablecloth_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_medium_tablecloth_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_medium_tablecloth_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_medium_tablecloth_dungeon_texture.png.import new file mode 100644 index 0000000..a3986c3 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_medium_tablecloth_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://csonacnlk580r" +path.s3tc="res://.godot/imported/table_medium_tablecloth_dungeon_texture.png-83337962117cc36db13c0263745c4508.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_medium_tablecloth_dungeon_texture.png" +dest_files=["res://.godot/imported/table_medium_tablecloth_dungeon_texture.png-83337962117cc36db13c0263745c4508.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 diff --git a/Assets/Models/Dungeon/gltf/table_small.gltf.glb b/Assets/Models/Dungeon/gltf/table_small.gltf.glb new file mode 100644 index 0000000..f17e5b2 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_small.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_small.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_small.gltf.glb.import new file mode 100644 index 0000000..a86d686 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_small.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bftey8ol81jgq" +path="res://.godot/imported/table_small.gltf.glb-d29cef944ae32d0468e4c7405be17828.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_small.gltf.glb" +dest_files=["res://.godot/imported/table_small.gltf.glb-d29cef944ae32d0468e4c7405be17828.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_small_decorated_A.gltf.glb b/Assets/Models/Dungeon/gltf/table_small_decorated_A.gltf.glb new file mode 100644 index 0000000..b9cc064 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_small_decorated_A.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_small_decorated_A.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_small_decorated_A.gltf.glb.import new file mode 100644 index 0000000..f1cb510 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_small_decorated_A.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://btuotlsusknsq" +path="res://.godot/imported/table_small_decorated_A.gltf.glb-43cdee72feb69a568ed552e419293139.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_small_decorated_A.gltf.glb" +dest_files=["res://.godot/imported/table_small_decorated_A.gltf.glb-43cdee72feb69a568ed552e419293139.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_small_decorated_A_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_small_decorated_A_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_small_decorated_A_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_small_decorated_A_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_small_decorated_A_dungeon_texture.png.import new file mode 100644 index 0000000..e316803 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_small_decorated_A_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cpm0x2di2ke4w" +path.s3tc="res://.godot/imported/table_small_decorated_A_dungeon_texture.png-d2baff7e462a9a80a131ac4064e9ce60.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_small_decorated_A_dungeon_texture.png" +dest_files=["res://.godot/imported/table_small_decorated_A_dungeon_texture.png-d2baff7e462a9a80a131ac4064e9ce60.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 diff --git a/Assets/Models/Dungeon/gltf/table_small_decorated_B.gltf.glb b/Assets/Models/Dungeon/gltf/table_small_decorated_B.gltf.glb new file mode 100644 index 0000000..f02a130 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_small_decorated_B.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/table_small_decorated_B.gltf.glb.import b/Assets/Models/Dungeon/gltf/table_small_decorated_B.gltf.glb.import new file mode 100644 index 0000000..04f331e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_small_decorated_B.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bm2ngt1hdvsii" +path="res://.godot/imported/table_small_decorated_B.gltf.glb-75fe502d413982c4a1b1cfc3645b2d72.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_small_decorated_B.gltf.glb" +dest_files=["res://.godot/imported/table_small_decorated_B.gltf.glb-75fe502d413982c4a1b1cfc3645b2d72.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/table_small_decorated_B_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_small_decorated_B_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_small_decorated_B_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_small_decorated_B_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_small_decorated_B_dungeon_texture.png.import new file mode 100644 index 0000000..b46ea54 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_small_decorated_B_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://m2unyukjodj6" +path.s3tc="res://.godot/imported/table_small_decorated_B_dungeon_texture.png-4091e06c512dde17f5e29dcb85d3a5d3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_small_decorated_B_dungeon_texture.png" +dest_files=["res://.godot/imported/table_small_decorated_B_dungeon_texture.png-4091e06c512dde17f5e29dcb85d3a5d3.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 diff --git a/Assets/Models/Dungeon/gltf/table_small_dungeon_texture.png b/Assets/Models/Dungeon/gltf/table_small_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/table_small_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/table_small_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/table_small_dungeon_texture.png.import new file mode 100644 index 0000000..14ffb9a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/table_small_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b0dxmd3t4a0cd" +path.s3tc="res://.godot/imported/table_small_dungeon_texture.png-17747575aaee20aa14ab4430fe8fad4e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/table_small_dungeon_texture.png" +dest_files=["res://.godot/imported/table_small_dungeon_texture.png-17747575aaee20aa14ab4430fe8fad4e.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 diff --git a/Assets/Models/Dungeon/gltf/torch.gltf.glb b/Assets/Models/Dungeon/gltf/torch.gltf.glb new file mode 100644 index 0000000..5fcf9a8 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/torch.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/torch.gltf.glb.import b/Assets/Models/Dungeon/gltf/torch.gltf.glb.import new file mode 100644 index 0000000..9bfc12a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/torch.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://de6u7dut6ve7k" +path="res://.godot/imported/torch.gltf.glb-6416e293de38be3190f66393a1921df2.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/torch.gltf.glb" +dest_files=["res://.godot/imported/torch.gltf.glb-6416e293de38be3190f66393a1921df2.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/torch_dungeon_texture.png b/Assets/Models/Dungeon/gltf/torch_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/torch_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/torch_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/torch_dungeon_texture.png.import new file mode 100644 index 0000000..9989926 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/torch_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://3080rtgkp7lg" +path.s3tc="res://.godot/imported/torch_dungeon_texture.png-36586332800767193f85c9da729ccb6e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/torch_dungeon_texture.png" +dest_files=["res://.godot/imported/torch_dungeon_texture.png-36586332800767193f85c9da729ccb6e.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 diff --git a/Assets/Models/Dungeon/gltf/torch_lit.gltf.glb b/Assets/Models/Dungeon/gltf/torch_lit.gltf.glb new file mode 100644 index 0000000..7976a03 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/torch_lit.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/torch_lit.gltf.glb.import b/Assets/Models/Dungeon/gltf/torch_lit.gltf.glb.import new file mode 100644 index 0000000..9d0b7a7 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/torch_lit.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cythxlsej0uhf" +path="res://.godot/imported/torch_lit.gltf.glb-2df83aefaff33d50fd9b6c69aabc3f87.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/torch_lit.gltf.glb" +dest_files=["res://.godot/imported/torch_lit.gltf.glb-2df83aefaff33d50fd9b6c69aabc3f87.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/torch_lit_dungeon_texture.png b/Assets/Models/Dungeon/gltf/torch_lit_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/torch_lit_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/torch_lit_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/torch_lit_dungeon_texture.png.import new file mode 100644 index 0000000..b573391 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/torch_lit_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cmrrk8rd5x" +path.s3tc="res://.godot/imported/torch_lit_dungeon_texture.png-fe6f735e49b024f861c4b346fdf12915.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/torch_lit_dungeon_texture.png" +dest_files=["res://.godot/imported/torch_lit_dungeon_texture.png-fe6f735e49b024f861c4b346fdf12915.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 diff --git a/Assets/Models/Dungeon/gltf/torch_mounted.gltf.glb b/Assets/Models/Dungeon/gltf/torch_mounted.gltf.glb new file mode 100644 index 0000000..5c38927 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/torch_mounted.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/torch_mounted.gltf.glb.import b/Assets/Models/Dungeon/gltf/torch_mounted.gltf.glb.import new file mode 100644 index 0000000..37cd304 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/torch_mounted.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://kk4hl38gucis" +path="res://.godot/imported/torch_mounted.gltf.glb-6f5aa2380f721cf0fa625896494e1211.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/torch_mounted.gltf.glb" +dest_files=["res://.godot/imported/torch_mounted.gltf.glb-6f5aa2380f721cf0fa625896494e1211.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/torch_mounted_dungeon_texture.png b/Assets/Models/Dungeon/gltf/torch_mounted_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/torch_mounted_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/torch_mounted_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/torch_mounted_dungeon_texture.png.import new file mode 100644 index 0000000..44c7123 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/torch_mounted_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bos8m5m7byd1" +path.s3tc="res://.godot/imported/torch_mounted_dungeon_texture.png-6ef4a97a98c9125cfbf34475f5712e1b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/torch_mounted_dungeon_texture.png" +dest_files=["res://.godot/imported/torch_mounted_dungeon_texture.png-6ef4a97a98c9125cfbf34475f5712e1b.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 diff --git a/Assets/Models/Dungeon/gltf/trunk_large_A.gltf.glb b/Assets/Models/Dungeon/gltf/trunk_large_A.gltf.glb new file mode 100644 index 0000000..0b1beab Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_large_A.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/trunk_large_A.gltf.glb.import b/Assets/Models/Dungeon/gltf/trunk_large_A.gltf.glb.import new file mode 100644 index 0000000..0ea44cd --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_large_A.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c46unbpbvhmb0" +path="res://.godot/imported/trunk_large_A.gltf.glb-27dbf93c9dffd8760282f15633eaa717.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_large_A.gltf.glb" +dest_files=["res://.godot/imported/trunk_large_A.gltf.glb-27dbf93c9dffd8760282f15633eaa717.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/trunk_large_A_dungeon_texture.png b/Assets/Models/Dungeon/gltf/trunk_large_A_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_large_A_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/trunk_large_A_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/trunk_large_A_dungeon_texture.png.import new file mode 100644 index 0000000..a2cd3a8 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_large_A_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cdgr5h8b563lr" +path.s3tc="res://.godot/imported/trunk_large_A_dungeon_texture.png-9f3cfcf6c6ac922ff390418dd014c404.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_large_A_dungeon_texture.png" +dest_files=["res://.godot/imported/trunk_large_A_dungeon_texture.png-9f3cfcf6c6ac922ff390418dd014c404.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 diff --git a/Assets/Models/Dungeon/gltf/trunk_large_B.gltf.glb b/Assets/Models/Dungeon/gltf/trunk_large_B.gltf.glb new file mode 100644 index 0000000..01bb3fb Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_large_B.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/trunk_large_B.gltf.glb.import b/Assets/Models/Dungeon/gltf/trunk_large_B.gltf.glb.import new file mode 100644 index 0000000..edaee6c --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_large_B.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ro1lphk7tnkc" +path="res://.godot/imported/trunk_large_B.gltf.glb-2541ac443576f57b98d8bf0e0026e285.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_large_B.gltf.glb" +dest_files=["res://.godot/imported/trunk_large_B.gltf.glb-2541ac443576f57b98d8bf0e0026e285.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/trunk_large_B_dungeon_texture.png b/Assets/Models/Dungeon/gltf/trunk_large_B_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_large_B_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/trunk_large_B_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/trunk_large_B_dungeon_texture.png.import new file mode 100644 index 0000000..0152248 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_large_B_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dsxhs1al031ya" +path.s3tc="res://.godot/imported/trunk_large_B_dungeon_texture.png-1974c0c908c66c76d232928b6fdf16c7.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_large_B_dungeon_texture.png" +dest_files=["res://.godot/imported/trunk_large_B_dungeon_texture.png-1974c0c908c66c76d232928b6fdf16c7.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 diff --git a/Assets/Models/Dungeon/gltf/trunk_large_C.gltf.glb b/Assets/Models/Dungeon/gltf/trunk_large_C.gltf.glb new file mode 100644 index 0000000..983821f Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_large_C.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/trunk_large_C.gltf.glb.import b/Assets/Models/Dungeon/gltf/trunk_large_C.gltf.glb.import new file mode 100644 index 0000000..5650bf1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_large_C.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ctvkmhtsagmyi" +path="res://.godot/imported/trunk_large_C.gltf.glb-9a8d4cd4e69234ce914911449fec7f0f.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_large_C.gltf.glb" +dest_files=["res://.godot/imported/trunk_large_C.gltf.glb-9a8d4cd4e69234ce914911449fec7f0f.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/trunk_large_C_dungeon_texture.png b/Assets/Models/Dungeon/gltf/trunk_large_C_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_large_C_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/trunk_large_C_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/trunk_large_C_dungeon_texture.png.import new file mode 100644 index 0000000..dbed890 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_large_C_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d0f27yugsmtv1" +path.s3tc="res://.godot/imported/trunk_large_C_dungeon_texture.png-2c1956616862b0e03356310ed5c2d341.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_large_C_dungeon_texture.png" +dest_files=["res://.godot/imported/trunk_large_C_dungeon_texture.png-2c1956616862b0e03356310ed5c2d341.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 diff --git a/Assets/Models/Dungeon/gltf/trunk_medium_A.gltf.glb b/Assets/Models/Dungeon/gltf/trunk_medium_A.gltf.glb new file mode 100644 index 0000000..642868e Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_medium_A.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/trunk_medium_A.gltf.glb.import b/Assets/Models/Dungeon/gltf/trunk_medium_A.gltf.glb.import new file mode 100644 index 0000000..6f0052e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_medium_A.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://covy4avxx252x" +path="res://.godot/imported/trunk_medium_A.gltf.glb-0bc57702f07ff0bf0d5b7ac29c0bd9b9.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_medium_A.gltf.glb" +dest_files=["res://.godot/imported/trunk_medium_A.gltf.glb-0bc57702f07ff0bf0d5b7ac29c0bd9b9.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/trunk_medium_A_dungeon_texture.png b/Assets/Models/Dungeon/gltf/trunk_medium_A_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_medium_A_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/trunk_medium_A_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/trunk_medium_A_dungeon_texture.png.import new file mode 100644 index 0000000..9725c03 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_medium_A_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://0wic0dk3jpg7" +path.s3tc="res://.godot/imported/trunk_medium_A_dungeon_texture.png-23af2d41a41d4d60e2f1c14da3bdc083.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_medium_A_dungeon_texture.png" +dest_files=["res://.godot/imported/trunk_medium_A_dungeon_texture.png-23af2d41a41d4d60e2f1c14da3bdc083.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 diff --git a/Assets/Models/Dungeon/gltf/trunk_medium_B.gltf.glb b/Assets/Models/Dungeon/gltf/trunk_medium_B.gltf.glb new file mode 100644 index 0000000..579a504 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_medium_B.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/trunk_medium_B.gltf.glb.import b/Assets/Models/Dungeon/gltf/trunk_medium_B.gltf.glb.import new file mode 100644 index 0000000..d2a9f2e --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_medium_B.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://lgrc3mk0o0jl" +path="res://.godot/imported/trunk_medium_B.gltf.glb-8c778443afbe7b16806f3d07d39cf2ff.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_medium_B.gltf.glb" +dest_files=["res://.godot/imported/trunk_medium_B.gltf.glb-8c778443afbe7b16806f3d07d39cf2ff.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/trunk_medium_B_dungeon_texture.png b/Assets/Models/Dungeon/gltf/trunk_medium_B_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_medium_B_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/trunk_medium_B_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/trunk_medium_B_dungeon_texture.png.import new file mode 100644 index 0000000..3837df1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_medium_B_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://djp6x7gimon4m" +path.s3tc="res://.godot/imported/trunk_medium_B_dungeon_texture.png-1b8d315e9e6fd2a795cb4b0a7a52113a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_medium_B_dungeon_texture.png" +dest_files=["res://.godot/imported/trunk_medium_B_dungeon_texture.png-1b8d315e9e6fd2a795cb4b0a7a52113a.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 diff --git a/Assets/Models/Dungeon/gltf/trunk_medium_C.gltf.glb b/Assets/Models/Dungeon/gltf/trunk_medium_C.gltf.glb new file mode 100644 index 0000000..daca478 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_medium_C.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/trunk_medium_C.gltf.glb.import b/Assets/Models/Dungeon/gltf/trunk_medium_C.gltf.glb.import new file mode 100644 index 0000000..d1425a4 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_medium_C.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bc204woy5txux" +path="res://.godot/imported/trunk_medium_C.gltf.glb-7305a01252187db734501cbe3d445305.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_medium_C.gltf.glb" +dest_files=["res://.godot/imported/trunk_medium_C.gltf.glb-7305a01252187db734501cbe3d445305.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/trunk_medium_C_dungeon_texture.png b/Assets/Models/Dungeon/gltf/trunk_medium_C_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_medium_C_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/trunk_medium_C_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/trunk_medium_C_dungeon_texture.png.import new file mode 100644 index 0000000..8b0bd44 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_medium_C_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ds0dy5jvexvbr" +path.s3tc="res://.godot/imported/trunk_medium_C_dungeon_texture.png-573d837d5a9a4011658c752121d7133c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_medium_C_dungeon_texture.png" +dest_files=["res://.godot/imported/trunk_medium_C_dungeon_texture.png-573d837d5a9a4011658c752121d7133c.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 diff --git a/Assets/Models/Dungeon/gltf/trunk_small_A.gltf.glb b/Assets/Models/Dungeon/gltf/trunk_small_A.gltf.glb new file mode 100644 index 0000000..869fa48 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_small_A.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/trunk_small_A.gltf.glb.import b/Assets/Models/Dungeon/gltf/trunk_small_A.gltf.glb.import new file mode 100644 index 0000000..1681aa2 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_small_A.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ceu8yb5ydnl8t" +path="res://.godot/imported/trunk_small_A.gltf.glb-6e8d0a74ba44a0eff473a0cefb3ff13d.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_small_A.gltf.glb" +dest_files=["res://.godot/imported/trunk_small_A.gltf.glb-6e8d0a74ba44a0eff473a0cefb3ff13d.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/trunk_small_A_dungeon_texture.png b/Assets/Models/Dungeon/gltf/trunk_small_A_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_small_A_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/trunk_small_A_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/trunk_small_A_dungeon_texture.png.import new file mode 100644 index 0000000..5125de1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_small_A_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://gtojhrm21y6b" +path.s3tc="res://.godot/imported/trunk_small_A_dungeon_texture.png-a3309d18366df9ff69eee554ea9ab81a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_small_A_dungeon_texture.png" +dest_files=["res://.godot/imported/trunk_small_A_dungeon_texture.png-a3309d18366df9ff69eee554ea9ab81a.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 diff --git a/Assets/Models/Dungeon/gltf/trunk_small_B.gltf.glb b/Assets/Models/Dungeon/gltf/trunk_small_B.gltf.glb new file mode 100644 index 0000000..fa54b78 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_small_B.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/trunk_small_B.gltf.glb.import b/Assets/Models/Dungeon/gltf/trunk_small_B.gltf.glb.import new file mode 100644 index 0000000..2d4fb09 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_small_B.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bira2xtkhtjov" +path="res://.godot/imported/trunk_small_B.gltf.glb-990abe861ae48c128f073b5868a67578.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_small_B.gltf.glb" +dest_files=["res://.godot/imported/trunk_small_B.gltf.glb-990abe861ae48c128f073b5868a67578.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/trunk_small_B_dungeon_texture.png b/Assets/Models/Dungeon/gltf/trunk_small_B_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_small_B_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/trunk_small_B_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/trunk_small_B_dungeon_texture.png.import new file mode 100644 index 0000000..e56ebd8 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_small_B_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://mt576sjtl5wb" +path.s3tc="res://.godot/imported/trunk_small_B_dungeon_texture.png-82014430f804bdeaa0b0408dda5d8281.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_small_B_dungeon_texture.png" +dest_files=["res://.godot/imported/trunk_small_B_dungeon_texture.png-82014430f804bdeaa0b0408dda5d8281.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 diff --git a/Assets/Models/Dungeon/gltf/trunk_small_C.gltf.glb b/Assets/Models/Dungeon/gltf/trunk_small_C.gltf.glb new file mode 100644 index 0000000..23618e6 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_small_C.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/trunk_small_C.gltf.glb.import b/Assets/Models/Dungeon/gltf/trunk_small_C.gltf.glb.import new file mode 100644 index 0000000..2e4728c --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_small_C.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bbv7h1xfbi124" +path="res://.godot/imported/trunk_small_C.gltf.glb-5165b3ec8a2e651c6a371b97360278c9.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_small_C.gltf.glb" +dest_files=["res://.godot/imported/trunk_small_C.gltf.glb-5165b3ec8a2e651c6a371b97360278c9.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/trunk_small_C_dungeon_texture.png b/Assets/Models/Dungeon/gltf/trunk_small_C_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/trunk_small_C_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/trunk_small_C_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/trunk_small_C_dungeon_texture.png.import new file mode 100644 index 0000000..efbd8ac --- /dev/null +++ b/Assets/Models/Dungeon/gltf/trunk_small_C_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cl54npe20gs8b" +path.s3tc="res://.godot/imported/trunk_small_C_dungeon_texture.png-91d4796d866beea06bd72023d6042f1e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/trunk_small_C_dungeon_texture.png" +dest_files=["res://.godot/imported/trunk_small_C_dungeon_texture.png-91d4796d866beea06bd72023d6042f1e.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 diff --git a/Assets/Models/Dungeon/gltf/wall.gltf.glb b/Assets/Models/Dungeon/gltf/wall.gltf.glb new file mode 100644 index 0000000..5bb502f Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall.gltf.glb.import new file mode 100644 index 0000000..07ee238 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cb8ufi4h8vvfj" +path="res://.godot/imported/wall.gltf.glb-6e7d5ac3e75badaa7689d58ade6dff08.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall.gltf.glb" +dest_files=["res://.godot/imported/wall.gltf.glb-6e7d5ac3e75badaa7689d58ade6dff08.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_Tsplit.gltf.glb b/Assets/Models/Dungeon/gltf/wall_Tsplit.gltf.glb new file mode 100644 index 0000000..0c6477b Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_Tsplit.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_Tsplit.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_Tsplit.gltf.glb.import new file mode 100644 index 0000000..27a8326 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_Tsplit.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dtsxefcj84wt7" +path="res://.godot/imported/wall_Tsplit.gltf.glb-09831331d500ed4a52682b26d8c64d4f.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_Tsplit.gltf.glb" +dest_files=["res://.godot/imported/wall_Tsplit.gltf.glb-09831331d500ed4a52682b26d8c64d4f.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_Tsplit_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_Tsplit_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_Tsplit_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_Tsplit_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_Tsplit_dungeon_texture.png.import new file mode 100644 index 0000000..8a272e4 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_Tsplit_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://co6csdnnj06aw" +path.s3tc="res://.godot/imported/wall_Tsplit_dungeon_texture.png-6d9ce3caee65a5f50d1d8fd60b8b3a8f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_Tsplit_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_Tsplit_dungeon_texture.png-6d9ce3caee65a5f50d1d8fd60b8b3a8f.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 diff --git a/Assets/Models/Dungeon/gltf/wall_Tsplit_sloped.gltf.glb b/Assets/Models/Dungeon/gltf/wall_Tsplit_sloped.gltf.glb new file mode 100644 index 0000000..c932847 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_Tsplit_sloped.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_Tsplit_sloped.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_Tsplit_sloped.gltf.glb.import new file mode 100644 index 0000000..77cfca1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_Tsplit_sloped.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://biadxnxd8caao" +path="res://.godot/imported/wall_Tsplit_sloped.gltf.glb-df6c0784fee8a0d7f01ad63d1ad1407e.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_Tsplit_sloped.gltf.glb" +dest_files=["res://.godot/imported/wall_Tsplit_sloped.gltf.glb-df6c0784fee8a0d7f01ad63d1ad1407e.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_Tsplit_sloped_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_Tsplit_sloped_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_Tsplit_sloped_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_Tsplit_sloped_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_Tsplit_sloped_dungeon_texture.png.import new file mode 100644 index 0000000..4eafb77 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_Tsplit_sloped_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://beaeeionw60a5" +path.s3tc="res://.godot/imported/wall_Tsplit_sloped_dungeon_texture.png-9d14944cf946849a7ef89f2eca4e029b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_Tsplit_sloped_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_Tsplit_sloped_dungeon_texture.png-9d14944cf946849a7ef89f2eca4e029b.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 diff --git a/Assets/Models/Dungeon/gltf/wall_arched.gltf.glb b/Assets/Models/Dungeon/gltf/wall_arched.gltf.glb new file mode 100644 index 0000000..d049ace Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_arched.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_arched.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_arched.gltf.glb.import new file mode 100644 index 0000000..75624c8 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_arched.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://xwslus7qdpaa" +path="res://.godot/imported/wall_arched.gltf.glb-e3e97fae5919ca4c880d8ad1ab07c083.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_arched.gltf.glb" +dest_files=["res://.godot/imported/wall_arched.gltf.glb-e3e97fae5919ca4c880d8ad1ab07c083.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_arched_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_arched_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_arched_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_arched_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_arched_dungeon_texture.png.import new file mode 100644 index 0000000..636d7d5 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_arched_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b1cwo1pvh5g6b" +path.s3tc="res://.godot/imported/wall_arched_dungeon_texture.png-a7c74a19d36e54558a61c502b316dec6.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_arched_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_arched_dungeon_texture.png-a7c74a19d36e54558a61c502b316dec6.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 diff --git a/Assets/Models/Dungeon/gltf/wall_archedwindow_gated.gltf.glb b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated.gltf.glb new file mode 100644 index 0000000..5ebea6d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_archedwindow_gated.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated.gltf.glb.import new file mode 100644 index 0000000..3bf61c1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cp2i7bujhjo0e" +path="res://.godot/imported/wall_archedwindow_gated.gltf.glb-e52879cb4e5335d7d4b6c86f622bad42.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_archedwindow_gated.gltf.glb" +dest_files=["res://.godot/imported/wall_archedwindow_gated.gltf.glb-e52879cb4e5335d7d4b6c86f622bad42.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_dungeon_texture.png.import new file mode 100644 index 0000000..b282bbf --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bj70ni2npdoul" +path.s3tc="res://.godot/imported/wall_archedwindow_gated_dungeon_texture.png-65426521e55af20334f3fb5ebc267ea1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_archedwindow_gated_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_archedwindow_gated_dungeon_texture.png-65426521e55af20334f3fb5ebc267ea1.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 diff --git a/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold.gltf.glb b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold.gltf.glb new file mode 100644 index 0000000..f594bb4 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold.gltf.glb.import new file mode 100644 index 0000000..69adb79 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cre7ts300uwu8" +path="res://.godot/imported/wall_archedwindow_gated_scaffold.gltf.glb-795f7a242b491ed4530f08a0b211b765.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold.gltf.glb" +dest_files=["res://.godot/imported/wall_archedwindow_gated_scaffold.gltf.glb-795f7a242b491ed4530f08a0b211b765.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold_dungeon_texture.png.import new file mode 100644 index 0000000..3d79eec --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dard8trxi1wwl" +path.s3tc="res://.godot/imported/wall_archedwindow_gated_scaffold_dungeon_texture.png-284cb8575920ae161929ab1ab7088f05.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_archedwindow_gated_scaffold_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_archedwindow_gated_scaffold_dungeon_texture.png-284cb8575920ae161929ab1ab7088f05.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 diff --git a/Assets/Models/Dungeon/gltf/wall_archedwindow_open.gltf.glb b/Assets/Models/Dungeon/gltf/wall_archedwindow_open.gltf.glb new file mode 100644 index 0000000..14621d0 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_archedwindow_open.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_archedwindow_open.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_archedwindow_open.gltf.glb.import new file mode 100644 index 0000000..5486344 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_archedwindow_open.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://w42mw83ckssr" +path="res://.godot/imported/wall_archedwindow_open.gltf.glb-d5f920dbb0848bc8e0318cbd7b3db8c6.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_archedwindow_open.gltf.glb" +dest_files=["res://.godot/imported/wall_archedwindow_open.gltf.glb-d5f920dbb0848bc8e0318cbd7b3db8c6.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_archedwindow_open_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_archedwindow_open_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_archedwindow_open_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_archedwindow_open_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_archedwindow_open_dungeon_texture.png.import new file mode 100644 index 0000000..05e0856 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_archedwindow_open_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bx0t0157hcpq3" +path.s3tc="res://.godot/imported/wall_archedwindow_open_dungeon_texture.png-7f145b0ef75dbe6b1362567f2c128d1a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_archedwindow_open_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_archedwindow_open_dungeon_texture.png-7f145b0ef75dbe6b1362567f2c128d1a.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 diff --git a/Assets/Models/Dungeon/gltf/wall_broken.gltf.glb b/Assets/Models/Dungeon/gltf/wall_broken.gltf.glb new file mode 100644 index 0000000..c67687c Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_broken.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_broken.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_broken.gltf.glb.import new file mode 100644 index 0000000..7ad5ac8 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_broken.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c5eccr135pxf6" +path="res://.godot/imported/wall_broken.gltf.glb-a5b928b17307923a8754748a9478c094.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_broken.gltf.glb" +dest_files=["res://.godot/imported/wall_broken.gltf.glb-a5b928b17307923a8754748a9478c094.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_broken_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_broken_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_broken_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_broken_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_broken_dungeon_texture.png.import new file mode 100644 index 0000000..824a212 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_broken_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bjk12oyibtgke" +path.s3tc="res://.godot/imported/wall_broken_dungeon_texture.png-fce9d04dfdd8fa78c890bf0798c2012a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_broken_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_broken_dungeon_texture.png-fce9d04dfdd8fa78c890bf0798c2012a.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 diff --git a/Assets/Models/Dungeon/gltf/wall_corner.gltf.glb b/Assets/Models/Dungeon/gltf/wall_corner.gltf.glb new file mode 100644 index 0000000..e594aa8 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_corner.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_corner.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_corner.gltf.glb.import new file mode 100644 index 0000000..69e3dcf --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_corner.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ymiiuyno2vj0" +path="res://.godot/imported/wall_corner.gltf.glb-f4d0ccd984f9cb106c8afe32f3c4c605.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_corner.gltf.glb" +dest_files=["res://.godot/imported/wall_corner.gltf.glb-f4d0ccd984f9cb106c8afe32f3c4c605.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_corner_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_corner_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_corner_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_corner_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_corner_dungeon_texture.png.import new file mode 100644 index 0000000..ce2e007 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_corner_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://kqekra84urxk" +path.s3tc="res://.godot/imported/wall_corner_dungeon_texture.png-42277af501d42a84a3676251e3ea89ed.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_corner_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_corner_dungeon_texture.png-42277af501d42a84a3676251e3ea89ed.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 diff --git a/Assets/Models/Dungeon/gltf/wall_corner_gated.gltf.glb b/Assets/Models/Dungeon/gltf/wall_corner_gated.gltf.glb new file mode 100644 index 0000000..d83efd3 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_corner_gated.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_corner_gated.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_corner_gated.gltf.glb.import new file mode 100644 index 0000000..5634f58 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_corner_gated.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dem6qeopt7phl" +path="res://.godot/imported/wall_corner_gated.gltf.glb-fe9779bf86cde290fe90ddd104ae2798.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_corner_gated.gltf.glb" +dest_files=["res://.godot/imported/wall_corner_gated.gltf.glb-fe9779bf86cde290fe90ddd104ae2798.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_corner_gated_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_corner_gated_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_corner_gated_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_corner_gated_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_corner_gated_dungeon_texture.png.import new file mode 100644 index 0000000..65f7ea8 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_corner_gated_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dntwlqoxn45vu" +path.s3tc="res://.godot/imported/wall_corner_gated_dungeon_texture.png-b27383a28a2eef0b4c3ea5b2adf73221.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_corner_gated_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_corner_gated_dungeon_texture.png-b27383a28a2eef0b4c3ea5b2adf73221.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 diff --git a/Assets/Models/Dungeon/gltf/wall_corner_scaffold.gltf.glb b/Assets/Models/Dungeon/gltf/wall_corner_scaffold.gltf.glb new file mode 100644 index 0000000..5da5a21 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_corner_scaffold.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_corner_scaffold.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_corner_scaffold.gltf.glb.import new file mode 100644 index 0000000..bed0646 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_corner_scaffold.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://4t1pyfvdsky0" +path="res://.godot/imported/wall_corner_scaffold.gltf.glb-e0f12b8ab44bba9345d625e1f30c472a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_corner_scaffold.gltf.glb" +dest_files=["res://.godot/imported/wall_corner_scaffold.gltf.glb-e0f12b8ab44bba9345d625e1f30c472a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_corner_scaffold_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_corner_scaffold_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_corner_scaffold_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_corner_scaffold_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_corner_scaffold_dungeon_texture.png.import new file mode 100644 index 0000000..acf2de3 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_corner_scaffold_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bv0b55wyl3sp4" +path.s3tc="res://.godot/imported/wall_corner_scaffold_dungeon_texture.png-05bbbd80a467b4dceca699a262c7cdb3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_corner_scaffold_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_corner_scaffold_dungeon_texture.png-05bbbd80a467b4dceca699a262c7cdb3.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 diff --git a/Assets/Models/Dungeon/gltf/wall_corner_small.gltf.glb b/Assets/Models/Dungeon/gltf/wall_corner_small.gltf.glb new file mode 100644 index 0000000..ead9031 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_corner_small.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_corner_small.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_corner_small.gltf.glb.import new file mode 100644 index 0000000..10480cd --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_corner_small.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b3o2usf6v3mm3" +path="res://.godot/imported/wall_corner_small.gltf.glb-d9af0c349fe591818a250e9be78e559e.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_corner_small.gltf.glb" +dest_files=["res://.godot/imported/wall_corner_small.gltf.glb-d9af0c349fe591818a250e9be78e559e.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_corner_small_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_corner_small_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_corner_small_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_corner_small_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_corner_small_dungeon_texture.png.import new file mode 100644 index 0000000..b39e8ab --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_corner_small_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c0vkbre4wipji" +path.s3tc="res://.godot/imported/wall_corner_small_dungeon_texture.png-005a74987cd3733e792cd63e7e9159f2.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_corner_small_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_corner_small_dungeon_texture.png-005a74987cd3733e792cd63e7e9159f2.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 diff --git a/Assets/Models/Dungeon/gltf/wall_cracked.gltf.glb b/Assets/Models/Dungeon/gltf/wall_cracked.gltf.glb new file mode 100644 index 0000000..13440aa Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_cracked.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_cracked.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_cracked.gltf.glb.import new file mode 100644 index 0000000..484d035 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_cracked.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dvko804hd3pat" +path="res://.godot/imported/wall_cracked.gltf.glb-42ab0d16b240a1ffa7960a1467b3251e.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_cracked.gltf.glb" +dest_files=["res://.godot/imported/wall_cracked.gltf.glb-42ab0d16b240a1ffa7960a1467b3251e.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_cracked_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_cracked_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_cracked_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_cracked_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_cracked_dungeon_texture.png.import new file mode 100644 index 0000000..a612f7c --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_cracked_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bk72t40kup3cs" +path.s3tc="res://.godot/imported/wall_cracked_dungeon_texture.png-162387376a26ccec83d4206c51923abf.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_cracked_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_cracked_dungeon_texture.png-162387376a26ccec83d4206c51923abf.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 diff --git a/Assets/Models/Dungeon/gltf/wall_crossing.gltf.glb b/Assets/Models/Dungeon/gltf/wall_crossing.gltf.glb new file mode 100644 index 0000000..bcf02be Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_crossing.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_crossing.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_crossing.gltf.glb.import new file mode 100644 index 0000000..c025b94 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_crossing.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dmipqnf3um8do" +path="res://.godot/imported/wall_crossing.gltf.glb-44a43a433cc59d7e5b4d86a8296309e2.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_crossing.gltf.glb" +dest_files=["res://.godot/imported/wall_crossing.gltf.glb-44a43a433cc59d7e5b4d86a8296309e2.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_crossing_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_crossing_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_crossing_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_crossing_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_crossing_dungeon_texture.png.import new file mode 100644 index 0000000..a504236 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_crossing_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d0ovx8oh34him" +path.s3tc="res://.godot/imported/wall_crossing_dungeon_texture.png-075d4c448c7b3a8bc1c3f0b79e9a6e97.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_crossing_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_crossing_dungeon_texture.png-075d4c448c7b3a8bc1c3f0b79e9a6e97.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 diff --git a/Assets/Models/Dungeon/gltf/wall_doorway.glb b/Assets/Models/Dungeon/gltf/wall_doorway.glb new file mode 100644 index 0000000..bce214e Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_doorway.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_doorway.glb.import b/Assets/Models/Dungeon/gltf/wall_doorway.glb.import new file mode 100644 index 0000000..24d8ad0 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_doorway.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://k3utg30f48vs" +path="res://.godot/imported/wall_doorway.glb-9c2b978cb4010e1a2adcf71c643804ae.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_doorway.glb" +dest_files=["res://.godot/imported/wall_doorway.glb-9c2b978cb4010e1a2adcf71c643804ae.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_Tsplit.gltf.glb b/Assets/Models/Dungeon/gltf/wall_doorway_Tsplit.gltf.glb new file mode 100644 index 0000000..30a6156 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_doorway_Tsplit.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_Tsplit.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_doorway_Tsplit.gltf.glb.import new file mode 100644 index 0000000..99d8ece --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_doorway_Tsplit.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bfkcljj2ykkdu" +path="res://.godot/imported/wall_doorway_Tsplit.gltf.glb-3689c1f431a371e8cb91807e311f7059.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_doorway_Tsplit.gltf.glb" +dest_files=["res://.godot/imported/wall_doorway_Tsplit.gltf.glb-3689c1f431a371e8cb91807e311f7059.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_Tsplit_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_doorway_Tsplit_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_doorway_Tsplit_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_Tsplit_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_doorway_Tsplit_dungeon_texture.png.import new file mode 100644 index 0000000..5d3fdf7 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_doorway_Tsplit_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://h8buthrwponn" +path.s3tc="res://.godot/imported/wall_doorway_Tsplit_dungeon_texture.png-ea40bcf5b8aa18f5c21df9f6f42fc240.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_doorway_Tsplit_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_doorway_Tsplit_dungeon_texture.png-ea40bcf5b8aa18f5c21df9f6f42fc240.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 diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_doorway_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_doorway_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_doorway_dungeon_texture.png.import new file mode 100644 index 0000000..dfe81ab --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_doorway_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://v73l4yldgjsj" +path.s3tc="res://.godot/imported/wall_doorway_dungeon_texture.png-5669031b93b68ffbdae3734267c8c905.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_doorway_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_doorway_dungeon_texture.png-5669031b93b68ffbdae3734267c8c905.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 diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_scaffold.glb b/Assets/Models/Dungeon/gltf/wall_doorway_scaffold.glb new file mode 100644 index 0000000..0ca509f Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_doorway_scaffold.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_scaffold.glb.import b/Assets/Models/Dungeon/gltf/wall_doorway_scaffold.glb.import new file mode 100644 index 0000000..edbb186 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_doorway_scaffold.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://du2eyu78xxt7e" +path="res://.godot/imported/wall_doorway_scaffold.glb-7be346da57b807ef6c628d4f3d6b444f.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_doorway_scaffold.glb" +dest_files=["res://.godot/imported/wall_doorway_scaffold.glb-7be346da57b807ef6c628d4f3d6b444f.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_scaffold_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_doorway_scaffold_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_doorway_scaffold_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_scaffold_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_doorway_scaffold_dungeon_texture.png.import new file mode 100644 index 0000000..06e337a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_doorway_scaffold_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://i2n6boj7c16" +path.s3tc="res://.godot/imported/wall_doorway_scaffold_dungeon_texture.png-992bb6322f985ff26295a676ba8d5b4c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_doorway_scaffold_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_doorway_scaffold_dungeon_texture.png-992bb6322f985ff26295a676ba8d5b4c.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 diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_sides.gltf.glb b/Assets/Models/Dungeon/gltf/wall_doorway_sides.gltf.glb new file mode 100644 index 0000000..e28414d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_doorway_sides.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_sides.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_doorway_sides.gltf.glb.import new file mode 100644 index 0000000..57cb4b3 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_doorway_sides.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://qsqr03bkh7f3" +path="res://.godot/imported/wall_doorway_sides.gltf.glb-246fa3e817e7e0d28712378555fd15ce.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_doorway_sides.gltf.glb" +dest_files=["res://.godot/imported/wall_doorway_sides.gltf.glb-246fa3e817e7e0d28712378555fd15ce.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_sides_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_doorway_sides_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_doorway_sides_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_doorway_sides_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_doorway_sides_dungeon_texture.png.import new file mode 100644 index 0000000..2f08f6a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_doorway_sides_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bi1ry61rg0e8l" +path.s3tc="res://.godot/imported/wall_doorway_sides_dungeon_texture.png-f1ee15feb204108c2632cc60a5d560f8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_doorway_sides_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_doorway_sides_dungeon_texture.png-f1ee15feb204108c2632cc60a5d560f8.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 diff --git a/Assets/Models/Dungeon/gltf/wall_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_dungeon_texture.png.import new file mode 100644 index 0000000..18be1a8 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://xo7enx7foqmu" +path.s3tc="res://.godot/imported/wall_dungeon_texture.png-3156f8c9acb42ba364ea852b79af0235.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_dungeon_texture.png-3156f8c9acb42ba364ea852b79af0235.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 diff --git a/Assets/Models/Dungeon/gltf/wall_endcap.gltf.glb b/Assets/Models/Dungeon/gltf/wall_endcap.gltf.glb new file mode 100644 index 0000000..f386e52 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_endcap.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_endcap.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_endcap.gltf.glb.import new file mode 100644 index 0000000..8787215 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_endcap.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dhepc4v5ykqej" +path="res://.godot/imported/wall_endcap.gltf.glb-ff56a94f9995ed0a2cbcaaccafacbc05.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_endcap.gltf.glb" +dest_files=["res://.godot/imported/wall_endcap.gltf.glb-ff56a94f9995ed0a2cbcaaccafacbc05.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_endcap_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_endcap_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_endcap_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_endcap_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_endcap_dungeon_texture.png.import new file mode 100644 index 0000000..aeba6b9 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_endcap_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://v16o7aspdlrj" +path.s3tc="res://.godot/imported/wall_endcap_dungeon_texture.png-2371d01bdeff90debf7f1382635c3c6d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_endcap_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_endcap_dungeon_texture.png-2371d01bdeff90debf7f1382635c3c6d.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 diff --git a/Assets/Models/Dungeon/gltf/wall_gated.gltf.glb b/Assets/Models/Dungeon/gltf/wall_gated.gltf.glb new file mode 100644 index 0000000..9213fa8 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_gated.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_gated.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_gated.gltf.glb.import new file mode 100644 index 0000000..67d7cf9 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_gated.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dw0vndghjmno3" +path="res://.godot/imported/wall_gated.gltf.glb-a9a10cdab60a6868d596676b33c449c2.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_gated.gltf.glb" +dest_files=["res://.godot/imported/wall_gated.gltf.glb-a9a10cdab60a6868d596676b33c449c2.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_gated_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_gated_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_gated_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_gated_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_gated_dungeon_texture.png.import new file mode 100644 index 0000000..9216256 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_gated_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dyh6p713vcs63" +path.s3tc="res://.godot/imported/wall_gated_dungeon_texture.png-e63383fb32e38fe2a2b5ec3f8a695900.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_gated_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_gated_dungeon_texture.png-e63383fb32e38fe2a2b5ec3f8a695900.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 diff --git a/Assets/Models/Dungeon/gltf/wall_half.gltf.glb b/Assets/Models/Dungeon/gltf/wall_half.gltf.glb new file mode 100644 index 0000000..e1bfabe Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_half.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_half.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_half.gltf.glb.import new file mode 100644 index 0000000..3aef2d4 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_half.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://h05jvwlntuhw" +path="res://.godot/imported/wall_half.gltf.glb-3d9bce7bcc1090e244973439cbd29f66.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_half.gltf.glb" +dest_files=["res://.godot/imported/wall_half.gltf.glb-3d9bce7bcc1090e244973439cbd29f66.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_half_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_half_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_half_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_half_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_half_dungeon_texture.png.import new file mode 100644 index 0000000..aaa16cb --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_half_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dbf7tudjo55bv" +path.s3tc="res://.godot/imported/wall_half_dungeon_texture.png-0ce808f3caae59b83865cfbb07f61faa.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_half_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_half_dungeon_texture.png-0ce808f3caae59b83865cfbb07f61faa.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 diff --git a/Assets/Models/Dungeon/gltf/wall_half_endcap.gltf.glb b/Assets/Models/Dungeon/gltf/wall_half_endcap.gltf.glb new file mode 100644 index 0000000..561bf07 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_half_endcap.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_half_endcap.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_half_endcap.gltf.glb.import new file mode 100644 index 0000000..e249b39 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_half_endcap.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://y4q44jqa6mu1" +path="res://.godot/imported/wall_half_endcap.gltf.glb-37a1640a99d4c1933d04c89ed5921058.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_half_endcap.gltf.glb" +dest_files=["res://.godot/imported/wall_half_endcap.gltf.glb-37a1640a99d4c1933d04c89ed5921058.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_half_endcap_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_half_endcap_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_half_endcap_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_half_endcap_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_half_endcap_dungeon_texture.png.import new file mode 100644 index 0000000..2007946 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_half_endcap_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dke40w0idroit" +path.s3tc="res://.godot/imported/wall_half_endcap_dungeon_texture.png-791941503483296aee4bd92ce78e0f17.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_half_endcap_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_half_endcap_dungeon_texture.png-791941503483296aee4bd92ce78e0f17.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 diff --git a/Assets/Models/Dungeon/gltf/wall_half_endcap_sloped.gltf.glb b/Assets/Models/Dungeon/gltf/wall_half_endcap_sloped.gltf.glb new file mode 100644 index 0000000..cfc1c5e Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_half_endcap_sloped.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_half_endcap_sloped.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_half_endcap_sloped.gltf.glb.import new file mode 100644 index 0000000..2a98484 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_half_endcap_sloped.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bt3nsymhx4xht" +path="res://.godot/imported/wall_half_endcap_sloped.gltf.glb-af31c2d5f00f19314dff88b510191253.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_half_endcap_sloped.gltf.glb" +dest_files=["res://.godot/imported/wall_half_endcap_sloped.gltf.glb-af31c2d5f00f19314dff88b510191253.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_half_endcap_sloped_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_half_endcap_sloped_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_half_endcap_sloped_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_half_endcap_sloped_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_half_endcap_sloped_dungeon_texture.png.import new file mode 100644 index 0000000..e94678a --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_half_endcap_sloped_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://n7h7nlw13axp" +path.s3tc="res://.godot/imported/wall_half_endcap_sloped_dungeon_texture.png-c1795e3304fa339296543ea3b6f0ad98.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_half_endcap_sloped_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_half_endcap_sloped_dungeon_texture.png-c1795e3304fa339296543ea3b6f0ad98.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 diff --git a/Assets/Models/Dungeon/gltf/wall_open_scaffold.gltf.glb b/Assets/Models/Dungeon/gltf/wall_open_scaffold.gltf.glb new file mode 100644 index 0000000..207531f Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_open_scaffold.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_open_scaffold.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_open_scaffold.gltf.glb.import new file mode 100644 index 0000000..5f2e8c3 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_open_scaffold.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bmgmcbinrpa1c" +path="res://.godot/imported/wall_open_scaffold.gltf.glb-330a56f85259ee6757f1e9abc9a9b74a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_open_scaffold.gltf.glb" +dest_files=["res://.godot/imported/wall_open_scaffold.gltf.glb-330a56f85259ee6757f1e9abc9a9b74a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_open_scaffold_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_open_scaffold_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_open_scaffold_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_open_scaffold_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_open_scaffold_dungeon_texture.png.import new file mode 100644 index 0000000..f31b382 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_open_scaffold_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://12vdujsn3p5x" +path.s3tc="res://.godot/imported/wall_open_scaffold_dungeon_texture.png-6f9c6b369bd101ddda8c92bac9180b56.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_open_scaffold_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_open_scaffold_dungeon_texture.png-6f9c6b369bd101ddda8c92bac9180b56.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 diff --git a/Assets/Models/Dungeon/gltf/wall_pillar.gltf.glb b/Assets/Models/Dungeon/gltf/wall_pillar.gltf.glb new file mode 100644 index 0000000..6f50b79 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_pillar.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_pillar.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_pillar.gltf.glb.import new file mode 100644 index 0000000..bb6c973 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_pillar.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c48lvf0bd20al" +path="res://.godot/imported/wall_pillar.gltf.glb-2958a23c0fe97800889688823a3d67d0.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_pillar.gltf.glb" +dest_files=["res://.godot/imported/wall_pillar.gltf.glb-2958a23c0fe97800889688823a3d67d0.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_pillar_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_pillar_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_pillar_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_pillar_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_pillar_dungeon_texture.png.import new file mode 100644 index 0000000..8f930f1 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_pillar_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bjandnlemj1ko" +path.s3tc="res://.godot/imported/wall_pillar_dungeon_texture.png-a330111339bfa4c37f764b65720f34d9.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_pillar_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_pillar_dungeon_texture.png-a330111339bfa4c37f764b65720f34d9.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 diff --git a/Assets/Models/Dungeon/gltf/wall_scaffold.gltf.glb b/Assets/Models/Dungeon/gltf/wall_scaffold.gltf.glb new file mode 100644 index 0000000..f6dcff6 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_scaffold.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_scaffold.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_scaffold.gltf.glb.import new file mode 100644 index 0000000..e1237ad --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_scaffold.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cmpcedkh443gl" +path="res://.godot/imported/wall_scaffold.gltf.glb-1f35771976ba10370b7325e2574ce4a4.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_scaffold.gltf.glb" +dest_files=["res://.godot/imported/wall_scaffold.gltf.glb-1f35771976ba10370b7325e2574ce4a4.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_scaffold_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_scaffold_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_scaffold_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_scaffold_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_scaffold_dungeon_texture.png.import new file mode 100644 index 0000000..ecb7381 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_scaffold_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bf8p2ep6ijn4x" +path.s3tc="res://.godot/imported/wall_scaffold_dungeon_texture.png-5fd26c46bee3d8decd26754f138e75a3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_scaffold_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_scaffold_dungeon_texture.png-5fd26c46bee3d8decd26754f138e75a3.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 diff --git a/Assets/Models/Dungeon/gltf/wall_shelves.gltf.glb b/Assets/Models/Dungeon/gltf/wall_shelves.gltf.glb new file mode 100644 index 0000000..a9c0c66 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_shelves.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_shelves.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_shelves.gltf.glb.import new file mode 100644 index 0000000..b91b0e8 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_shelves.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b816jw8tbte3l" +path="res://.godot/imported/wall_shelves.gltf.glb-3601ec0ee841898cffb58d2e8d5afae1.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_shelves.gltf.glb" +dest_files=["res://.godot/imported/wall_shelves.gltf.glb-3601ec0ee841898cffb58d2e8d5afae1.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_shelves_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_shelves_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_shelves_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_shelves_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_shelves_dungeon_texture.png.import new file mode 100644 index 0000000..700673d --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_shelves_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dievwmk66ry8j" +path.s3tc="res://.godot/imported/wall_shelves_dungeon_texture.png-bda82757d5bc815798d0533b8d313e6d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_shelves_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_shelves_dungeon_texture.png-bda82757d5bc815798d0533b8d313e6d.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 diff --git a/Assets/Models/Dungeon/gltf/wall_sloped.gltf.glb b/Assets/Models/Dungeon/gltf/wall_sloped.gltf.glb new file mode 100644 index 0000000..471dbfb Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_sloped.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_sloped.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_sloped.gltf.glb.import new file mode 100644 index 0000000..f4eeba7 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_sloped.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bnjvl0rqok5kj" +path="res://.godot/imported/wall_sloped.gltf.glb-6fb663111de11911d51db7d70bf52f24.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_sloped.gltf.glb" +dest_files=["res://.godot/imported/wall_sloped.gltf.glb-6fb663111de11911d51db7d70bf52f24.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_sloped_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_sloped_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_sloped_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_sloped_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_sloped_dungeon_texture.png.import new file mode 100644 index 0000000..bd7f380 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_sloped_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://kgk2g83oyrf5" +path.s3tc="res://.godot/imported/wall_sloped_dungeon_texture.png-de43c71989035189a9b7b9795ba72541.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_sloped_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_sloped_dungeon_texture.png-de43c71989035189a9b7b9795ba72541.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 diff --git a/Assets/Models/Dungeon/gltf/wall_window_closed.gltf.glb b/Assets/Models/Dungeon/gltf/wall_window_closed.gltf.glb new file mode 100644 index 0000000..7b8894b Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_window_closed.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_window_closed.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_window_closed.gltf.glb.import new file mode 100644 index 0000000..bf534c7 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_window_closed.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ua0qwlebgg25" +path="res://.godot/imported/wall_window_closed.gltf.glb-8d8237a1926c9b0945a65d932112512a.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_window_closed.gltf.glb" +dest_files=["res://.godot/imported/wall_window_closed.gltf.glb-8d8237a1926c9b0945a65d932112512a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_window_closed_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_window_closed_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_window_closed_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_window_closed_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_window_closed_dungeon_texture.png.import new file mode 100644 index 0000000..81f6fe6 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_window_closed_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c1lnyulfcymu4" +path.s3tc="res://.godot/imported/wall_window_closed_dungeon_texture.png-291ac0576c5f0c902ad2510c377e086d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_window_closed_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_window_closed_dungeon_texture.png-291ac0576c5f0c902ad2510c377e086d.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 diff --git a/Assets/Models/Dungeon/gltf/wall_window_closed_scaffold.gltf.glb b/Assets/Models/Dungeon/gltf/wall_window_closed_scaffold.gltf.glb new file mode 100644 index 0000000..da5ac72 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_window_closed_scaffold.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_window_closed_scaffold.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_window_closed_scaffold.gltf.glb.import new file mode 100644 index 0000000..9a925b9 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_window_closed_scaffold.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cq66w4qlkkc4y" +path="res://.godot/imported/wall_window_closed_scaffold.gltf.glb-8ee6f903bedd68a56edea0418d2e6b0b.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_window_closed_scaffold.gltf.glb" +dest_files=["res://.godot/imported/wall_window_closed_scaffold.gltf.glb-8ee6f903bedd68a56edea0418d2e6b0b.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_window_closed_scaffold_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_window_closed_scaffold_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_window_closed_scaffold_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_window_closed_scaffold_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_window_closed_scaffold_dungeon_texture.png.import new file mode 100644 index 0000000..20bded6 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_window_closed_scaffold_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cobbk35g648xp" +path.s3tc="res://.godot/imported/wall_window_closed_scaffold_dungeon_texture.png-bd30972f05d2e1f8b7893e02b31e9e2c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_window_closed_scaffold_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_window_closed_scaffold_dungeon_texture.png-bd30972f05d2e1f8b7893e02b31e9e2c.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 diff --git a/Assets/Models/Dungeon/gltf/wall_window_open.gltf.glb b/Assets/Models/Dungeon/gltf/wall_window_open.gltf.glb new file mode 100644 index 0000000..b3f82fa Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_window_open.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_window_open.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_window_open.gltf.glb.import new file mode 100644 index 0000000..b5d2b8b --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_window_open.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b11poilw63318" +path="res://.godot/imported/wall_window_open.gltf.glb-620e51c9d3117c381a3e1678a1750486.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_window_open.gltf.glb" +dest_files=["res://.godot/imported/wall_window_open.gltf.glb-620e51c9d3117c381a3e1678a1750486.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_window_open_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_window_open_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_window_open_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_window_open_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_window_open_dungeon_texture.png.import new file mode 100644 index 0000000..4870978 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_window_open_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://can7yfdj1i2gx" +path.s3tc="res://.godot/imported/wall_window_open_dungeon_texture.png-bde00d669062a3e92ae9379e280106bb.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_window_open_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_window_open_dungeon_texture.png-bde00d669062a3e92ae9379e280106bb.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 diff --git a/Assets/Models/Dungeon/gltf/wall_window_open_scaffold.gltf.glb b/Assets/Models/Dungeon/gltf/wall_window_open_scaffold.gltf.glb new file mode 100644 index 0000000..85c498d Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_window_open_scaffold.gltf.glb differ diff --git a/Assets/Models/Dungeon/gltf/wall_window_open_scaffold.gltf.glb.import b/Assets/Models/Dungeon/gltf/wall_window_open_scaffold.gltf.glb.import new file mode 100644 index 0000000..b824493 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_window_open_scaffold.gltf.glb.import @@ -0,0 +1,37 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b4ybnw8or0nd7" +path="res://.godot/imported/wall_window_open_scaffold.gltf.glb-a51af43b1ab69ca119f6acd21c5a82d2.scn" + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_window_open_scaffold.gltf.glb" +dest_files=["res://.godot/imported/wall_window_open_scaffold.gltf.glb-a51af43b1ab69ca119f6acd21c5a82d2.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/Assets/Models/Dungeon/gltf/wall_window_open_scaffold_dungeon_texture.png b/Assets/Models/Dungeon/gltf/wall_window_open_scaffold_dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/gltf/wall_window_open_scaffold_dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/gltf/wall_window_open_scaffold_dungeon_texture.png.import b/Assets/Models/Dungeon/gltf/wall_window_open_scaffold_dungeon_texture.png.import new file mode 100644 index 0000000..d987111 --- /dev/null +++ b/Assets/Models/Dungeon/gltf/wall_window_open_scaffold_dungeon_texture.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://8gf4pujpgir3" +path.s3tc="res://.godot/imported/wall_window_open_scaffold_dungeon_texture.png-235489a9a4547c88899b693a31284b0a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "9a714bc33f4314ea4520009f20b048a8" +} + +[deps] + +source_file="res://Assets/Models/Dungeon/gltf/wall_window_open_scaffold_dungeon_texture.png" +dest_files=["res://.godot/imported/wall_window_open_scaffold_dungeon_texture.png-235489a9a4547c88899b693a31284b0a.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 diff --git a/Assets/Models/Dungeon/texture/dungeon_texture.png b/Assets/Models/Dungeon/texture/dungeon_texture.png new file mode 100644 index 0000000..3c36806 Binary files /dev/null and b/Assets/Models/Dungeon/texture/dungeon_texture.png differ diff --git a/Assets/Models/Dungeon/texture/dungeon_texture.png.import b/Assets/Models/Dungeon/texture/dungeon_texture.png.import new file mode 100644 index 0000000..4e6a891 --- /dev/null +++ b/Assets/Models/Dungeon/texture/dungeon_texture.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dkwso3fd2vpc2" +path="res://.godot/imported/dungeon_texture.png-fc5cb38de8bb7dfe6cf97b2afe57272d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Models/Dungeon/texture/dungeon_texture.png" +dest_files=["res://.godot/imported/dungeon_texture.png-fc5cb38de8bb7dfe6cf97b2afe57272d.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=1 diff --git a/Assets/RifficFree-Bold.ttf b/Assets/RifficFree-Bold.ttf new file mode 100644 index 0000000..428793e Binary files /dev/null and b/Assets/RifficFree-Bold.ttf differ diff --git a/Assets/RifficFree-Bold.ttf.import b/Assets/RifficFree-Bold.ttf.import new file mode 100644 index 0000000..2e376e0 --- /dev/null +++ b/Assets/RifficFree-Bold.ttf.import @@ -0,0 +1,35 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://dxo8wph7mutn4" +path="res://.godot/imported/RifficFree-Bold.ttf-06184badbf2bd918cb8a60ff44ef538c.fontdata" + +[deps] + +source_file="res://Assets/RifficFree-Bold.ttf" +dest_files=["res://.godot/imported/RifficFree-Bold.ttf-06184badbf2bd918cb8a60ff44ef538c.fontdata"] + +[params] + +Rendering=null +antialiasing=1 +generate_mipmaps=false +disable_embedded_bitmaps=true +multichannel_signed_distance_field=false +msdf_pixel_range=8 +msdf_size=48 +allow_system_fallback=true +force_autohinter=false +hinting=1 +subpixel_positioning=4 +keep_rounding_remainders=true +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_000.png b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_000.png new file mode 100644 index 0000000..aca25dc Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_000.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_000.png.import b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_000.png.import new file mode 100644 index 0000000..d19be4f --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_000.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dvo5qjv7b7rxk" +path="res://.godot/imported/0_Demons_of_Darkness_Slashing_000.png-bed72fa2f82d3df6efc49b375757c498.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_000.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Slashing_000.png-bed72fa2f82d3df6efc49b375757c498.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_001.png b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_001.png new file mode 100644 index 0000000..e657947 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_001.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_001.png.import b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_001.png.import new file mode 100644 index 0000000..ef822fc --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dxg7jfwiwhada" +path="res://.godot/imported/0_Demons_of_Darkness_Slashing_001.png-f252fe8c7b43b3ca6781f12389e1ddb0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_001.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Slashing_001.png-f252fe8c7b43b3ca6781f12389e1ddb0.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_002.png b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_002.png new file mode 100644 index 0000000..738d6a2 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_002.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_002.png.import b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_002.png.import new file mode 100644 index 0000000..ee853c7 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://da478mfctlrfk" +path="res://.godot/imported/0_Demons_of_Darkness_Slashing_002.png-bd0a913c1178fffd57afd16bf66131ea.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_002.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Slashing_002.png-bd0a913c1178fffd57afd16bf66131ea.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_003.png b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_003.png new file mode 100644 index 0000000..a4c0346 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_003.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_003.png.import b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_003.png.import new file mode 100644 index 0000000..0474b16 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://3oy8ao6bm755" +path="res://.godot/imported/0_Demons_of_Darkness_Slashing_003.png-dc981370de77bd4a6be4aebc9fcd2be3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_003.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Slashing_003.png-dc981370de77bd4a6be4aebc9fcd2be3.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_004.png b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_004.png new file mode 100644 index 0000000..56c0746 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_004.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_004.png.import b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_004.png.import new file mode 100644 index 0000000..896b53e --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b88qf8tiv1ch7" +path="res://.godot/imported/0_Demons_of_Darkness_Slashing_004.png-f1e980c968e867b6f4a6e7d424627fa3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_004.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Slashing_004.png-f1e980c968e867b6f4a6e7d424627fa3.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_005.png b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_005.png new file mode 100644 index 0000000..2591cd9 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_005.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_005.png.import b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_005.png.import new file mode 100644 index 0000000..7f752ef --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://davddxao371ad" +path="res://.godot/imported/0_Demons_of_Darkness_Slashing_005.png-32eb16de21154a5151d306e85998d6ee.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_005.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Slashing_005.png-32eb16de21154a5151d306e85998d6ee.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_006.png b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_006.png new file mode 100644 index 0000000..c01b033 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_006.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_006.png.import b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_006.png.import new file mode 100644 index 0000000..093b0a3 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cey2i8ossdxs3" +path="res://.godot/imported/0_Demons_of_Darkness_Slashing_006.png-24bc36ee2abe01898b79685f1656292f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_006.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Slashing_006.png-24bc36ee2abe01898b79685f1656292f.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_007.png b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_007.png new file mode 100644 index 0000000..cefc229 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_007.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_007.png.import b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_007.png.import new file mode 100644 index 0000000..f76d11b --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://choyxqrog2h31" +path="res://.godot/imported/0_Demons_of_Darkness_Slashing_007.png-a399c2ee5a0fb97b7527f4bb999ce1d0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_007.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Slashing_007.png-a399c2ee5a0fb97b7527f4bb999ce1d0.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_008.png b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_008.png new file mode 100644 index 0000000..f7870b8 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_008.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_008.png.import b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_008.png.import new file mode 100644 index 0000000..3091dd2 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bx2dm8ywt02ci" +path="res://.godot/imported/0_Demons_of_Darkness_Slashing_008.png-78933e67e82aaa1cb539a41e2bbff94a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_008.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Slashing_008.png-78933e67e82aaa1cb539a41e2bbff94a.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_009.png b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_009.png new file mode 100644 index 0000000..430ace5 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_009.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_009.png.import b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_009.png.import new file mode 100644 index 0000000..e8dcf80 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dwkexry7wiieg" +path="res://.godot/imported/0_Demons_of_Darkness_Slashing_009.png-2d7e1be8c6fdc1fb75fcb2f08cfa3499.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_009.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Slashing_009.png-2d7e1be8c6fdc1fb75fcb2f08cfa3499.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_010.png b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_010.png new file mode 100644 index 0000000..7cdff40 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_010.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_010.png.import b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_010.png.import new file mode 100644 index 0000000..7d1fc14 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d0myitpg72clq" +path="res://.godot/imported/0_Demons_of_Darkness_Slashing_010.png-44b705e7ae657e01083ff8b50ce93cdc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_010.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Slashing_010.png-44b705e7ae657e01083ff8b50ce93cdc.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_011.png b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_011.png new file mode 100644 index 0000000..5705ea7 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_011.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_011.png.import b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_011.png.import new file mode 100644 index 0000000..46840a2 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d0r456yelqmd6" +path="res://.godot/imported/0_Demons_of_Darkness_Slashing_011.png-50b4fac8aa01b12ec6e35b1866518c2a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Attack/0_Demons_of_Darkness_Slashing_011.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Slashing_011.png-50b4fac8aa01b12ec6e35b1866518c2a.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_000.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_000.png new file mode 100644 index 0000000..9c891a9 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_000.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_000.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_000.png.import new file mode 100644 index 0000000..713cf40 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_000.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cw5e43ypp6fsn" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_000.png-842d49bb521f9bc4e4215c4cd1a38d51.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_000.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_000.png-842d49bb521f9bc4e4215c4cd1a38d51.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_001.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_001.png new file mode 100644 index 0000000..ea2b054 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_001.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_001.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_001.png.import new file mode 100644 index 0000000..fede880 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bswaldrg0hqqm" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_001.png-b62939638e632683a0ef99b3ed262354.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_001.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_001.png-b62939638e632683a0ef99b3ed262354.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_002.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_002.png new file mode 100644 index 0000000..e55a851 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_002.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_002.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_002.png.import new file mode 100644 index 0000000..44f4125 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b1nvm7wlerw84" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_002.png-36acd632e2eb158bf04dc269554dfe03.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_002.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_002.png-36acd632e2eb158bf04dc269554dfe03.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_003.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_003.png new file mode 100644 index 0000000..e1e1905 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_003.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_003.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_003.png.import new file mode 100644 index 0000000..b20db76 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cms34j2b33xnm" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_003.png-9fa6deb4a04444b38e31f29f13cc6ef5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_003.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_003.png-9fa6deb4a04444b38e31f29f13cc6ef5.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_004.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_004.png new file mode 100644 index 0000000..e36dcc9 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_004.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_004.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_004.png.import new file mode 100644 index 0000000..7a995f8 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://k808joaeuuwa" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_004.png-bc02914e9665af5876d6c5eae96e224b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_004.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_004.png-bc02914e9665af5876d6c5eae96e224b.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_005.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_005.png new file mode 100644 index 0000000..de55c1c Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_005.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_005.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_005.png.import new file mode 100644 index 0000000..9073ead --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bfpmrov63bx8" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_005.png-ce09579ade3dac7b58928b77782cf4d8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_005.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_005.png-ce09579ade3dac7b58928b77782cf4d8.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_006.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_006.png new file mode 100644 index 0000000..65dbb7e Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_006.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_006.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_006.png.import new file mode 100644 index 0000000..4ea8166 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bs61qx2hwom8u" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_006.png-5e8d915242d88d9e27fd7a23d663f4c7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_006.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_006.png-5e8d915242d88d9e27fd7a23d663f4c7.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_007.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_007.png new file mode 100644 index 0000000..f23f90e Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_007.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_007.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_007.png.import new file mode 100644 index 0000000..32f9bf9 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b5q8uducms47b" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_007.png-cc227f323f0e7fdea3848f082e52236c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_007.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_007.png-cc227f323f0e7fdea3848f082e52236c.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_008.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_008.png new file mode 100644 index 0000000..52a3ea7 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_008.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_008.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_008.png.import new file mode 100644 index 0000000..98cef88 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cuxjph4ulao7w" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_008.png-e83b34454b36be8da5d81e92240eff75.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_008.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_008.png-e83b34454b36be8da5d81e92240eff75.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_009.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_009.png new file mode 100644 index 0000000..0421171 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_009.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_009.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_009.png.import new file mode 100644 index 0000000..45fd990 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cuu811bv3klr4" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_009.png-3f5a17f6f1680dfb5ae0ea2c390799ea.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_009.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_009.png-3f5a17f6f1680dfb5ae0ea2c390799ea.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_010.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_010.png new file mode 100644 index 0000000..992c027 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_010.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_010.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_010.png.import new file mode 100644 index 0000000..ade52b4 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://diivox23r3ojl" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_010.png-30854ad93d50cca0b24c4ab779407a23.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_010.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_010.png-30854ad93d50cca0b24c4ab779407a23.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_011.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_011.png new file mode 100644 index 0000000..4afee08 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_011.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_011.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_011.png.import new file mode 100644 index 0000000..510e6e0 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cp618onehj1an" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_011.png-1f8183284d0d6da1c4333b735d6c60bb.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_011.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_011.png-1f8183284d0d6da1c4333b735d6c60bb.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_012.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_012.png new file mode 100644 index 0000000..4afee08 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_012.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_012.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_012.png.import new file mode 100644 index 0000000..a9cb101 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_012.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bq4le84bhby0p" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_012.png-5b4aafc67336781cef901f09676f928f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_012.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_012.png-5b4aafc67336781cef901f09676f928f.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_013.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_013.png new file mode 100644 index 0000000..4afee08 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_013.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_013.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_013.png.import new file mode 100644 index 0000000..3ca4b41 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_013.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://slu2021orwi2" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_013.png-c2491914fca76205047775484f959756.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_013.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_013.png-c2491914fca76205047775484f959756.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_014.png b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_014.png new file mode 100644 index 0000000..4afee08 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_014.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_014.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_014.png.import new file mode 100644 index 0000000..e1ca649 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_014.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dhxl1j46tk32m" +path="res://.godot/imported/0_Demons_of_Darkness_Dying_014.png-e1eec06a1f113375c3ca5fced9a9ddfc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/0_Demons_of_Darkness_Dying_014.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Dying_014.png-e1eec06a1f113375c3ca5fced9a9ddfc.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_0.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_0.png new file mode 100644 index 0000000..7d41e41 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_0.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_0.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_0.png.import new file mode 100644 index 0000000..5c96b51 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_0.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://chef8mbuox6km" +path="res://.godot/imported/smoke-Fx3_0.png-55f341d2cd51e493701559c40d8122e9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_0.png" +dest_files=["res://.godot/imported/smoke-Fx3_0.png-55f341d2cd51e493701559c40d8122e9.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_1.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_1.png new file mode 100644 index 0000000..5fca839 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_1.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_1.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_1.png.import new file mode 100644 index 0000000..58e6c33 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://3ohdwsurfoeu" +path="res://.godot/imported/smoke-Fx3_1.png-b83636c34640b9008a4434f55cec77b1.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_1.png" +dest_files=["res://.godot/imported/smoke-Fx3_1.png-b83636c34640b9008a4434f55cec77b1.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_10.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_10.png new file mode 100644 index 0000000..0a71bc2 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_10.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_10.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_10.png.import new file mode 100644 index 0000000..43521c9 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_10.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://db81npod4f4o5" +path="res://.godot/imported/smoke-Fx3_10.png-5304fb5a3c11b37eae85fb474c52ff09.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_10.png" +dest_files=["res://.godot/imported/smoke-Fx3_10.png-5304fb5a3c11b37eae85fb474c52ff09.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_11.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_11.png new file mode 100644 index 0000000..9baf91d Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_11.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_11.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_11.png.import new file mode 100644 index 0000000..78b77cf --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_11.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ctbuysfrrhbim" +path="res://.godot/imported/smoke-Fx3_11.png-61473fe8ff8b7a9dc90614c0dcdb3659.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_11.png" +dest_files=["res://.godot/imported/smoke-Fx3_11.png-61473fe8ff8b7a9dc90614c0dcdb3659.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_12.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_12.png new file mode 100644 index 0000000..959922c Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_12.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_12.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_12.png.import new file mode 100644 index 0000000..fda343e --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_12.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dvvp7ypa7qw5y" +path="res://.godot/imported/smoke-Fx3_12.png-68a8bd37ec18910fa0cffa8f47198f81.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_12.png" +dest_files=["res://.godot/imported/smoke-Fx3_12.png-68a8bd37ec18910fa0cffa8f47198f81.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_13.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_13.png new file mode 100644 index 0000000..3ee8354 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_13.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_13.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_13.png.import new file mode 100644 index 0000000..0698397 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_13.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cehjrrh0eu3it" +path="res://.godot/imported/smoke-Fx3_13.png-093e58e28e22ef81f4cf803f3951a0ad.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_13.png" +dest_files=["res://.godot/imported/smoke-Fx3_13.png-093e58e28e22ef81f4cf803f3951a0ad.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_14.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_14.png new file mode 100644 index 0000000..fb007e0 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_14.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_14.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_14.png.import new file mode 100644 index 0000000..f409a4f --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_14.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://hyayjdxc8fnq" +path="res://.godot/imported/smoke-Fx3_14.png-71463ed069c80829e735201477342fb4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_14.png" +dest_files=["res://.godot/imported/smoke-Fx3_14.png-71463ed069c80829e735201477342fb4.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_15.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_15.png new file mode 100644 index 0000000..135dd9f Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_15.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_15.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_15.png.import new file mode 100644 index 0000000..68c1560 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_15.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ckly5yf4ip7uk" +path="res://.godot/imported/smoke-Fx3_15.png-e96144d6b7617892ec6343ccb59ae31a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_15.png" +dest_files=["res://.godot/imported/smoke-Fx3_15.png-e96144d6b7617892ec6343ccb59ae31a.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_16.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_16.png new file mode 100644 index 0000000..bb9ecae Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_16.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_16.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_16.png.import new file mode 100644 index 0000000..6d7afb4 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_16.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dmnu5t016kj2c" +path="res://.godot/imported/smoke-Fx3_16.png-76bd43312636e6ef98648a4b1514c221.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_16.png" +dest_files=["res://.godot/imported/smoke-Fx3_16.png-76bd43312636e6ef98648a4b1514c221.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_17.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_17.png new file mode 100644 index 0000000..5fdead6 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_17.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_17.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_17.png.import new file mode 100644 index 0000000..ad3527d --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_17.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://n06xuxtss0hq" +path="res://.godot/imported/smoke-Fx3_17.png-f5cc87adb364251f60a01cd6dc539daf.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_17.png" +dest_files=["res://.godot/imported/smoke-Fx3_17.png-f5cc87adb364251f60a01cd6dc539daf.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_2.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_2.png new file mode 100644 index 0000000..b4743c1 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_2.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_2.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_2.png.import new file mode 100644 index 0000000..21f2044 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d0v64hk4wm5lc" +path="res://.godot/imported/smoke-Fx3_2.png-f4b5da2c1b9f77d94e7c12516d7d8295.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_2.png" +dest_files=["res://.godot/imported/smoke-Fx3_2.png-f4b5da2c1b9f77d94e7c12516d7d8295.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_3.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_3.png new file mode 100644 index 0000000..4c421cb Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_3.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_3.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_3.png.import new file mode 100644 index 0000000..0110711 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_3.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://mar8yebqliqh" +path="res://.godot/imported/smoke-Fx3_3.png-1bb65544dc354a6396d54967c3a959a9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_3.png" +dest_files=["res://.godot/imported/smoke-Fx3_3.png-1bb65544dc354a6396d54967c3a959a9.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_4.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_4.png new file mode 100644 index 0000000..b5e24f2 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_4.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_4.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_4.png.import new file mode 100644 index 0000000..c04c5cf --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_4.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ckg2xs2isscuh" +path="res://.godot/imported/smoke-Fx3_4.png-1d48ac831f15f1c303e390f583d38c9d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_4.png" +dest_files=["res://.godot/imported/smoke-Fx3_4.png-1d48ac831f15f1c303e390f583d38c9d.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_5.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_5.png new file mode 100644 index 0000000..40d5c17 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_5.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_5.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_5.png.import new file mode 100644 index 0000000..00b1415 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_5.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://drcnk8f71uxpd" +path="res://.godot/imported/smoke-Fx3_5.png-6c8e9c82b9496b056901a50adbce79f6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_5.png" +dest_files=["res://.godot/imported/smoke-Fx3_5.png-6c8e9c82b9496b056901a50adbce79f6.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_6.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_6.png new file mode 100644 index 0000000..c2d65de Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_6.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_6.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_6.png.import new file mode 100644 index 0000000..7bbd9ef --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_6.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://beyjps7vic8ic" +path="res://.godot/imported/smoke-Fx3_6.png-a73a9f8293e77938792fa05985e67767.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_6.png" +dest_files=["res://.godot/imported/smoke-Fx3_6.png-a73a9f8293e77938792fa05985e67767.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_7.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_7.png new file mode 100644 index 0000000..a191116 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_7.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_7.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_7.png.import new file mode 100644 index 0000000..857011b --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_7.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cfc12nsoawgjm" +path="res://.godot/imported/smoke-Fx3_7.png-d26bd600772dc1834c3029ecc2a3262e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_7.png" +dest_files=["res://.godot/imported/smoke-Fx3_7.png-d26bd600772dc1834c3029ecc2a3262e.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_8.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_8.png new file mode 100644 index 0000000..8f1e2ed Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_8.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_8.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_8.png.import new file mode 100644 index 0000000..faa63df --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_8.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ch7mck4xouffh" +path="res://.godot/imported/smoke-Fx3_8.png-42a3ad2eda784211cd2317617d61f0d5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_8.png" +dest_files=["res://.godot/imported/smoke-Fx3_8.png-42a3ad2eda784211cd2317617d61f0d5.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_9.png b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_9.png new file mode 100644 index 0000000..45494b3 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_9.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_9.png.import b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_9.png.import new file mode 100644 index 0000000..50a06f4 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_9.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dbiegifj8fqn2" +path="res://.godot/imported/smoke-Fx3_9.png-511cbdfd6379e1f8830cbe0e5cfa831e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Death/smoke-Fx3_9.png" +dest_files=["res://.godot/imported/smoke-Fx3_9.png-511cbdfd6379e1f8830cbe0e5cfa831e.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_000.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_000.png new file mode 100644 index 0000000..9c891a9 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_000.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_000.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_000.png.import new file mode 100644 index 0000000..7f8bbb0 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_000.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bfn8atjul2a3m" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_000.png-17d3b3de60a8fbd56da6ded2a2c18e15.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_000.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_000.png-17d3b3de60a8fbd56da6ded2a2c18e15.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_001.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_001.png new file mode 100644 index 0000000..f512ad0 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_001.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_001.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_001.png.import new file mode 100644 index 0000000..5109f76 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cwxc71nnvvtqk" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_001.png-b71247f2b13bd5b0b88f24dc03975118.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_001.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_001.png-b71247f2b13bd5b0b88f24dc03975118.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_002.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_002.png new file mode 100644 index 0000000..373cf9f Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_002.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_002.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_002.png.import new file mode 100644 index 0000000..c1219f6 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bj0bi2g1bc52d" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_002.png-110ee088f71ff8d2dd0a20b7dcaac6af.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_002.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_002.png-110ee088f71ff8d2dd0a20b7dcaac6af.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_003.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_003.png new file mode 100644 index 0000000..6862713 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_003.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_003.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_003.png.import new file mode 100644 index 0000000..a999bf2 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://rarsinavrhmw" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_003.png-1332342959f47ddeeb539b2f078b0b93.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_003.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_003.png-1332342959f47ddeeb539b2f078b0b93.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_004.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_004.png new file mode 100644 index 0000000..1c9fee0 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_004.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_004.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_004.png.import new file mode 100644 index 0000000..8350459 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d2avrctnhm0hi" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_004.png-0bda3646f150971f75a5db78228fea34.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_004.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_004.png-0bda3646f150971f75a5db78228fea34.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_005.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_005.png new file mode 100644 index 0000000..52c531b Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_005.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_005.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_005.png.import new file mode 100644 index 0000000..1a5ee85 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ys2birfuivt" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_005.png-41ad4c225f599ad2d5ceb8e3062d319a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_005.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_005.png-41ad4c225f599ad2d5ceb8e3062d319a.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_006.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_006.png new file mode 100644 index 0000000..888dc71 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_006.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_006.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_006.png.import new file mode 100644 index 0000000..ae17a84 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://djkj5nfoow45h" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_006.png-d9588c155eeddd05629c53d703796323.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_006.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_006.png-d9588c155eeddd05629c53d703796323.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_007.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_007.png new file mode 100644 index 0000000..90c9840 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_007.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_007.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_007.png.import new file mode 100644 index 0000000..dcf0d49 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bw534v8oy8yci" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_007.png-188ad29b752860314d8e77c187df46e8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_007.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_007.png-188ad29b752860314d8e77c187df46e8.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_008.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_008.png new file mode 100644 index 0000000..fd23ace Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_008.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_008.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_008.png.import new file mode 100644 index 0000000..1e788c1 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://gar4tab4ri20" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_008.png-e97421a051c8c6bccaddd0447139b763.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_008.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_008.png-e97421a051c8c6bccaddd0447139b763.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_009.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_009.png new file mode 100644 index 0000000..0b6e90b Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_009.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_009.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_009.png.import new file mode 100644 index 0000000..6daa262 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://boxo0654wt2c6" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_009.png-4ac90755109b42e2b29d55fd8e69bb02.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_009.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_009.png-4ac90755109b42e2b29d55fd8e69bb02.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_010.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_010.png new file mode 100644 index 0000000..07c6c32 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_010.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_010.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_010.png.import new file mode 100644 index 0000000..a981138 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://capu73321dq2n" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_010.png-c21475ac635776e11422ff2e2bc15f8d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_010.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_010.png-c21475ac635776e11422ff2e2bc15f8d.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_011.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_011.png new file mode 100644 index 0000000..238c76f Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_011.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_011.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_011.png.import new file mode 100644 index 0000000..dfd133d --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dcpl5e04wqctl" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_011.png-4c85c69086e906a3a5b0a04048440fc7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_011.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_011.png-4c85c69086e906a3a5b0a04048440fc7.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_012.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_012.png new file mode 100644 index 0000000..57b5492 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_012.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_012.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_012.png.import new file mode 100644 index 0000000..9f96e1b --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_012.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dj5dm6k4x150n" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_012.png-1259f08bea473c3477b3c13c68b9af2c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_012.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_012.png-1259f08bea473c3477b3c13c68b9af2c.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_013.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_013.png new file mode 100644 index 0000000..26c5542 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_013.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_013.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_013.png.import new file mode 100644 index 0000000..b165276 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_013.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bvl8v8f4i1sqs" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_013.png-9401d142641128e7b680798fcb8eb52d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_013.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_013.png-9401d142641128e7b680798fcb8eb52d.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_014.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_014.png new file mode 100644 index 0000000..701575f Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_014.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_014.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_014.png.import new file mode 100644 index 0000000..d64396f --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_014.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cb50yfsju7hqj" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_014.png-d5e197649ab4229f17c54fbafd47739d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_014.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_014.png-d5e197649ab4229f17c54fbafd47739d.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_015.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_015.png new file mode 100644 index 0000000..3b52368 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_015.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_015.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_015.png.import new file mode 100644 index 0000000..212a6f1 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_015.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://n3t3cg8wafw2" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_015.png-ed910dd044a1ac23c1b6cc7b641fadaf.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_015.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_015.png-ed910dd044a1ac23c1b6cc7b641fadaf.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_016.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_016.png new file mode 100644 index 0000000..1c6ca03 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_016.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_016.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_016.png.import new file mode 100644 index 0000000..48f6b13 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_016.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cegtd5jr8x8ya" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_016.png-ecd2a484587f1f2f13865c2ac41e5be6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_016.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_016.png-ecd2a484587f1f2f13865c2ac41e5be6.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_017.png b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_017.png new file mode 100644 index 0000000..821e70a Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_017.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_017.png.import b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_017.png.import new file mode 100644 index 0000000..e8c4d42 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_017.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dknybun2an6nc" +path="res://.godot/imported/0_Demons_of_Darkness_Idle_017.png-0dfafaf860bbf007e0ffe17ad2c2bfdf.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Idle/0_Demons_of_Darkness_Idle_017.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Idle_017.png-0dfafaf860bbf007e0ffe17ad2c2bfdf.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_000.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_000.png new file mode 100644 index 0000000..48ea1fc Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_000.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_000.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_000.png.import new file mode 100644 index 0000000..2ee9a32 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_000.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bki2ol65b0pjr" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_000.png-b63c49eed1c4886e66755cde3b7394a7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_000.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_000.png-b63c49eed1c4886e66755cde3b7394a7.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_001.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_001.png new file mode 100644 index 0000000..a885ff8 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_001.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_001.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_001.png.import new file mode 100644 index 0000000..216162a --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d062y1w1d7tmu" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_001.png-a24366a5a739d1130115982778204f42.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_001.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_001.png-a24366a5a739d1130115982778204f42.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_002.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_002.png new file mode 100644 index 0000000..2b08117 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_002.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_002.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_002.png.import new file mode 100644 index 0000000..04fe3dd --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://qdbn453nky5" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_002.png-d2cd83a23ebffb56ff853b993bba5dd7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_002.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_002.png-d2cd83a23ebffb56ff853b993bba5dd7.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_003.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_003.png new file mode 100644 index 0000000..6c0e9f3 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_003.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_003.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_003.png.import new file mode 100644 index 0000000..7e3f414 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bpr2qowf7o5b1" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_003.png-482b03cf9b63ec5a1f823402e0845746.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_003.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_003.png-482b03cf9b63ec5a1f823402e0845746.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_004.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_004.png new file mode 100644 index 0000000..ffdb49d Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_004.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_004.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_004.png.import new file mode 100644 index 0000000..d0bf402 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://o6inr8psgal" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_004.png-063af51f82f7822795d25fc050143c31.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_004.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_004.png-063af51f82f7822795d25fc050143c31.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_005.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_005.png new file mode 100644 index 0000000..df59142 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_005.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_005.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_005.png.import new file mode 100644 index 0000000..bd1859c --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://4rf2gen5wnns" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_005.png-fb9412d36fbb4b4cdab94c0b6f77d9f5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_005.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_005.png-fb9412d36fbb4b4cdab94c0b6f77d9f5.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_006.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_006.png new file mode 100644 index 0000000..6e590d3 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_006.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_006.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_006.png.import new file mode 100644 index 0000000..de44522 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bin1ikx7d13rm" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_006.png-408005f7f2bfb3cbd08456355cf1c5bc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_006.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_006.png-408005f7f2bfb3cbd08456355cf1c5bc.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_007.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_007.png new file mode 100644 index 0000000..253a1b6 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_007.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_007.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_007.png.import new file mode 100644 index 0000000..85237ed --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bnrlnevfhy4qh" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_007.png-85a2179a957ddf727311fe6bf215b159.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_007.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_007.png-85a2179a957ddf727311fe6bf215b159.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_008.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_008.png new file mode 100644 index 0000000..e356c6a Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_008.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_008.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_008.png.import new file mode 100644 index 0000000..0dabb45 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://q8m4p3p3ds84" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_008.png-c16307ee2a224a1db1255b52f9e179e9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_008.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_008.png-c16307ee2a224a1db1255b52f9e179e9.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_009.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_009.png new file mode 100644 index 0000000..4f83ad2 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_009.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_009.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_009.png.import new file mode 100644 index 0000000..8477338 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cdxqvjmofmcde" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_009.png-684ed37c7747bca595b2a49d76590f2a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_009.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_009.png-684ed37c7747bca595b2a49d76590f2a.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_010.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_010.png new file mode 100644 index 0000000..a85af76 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_010.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_010.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_010.png.import new file mode 100644 index 0000000..8f88e3b --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cninq7iq7qyaf" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_010.png-eb5f63f8028358f46e4c745caa06bb63.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_010.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_010.png-eb5f63f8028358f46e4c745caa06bb63.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_011.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_011.png new file mode 100644 index 0000000..933e686 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_011.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_011.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_011.png.import new file mode 100644 index 0000000..26c0154 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://7wnqmiqsnni" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_011.png-6e9a963694c1e71b9a0b858a7b6641b0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_011.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_011.png-6e9a963694c1e71b9a0b858a7b6641b0.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_012.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_012.png new file mode 100644 index 0000000..b19428c Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_012.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_012.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_012.png.import new file mode 100644 index 0000000..1626812 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_012.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://drjqb35hrobde" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_012.png-f7fe350555f9fe78e42e47c62b1f972b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_012.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_012.png-f7fe350555f9fe78e42e47c62b1f972b.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_013.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_013.png new file mode 100644 index 0000000..0a83f9c Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_013.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_013.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_013.png.import new file mode 100644 index 0000000..332f959 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_013.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bo14hvx7kp4vq" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_013.png-b8a3722e694abecf09196fefdaa00cee.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_013.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_013.png-b8a3722e694abecf09196fefdaa00cee.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_014.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_014.png new file mode 100644 index 0000000..6a92943 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_014.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_014.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_014.png.import new file mode 100644 index 0000000..10170fe --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_014.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b5d81x8uc70nx" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_014.png-70ecf2d01d3359a5ea1e26a0d58bea19.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_014.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_014.png-70ecf2d01d3359a5ea1e26a0d58bea19.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_015.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_015.png new file mode 100644 index 0000000..e21708d Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_015.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_015.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_015.png.import new file mode 100644 index 0000000..47c6e14 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_015.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bm8knl4atdulo" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_015.png-ce39c083f04b16011fcaa5715ae4b631.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_015.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_015.png-ce39c083f04b16011fcaa5715ae4b631.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_016.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_016.png new file mode 100644 index 0000000..694631d Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_016.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_016.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_016.png.import new file mode 100644 index 0000000..304d2a9 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_016.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cphy4rkc2sml1" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_016.png-f3fd1b48f93aef2c080c0b0f6b1667bf.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_016.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_016.png-f3fd1b48f93aef2c080c0b0f6b1667bf.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_017.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_017.png new file mode 100644 index 0000000..9f5c9a5 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_017.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_017.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_017.png.import new file mode 100644 index 0000000..694968b --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_017.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c6qqlqbdboqp7" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_017.png-1bb569266654f74d999c1bd658ad45fd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_017.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_017.png-1bb569266654f74d999c1bd658ad45fd.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_018.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_018.png new file mode 100644 index 0000000..77156f6 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_018.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_018.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_018.png.import new file mode 100644 index 0000000..70752eb --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_018.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://s3lihaoqhan0" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_018.png-8796f98c77cb0f2443e826e74b203b25.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_018.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_018.png-8796f98c77cb0f2443e826e74b203b25.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_019.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_019.png new file mode 100644 index 0000000..c3a5645 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_019.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_019.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_019.png.import new file mode 100644 index 0000000..7d6e9fb --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_019.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://drgqkp40ufpya" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_019.png-487beebba043788439836f090e8c6050.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_019.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_019.png-487beebba043788439836f090e8c6050.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_020.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_020.png new file mode 100644 index 0000000..cfa59cb Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_020.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_020.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_020.png.import new file mode 100644 index 0000000..93b9b44 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_020.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://t2uuis5ajhod" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_020.png-7d599d7d6ec5021c50ef8e15ebcc4db9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_020.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_020.png-7d599d7d6ec5021c50ef8e15ebcc4db9.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_021.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_021.png new file mode 100644 index 0000000..da98c7d Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_021.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_021.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_021.png.import new file mode 100644 index 0000000..00f8854 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_021.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cps8ob1loatnb" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_021.png-4b195adc6b18ed7b223039d2cc4fc045.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_021.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_021.png-4b195adc6b18ed7b223039d2cc4fc045.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_022.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_022.png new file mode 100644 index 0000000..1ad2fc2 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_022.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_022.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_022.png.import new file mode 100644 index 0000000..fd7cfe7 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_022.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cas4tc5m6t8l5" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_022.png-5ad3cacae83ff0534c795ceab1d1f46d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_022.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_022.png-5ad3cacae83ff0534c795ceab1d1f46d.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_023.png b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_023.png new file mode 100644 index 0000000..fda0a44 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_023.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_023.png.import b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_023.png.import new file mode 100644 index 0000000..9ae9adb --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_023.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://6blnn8gk221d" +path="res://.godot/imported/0_Demons_of_Darkness_Walking_023.png-0d85e6b68b3678f32728d6815a6c3caf.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/Move/0_Demons_of_Darkness_Walking_023.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Walking_023.png-0d85e6b68b3678f32728d6815a6c3caf.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_000.png b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_000.png new file mode 100644 index 0000000..9c891a9 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_000.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_000.png.import b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_000.png.import new file mode 100644 index 0000000..a0d9a9d --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_000.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cit17r41tv84i" +path="res://.godot/imported/0_Demons_of_Darkness_Hurt_000.png-39b71bf41e26c060f8cf759da3e4b453.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_000.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Hurt_000.png-39b71bf41e26c060f8cf759da3e4b453.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_001.png b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_001.png new file mode 100644 index 0000000..a8bf93d Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_001.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_001.png.import b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_001.png.import new file mode 100644 index 0000000..203ebf6 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://coy13776v6c1n" +path="res://.godot/imported/0_Demons_of_Darkness_Hurt_001.png-b71d57af17625ca24f961a9478496f9c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_001.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Hurt_001.png-b71d57af17625ca24f961a9478496f9c.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_002.png b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_002.png new file mode 100644 index 0000000..fc51c83 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_002.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_002.png.import b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_002.png.import new file mode 100644 index 0000000..b3afeec --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b1o1lptutfhuc" +path="res://.godot/imported/0_Demons_of_Darkness_Hurt_002.png-d1604056093a5eacc8ca64b24f1f0f71.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_002.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Hurt_002.png-d1604056093a5eacc8ca64b24f1f0f71.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_003.png b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_003.png new file mode 100644 index 0000000..fa76b7b Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_003.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_003.png.import b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_003.png.import new file mode 100644 index 0000000..ec33563 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dqifj6qpgsk1s" +path="res://.godot/imported/0_Demons_of_Darkness_Hurt_003.png-2cb87901d5bb4b24745c0da3bc0bfd43.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_003.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Hurt_003.png-2cb87901d5bb4b24745c0da3bc0bfd43.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_004.png b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_004.png new file mode 100644 index 0000000..3021d2b Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_004.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_004.png.import b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_004.png.import new file mode 100644 index 0000000..f664648 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://snv5xmginbq8" +path="res://.godot/imported/0_Demons_of_Darkness_Hurt_004.png-c9e0541ffe7d5aef2c3a263968401738.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_004.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Hurt_004.png-c9e0541ffe7d5aef2c3a263968401738.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_005.png b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_005.png new file mode 100644 index 0000000..3a00bba Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_005.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_005.png.import b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_005.png.import new file mode 100644 index 0000000..afb424c --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dv7t1fwmyydts" +path="res://.godot/imported/0_Demons_of_Darkness_Hurt_005.png-2d5b37ee953e0ce4c662248b6d2c79c4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_005.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Hurt_005.png-2d5b37ee953e0ce4c662248b6d2c79c4.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_006.png b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_006.png new file mode 100644 index 0000000..849b6a5 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_006.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_006.png.import b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_006.png.import new file mode 100644 index 0000000..e6d7eb8 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c8juxrkryblys" +path="res://.godot/imported/0_Demons_of_Darkness_Hurt_006.png-e3abe1859846c7f1dd87823241270567.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_006.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Hurt_006.png-e3abe1859846c7f1dd87823241270567.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_007.png b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_007.png new file mode 100644 index 0000000..91b717f Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_007.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_007.png.import b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_007.png.import new file mode 100644 index 0000000..e6bcf2f --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://kehgqmuxiaeb" +path="res://.godot/imported/0_Demons_of_Darkness_Hurt_007.png-3d857c00b18ad014c3c8939045e9b6d2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_007.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Hurt_007.png-3d857c00b18ad014c3c8939045e9b6d2.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_008.png b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_008.png new file mode 100644 index 0000000..23d1821 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_008.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_008.png.import b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_008.png.import new file mode 100644 index 0000000..729cb17 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dxw501ioastel" +path="res://.godot/imported/0_Demons_of_Darkness_Hurt_008.png-ac4858c18196643a520139e24c58f9df.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_008.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Hurt_008.png-ac4858c18196643a520139e24c58f9df.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_009.png b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_009.png new file mode 100644 index 0000000..ac93814 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_009.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_009.png.import b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_009.png.import new file mode 100644 index 0000000..b353794 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bk24aae0exj8c" +path="res://.godot/imported/0_Demons_of_Darkness_Hurt_009.png-047a02c1b451ba87ba4c9553eae038f0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_009.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Hurt_009.png-047a02c1b451ba87ba4c9553eae038f0.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_010.png b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_010.png new file mode 100644 index 0000000..aff1208 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_010.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_010.png.import b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_010.png.import new file mode 100644 index 0000000..9c2f6a1 --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://xujuv00sthbv" +path="res://.godot/imported/0_Demons_of_Darkness_Hurt_010.png-01e960c34deede36c85c3ddc1aa8ef21.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_010.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Hurt_010.png-01e960c34deede36c85c3ddc1aa8ef21.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=1 diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_011.png b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_011.png new file mode 100644 index 0000000..aaab441 Binary files /dev/null and b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_011.png differ diff --git a/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_011.png.import b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_011.png.import new file mode 100644 index 0000000..9ed189a --- /dev/null +++ b/Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ch0bumkyb0ek5" +path="res://.godot/imported/0_Demons_of_Darkness_Hurt_011.png-ae254b30cf3bd27e28ee9653bf71beb4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Enemy Knight/TakeHit/0_Demons_of_Darkness_Hurt_011.png" +dest_files=["res://.godot/imported/0_Demons_of_Darkness_Hurt_011.png-ae254b30cf3bd27e28ee9653bf71beb4.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_000.png b/Assets/Sprites/Characters/Player/Dying/Dying_000.png new file mode 100644 index 0000000..62535ba Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_000.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_000.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_000.png.import new file mode 100644 index 0000000..caa6854 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_000.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b0xk3wnv4ykpc" +path="res://.godot/imported/Dying_000.png-f9afdf5c64fe6e7f099680fbf4b3ca91.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_000.png" +dest_files=["res://.godot/imported/Dying_000.png-f9afdf5c64fe6e7f099680fbf4b3ca91.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_001.png b/Assets/Sprites/Characters/Player/Dying/Dying_001.png new file mode 100644 index 0000000..910a389 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_001.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_001.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_001.png.import new file mode 100644 index 0000000..496d15f --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://1yusfog6bnu2" +path="res://.godot/imported/Dying_001.png-e3c6f14e3e9b3a6b2a57e1cb04d016a3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_001.png" +dest_files=["res://.godot/imported/Dying_001.png-e3c6f14e3e9b3a6b2a57e1cb04d016a3.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_002.png b/Assets/Sprites/Characters/Player/Dying/Dying_002.png new file mode 100644 index 0000000..1151801 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_002.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_002.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_002.png.import new file mode 100644 index 0000000..1f1ccfc --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6vv7xarmyrs6" +path="res://.godot/imported/Dying_002.png-5cb62daf56a1cc4b6e44a1904ad35cdd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_002.png" +dest_files=["res://.godot/imported/Dying_002.png-5cb62daf56a1cc4b6e44a1904ad35cdd.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_003.png b/Assets/Sprites/Characters/Player/Dying/Dying_003.png new file mode 100644 index 0000000..3618e71 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_003.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_003.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_003.png.import new file mode 100644 index 0000000..96bd03d --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brdnk00rtxynl" +path="res://.godot/imported/Dying_003.png-e7c33cf52f35cbbbbb405ffd00a6e2c3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_003.png" +dest_files=["res://.godot/imported/Dying_003.png-e7c33cf52f35cbbbbb405ffd00a6e2c3.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_004.png b/Assets/Sprites/Characters/Player/Dying/Dying_004.png new file mode 100644 index 0000000..5de2060 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_004.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_004.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_004.png.import new file mode 100644 index 0000000..ecb8bba --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://7h7uio31xpem" +path="res://.godot/imported/Dying_004.png-5eb057abeed76c48675119e1c3f55086.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_004.png" +dest_files=["res://.godot/imported/Dying_004.png-5eb057abeed76c48675119e1c3f55086.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_005.png b/Assets/Sprites/Characters/Player/Dying/Dying_005.png new file mode 100644 index 0000000..781b372 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_005.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_005.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_005.png.import new file mode 100644 index 0000000..5a45b6d --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://h44nx6flon0o" +path="res://.godot/imported/Dying_005.png-b878b6d541e1ce54d2fd11818dd25d2b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_005.png" +dest_files=["res://.godot/imported/Dying_005.png-b878b6d541e1ce54d2fd11818dd25d2b.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_006.png b/Assets/Sprites/Characters/Player/Dying/Dying_006.png new file mode 100644 index 0000000..a67e225 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_006.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_006.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_006.png.import new file mode 100644 index 0000000..3f8c7dc --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bhcvd2a33yisc" +path="res://.godot/imported/Dying_006.png-1ae738a4a1567900f95ca219bb991d65.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_006.png" +dest_files=["res://.godot/imported/Dying_006.png-1ae738a4a1567900f95ca219bb991d65.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_007.png b/Assets/Sprites/Characters/Player/Dying/Dying_007.png new file mode 100644 index 0000000..59d9df7 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_007.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_007.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_007.png.import new file mode 100644 index 0000000..b706996 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://be8xsnstl0k4b" +path="res://.godot/imported/Dying_007.png-69ddf4eb40b89315d870ccb6c775ece8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_007.png" +dest_files=["res://.godot/imported/Dying_007.png-69ddf4eb40b89315d870ccb6c775ece8.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_008.png b/Assets/Sprites/Characters/Player/Dying/Dying_008.png new file mode 100644 index 0000000..0d2bd69 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_008.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_008.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_008.png.import new file mode 100644 index 0000000..6966176 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dxaf2iohg8u5r" +path="res://.godot/imported/Dying_008.png-6869a8af867df9f07cfda9bf40ac4c06.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_008.png" +dest_files=["res://.godot/imported/Dying_008.png-6869a8af867df9f07cfda9bf40ac4c06.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_009.png b/Assets/Sprites/Characters/Player/Dying/Dying_009.png new file mode 100644 index 0000000..a32ae08 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_009.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_009.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_009.png.import new file mode 100644 index 0000000..8cff661 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://4m6w4gy8gm60" +path="res://.godot/imported/Dying_009.png-24479b504b66cdc4aeee22c130c15717.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_009.png" +dest_files=["res://.godot/imported/Dying_009.png-24479b504b66cdc4aeee22c130c15717.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_010.png b/Assets/Sprites/Characters/Player/Dying/Dying_010.png new file mode 100644 index 0000000..4fa3efc Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_010.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_010.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_010.png.import new file mode 100644 index 0000000..0c502dd --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dbg10jylcwow0" +path="res://.godot/imported/Dying_010.png-7e9ed6d8cde3353738cf7b357af22db2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_010.png" +dest_files=["res://.godot/imported/Dying_010.png-7e9ed6d8cde3353738cf7b357af22db2.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_011.png b/Assets/Sprites/Characters/Player/Dying/Dying_011.png new file mode 100644 index 0000000..7ed0c3e Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_011.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_011.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_011.png.import new file mode 100644 index 0000000..1b5549c --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bxk0aqp1l78sw" +path="res://.godot/imported/Dying_011.png-9f04f0bae57c4741d806ef2a2383df94.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_011.png" +dest_files=["res://.godot/imported/Dying_011.png-9f04f0bae57c4741d806ef2a2383df94.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_012.png b/Assets/Sprites/Characters/Player/Dying/Dying_012.png new file mode 100644 index 0000000..7ed0c3e Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_012.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_012.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_012.png.import new file mode 100644 index 0000000..b6127ac --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_012.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c85amulrmi84a" +path="res://.godot/imported/Dying_012.png-9e902d33393cc1a3290977a520fb4bca.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_012.png" +dest_files=["res://.godot/imported/Dying_012.png-9e902d33393cc1a3290977a520fb4bca.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_013.png b/Assets/Sprites/Characters/Player/Dying/Dying_013.png new file mode 100644 index 0000000..7ed0c3e Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_013.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_013.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_013.png.import new file mode 100644 index 0000000..d903e40 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_013.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bm8nn536b6ypa" +path="res://.godot/imported/Dying_013.png-4adbcb66f41aa1dd212b655d88f4f29b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_013.png" +dest_files=["res://.godot/imported/Dying_013.png-4adbcb66f41aa1dd212b655d88f4f29b.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=1 diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_014.png b/Assets/Sprites/Characters/Player/Dying/Dying_014.png new file mode 100644 index 0000000..7ed0c3e Binary files /dev/null and b/Assets/Sprites/Characters/Player/Dying/Dying_014.png differ diff --git a/Assets/Sprites/Characters/Player/Dying/Dying_014.png.import b/Assets/Sprites/Characters/Player/Dying/Dying_014.png.import new file mode 100644 index 0000000..e6c9041 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Dying/Dying_014.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cmmup1f3ev5oa" +path="res://.godot/imported/Dying_014.png-fbe5278426527189bdc7b7cf164f4c93.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Dying/Dying_014.png" +dest_files=["res://.godot/imported/Dying_014.png-fbe5278426527189bdc7b7cf164f4c93.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_000.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_000.png new file mode 100644 index 0000000..e81653e Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_000.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_000.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_000.png.import new file mode 100644 index 0000000..83df3d0 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_000.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://os7attc10et0" +path="res://.godot/imported/Idle Blinking_000.png-d058f49eee55b0cb4f6e2c8358520527.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_000.png" +dest_files=["res://.godot/imported/Idle Blinking_000.png-d058f49eee55b0cb4f6e2c8358520527.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_001.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_001.png new file mode 100644 index 0000000..eea8d15 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_001.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_001.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_001.png.import new file mode 100644 index 0000000..de5a7b2 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://lw15abr4a7dx" +path="res://.godot/imported/Idle Blinking_001.png-a66477b3e459a030860bbde8bbb06b97.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_001.png" +dest_files=["res://.godot/imported/Idle Blinking_001.png-a66477b3e459a030860bbde8bbb06b97.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_002.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_002.png new file mode 100644 index 0000000..9d269e9 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_002.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_002.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_002.png.import new file mode 100644 index 0000000..5c62670 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://coffldmiiyhjh" +path="res://.godot/imported/Idle Blinking_002.png-85b75c7dd0a53960ff037bf95f568efc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_002.png" +dest_files=["res://.godot/imported/Idle Blinking_002.png-85b75c7dd0a53960ff037bf95f568efc.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_003.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_003.png new file mode 100644 index 0000000..99a6141 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_003.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_003.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_003.png.import new file mode 100644 index 0000000..73fc0f1 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cy6uvn2n7x5en" +path="res://.godot/imported/Idle Blinking_003.png-4ccbc4998f854a46eed4c202b24c5950.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_003.png" +dest_files=["res://.godot/imported/Idle Blinking_003.png-4ccbc4998f854a46eed4c202b24c5950.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_004.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_004.png new file mode 100644 index 0000000..0ca2fc2 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_004.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_004.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_004.png.import new file mode 100644 index 0000000..cb22348 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cjyhgl5vpgkau" +path="res://.godot/imported/Idle Blinking_004.png-4b42c859ebeddd3494f99e9fbc8e85ff.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_004.png" +dest_files=["res://.godot/imported/Idle Blinking_004.png-4b42c859ebeddd3494f99e9fbc8e85ff.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_005.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_005.png new file mode 100644 index 0000000..9dd8cee Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_005.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_005.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_005.png.import new file mode 100644 index 0000000..cde73be --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://lawr4kkwprvb" +path="res://.godot/imported/Idle Blinking_005.png-545bd92074dd558fb50fadc13fd79406.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_005.png" +dest_files=["res://.godot/imported/Idle Blinking_005.png-545bd92074dd558fb50fadc13fd79406.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_006.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_006.png new file mode 100644 index 0000000..4724e27 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_006.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_006.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_006.png.import new file mode 100644 index 0000000..5a040d9 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cu44lpabhppg4" +path="res://.godot/imported/Idle Blinking_006.png-77b0cd5a76bc4ef591fb2dfc3c5ae930.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_006.png" +dest_files=["res://.godot/imported/Idle Blinking_006.png-77b0cd5a76bc4ef591fb2dfc3c5ae930.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_007.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_007.png new file mode 100644 index 0000000..fcfb086 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_007.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_007.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_007.png.import new file mode 100644 index 0000000..9a578f6 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bgtvrqjegshye" +path="res://.godot/imported/Idle Blinking_007.png-998236d46c382f4d28aa511289e1a48c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_007.png" +dest_files=["res://.godot/imported/Idle Blinking_007.png-998236d46c382f4d28aa511289e1a48c.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_008.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_008.png new file mode 100644 index 0000000..3ec1965 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_008.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_008.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_008.png.import new file mode 100644 index 0000000..b490294 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cesdm6w4dxwde" +path="res://.godot/imported/Idle Blinking_008.png-e7fce3a130dfaa81d2fdcc99a6db511a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_008.png" +dest_files=["res://.godot/imported/Idle Blinking_008.png-e7fce3a130dfaa81d2fdcc99a6db511a.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_009.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_009.png new file mode 100644 index 0000000..5d5a165 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_009.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_009.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_009.png.import new file mode 100644 index 0000000..e221346 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://btel1ns7ok03t" +path="res://.godot/imported/Idle Blinking_009.png-8bc8ddb57b9c8e0703096824cb5ddda0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_009.png" +dest_files=["res://.godot/imported/Idle Blinking_009.png-8bc8ddb57b9c8e0703096824cb5ddda0.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_010.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_010.png new file mode 100644 index 0000000..9c97215 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_010.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_010.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_010.png.import new file mode 100644 index 0000000..191740f --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bmeguoboyf2lk" +path="res://.godot/imported/Idle Blinking_010.png-e90e1d979e56ae3ea23c73cf72d687cd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_010.png" +dest_files=["res://.godot/imported/Idle Blinking_010.png-e90e1d979e56ae3ea23c73cf72d687cd.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_011.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_011.png new file mode 100644 index 0000000..0de5ec5 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_011.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_011.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_011.png.import new file mode 100644 index 0000000..4e746a4 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dlubuf1yf1kxl" +path="res://.godot/imported/Idle Blinking_011.png-48ef6dc333cef834d6b272f9eed5563a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_011.png" +dest_files=["res://.godot/imported/Idle Blinking_011.png-48ef6dc333cef834d6b272f9eed5563a.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_012.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_012.png new file mode 100644 index 0000000..5e16803 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_012.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_012.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_012.png.import new file mode 100644 index 0000000..d9fa2a6 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_012.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d28w46oskhchi" +path="res://.godot/imported/Idle Blinking_012.png-dda376bd34431ba9d514cd5199425b9c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_012.png" +dest_files=["res://.godot/imported/Idle Blinking_012.png-dda376bd34431ba9d514cd5199425b9c.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_013.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_013.png new file mode 100644 index 0000000..05f1678 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_013.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_013.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_013.png.import new file mode 100644 index 0000000..88714e5 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_013.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bsmv42y4xgpyv" +path="res://.godot/imported/Idle Blinking_013.png-54b42e5b333a7ab26908be695a94f34e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_013.png" +dest_files=["res://.godot/imported/Idle Blinking_013.png-54b42e5b333a7ab26908be695a94f34e.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_014.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_014.png new file mode 100644 index 0000000..94aafc6 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_014.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_014.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_014.png.import new file mode 100644 index 0000000..9eca224 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_014.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cxm61chw28bhs" +path="res://.godot/imported/Idle Blinking_014.png-f40570db8d4b8fa1eb82b4439bc4190a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_014.png" +dest_files=["res://.godot/imported/Idle Blinking_014.png-f40570db8d4b8fa1eb82b4439bc4190a.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_015.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_015.png new file mode 100644 index 0000000..a747bce Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_015.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_015.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_015.png.import new file mode 100644 index 0000000..ae3b470 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_015.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dbn724tl4gkot" +path="res://.godot/imported/Idle Blinking_015.png-32b6d995eef6d6160aaf7aff49478000.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_015.png" +dest_files=["res://.godot/imported/Idle Blinking_015.png-32b6d995eef6d6160aaf7aff49478000.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_016.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_016.png new file mode 100644 index 0000000..ee451fa Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_016.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_016.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_016.png.import new file mode 100644 index 0000000..bc21e3c --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_016.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://08uci60g8bp1" +path="res://.godot/imported/Idle Blinking_016.png-cd1c331882f52675996a961be95a6867.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_016.png" +dest_files=["res://.godot/imported/Idle Blinking_016.png-cd1c331882f52675996a961be95a6867.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=1 diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_017.png b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_017.png new file mode 100644 index 0000000..ca770ac Binary files /dev/null and b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_017.png differ diff --git a/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_017.png.import b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_017.png.import new file mode 100644 index 0000000..606c2e3 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_017.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bbunv0roc37sh" +path="res://.godot/imported/Idle Blinking_017.png-1bc0a5ed951cb8214791102b27664bd9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Idle Blinking/Idle Blinking_017.png" +dest_files=["res://.godot/imported/Idle Blinking_017.png-1bc0a5ed951cb8214791102b27664bd9.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=1 diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_000.png b/Assets/Sprites/Characters/Player/Kicking/Kicking_000.png new file mode 100644 index 0000000..e81653e Binary files /dev/null and b/Assets/Sprites/Characters/Player/Kicking/Kicking_000.png differ diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_000.png.import b/Assets/Sprites/Characters/Player/Kicking/Kicking_000.png.import new file mode 100644 index 0000000..de485cd --- /dev/null +++ b/Assets/Sprites/Characters/Player/Kicking/Kicking_000.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cv1gv8bijss2j" +path="res://.godot/imported/Kicking_000.png-b2bbb411b80d3c0daee920995fa2b4b9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Kicking/Kicking_000.png" +dest_files=["res://.godot/imported/Kicking_000.png-b2bbb411b80d3c0daee920995fa2b4b9.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=1 diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_001.png b/Assets/Sprites/Characters/Player/Kicking/Kicking_001.png new file mode 100644 index 0000000..e2ba1ac Binary files /dev/null and b/Assets/Sprites/Characters/Player/Kicking/Kicking_001.png differ diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_001.png.import b/Assets/Sprites/Characters/Player/Kicking/Kicking_001.png.import new file mode 100644 index 0000000..b090bb1 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Kicking/Kicking_001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dfw22mp246omx" +path="res://.godot/imported/Kicking_001.png-50391597a9637d0a8d75fabb0ddd4fb3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Kicking/Kicking_001.png" +dest_files=["res://.godot/imported/Kicking_001.png-50391597a9637d0a8d75fabb0ddd4fb3.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=1 diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_002.png b/Assets/Sprites/Characters/Player/Kicking/Kicking_002.png new file mode 100644 index 0000000..11c420e Binary files /dev/null and b/Assets/Sprites/Characters/Player/Kicking/Kicking_002.png differ diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_002.png.import b/Assets/Sprites/Characters/Player/Kicking/Kicking_002.png.import new file mode 100644 index 0000000..a125cae --- /dev/null +++ b/Assets/Sprites/Characters/Player/Kicking/Kicking_002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://du3jq062q4ppn" +path="res://.godot/imported/Kicking_002.png-340f07304428a6d8da7fff60577983d4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Kicking/Kicking_002.png" +dest_files=["res://.godot/imported/Kicking_002.png-340f07304428a6d8da7fff60577983d4.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=1 diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_003.png b/Assets/Sprites/Characters/Player/Kicking/Kicking_003.png new file mode 100644 index 0000000..d310229 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Kicking/Kicking_003.png differ diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_003.png.import b/Assets/Sprites/Characters/Player/Kicking/Kicking_003.png.import new file mode 100644 index 0000000..8ac4c68 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Kicking/Kicking_003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://crntyiu0wd67k" +path="res://.godot/imported/Kicking_003.png-c7ea12548440f710a0bcee9c3bf860d2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Kicking/Kicking_003.png" +dest_files=["res://.godot/imported/Kicking_003.png-c7ea12548440f710a0bcee9c3bf860d2.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=1 diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_004.png b/Assets/Sprites/Characters/Player/Kicking/Kicking_004.png new file mode 100644 index 0000000..e334ffa Binary files /dev/null and b/Assets/Sprites/Characters/Player/Kicking/Kicking_004.png differ diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_004.png.import b/Assets/Sprites/Characters/Player/Kicking/Kicking_004.png.import new file mode 100644 index 0000000..de82dde --- /dev/null +++ b/Assets/Sprites/Characters/Player/Kicking/Kicking_004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2w7fydmabcnu" +path="res://.godot/imported/Kicking_004.png-75e2005b2f60a3404e80065d0fc85cba.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Kicking/Kicking_004.png" +dest_files=["res://.godot/imported/Kicking_004.png-75e2005b2f60a3404e80065d0fc85cba.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=1 diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_005.png b/Assets/Sprites/Characters/Player/Kicking/Kicking_005.png new file mode 100644 index 0000000..fc63d9c Binary files /dev/null and b/Assets/Sprites/Characters/Player/Kicking/Kicking_005.png differ diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_005.png.import b/Assets/Sprites/Characters/Player/Kicking/Kicking_005.png.import new file mode 100644 index 0000000..b26f2b3 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Kicking/Kicking_005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cq1xb4t6xm2hi" +path="res://.godot/imported/Kicking_005.png-ea51966d6e6ca7097b9d3013aaafce2b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Kicking/Kicking_005.png" +dest_files=["res://.godot/imported/Kicking_005.png-ea51966d6e6ca7097b9d3013aaafce2b.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=1 diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_006.png b/Assets/Sprites/Characters/Player/Kicking/Kicking_006.png new file mode 100644 index 0000000..aac91ae Binary files /dev/null and b/Assets/Sprites/Characters/Player/Kicking/Kicking_006.png differ diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_006.png.import b/Assets/Sprites/Characters/Player/Kicking/Kicking_006.png.import new file mode 100644 index 0000000..304f7ce --- /dev/null +++ b/Assets/Sprites/Characters/Player/Kicking/Kicking_006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://2u6m5jhpwhl5" +path="res://.godot/imported/Kicking_006.png-59cde9887ad15631ce6d8416ff7afdf6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Kicking/Kicking_006.png" +dest_files=["res://.godot/imported/Kicking_006.png-59cde9887ad15631ce6d8416ff7afdf6.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=1 diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_007.png b/Assets/Sprites/Characters/Player/Kicking/Kicking_007.png new file mode 100644 index 0000000..66464fa Binary files /dev/null and b/Assets/Sprites/Characters/Player/Kicking/Kicking_007.png differ diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_007.png.import b/Assets/Sprites/Characters/Player/Kicking/Kicking_007.png.import new file mode 100644 index 0000000..02ee455 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Kicking/Kicking_007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://mql210k6e24l" +path="res://.godot/imported/Kicking_007.png-d1f9ca29083ee4250dffd651c6e231e6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Kicking/Kicking_007.png" +dest_files=["res://.godot/imported/Kicking_007.png-d1f9ca29083ee4250dffd651c6e231e6.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=1 diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_008.png b/Assets/Sprites/Characters/Player/Kicking/Kicking_008.png new file mode 100644 index 0000000..00624dc Binary files /dev/null and b/Assets/Sprites/Characters/Player/Kicking/Kicking_008.png differ diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_008.png.import b/Assets/Sprites/Characters/Player/Kicking/Kicking_008.png.import new file mode 100644 index 0000000..b17df3d --- /dev/null +++ b/Assets/Sprites/Characters/Player/Kicking/Kicking_008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bsiwnxjjw1pl1" +path="res://.godot/imported/Kicking_008.png-3b2a5e334cebabae5c4191faa0f58fc5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Kicking/Kicking_008.png" +dest_files=["res://.godot/imported/Kicking_008.png-3b2a5e334cebabae5c4191faa0f58fc5.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=1 diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_009.png b/Assets/Sprites/Characters/Player/Kicking/Kicking_009.png new file mode 100644 index 0000000..4b0a993 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Kicking/Kicking_009.png differ diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_009.png.import b/Assets/Sprites/Characters/Player/Kicking/Kicking_009.png.import new file mode 100644 index 0000000..311e1fe --- /dev/null +++ b/Assets/Sprites/Characters/Player/Kicking/Kicking_009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wrkrkl6jjxql" +path="res://.godot/imported/Kicking_009.png-b1ac29f8af14b20b717532a879482c74.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Kicking/Kicking_009.png" +dest_files=["res://.godot/imported/Kicking_009.png-b1ac29f8af14b20b717532a879482c74.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=1 diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_010.png b/Assets/Sprites/Characters/Player/Kicking/Kicking_010.png new file mode 100644 index 0000000..854b59f Binary files /dev/null and b/Assets/Sprites/Characters/Player/Kicking/Kicking_010.png differ diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_010.png.import b/Assets/Sprites/Characters/Player/Kicking/Kicking_010.png.import new file mode 100644 index 0000000..ea7a79f --- /dev/null +++ b/Assets/Sprites/Characters/Player/Kicking/Kicking_010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://n7qcqt4n4l4e" +path="res://.godot/imported/Kicking_010.png-cbd8085fbb07e25aca01db9a88661bc9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Kicking/Kicking_010.png" +dest_files=["res://.godot/imported/Kicking_010.png-cbd8085fbb07e25aca01db9a88661bc9.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=1 diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_011.png b/Assets/Sprites/Characters/Player/Kicking/Kicking_011.png new file mode 100644 index 0000000..a06d1cf Binary files /dev/null and b/Assets/Sprites/Characters/Player/Kicking/Kicking_011.png differ diff --git a/Assets/Sprites/Characters/Player/Kicking/Kicking_011.png.import b/Assets/Sprites/Characters/Player/Kicking/Kicking_011.png.import new file mode 100644 index 0000000..1618cee --- /dev/null +++ b/Assets/Sprites/Characters/Player/Kicking/Kicking_011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://gup6gx3n7sqj" +path="res://.godot/imported/Kicking_011.png-1c05622133a47699826b27a810899d80.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Kicking/Kicking_011.png" +dest_files=["res://.godot/imported/Kicking_011.png-1c05622133a47699826b27a810899d80.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=1 diff --git a/Assets/Sprites/Characters/Player/Running/Running_000.png b/Assets/Sprites/Characters/Player/Running/Running_000.png new file mode 100644 index 0000000..0517a41 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Running/Running_000.png differ diff --git a/Assets/Sprites/Characters/Player/Running/Running_000.png.import b/Assets/Sprites/Characters/Player/Running/Running_000.png.import new file mode 100644 index 0000000..03298a8 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Running/Running_000.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://t0uwq75fsbpe" +path="res://.godot/imported/Running_000.png-42b23c9e6cdd981a244c856279cdb3d3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Running/Running_000.png" +dest_files=["res://.godot/imported/Running_000.png-42b23c9e6cdd981a244c856279cdb3d3.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=1 diff --git a/Assets/Sprites/Characters/Player/Running/Running_001.png b/Assets/Sprites/Characters/Player/Running/Running_001.png new file mode 100644 index 0000000..9a03a19 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Running/Running_001.png differ diff --git a/Assets/Sprites/Characters/Player/Running/Running_001.png.import b/Assets/Sprites/Characters/Player/Running/Running_001.png.import new file mode 100644 index 0000000..bf359ff --- /dev/null +++ b/Assets/Sprites/Characters/Player/Running/Running_001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://btospq8jxw64h" +path="res://.godot/imported/Running_001.png-18e542f6658ba07d05293577d391865d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Running/Running_001.png" +dest_files=["res://.godot/imported/Running_001.png-18e542f6658ba07d05293577d391865d.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=1 diff --git a/Assets/Sprites/Characters/Player/Running/Running_002.png b/Assets/Sprites/Characters/Player/Running/Running_002.png new file mode 100644 index 0000000..575b8df Binary files /dev/null and b/Assets/Sprites/Characters/Player/Running/Running_002.png differ diff --git a/Assets/Sprites/Characters/Player/Running/Running_002.png.import b/Assets/Sprites/Characters/Player/Running/Running_002.png.import new file mode 100644 index 0000000..6a4b4a6 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Running/Running_002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://beamkyclbxc8w" +path="res://.godot/imported/Running_002.png-b0015cedf15f44efb66619561240246d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Running/Running_002.png" +dest_files=["res://.godot/imported/Running_002.png-b0015cedf15f44efb66619561240246d.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=1 diff --git a/Assets/Sprites/Characters/Player/Running/Running_003.png b/Assets/Sprites/Characters/Player/Running/Running_003.png new file mode 100644 index 0000000..25ec393 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Running/Running_003.png differ diff --git a/Assets/Sprites/Characters/Player/Running/Running_003.png.import b/Assets/Sprites/Characters/Player/Running/Running_003.png.import new file mode 100644 index 0000000..e2c1402 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Running/Running_003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wseuhax5d27k" +path="res://.godot/imported/Running_003.png-c9fdb34d6402ad06d38d056d80082374.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Running/Running_003.png" +dest_files=["res://.godot/imported/Running_003.png-c9fdb34d6402ad06d38d056d80082374.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=1 diff --git a/Assets/Sprites/Characters/Player/Running/Running_004.png b/Assets/Sprites/Characters/Player/Running/Running_004.png new file mode 100644 index 0000000..945e285 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Running/Running_004.png differ diff --git a/Assets/Sprites/Characters/Player/Running/Running_004.png.import b/Assets/Sprites/Characters/Player/Running/Running_004.png.import new file mode 100644 index 0000000..1b8da16 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Running/Running_004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bcurg33ybt0qv" +path="res://.godot/imported/Running_004.png-9bc8ed4e7cf36424a7ac1ca50e83aa3c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Running/Running_004.png" +dest_files=["res://.godot/imported/Running_004.png-9bc8ed4e7cf36424a7ac1ca50e83aa3c.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=1 diff --git a/Assets/Sprites/Characters/Player/Running/Running_005.png b/Assets/Sprites/Characters/Player/Running/Running_005.png new file mode 100644 index 0000000..dcda133 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Running/Running_005.png differ diff --git a/Assets/Sprites/Characters/Player/Running/Running_005.png.import b/Assets/Sprites/Characters/Player/Running/Running_005.png.import new file mode 100644 index 0000000..8e6cd04 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Running/Running_005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://f2fg8bmbo34j" +path="res://.godot/imported/Running_005.png-484ec1335947f1edbf3af0c73441438b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Running/Running_005.png" +dest_files=["res://.godot/imported/Running_005.png-484ec1335947f1edbf3af0c73441438b.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=1 diff --git a/Assets/Sprites/Characters/Player/Running/Running_006.png b/Assets/Sprites/Characters/Player/Running/Running_006.png new file mode 100644 index 0000000..814bed1 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Running/Running_006.png differ diff --git a/Assets/Sprites/Characters/Player/Running/Running_006.png.import b/Assets/Sprites/Characters/Player/Running/Running_006.png.import new file mode 100644 index 0000000..041b607 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Running/Running_006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bospiqpbxgqfm" +path="res://.godot/imported/Running_006.png-593996b0d8aff58139eeb90a026923fd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Running/Running_006.png" +dest_files=["res://.godot/imported/Running_006.png-593996b0d8aff58139eeb90a026923fd.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=1 diff --git a/Assets/Sprites/Characters/Player/Running/Running_007.png b/Assets/Sprites/Characters/Player/Running/Running_007.png new file mode 100644 index 0000000..ebe256c Binary files /dev/null and b/Assets/Sprites/Characters/Player/Running/Running_007.png differ diff --git a/Assets/Sprites/Characters/Player/Running/Running_007.png.import b/Assets/Sprites/Characters/Player/Running/Running_007.png.import new file mode 100644 index 0000000..ff98a21 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Running/Running_007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bliudbbnl01pf" +path="res://.godot/imported/Running_007.png-4decbe91a06002d1e4f5f1cee21f4a42.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Running/Running_007.png" +dest_files=["res://.godot/imported/Running_007.png-4decbe91a06002d1e4f5f1cee21f4a42.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=1 diff --git a/Assets/Sprites/Characters/Player/Running/Running_008.png b/Assets/Sprites/Characters/Player/Running/Running_008.png new file mode 100644 index 0000000..d3a8f26 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Running/Running_008.png differ diff --git a/Assets/Sprites/Characters/Player/Running/Running_008.png.import b/Assets/Sprites/Characters/Player/Running/Running_008.png.import new file mode 100644 index 0000000..afb4d2f --- /dev/null +++ b/Assets/Sprites/Characters/Player/Running/Running_008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cuekxl2yc0st8" +path="res://.godot/imported/Running_008.png-a6392f7f5a40cc373f7dbf802c3a4f1f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Running/Running_008.png" +dest_files=["res://.godot/imported/Running_008.png-a6392f7f5a40cc373f7dbf802c3a4f1f.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=1 diff --git a/Assets/Sprites/Characters/Player/Running/Running_009.png b/Assets/Sprites/Characters/Player/Running/Running_009.png new file mode 100644 index 0000000..691c63c Binary files /dev/null and b/Assets/Sprites/Characters/Player/Running/Running_009.png differ diff --git a/Assets/Sprites/Characters/Player/Running/Running_009.png.import b/Assets/Sprites/Characters/Player/Running/Running_009.png.import new file mode 100644 index 0000000..f17ca41 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Running/Running_009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bldr2numgkgxk" +path="res://.godot/imported/Running_009.png-4e9fb10e758b6784b0d8010fff9da0dc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Running/Running_009.png" +dest_files=["res://.godot/imported/Running_009.png-4e9fb10e758b6784b0d8010fff9da0dc.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=1 diff --git a/Assets/Sprites/Characters/Player/Running/Running_010.png b/Assets/Sprites/Characters/Player/Running/Running_010.png new file mode 100644 index 0000000..d8e72ab Binary files /dev/null and b/Assets/Sprites/Characters/Player/Running/Running_010.png differ diff --git a/Assets/Sprites/Characters/Player/Running/Running_010.png.import b/Assets/Sprites/Characters/Player/Running/Running_010.png.import new file mode 100644 index 0000000..816949d --- /dev/null +++ b/Assets/Sprites/Characters/Player/Running/Running_010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bgssvbfroln16" +path="res://.godot/imported/Running_010.png-8c41c418145ddb6a68986c994c853b5e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Running/Running_010.png" +dest_files=["res://.godot/imported/Running_010.png-8c41c418145ddb6a68986c994c853b5e.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=1 diff --git a/Assets/Sprites/Characters/Player/Running/Running_011.png b/Assets/Sprites/Characters/Player/Running/Running_011.png new file mode 100644 index 0000000..6924cb2 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Running/Running_011.png differ diff --git a/Assets/Sprites/Characters/Player/Running/Running_011.png.import b/Assets/Sprites/Characters/Player/Running/Running_011.png.import new file mode 100644 index 0000000..368e5bf --- /dev/null +++ b/Assets/Sprites/Characters/Player/Running/Running_011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bnon2l2b1dn8p" +path="res://.godot/imported/Running_011.png-b37dbff3c38a6ccdf94ba77ddfa16cf5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Running/Running_011.png" +dest_files=["res://.godot/imported/Running_011.png-b37dbff3c38a6ccdf94ba77ddfa16cf5.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=1 diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_000.png b/Assets/Sprites/Characters/Player/Slashing/Slashing_000.png new file mode 100644 index 0000000..566dffa Binary files /dev/null and b/Assets/Sprites/Characters/Player/Slashing/Slashing_000.png differ diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_000.png.import b/Assets/Sprites/Characters/Player/Slashing/Slashing_000.png.import new file mode 100644 index 0000000..1a74eb0 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Slashing/Slashing_000.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://t6o3jcie8qyv" +path="res://.godot/imported/Slashing_000.png-3b76d7dfd1c677929c30a0fdeaa5bebb.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Slashing/Slashing_000.png" +dest_files=["res://.godot/imported/Slashing_000.png-3b76d7dfd1c677929c30a0fdeaa5bebb.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=1 diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_001.png b/Assets/Sprites/Characters/Player/Slashing/Slashing_001.png new file mode 100644 index 0000000..7ebc335 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Slashing/Slashing_001.png differ diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_001.png.import b/Assets/Sprites/Characters/Player/Slashing/Slashing_001.png.import new file mode 100644 index 0000000..abb5bb1 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Slashing/Slashing_001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ckvxi3att752j" +path="res://.godot/imported/Slashing_001.png-1b101e92f56505a77c4ffbcb147dcb45.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Slashing/Slashing_001.png" +dest_files=["res://.godot/imported/Slashing_001.png-1b101e92f56505a77c4ffbcb147dcb45.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=1 diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_002.png b/Assets/Sprites/Characters/Player/Slashing/Slashing_002.png new file mode 100644 index 0000000..624ec0b Binary files /dev/null and b/Assets/Sprites/Characters/Player/Slashing/Slashing_002.png differ diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_002.png.import b/Assets/Sprites/Characters/Player/Slashing/Slashing_002.png.import new file mode 100644 index 0000000..6e47aaa --- /dev/null +++ b/Assets/Sprites/Characters/Player/Slashing/Slashing_002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dpu6t5c7pn1g4" +path="res://.godot/imported/Slashing_002.png-1b1663c77d57b4dffe5853ca6546422b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Slashing/Slashing_002.png" +dest_files=["res://.godot/imported/Slashing_002.png-1b1663c77d57b4dffe5853ca6546422b.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=1 diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_003.png b/Assets/Sprites/Characters/Player/Slashing/Slashing_003.png new file mode 100644 index 0000000..5c7fcec Binary files /dev/null and b/Assets/Sprites/Characters/Player/Slashing/Slashing_003.png differ diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_003.png.import b/Assets/Sprites/Characters/Player/Slashing/Slashing_003.png.import new file mode 100644 index 0000000..386ee66 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Slashing/Slashing_003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dmsk07bcm1mv0" +path="res://.godot/imported/Slashing_003.png-f2f9869a5f443374ba2312557cc89e08.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Slashing/Slashing_003.png" +dest_files=["res://.godot/imported/Slashing_003.png-f2f9869a5f443374ba2312557cc89e08.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=1 diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_004.png b/Assets/Sprites/Characters/Player/Slashing/Slashing_004.png new file mode 100644 index 0000000..ec43f90 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Slashing/Slashing_004.png differ diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_004.png.import b/Assets/Sprites/Characters/Player/Slashing/Slashing_004.png.import new file mode 100644 index 0000000..d44821b --- /dev/null +++ b/Assets/Sprites/Characters/Player/Slashing/Slashing_004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bn84bfnkunhgv" +path="res://.godot/imported/Slashing_004.png-3f3b627c9390d403ebc8ecfa0932b518.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Slashing/Slashing_004.png" +dest_files=["res://.godot/imported/Slashing_004.png-3f3b627c9390d403ebc8ecfa0932b518.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=1 diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_005.png b/Assets/Sprites/Characters/Player/Slashing/Slashing_005.png new file mode 100644 index 0000000..7dc5840 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Slashing/Slashing_005.png differ diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_005.png.import b/Assets/Sprites/Characters/Player/Slashing/Slashing_005.png.import new file mode 100644 index 0000000..7ebc203 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Slashing/Slashing_005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://nv8qqxu0qae8" +path="res://.godot/imported/Slashing_005.png-84fa507e52a378944f1eecf104858829.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Slashing/Slashing_005.png" +dest_files=["res://.godot/imported/Slashing_005.png-84fa507e52a378944f1eecf104858829.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=1 diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_006.png b/Assets/Sprites/Characters/Player/Slashing/Slashing_006.png new file mode 100644 index 0000000..7e2d171 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Slashing/Slashing_006.png differ diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_006.png.import b/Assets/Sprites/Characters/Player/Slashing/Slashing_006.png.import new file mode 100644 index 0000000..ecb2e59 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Slashing/Slashing_006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ceni4tfyv2o4c" +path="res://.godot/imported/Slashing_006.png-987ad821f6b1dd73f5f46b9f805dd41f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Slashing/Slashing_006.png" +dest_files=["res://.godot/imported/Slashing_006.png-987ad821f6b1dd73f5f46b9f805dd41f.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=1 diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_007.png b/Assets/Sprites/Characters/Player/Slashing/Slashing_007.png new file mode 100644 index 0000000..15ee386 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Slashing/Slashing_007.png differ diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_007.png.import b/Assets/Sprites/Characters/Player/Slashing/Slashing_007.png.import new file mode 100644 index 0000000..758a809 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Slashing/Slashing_007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://8rvaa2eqaxsg" +path="res://.godot/imported/Slashing_007.png-46144027c8cd0683f7008d58eff9cf50.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Slashing/Slashing_007.png" +dest_files=["res://.godot/imported/Slashing_007.png-46144027c8cd0683f7008d58eff9cf50.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=1 diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_008.png b/Assets/Sprites/Characters/Player/Slashing/Slashing_008.png new file mode 100644 index 0000000..4fa8a44 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Slashing/Slashing_008.png differ diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_008.png.import b/Assets/Sprites/Characters/Player/Slashing/Slashing_008.png.import new file mode 100644 index 0000000..8d4eca1 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Slashing/Slashing_008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c52b1axpf2vak" +path="res://.godot/imported/Slashing_008.png-fa9ce21185dfd96c3b2e86de67501fc4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Slashing/Slashing_008.png" +dest_files=["res://.godot/imported/Slashing_008.png-fa9ce21185dfd96c3b2e86de67501fc4.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=1 diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_009.png b/Assets/Sprites/Characters/Player/Slashing/Slashing_009.png new file mode 100644 index 0000000..c7c2f23 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Slashing/Slashing_009.png differ diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_009.png.import b/Assets/Sprites/Characters/Player/Slashing/Slashing_009.png.import new file mode 100644 index 0000000..a4920e2 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Slashing/Slashing_009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bfkll6tdvvxot" +path="res://.godot/imported/Slashing_009.png-1e97f6bd20946a27887e965623c7cdd6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Slashing/Slashing_009.png" +dest_files=["res://.godot/imported/Slashing_009.png-1e97f6bd20946a27887e965623c7cdd6.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=1 diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_010.png b/Assets/Sprites/Characters/Player/Slashing/Slashing_010.png new file mode 100644 index 0000000..f63933b Binary files /dev/null and b/Assets/Sprites/Characters/Player/Slashing/Slashing_010.png differ diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_010.png.import b/Assets/Sprites/Characters/Player/Slashing/Slashing_010.png.import new file mode 100644 index 0000000..041856e --- /dev/null +++ b/Assets/Sprites/Characters/Player/Slashing/Slashing_010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://buus2p3fak3dk" +path="res://.godot/imported/Slashing_010.png-8d159dd4454b94e6af98ca3b3455ba7d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Slashing/Slashing_010.png" +dest_files=["res://.godot/imported/Slashing_010.png-8d159dd4454b94e6af98ca3b3455ba7d.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=1 diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_011.png b/Assets/Sprites/Characters/Player/Slashing/Slashing_011.png new file mode 100644 index 0000000..d34dac0 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Slashing/Slashing_011.png differ diff --git a/Assets/Sprites/Characters/Player/Slashing/Slashing_011.png.import b/Assets/Sprites/Characters/Player/Slashing/Slashing_011.png.import new file mode 100644 index 0000000..add0d5c --- /dev/null +++ b/Assets/Sprites/Characters/Player/Slashing/Slashing_011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c28eq2kbaxtix" +path="res://.godot/imported/Slashing_011.png-4c5faa77b756c006d9922763861dcadc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Slashing/Slashing_011.png" +dest_files=["res://.godot/imported/Slashing_011.png-4c5faa77b756c006d9922763861dcadc.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=1 diff --git a/Assets/Sprites/Characters/Player/Sliding/Sliding_000.png b/Assets/Sprites/Characters/Player/Sliding/Sliding_000.png new file mode 100644 index 0000000..a94651a Binary files /dev/null and b/Assets/Sprites/Characters/Player/Sliding/Sliding_000.png differ diff --git a/Assets/Sprites/Characters/Player/Sliding/Sliding_000.png.import b/Assets/Sprites/Characters/Player/Sliding/Sliding_000.png.import new file mode 100644 index 0000000..e9c39b2 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Sliding/Sliding_000.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://giiq2mjx0fux" +path="res://.godot/imported/Sliding_000.png-3feb80365700fdc5bb956e2043f2270e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Sliding/Sliding_000.png" +dest_files=["res://.godot/imported/Sliding_000.png-3feb80365700fdc5bb956e2043f2270e.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=1 diff --git a/Assets/Sprites/Characters/Player/Sliding/Sliding_001.png b/Assets/Sprites/Characters/Player/Sliding/Sliding_001.png new file mode 100644 index 0000000..8ad3a4d Binary files /dev/null and b/Assets/Sprites/Characters/Player/Sliding/Sliding_001.png differ diff --git a/Assets/Sprites/Characters/Player/Sliding/Sliding_001.png.import b/Assets/Sprites/Characters/Player/Sliding/Sliding_001.png.import new file mode 100644 index 0000000..d8e9383 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Sliding/Sliding_001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://beldj05uokcvg" +path="res://.godot/imported/Sliding_001.png-49bc6134449d5271e4053234cd587831.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Sliding/Sliding_001.png" +dest_files=["res://.godot/imported/Sliding_001.png-49bc6134449d5271e4053234cd587831.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=1 diff --git a/Assets/Sprites/Characters/Player/Sliding/Sliding_002.png b/Assets/Sprites/Characters/Player/Sliding/Sliding_002.png new file mode 100644 index 0000000..57f7fce Binary files /dev/null and b/Assets/Sprites/Characters/Player/Sliding/Sliding_002.png differ diff --git a/Assets/Sprites/Characters/Player/Sliding/Sliding_002.png.import b/Assets/Sprites/Characters/Player/Sliding/Sliding_002.png.import new file mode 100644 index 0000000..124ec7b --- /dev/null +++ b/Assets/Sprites/Characters/Player/Sliding/Sliding_002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://3xlnaj203pss" +path="res://.godot/imported/Sliding_002.png-d0ceae490a69a5b0d964c3103a8179a7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Sliding/Sliding_002.png" +dest_files=["res://.godot/imported/Sliding_002.png-d0ceae490a69a5b0d964c3103a8179a7.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=1 diff --git a/Assets/Sprites/Characters/Player/Sliding/Sliding_003.png b/Assets/Sprites/Characters/Player/Sliding/Sliding_003.png new file mode 100644 index 0000000..4c443e0 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Sliding/Sliding_003.png differ diff --git a/Assets/Sprites/Characters/Player/Sliding/Sliding_003.png.import b/Assets/Sprites/Characters/Player/Sliding/Sliding_003.png.import new file mode 100644 index 0000000..b940344 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Sliding/Sliding_003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c7ua3yc5yisn0" +path="res://.godot/imported/Sliding_003.png-b0b6373faeccdd26f26e10e49d6396db.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Sliding/Sliding_003.png" +dest_files=["res://.godot/imported/Sliding_003.png-b0b6373faeccdd26f26e10e49d6396db.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=1 diff --git a/Assets/Sprites/Characters/Player/Sliding/Sliding_004.png b/Assets/Sprites/Characters/Player/Sliding/Sliding_004.png new file mode 100644 index 0000000..754ab5e Binary files /dev/null and b/Assets/Sprites/Characters/Player/Sliding/Sliding_004.png differ diff --git a/Assets/Sprites/Characters/Player/Sliding/Sliding_004.png.import b/Assets/Sprites/Characters/Player/Sliding/Sliding_004.png.import new file mode 100644 index 0000000..99198c0 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Sliding/Sliding_004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b114g8fxw2w8l" +path="res://.godot/imported/Sliding_004.png-cc89d30902ce1e465a4fc928acbcf609.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Sliding/Sliding_004.png" +dest_files=["res://.godot/imported/Sliding_004.png-cc89d30902ce1e465a4fc928acbcf609.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=1 diff --git a/Assets/Sprites/Characters/Player/Sliding/Sliding_005.png b/Assets/Sprites/Characters/Player/Sliding/Sliding_005.png new file mode 100644 index 0000000..ec49e19 Binary files /dev/null and b/Assets/Sprites/Characters/Player/Sliding/Sliding_005.png differ diff --git a/Assets/Sprites/Characters/Player/Sliding/Sliding_005.png.import b/Assets/Sprites/Characters/Player/Sliding/Sliding_005.png.import new file mode 100644 index 0000000..7b42571 --- /dev/null +++ b/Assets/Sprites/Characters/Player/Sliding/Sliding_005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://clxmf6xitn3sp" +path="res://.godot/imported/Sliding_005.png-c3e0eac8d1977275d967e42adad25212.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Characters/Player/Sliding/Sliding_005.png" +dest_files=["res://.godot/imported/Sliding_005.png-c3e0eac8d1977275d967e42adad25212.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=1 diff --git a/Assets/Sprites/Effects/Explosion/1.png b/Assets/Sprites/Effects/Explosion/1.png new file mode 100644 index 0000000..9503f61 Binary files /dev/null and b/Assets/Sprites/Effects/Explosion/1.png differ diff --git a/Assets/Sprites/Effects/Explosion/1.png.import b/Assets/Sprites/Effects/Explosion/1.png.import new file mode 100644 index 0000000..05a4262 --- /dev/null +++ b/Assets/Sprites/Effects/Explosion/1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bq7g2buk7hfhe" +path="res://.godot/imported/1.png-497621f572f5e233d2bd6ca66613fd99.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Explosion/1.png" +dest_files=["res://.godot/imported/1.png-497621f572f5e233d2bd6ca66613fd99.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=1 diff --git a/Assets/Sprites/Effects/Explosion/10.png b/Assets/Sprites/Effects/Explosion/10.png new file mode 100644 index 0000000..7b6bb0c Binary files /dev/null and b/Assets/Sprites/Effects/Explosion/10.png differ diff --git a/Assets/Sprites/Effects/Explosion/10.png.import b/Assets/Sprites/Effects/Explosion/10.png.import new file mode 100644 index 0000000..d89d5e6 --- /dev/null +++ b/Assets/Sprites/Effects/Explosion/10.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bsyj8myqdb072" +path="res://.godot/imported/10.png-567c37146c9a0d37ef64535e4f445d5a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Explosion/10.png" +dest_files=["res://.godot/imported/10.png-567c37146c9a0d37ef64535e4f445d5a.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=1 diff --git a/Assets/Sprites/Effects/Explosion/2.png b/Assets/Sprites/Effects/Explosion/2.png new file mode 100644 index 0000000..75f83e9 Binary files /dev/null and b/Assets/Sprites/Effects/Explosion/2.png differ diff --git a/Assets/Sprites/Effects/Explosion/2.png.import b/Assets/Sprites/Effects/Explosion/2.png.import new file mode 100644 index 0000000..cd00827 --- /dev/null +++ b/Assets/Sprites/Effects/Explosion/2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://blaaogl7kqteo" +path="res://.godot/imported/2.png-45d3647933d599a0f5b2e413cee20964.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Explosion/2.png" +dest_files=["res://.godot/imported/2.png-45d3647933d599a0f5b2e413cee20964.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=1 diff --git a/Assets/Sprites/Effects/Explosion/3.png b/Assets/Sprites/Effects/Explosion/3.png new file mode 100644 index 0000000..b565b27 Binary files /dev/null and b/Assets/Sprites/Effects/Explosion/3.png differ diff --git a/Assets/Sprites/Effects/Explosion/3.png.import b/Assets/Sprites/Effects/Explosion/3.png.import new file mode 100644 index 0000000..a6ad653 --- /dev/null +++ b/Assets/Sprites/Effects/Explosion/3.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dcw5fld35sfq7" +path="res://.godot/imported/3.png-e10a67fe7fbcd1ae641fe1fe865eac77.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Explosion/3.png" +dest_files=["res://.godot/imported/3.png-e10a67fe7fbcd1ae641fe1fe865eac77.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=1 diff --git a/Assets/Sprites/Effects/Explosion/4.png b/Assets/Sprites/Effects/Explosion/4.png new file mode 100644 index 0000000..c13ab95 Binary files /dev/null and b/Assets/Sprites/Effects/Explosion/4.png differ diff --git a/Assets/Sprites/Effects/Explosion/4.png.import b/Assets/Sprites/Effects/Explosion/4.png.import new file mode 100644 index 0000000..d5ca709 --- /dev/null +++ b/Assets/Sprites/Effects/Explosion/4.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://xvhcv3nuvhvh" +path="res://.godot/imported/4.png-6609665ddbd7adde0d45d65bcc07a79f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Explosion/4.png" +dest_files=["res://.godot/imported/4.png-6609665ddbd7adde0d45d65bcc07a79f.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=1 diff --git a/Assets/Sprites/Effects/Explosion/5.png b/Assets/Sprites/Effects/Explosion/5.png new file mode 100644 index 0000000..093eaf7 Binary files /dev/null and b/Assets/Sprites/Effects/Explosion/5.png differ diff --git a/Assets/Sprites/Effects/Explosion/5.png.import b/Assets/Sprites/Effects/Explosion/5.png.import new file mode 100644 index 0000000..1b8f0f8 --- /dev/null +++ b/Assets/Sprites/Effects/Explosion/5.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bpvt5v4gbtvuj" +path="res://.godot/imported/5.png-e462e3e25f0e7a7b07462fc61c8e8959.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Explosion/5.png" +dest_files=["res://.godot/imported/5.png-e462e3e25f0e7a7b07462fc61c8e8959.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=1 diff --git a/Assets/Sprites/Effects/Explosion/6.png b/Assets/Sprites/Effects/Explosion/6.png new file mode 100644 index 0000000..b265aa5 Binary files /dev/null and b/Assets/Sprites/Effects/Explosion/6.png differ diff --git a/Assets/Sprites/Effects/Explosion/6.png.import b/Assets/Sprites/Effects/Explosion/6.png.import new file mode 100644 index 0000000..9fdc401 --- /dev/null +++ b/Assets/Sprites/Effects/Explosion/6.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://chybwcn07y6vo" +path="res://.godot/imported/6.png-06fc5e4eecceeba5ee2e0897056c54f3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Explosion/6.png" +dest_files=["res://.godot/imported/6.png-06fc5e4eecceeba5ee2e0897056c54f3.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=1 diff --git a/Assets/Sprites/Effects/Explosion/7.png b/Assets/Sprites/Effects/Explosion/7.png new file mode 100644 index 0000000..e4fefa2 Binary files /dev/null and b/Assets/Sprites/Effects/Explosion/7.png differ diff --git a/Assets/Sprites/Effects/Explosion/7.png.import b/Assets/Sprites/Effects/Explosion/7.png.import new file mode 100644 index 0000000..0c83746 --- /dev/null +++ b/Assets/Sprites/Effects/Explosion/7.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dt5muwbd5iop7" +path="res://.godot/imported/7.png-772de24175e3f5f9bd8871c2d7fc85bf.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Explosion/7.png" +dest_files=["res://.godot/imported/7.png-772de24175e3f5f9bd8871c2d7fc85bf.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=1 diff --git a/Assets/Sprites/Effects/Explosion/8.png b/Assets/Sprites/Effects/Explosion/8.png new file mode 100644 index 0000000..6b02ec6 Binary files /dev/null and b/Assets/Sprites/Effects/Explosion/8.png differ diff --git a/Assets/Sprites/Effects/Explosion/8.png.import b/Assets/Sprites/Effects/Explosion/8.png.import new file mode 100644 index 0000000..52cea77 --- /dev/null +++ b/Assets/Sprites/Effects/Explosion/8.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://7mu7w4ilup2r" +path="res://.godot/imported/8.png-57a93d451840f47c2892631d4d3db048.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Explosion/8.png" +dest_files=["res://.godot/imported/8.png-57a93d451840f47c2892631d4d3db048.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=1 diff --git a/Assets/Sprites/Effects/Explosion/9.png b/Assets/Sprites/Effects/Explosion/9.png new file mode 100644 index 0000000..fb0d632 Binary files /dev/null and b/Assets/Sprites/Effects/Explosion/9.png differ diff --git a/Assets/Sprites/Effects/Explosion/9.png.import b/Assets/Sprites/Effects/Explosion/9.png.import new file mode 100644 index 0000000..6527f06 --- /dev/null +++ b/Assets/Sprites/Effects/Explosion/9.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dj50qvqcrhv57" +path="res://.godot/imported/9.png-5822da0ef2f9c410422057314287f0ed.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Explosion/9.png" +dest_files=["res://.godot/imported/9.png-5822da0ef2f9c410422057314287f0ed.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=1 diff --git a/Assets/Sprites/Effects/Explosion/Bomb.png b/Assets/Sprites/Effects/Explosion/Bomb.png new file mode 100644 index 0000000..aa42e3d Binary files /dev/null and b/Assets/Sprites/Effects/Explosion/Bomb.png differ diff --git a/Assets/Sprites/Effects/Explosion/Bomb.png.import b/Assets/Sprites/Effects/Explosion/Bomb.png.import new file mode 100644 index 0000000..dd59cea --- /dev/null +++ b/Assets/Sprites/Effects/Explosion/Bomb.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ukmguyvi42g7" +path="res://.godot/imported/Bomb.png-26c8cb560d491704b6ce89a68473a23b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Explosion/Bomb.png" +dest_files=["res://.godot/imported/Bomb.png-26c8cb560d491704b6ce89a68473a23b.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=1 diff --git a/Assets/Sprites/Effects/Lightning/1.png b/Assets/Sprites/Effects/Lightning/1.png new file mode 100644 index 0000000..cb8bf18 Binary files /dev/null and b/Assets/Sprites/Effects/Lightning/1.png differ diff --git a/Assets/Sprites/Effects/Lightning/1.png.import b/Assets/Sprites/Effects/Lightning/1.png.import new file mode 100644 index 0000000..ef6057e --- /dev/null +++ b/Assets/Sprites/Effects/Lightning/1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://durney5r4xar6" +path="res://.godot/imported/1.png-45f80a38f247cb51b7d1aafbb7b715dd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Lightning/1.png" +dest_files=["res://.godot/imported/1.png-45f80a38f247cb51b7d1aafbb7b715dd.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=1 diff --git a/Assets/Sprites/Effects/Lightning/10.png b/Assets/Sprites/Effects/Lightning/10.png new file mode 100644 index 0000000..c3e5622 Binary files /dev/null and b/Assets/Sprites/Effects/Lightning/10.png differ diff --git a/Assets/Sprites/Effects/Lightning/10.png.import b/Assets/Sprites/Effects/Lightning/10.png.import new file mode 100644 index 0000000..69040a5 --- /dev/null +++ b/Assets/Sprites/Effects/Lightning/10.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cfdvqdoi3pl8g" +path="res://.godot/imported/10.png-0bd7628f6325218dec7957e959b6a40c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Lightning/10.png" +dest_files=["res://.godot/imported/10.png-0bd7628f6325218dec7957e959b6a40c.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=1 diff --git a/Assets/Sprites/Effects/Lightning/11.png b/Assets/Sprites/Effects/Lightning/11.png new file mode 100644 index 0000000..9d8bbee Binary files /dev/null and b/Assets/Sprites/Effects/Lightning/11.png differ diff --git a/Assets/Sprites/Effects/Lightning/11.png.import b/Assets/Sprites/Effects/Lightning/11.png.import new file mode 100644 index 0000000..a26a6c2 --- /dev/null +++ b/Assets/Sprites/Effects/Lightning/11.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bfle7yfhu518h" +path="res://.godot/imported/11.png-5abbe78cbe7f536c9069264f30034bfd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Lightning/11.png" +dest_files=["res://.godot/imported/11.png-5abbe78cbe7f536c9069264f30034bfd.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=1 diff --git a/Assets/Sprites/Effects/Lightning/12.png b/Assets/Sprites/Effects/Lightning/12.png new file mode 100644 index 0000000..7322b64 Binary files /dev/null and b/Assets/Sprites/Effects/Lightning/12.png differ diff --git a/Assets/Sprites/Effects/Lightning/12.png.import b/Assets/Sprites/Effects/Lightning/12.png.import new file mode 100644 index 0000000..224d753 --- /dev/null +++ b/Assets/Sprites/Effects/Lightning/12.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://1knqiaou6k3g" +path="res://.godot/imported/12.png-b83acf84bb55315f9d03385cf0da2184.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Lightning/12.png" +dest_files=["res://.godot/imported/12.png-b83acf84bb55315f9d03385cf0da2184.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=1 diff --git a/Assets/Sprites/Effects/Lightning/2.png b/Assets/Sprites/Effects/Lightning/2.png new file mode 100644 index 0000000..3b056f8 Binary files /dev/null and b/Assets/Sprites/Effects/Lightning/2.png differ diff --git a/Assets/Sprites/Effects/Lightning/2.png.import b/Assets/Sprites/Effects/Lightning/2.png.import new file mode 100644 index 0000000..47c00cd --- /dev/null +++ b/Assets/Sprites/Effects/Lightning/2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d2bfugu1qvav" +path="res://.godot/imported/2.png-3f2762d8e3cb652ed2eb50af0ad4c45d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Lightning/2.png" +dest_files=["res://.godot/imported/2.png-3f2762d8e3cb652ed2eb50af0ad4c45d.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=1 diff --git a/Assets/Sprites/Effects/Lightning/3.png b/Assets/Sprites/Effects/Lightning/3.png new file mode 100644 index 0000000..753fcfe Binary files /dev/null and b/Assets/Sprites/Effects/Lightning/3.png differ diff --git a/Assets/Sprites/Effects/Lightning/3.png.import b/Assets/Sprites/Effects/Lightning/3.png.import new file mode 100644 index 0000000..ee9caec --- /dev/null +++ b/Assets/Sprites/Effects/Lightning/3.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://qjd55wvyidjk" +path="res://.godot/imported/3.png-7640af901339776c69d516f2f9c4b9fa.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Lightning/3.png" +dest_files=["res://.godot/imported/3.png-7640af901339776c69d516f2f9c4b9fa.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=1 diff --git a/Assets/Sprites/Effects/Lightning/4.png b/Assets/Sprites/Effects/Lightning/4.png new file mode 100644 index 0000000..906d5ee Binary files /dev/null and b/Assets/Sprites/Effects/Lightning/4.png differ diff --git a/Assets/Sprites/Effects/Lightning/4.png.import b/Assets/Sprites/Effects/Lightning/4.png.import new file mode 100644 index 0000000..cc21be3 --- /dev/null +++ b/Assets/Sprites/Effects/Lightning/4.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://drpdw8a3kcidp" +path="res://.godot/imported/4.png-f2cf068c9f7c61c66a9cb880a9a1861d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Lightning/4.png" +dest_files=["res://.godot/imported/4.png-f2cf068c9f7c61c66a9cb880a9a1861d.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=1 diff --git a/Assets/Sprites/Effects/Lightning/5.png b/Assets/Sprites/Effects/Lightning/5.png new file mode 100644 index 0000000..07e51e7 Binary files /dev/null and b/Assets/Sprites/Effects/Lightning/5.png differ diff --git a/Assets/Sprites/Effects/Lightning/5.png.import b/Assets/Sprites/Effects/Lightning/5.png.import new file mode 100644 index 0000000..f410fa1 --- /dev/null +++ b/Assets/Sprites/Effects/Lightning/5.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dlc3cma3autwl" +path="res://.godot/imported/5.png-18be68fa8c95e03103a6b6ab28f00dfe.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Lightning/5.png" +dest_files=["res://.godot/imported/5.png-18be68fa8c95e03103a6b6ab28f00dfe.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=1 diff --git a/Assets/Sprites/Effects/Lightning/6.png b/Assets/Sprites/Effects/Lightning/6.png new file mode 100644 index 0000000..a62662e Binary files /dev/null and b/Assets/Sprites/Effects/Lightning/6.png differ diff --git a/Assets/Sprites/Effects/Lightning/6.png.import b/Assets/Sprites/Effects/Lightning/6.png.import new file mode 100644 index 0000000..a8c9684 --- /dev/null +++ b/Assets/Sprites/Effects/Lightning/6.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://s85akmcaokgp" +path="res://.godot/imported/6.png-a7fd6364b01357cacaf4d846682ed0b6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Lightning/6.png" +dest_files=["res://.godot/imported/6.png-a7fd6364b01357cacaf4d846682ed0b6.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=1 diff --git a/Assets/Sprites/Effects/Lightning/7.png b/Assets/Sprites/Effects/Lightning/7.png new file mode 100644 index 0000000..c4686a9 Binary files /dev/null and b/Assets/Sprites/Effects/Lightning/7.png differ diff --git a/Assets/Sprites/Effects/Lightning/7.png.import b/Assets/Sprites/Effects/Lightning/7.png.import new file mode 100644 index 0000000..7d6c567 --- /dev/null +++ b/Assets/Sprites/Effects/Lightning/7.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cciay3oon1qkn" +path="res://.godot/imported/7.png-b4876e55780ad30ddb59c84186c16ec5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Lightning/7.png" +dest_files=["res://.godot/imported/7.png-b4876e55780ad30ddb59c84186c16ec5.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=1 diff --git a/Assets/Sprites/Effects/Lightning/8.png b/Assets/Sprites/Effects/Lightning/8.png new file mode 100644 index 0000000..08f40b0 Binary files /dev/null and b/Assets/Sprites/Effects/Lightning/8.png differ diff --git a/Assets/Sprites/Effects/Lightning/8.png.import b/Assets/Sprites/Effects/Lightning/8.png.import new file mode 100644 index 0000000..815bc19 --- /dev/null +++ b/Assets/Sprites/Effects/Lightning/8.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://djhx5pldhgwfo" +path="res://.godot/imported/8.png-9cd6416557c547bbbb832891ee87727f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Lightning/8.png" +dest_files=["res://.godot/imported/8.png-9cd6416557c547bbbb832891ee87727f.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=1 diff --git a/Assets/Sprites/Effects/Lightning/9.png b/Assets/Sprites/Effects/Lightning/9.png new file mode 100644 index 0000000..e2107af Binary files /dev/null and b/Assets/Sprites/Effects/Lightning/9.png differ diff --git a/Assets/Sprites/Effects/Lightning/9.png.import b/Assets/Sprites/Effects/Lightning/9.png.import new file mode 100644 index 0000000..5ef1b2d --- /dev/null +++ b/Assets/Sprites/Effects/Lightning/9.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://uhh3ve1cduxh" +path="res://.godot/imported/9.png-eca6ca0c64b34a45bcd5250077b4d1df.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Effects/Lightning/9.png" +dest_files=["res://.godot/imported/9.png-eca6ca0c64b34a45bcd5250077b4d1df.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=1 diff --git a/Assets/Sprites/General/16x16.png b/Assets/Sprites/General/16x16.png new file mode 100644 index 0000000..d909708 Binary files /dev/null and b/Assets/Sprites/General/16x16.png differ diff --git a/Assets/Sprites/General/16x16.png.import b/Assets/Sprites/General/16x16.png.import new file mode 100644 index 0000000..781cb5e --- /dev/null +++ b/Assets/Sprites/General/16x16.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bfmh6tud0lejl" +path="res://.godot/imported/16x16.png-fbb5dc8207ca08a9f9ae1009d030eeeb.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/General/16x16.png" +dest_files=["res://.godot/imported/16x16.png-fbb5dc8207ca08a9f9ae1009d030eeeb.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=1 diff --git a/Assets/Sprites/UI/Keyboard Letters and Symbols.png b/Assets/Sprites/UI/Keyboard Letters and Symbols.png new file mode 100644 index 0000000..99a32e0 Binary files /dev/null and b/Assets/Sprites/UI/Keyboard Letters and Symbols.png differ diff --git a/Assets/Sprites/UI/Keyboard Letters and Symbols.png.import b/Assets/Sprites/UI/Keyboard Letters and Symbols.png.import new file mode 100644 index 0000000..1afc432 --- /dev/null +++ b/Assets/Sprites/UI/Keyboard Letters and Symbols.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://quxyaucm8pcf" +path="res://.godot/imported/Keyboard Letters and Symbols.png-14f537deca5e708355071d087adb6bcd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/Keyboard Letters and Symbols.png" +dest_files=["res://.godot/imported/Keyboard Letters and Symbols.png-14f537deca5e708355071d087adb6bcd.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=1 diff --git a/Assets/Sprites/UI/UI Element 1.png b/Assets/Sprites/UI/UI Element 1.png new file mode 100644 index 0000000..d8655e9 Binary files /dev/null and b/Assets/Sprites/UI/UI Element 1.png differ diff --git a/Assets/Sprites/UI/UI Element 1.png.import b/Assets/Sprites/UI/UI Element 1.png.import new file mode 100644 index 0000000..6e6c88f --- /dev/null +++ b/Assets/Sprites/UI/UI Element 1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dlj27qc0swn10" +path="res://.godot/imported/UI Element 1.png-0a909415c2a76d989b4def330de70e54.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/UI Element 1.png" +dest_files=["res://.godot/imported/UI Element 1.png-0a909415c2a76d989b4def330de70e54.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=1 diff --git a/Assets/Sprites/UI/UI Element 2.png b/Assets/Sprites/UI/UI Element 2.png new file mode 100644 index 0000000..e09710d Binary files /dev/null and b/Assets/Sprites/UI/UI Element 2.png differ diff --git a/Assets/Sprites/UI/UI Element 2.png.import b/Assets/Sprites/UI/UI Element 2.png.import new file mode 100644 index 0000000..d3ea098 --- /dev/null +++ b/Assets/Sprites/UI/UI Element 2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://1ecg1uk5ejtm" +path="res://.godot/imported/UI Element 2.png-91d12f27d87d52f4815e6c2df8b14f83.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/UI Element 2.png" +dest_files=["res://.godot/imported/UI Element 2.png-91d12f27d87d52f4815e6c2df8b14f83.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=1 diff --git a/Assets/Sprites/UI/UI Element 3.png b/Assets/Sprites/UI/UI Element 3.png new file mode 100644 index 0000000..9b8318c Binary files /dev/null and b/Assets/Sprites/UI/UI Element 3.png differ diff --git a/Assets/Sprites/UI/UI Element 3.png.import b/Assets/Sprites/UI/UI Element 3.png.import new file mode 100644 index 0000000..41788de --- /dev/null +++ b/Assets/Sprites/UI/UI Element 3.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c6gnkqs0ygsdm" +path="res://.godot/imported/UI Element 3.png-5899b2337ed7cdce09c478c791f3f9d5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/UI Element 3.png" +dest_files=["res://.godot/imported/UI Element 3.png-5899b2337ed7cdce09c478c791f3f9d5.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=1 diff --git a/Assets/Sprites/UI/UI Element 4.png b/Assets/Sprites/UI/UI Element 4.png new file mode 100644 index 0000000..b3efba4 Binary files /dev/null and b/Assets/Sprites/UI/UI Element 4.png differ diff --git a/Assets/Sprites/UI/UI Element 4.png.import b/Assets/Sprites/UI/UI Element 4.png.import new file mode 100644 index 0000000..e0c47aa --- /dev/null +++ b/Assets/Sprites/UI/UI Element 4.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brtdxlj40huot" +path="res://.godot/imported/UI Element 4.png-5d3feb8c22e5c958d37804ed3ef0b32e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/UI Element 4.png" +dest_files=["res://.godot/imported/UI Element 4.png-5d3feb8c22e5c958d37804ed3ef0b32e.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=1 diff --git a/Assets/Sprites/UI/UI Element 5.png b/Assets/Sprites/UI/UI Element 5.png new file mode 100644 index 0000000..c4c3641 Binary files /dev/null and b/Assets/Sprites/UI/UI Element 5.png differ diff --git a/Assets/Sprites/UI/UI Element 5.png.import b/Assets/Sprites/UI/UI Element 5.png.import new file mode 100644 index 0000000..e09cefa --- /dev/null +++ b/Assets/Sprites/UI/UI Element 5.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://yk6jaqrokeu0" +path="res://.godot/imported/UI Element 5.png-4589c4de95d235f926eaf4ff8da0d5db.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/UI Element 5.png" +dest_files=["res://.godot/imported/UI Element 5.png-4589c4de95d235f926eaf4ff8da0d5db.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=1 diff --git a/Assets/Sprites/UI/UI ElementUI 10.png b/Assets/Sprites/UI/UI ElementUI 10.png new file mode 100644 index 0000000..8daf469 Binary files /dev/null and b/Assets/Sprites/UI/UI ElementUI 10.png differ diff --git a/Assets/Sprites/UI/UI ElementUI 10.png.import b/Assets/Sprites/UI/UI ElementUI 10.png.import new file mode 100644 index 0000000..eccdb87 --- /dev/null +++ b/Assets/Sprites/UI/UI ElementUI 10.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://coo288lxiwds1" +path="res://.godot/imported/UI ElementUI 10.png-4f21d591f05c6efb67d762a3123fecad.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/UI ElementUI 10.png" +dest_files=["res://.godot/imported/UI ElementUI 10.png-4f21d591f05c6efb67d762a3123fecad.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=1 diff --git a/Assets/Sprites/UI/UI ElementUI 11.png b/Assets/Sprites/UI/UI ElementUI 11.png new file mode 100644 index 0000000..e3a11cc Binary files /dev/null and b/Assets/Sprites/UI/UI ElementUI 11.png differ diff --git a/Assets/Sprites/UI/UI ElementUI 11.png.import b/Assets/Sprites/UI/UI ElementUI 11.png.import new file mode 100644 index 0000000..e9c6081 --- /dev/null +++ b/Assets/Sprites/UI/UI ElementUI 11.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://kibv4ia808tq" +path="res://.godot/imported/UI ElementUI 11.png-d1f1143f41737578a054c14dde3464c8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/UI ElementUI 11.png" +dest_files=["res://.godot/imported/UI ElementUI 11.png-d1f1143f41737578a054c14dde3464c8.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=1 diff --git a/Assets/Sprites/UI/UI ElementUI 12.png b/Assets/Sprites/UI/UI ElementUI 12.png new file mode 100644 index 0000000..1d78dae Binary files /dev/null and b/Assets/Sprites/UI/UI ElementUI 12.png differ diff --git a/Assets/Sprites/UI/UI ElementUI 12.png.import b/Assets/Sprites/UI/UI ElementUI 12.png.import new file mode 100644 index 0000000..291f0cc --- /dev/null +++ b/Assets/Sprites/UI/UI ElementUI 12.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://sxl8agmbjwm7" +path="res://.godot/imported/UI ElementUI 12.png-761f31b3b6c450db3b6143cfc234dd03.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/UI ElementUI 12.png" +dest_files=["res://.godot/imported/UI ElementUI 12.png-761f31b3b6c450db3b6143cfc234dd03.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=1 diff --git a/Assets/Sprites/UI/UI ElementUI 13.png b/Assets/Sprites/UI/UI ElementUI 13.png new file mode 100644 index 0000000..482ef7b Binary files /dev/null and b/Assets/Sprites/UI/UI ElementUI 13.png differ diff --git a/Assets/Sprites/UI/UI ElementUI 13.png.import b/Assets/Sprites/UI/UI ElementUI 13.png.import new file mode 100644 index 0000000..2408ecb --- /dev/null +++ b/Assets/Sprites/UI/UI ElementUI 13.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://lrjup17oeopi" +path="res://.godot/imported/UI ElementUI 13.png-4b9a2fc04d4c7f1195795112be7fcf93.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/UI ElementUI 13.png" +dest_files=["res://.godot/imported/UI ElementUI 13.png-4b9a2fc04d4c7f1195795112be7fcf93.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=1 diff --git a/Assets/Sprites/UI/UI ElementUI 6.png b/Assets/Sprites/UI/UI ElementUI 6.png new file mode 100644 index 0000000..4d56238 Binary files /dev/null and b/Assets/Sprites/UI/UI ElementUI 6.png differ diff --git a/Assets/Sprites/UI/UI ElementUI 6.png.import b/Assets/Sprites/UI/UI ElementUI 6.png.import new file mode 100644 index 0000000..436ff83 --- /dev/null +++ b/Assets/Sprites/UI/UI ElementUI 6.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dmhcfgf7q2rqe" +path="res://.godot/imported/UI ElementUI 6.png-249e4ff97d9580bee3006d55f83022e4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/UI ElementUI 6.png" +dest_files=["res://.godot/imported/UI ElementUI 6.png-249e4ff97d9580bee3006d55f83022e4.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=1 diff --git a/Assets/Sprites/UI/UI ElementUI 7.png b/Assets/Sprites/UI/UI ElementUI 7.png new file mode 100644 index 0000000..7591d76 Binary files /dev/null and b/Assets/Sprites/UI/UI ElementUI 7.png differ diff --git a/Assets/Sprites/UI/UI ElementUI 7.png.import b/Assets/Sprites/UI/UI ElementUI 7.png.import new file mode 100644 index 0000000..a945bfc --- /dev/null +++ b/Assets/Sprites/UI/UI ElementUI 7.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://p78v7qv0318c" +path="res://.godot/imported/UI ElementUI 7.png-4abc697745b82b609284911464068597.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/UI ElementUI 7.png" +dest_files=["res://.godot/imported/UI ElementUI 7.png-4abc697745b82b609284911464068597.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=1 diff --git a/Assets/Sprites/UI/UI ElementUI 8.png b/Assets/Sprites/UI/UI ElementUI 8.png new file mode 100644 index 0000000..f266de6 Binary files /dev/null and b/Assets/Sprites/UI/UI ElementUI 8.png differ diff --git a/Assets/Sprites/UI/UI ElementUI 8.png.import b/Assets/Sprites/UI/UI ElementUI 8.png.import new file mode 100644 index 0000000..4c3e78e --- /dev/null +++ b/Assets/Sprites/UI/UI ElementUI 8.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cicuugdwlldh" +path="res://.godot/imported/UI ElementUI 8.png-9f99f715b7e06f6703205807a9d77558.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/UI ElementUI 8.png" +dest_files=["res://.godot/imported/UI ElementUI 8.png-9f99f715b7e06f6703205807a9d77558.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=1 diff --git a/Assets/Sprites/UI/UI ElementUI 9.png b/Assets/Sprites/UI/UI ElementUI 9.png new file mode 100644 index 0000000..b8a9cbd Binary files /dev/null and b/Assets/Sprites/UI/UI ElementUI 9.png differ diff --git a/Assets/Sprites/UI/UI ElementUI 9.png.import b/Assets/Sprites/UI/UI ElementUI 9.png.import new file mode 100644 index 0000000..01c22aa --- /dev/null +++ b/Assets/Sprites/UI/UI ElementUI 9.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://jp6j10tg4g52" +path="res://.godot/imported/UI ElementUI 9.png-7e80f395e2ae33aa285d3aa8ddc36c3e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/UI/UI ElementUI 9.png" +dest_files=["res://.godot/imported/UI ElementUI 9.png-7e80f395e2ae33aa285d3aa8ddc36c3e.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=1 diff --git a/Assets/potion-svgrepo-com.svg b/Assets/potion-svgrepo-com.svg new file mode 100644 index 0000000..f88930c --- /dev/null +++ b/Assets/potion-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Assets/potion-svgrepo-com.svg.import b/Assets/potion-svgrepo-com.svg.import new file mode 100644 index 0000000..8bedabe --- /dev/null +++ b/Assets/potion-svgrepo-com.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dfiq16xd317ft" +path="res://.godot/imported/potion-svgrepo-com.svg-2f1f48fcc9c0d501292b75f3cdcda285.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/potion-svgrepo-com.svg" +dest_files=["res://.godot/imported/potion-svgrepo-com.svg-2f1f48fcc9c0d501292b75f3cdcda285.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=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..9d8b7fa --- /dev/null +++ b/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon.svg.import b/icon.svg.import new file mode 100644 index 0000000..9d40727 --- /dev/null +++ b/icon.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d3uv2p205d7tf" +path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.svg" +dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.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=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..f2c8ff2 --- /dev/null +++ b/project.godot @@ -0,0 +1,19 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=5 + +[application] + +config/name="Dungeon RPG" +config/features=PackedStringArray("4.4", "Forward Plus") +config/icon="uid://dfiq16xd317ft" + +[dotnet] + +project/assembly_name="Dungeon RPG"