diff --git a/Asset Sources/Maps/Materials/dev_materials_blender/dev_materials.blend b/Asset Sources/Maps/Materials/dev_materials_blender/dev_materials.blend new file mode 100644 index 0000000..71b9a46 Binary files /dev/null and b/Asset Sources/Maps/Materials/dev_materials_blender/dev_materials.blend differ diff --git a/Asset Sources/Maps/Models/DM1/DM1_dev_materials.blend b/Asset Sources/Maps/Models/DM1/DM1_dev_materials.blend new file mode 100644 index 0000000..a6a8502 Binary files /dev/null and b/Asset Sources/Maps/Models/DM1/DM1_dev_materials.blend differ diff --git a/Asset Sources/Maps/Models/DM1/DM1_dev_materials.blend1 b/Asset Sources/Maps/Models/DM1/DM1_dev_materials.blend1 new file mode 100644 index 0000000..6a8a1e1 Binary files /dev/null and b/Asset Sources/Maps/Models/DM1/DM1_dev_materials.blend1 differ diff --git a/Asset Sources/Maps/Models/Village/Village.blend b/Asset Sources/Maps/Models/Village/Village.blend new file mode 100644 index 0000000..d0d934b Binary files /dev/null and b/Asset Sources/Maps/Models/Village/Village.blend differ diff --git a/Game/Assets/Characters/Default/Player.gltf.import b/Game/Assets/Characters/Default/Player.gltf.import index 9578aad..0f55998 100644 --- a/Game/Assets/Characters/Default/Player.gltf.import +++ b/Game/Assets/Characters/Default/Player.gltf.import @@ -16,6 +16,7 @@ nodes/root_name="Scene Root" nodes/root_scale=1.0 nodes/custom_script="" nodes/storage=0 +nodes/use_legacy_names=true materials/location=1 materials/storage=1 materials/keep_on_reimport=true diff --git a/Game/Assets/Characters/HerMajestyTheQueen/RoyalGuard/royalguard.gltf.import b/Game/Assets/Characters/HerMajestyTheQueen/RoyalGuard/royalguard.gltf.import index cb76fd5..b618316 100644 --- a/Game/Assets/Characters/HerMajestyTheQueen/RoyalGuard/royalguard.gltf.import +++ b/Game/Assets/Characters/HerMajestyTheQueen/RoyalGuard/royalguard.gltf.import @@ -16,6 +16,7 @@ nodes/root_name="Scene Root" nodes/root_scale=1.0 nodes/custom_script="" nodes/storage=0 +nodes/use_legacy_names=true materials/location=1 materials/storage=1 materials/keep_on_reimport=true diff --git a/Game/Assets/Characters/HerMajestyTheQueen/Throne/Throne.gltf.import b/Game/Assets/Characters/HerMajestyTheQueen/Throne/Throne.gltf.import index 10fc807..a518008 100644 --- a/Game/Assets/Characters/HerMajestyTheQueen/Throne/Throne.gltf.import +++ b/Game/Assets/Characters/HerMajestyTheQueen/Throne/Throne.gltf.import @@ -16,6 +16,7 @@ nodes/root_name="Scene Root" nodes/root_scale=1.0 nodes/custom_script="" nodes/storage=0 +nodes/use_legacy_names=true materials/location=1 materials/storage=1 materials/keep_on_reimport=true diff --git a/Game/Assets/Characters/SmartFridge/SmartFridge.gltf.import b/Game/Assets/Characters/SmartFridge/SmartFridge.gltf.import index c075383..dcec959 100644 --- a/Game/Assets/Characters/SmartFridge/SmartFridge.gltf.import +++ b/Game/Assets/Characters/SmartFridge/SmartFridge.gltf.import @@ -16,6 +16,7 @@ nodes/root_name="Scene Root" nodes/root_scale=1.0 nodes/custom_script="" nodes/storage=0 +nodes/use_legacy_names=true materials/location=1 materials/storage=1 materials/keep_on_reimport=true diff --git a/Game/Assets/Effects/Bullet Holes/4x4 Decal Sheet.glb.import b/Game/Assets/Effects/Bullet Holes/4x4 Decal Sheet.glb.import index f17d278..3c8aa6e 100644 --- a/Game/Assets/Effects/Bullet Holes/4x4 Decal Sheet.glb.import +++ b/Game/Assets/Effects/Bullet Holes/4x4 Decal Sheet.glb.import @@ -16,6 +16,7 @@ nodes/root_name="Scene Root" nodes/root_scale=1.0 nodes/custom_script="" nodes/storage=0 +nodes/use_legacy_names=true materials/location=1 materials/storage=1 materials/keep_on_reimport=true diff --git a/Game/Assets/Effects/BulletTracer.gltf.import b/Game/Assets/Effects/BulletTracer.gltf.import index 6f28d1e..be7b4d3 100644 --- a/Game/Assets/Effects/BulletTracer.gltf.import +++ b/Game/Assets/Effects/BulletTracer.gltf.import @@ -16,6 +16,7 @@ nodes/root_name="Scene Root" nodes/root_scale=1.0 nodes/custom_script="" nodes/storage=0 +nodes/use_legacy_names=true materials/location=1 materials/storage=1 materials/keep_on_reimport=true diff --git a/Game/Assets/Effects/BulletTracerMaterial.tres b/Game/Assets/Effects/BulletTracerMaterial.tres index 3d97b32..d5afbf0 100644 --- a/Game/Assets/Effects/BulletTracerMaterial.tres +++ b/Game/Assets/Effects/BulletTracerMaterial.tres @@ -89,8 +89,9 @@ void fragment() { vec3 n_out4p0 = n_out15p0 * vec3(n_out5p0); // Fresnel:2 + bool n_in2p2 = true; float n_in2p3 = 0.50000; - float n_out2p0 = pow(clamp(dot(NORMAL, VIEW), 0.0, 1.0), n_in2p3); + float n_out2p0 = n_in2p2 ? (pow(clamp(dot(NORMAL, VIEW), 0.0, 1.0), n_in2p3)) : (pow(1.0 - clamp(dot(NORMAL, VIEW), 0.0, 1.0), n_in2p3)); // ScalarOp:12 float n_in12p1 = 0.50000; diff --git a/Game/Assets/Maps/DM1/Block -col.mesh b/Game/Assets/Maps/DM1/Block -col.mesh index 8729144..091d3ed 100644 Binary files a/Game/Assets/Maps/DM1/Block -col.mesh and b/Game/Assets/Maps/DM1/Block -col.mesh differ diff --git a/Game/Assets/Maps/DM1/Concrete Floor.material b/Game/Assets/Maps/DM1/Concrete Floor.material deleted file mode 100644 index b8c87c3..0000000 Binary files a/Game/Assets/Maps/DM1/Concrete Floor.material and /dev/null differ diff --git a/Game/Assets/Maps/DM1/Concrete Wall.material b/Game/Assets/Maps/DM1/Concrete Wall.material deleted file mode 100644 index 205935c..0000000 Binary files a/Game/Assets/Maps/DM1/Concrete Wall.material and /dev/null differ diff --git a/Game/Assets/Maps/DM1/Concrete.material b/Game/Assets/Maps/DM1/Concrete.material deleted file mode 100644 index e388011..0000000 Binary files a/Game/Assets/Maps/DM1/Concrete.material and /dev/null differ diff --git a/Game/Assets/Maps/DM1/DM1.exr b/Game/Assets/Maps/DM1/DM1.exr deleted file mode 100644 index f5adaf0..0000000 Binary files a/Game/Assets/Maps/DM1/DM1.exr and /dev/null differ diff --git a/Game/Assets/Maps/DM1/DM1.exr.import b/Game/Assets/Maps/DM1/DM1.exr.import deleted file mode 100644 index 9c3d739..0000000 --- a/Game/Assets/Maps/DM1/DM1.exr.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="texture_array" -type="TextureArray" -path="res://.import/DM1.exr-8214d4793acfae7ef44c23b9733aad56.texarr" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Assets/Maps/DM1/DM1.exr" -dest_files=[ "res://.import/DM1.exr-8214d4793acfae7ef44c23b9733aad56.texarr" ] - -[params] - -compress/mode=0 -compress/no_bptc_if_rgb=false -flags/repeat=false -flags/filter=true -flags/mipmaps=false -flags/srgb=false -slices/horizontal=1 -slices/vertical=1 diff --git a/Game/Assets/Maps/DM1/DM1.glb b/Game/Assets/Maps/DM1/DM1.glb deleted file mode 100644 index f005fe8..0000000 Binary files a/Game/Assets/Maps/DM1/DM1.glb and /dev/null differ diff --git a/Game/Assets/Maps/DM1/DM1.glb.import b/Game/Assets/Maps/DM1/DM1.glb.import index d4265d8..5436ded 100644 --- a/Game/Assets/Maps/DM1/DM1.glb.import +++ b/Game/Assets/Maps/DM1/DM1.glb.import @@ -16,6 +16,7 @@ nodes/root_name="Scene Root" nodes/root_scale=1.0 nodes/custom_script="" nodes/storage=0 +nodes/use_legacy_names=true materials/location=0 materials/storage=1 materials/keep_on_reimport=true diff --git a/Game/Assets/Maps/DM1/DM1_dev_materials.glb b/Game/Assets/Maps/DM1/DM1_dev_materials.glb new file mode 100644 index 0000000..248a200 Binary files /dev/null and b/Game/Assets/Maps/DM1/DM1_dev_materials.glb differ diff --git a/Game/Assets/Maps/DM1/DM1_dev_materials.glb.import b/Game/Assets/Maps/DM1/DM1_dev_materials.glb.import new file mode 100644 index 0000000..b223648 --- /dev/null +++ b/Game/Assets/Maps/DM1/DM1_dev_materials.glb.import @@ -0,0 +1,1063 @@ +[remap] + +importer="scene" +type="PackedScene" +path="res://.import/DM1_dev_materials.glb-d5aeb8078fa9c60969b596a4649ee557.scn" + +[deps] + +source_file="res://Assets/Maps/DM1/DM1_dev_materials.glb" +dest_files=[ "res://.import/DM1_dev_materials.glb-d5aeb8078fa9c60969b596a4649ee557.scn" ] + +[params] + +nodes/root_type="Spatial" +nodes/root_name="Scene Root" +nodes/root_scale=1.0 +nodes/custom_script="" +nodes/storage=0 +materials/location=1 +materials/storage=1 +materials/keep_on_reimport=true +meshes/compress=true +meshes/ensure_tangents=true +meshes/storage=0 +meshes/light_baking=0 +meshes/lightmap_texel_size=0.1 +skins/use_named_skins=true +external_files/store_in_subdir=false +animation/import=true +animation/fps=15 +animation/filter_script="" +animation/storage=false +animation/keep_custom_tracks=false +animation/optimizer/enabled=true +animation/optimizer/max_linear_error=0.05 +animation/optimizer/max_angular_error=0.01 +animation/optimizer/max_angle=22 +animation/optimizer/remove_unused_tracks=true +animation/clips/amount=0 +animation/clip_1/name="" +animation/clip_1/start_frame=0 +animation/clip_1/end_frame=0 +animation/clip_1/loops=false +animation/clip_2/name="" +animation/clip_2/start_frame=0 +animation/clip_2/end_frame=0 +animation/clip_2/loops=false +animation/clip_3/name="" +animation/clip_3/start_frame=0 +animation/clip_3/end_frame=0 +animation/clip_3/loops=false +animation/clip_4/name="" +animation/clip_4/start_frame=0 +animation/clip_4/end_frame=0 +animation/clip_4/loops=false +animation/clip_5/name="" +animation/clip_5/start_frame=0 +animation/clip_5/end_frame=0 +animation/clip_5/loops=false +animation/clip_6/name="" +animation/clip_6/start_frame=0 +animation/clip_6/end_frame=0 +animation/clip_6/loops=false +animation/clip_7/name="" +animation/clip_7/start_frame=0 +animation/clip_7/end_frame=0 +animation/clip_7/loops=false +animation/clip_8/name="" +animation/clip_8/start_frame=0 +animation/clip_8/end_frame=0 +animation/clip_8/loops=false +animation/clip_9/name="" +animation/clip_9/start_frame=0 +animation/clip_9/end_frame=0 +animation/clip_9/loops=false +animation/clip_10/name="" +animation/clip_10/start_frame=0 +animation/clip_10/end_frame=0 +animation/clip_10/loops=false +animation/clip_11/name="" +animation/clip_11/start_frame=0 +animation/clip_11/end_frame=0 +animation/clip_11/loops=false +animation/clip_12/name="" +animation/clip_12/start_frame=0 +animation/clip_12/end_frame=0 +animation/clip_12/loops=false +animation/clip_13/name="" +animation/clip_13/start_frame=0 +animation/clip_13/end_frame=0 +animation/clip_13/loops=false +animation/clip_14/name="" +animation/clip_14/start_frame=0 +animation/clip_14/end_frame=0 +animation/clip_14/loops=false +animation/clip_15/name="" +animation/clip_15/start_frame=0 +animation/clip_15/end_frame=0 +animation/clip_15/loops=false +animation/clip_16/name="" +animation/clip_16/start_frame=0 +animation/clip_16/end_frame=0 +animation/clip_16/loops=false +animation/clip_17/name="" +animation/clip_17/start_frame=0 +animation/clip_17/end_frame=0 +animation/clip_17/loops=false +animation/clip_18/name="" +animation/clip_18/start_frame=0 +animation/clip_18/end_frame=0 +animation/clip_18/loops=false +animation/clip_19/name="" +animation/clip_19/start_frame=0 +animation/clip_19/end_frame=0 +animation/clip_19/loops=false +animation/clip_20/name="" +animation/clip_20/start_frame=0 +animation/clip_20/end_frame=0 +animation/clip_20/loops=false +animation/clip_21/name="" +animation/clip_21/start_frame=0 +animation/clip_21/end_frame=0 +animation/clip_21/loops=false +animation/clip_22/name="" +animation/clip_22/start_frame=0 +animation/clip_22/end_frame=0 +animation/clip_22/loops=false +animation/clip_23/name="" +animation/clip_23/start_frame=0 +animation/clip_23/end_frame=0 +animation/clip_23/loops=false +animation/clip_24/name="" +animation/clip_24/start_frame=0 +animation/clip_24/end_frame=0 +animation/clip_24/loops=false +animation/clip_25/name="" +animation/clip_25/start_frame=0 +animation/clip_25/end_frame=0 +animation/clip_25/loops=false +animation/clip_26/name="" +animation/clip_26/start_frame=0 +animation/clip_26/end_frame=0 +animation/clip_26/loops=false +animation/clip_27/name="" +animation/clip_27/start_frame=0 +animation/clip_27/end_frame=0 +animation/clip_27/loops=false +animation/clip_28/name="" +animation/clip_28/start_frame=0 +animation/clip_28/end_frame=0 +animation/clip_28/loops=false +animation/clip_29/name="" +animation/clip_29/start_frame=0 +animation/clip_29/end_frame=0 +animation/clip_29/loops=false +animation/clip_30/name="" +animation/clip_30/start_frame=0 +animation/clip_30/end_frame=0 +animation/clip_30/loops=false +animation/clip_31/name="" +animation/clip_31/start_frame=0 +animation/clip_31/end_frame=0 +animation/clip_31/loops=false +animation/clip_32/name="" +animation/clip_32/start_frame=0 +animation/clip_32/end_frame=0 +animation/clip_32/loops=false +animation/clip_33/name="" +animation/clip_33/start_frame=0 +animation/clip_33/end_frame=0 +animation/clip_33/loops=false +animation/clip_34/name="" +animation/clip_34/start_frame=0 +animation/clip_34/end_frame=0 +animation/clip_34/loops=false +animation/clip_35/name="" +animation/clip_35/start_frame=0 +animation/clip_35/end_frame=0 +animation/clip_35/loops=false +animation/clip_36/name="" +animation/clip_36/start_frame=0 +animation/clip_36/end_frame=0 +animation/clip_36/loops=false +animation/clip_37/name="" +animation/clip_37/start_frame=0 +animation/clip_37/end_frame=0 +animation/clip_37/loops=false +animation/clip_38/name="" +animation/clip_38/start_frame=0 +animation/clip_38/end_frame=0 +animation/clip_38/loops=false +animation/clip_39/name="" +animation/clip_39/start_frame=0 +animation/clip_39/end_frame=0 +animation/clip_39/loops=false +animation/clip_40/name="" +animation/clip_40/start_frame=0 +animation/clip_40/end_frame=0 +animation/clip_40/loops=false +animation/clip_41/name="" +animation/clip_41/start_frame=0 +animation/clip_41/end_frame=0 +animation/clip_41/loops=false +animation/clip_42/name="" +animation/clip_42/start_frame=0 +animation/clip_42/end_frame=0 +animation/clip_42/loops=false +animation/clip_43/name="" +animation/clip_43/start_frame=0 +animation/clip_43/end_frame=0 +animation/clip_43/loops=false +animation/clip_44/name="" +animation/clip_44/start_frame=0 +animation/clip_44/end_frame=0 +animation/clip_44/loops=false +animation/clip_45/name="" +animation/clip_45/start_frame=0 +animation/clip_45/end_frame=0 +animation/clip_45/loops=false +animation/clip_46/name="" +animation/clip_46/start_frame=0 +animation/clip_46/end_frame=0 +animation/clip_46/loops=false +animation/clip_47/name="" +animation/clip_47/start_frame=0 +animation/clip_47/end_frame=0 +animation/clip_47/loops=false +animation/clip_48/name="" +animation/clip_48/start_frame=0 +animation/clip_48/end_frame=0 +animation/clip_48/loops=false +animation/clip_49/name="" +animation/clip_49/start_frame=0 +animation/clip_49/end_frame=0 +animation/clip_49/loops=false +animation/clip_50/name="" +animation/clip_50/start_frame=0 +animation/clip_50/end_frame=0 +animation/clip_50/loops=false +animation/clip_51/name="" +animation/clip_51/start_frame=0 +animation/clip_51/end_frame=0 +animation/clip_51/loops=false +animation/clip_52/name="" +animation/clip_52/start_frame=0 +animation/clip_52/end_frame=0 +animation/clip_52/loops=false +animation/clip_53/name="" +animation/clip_53/start_frame=0 +animation/clip_53/end_frame=0 +animation/clip_53/loops=false +animation/clip_54/name="" +animation/clip_54/start_frame=0 +animation/clip_54/end_frame=0 +animation/clip_54/loops=false +animation/clip_55/name="" +animation/clip_55/start_frame=0 +animation/clip_55/end_frame=0 +animation/clip_55/loops=false +animation/clip_56/name="" +animation/clip_56/start_frame=0 +animation/clip_56/end_frame=0 +animation/clip_56/loops=false +animation/clip_57/name="" +animation/clip_57/start_frame=0 +animation/clip_57/end_frame=0 +animation/clip_57/loops=false +animation/clip_58/name="" +animation/clip_58/start_frame=0 +animation/clip_58/end_frame=0 +animation/clip_58/loops=false +animation/clip_59/name="" +animation/clip_59/start_frame=0 +animation/clip_59/end_frame=0 +animation/clip_59/loops=false +animation/clip_60/name="" +animation/clip_60/start_frame=0 +animation/clip_60/end_frame=0 +animation/clip_60/loops=false +animation/clip_61/name="" +animation/clip_61/start_frame=0 +animation/clip_61/end_frame=0 +animation/clip_61/loops=false +animation/clip_62/name="" +animation/clip_62/start_frame=0 +animation/clip_62/end_frame=0 +animation/clip_62/loops=false +animation/clip_63/name="" +animation/clip_63/start_frame=0 +animation/clip_63/end_frame=0 +animation/clip_63/loops=false +animation/clip_64/name="" +animation/clip_64/start_frame=0 +animation/clip_64/end_frame=0 +animation/clip_64/loops=false +animation/clip_65/name="" +animation/clip_65/start_frame=0 +animation/clip_65/end_frame=0 +animation/clip_65/loops=false +animation/clip_66/name="" +animation/clip_66/start_frame=0 +animation/clip_66/end_frame=0 +animation/clip_66/loops=false +animation/clip_67/name="" +animation/clip_67/start_frame=0 +animation/clip_67/end_frame=0 +animation/clip_67/loops=false +animation/clip_68/name="" +animation/clip_68/start_frame=0 +animation/clip_68/end_frame=0 +animation/clip_68/loops=false +animation/clip_69/name="" +animation/clip_69/start_frame=0 +animation/clip_69/end_frame=0 +animation/clip_69/loops=false +animation/clip_70/name="" +animation/clip_70/start_frame=0 +animation/clip_70/end_frame=0 +animation/clip_70/loops=false +animation/clip_71/name="" +animation/clip_71/start_frame=0 +animation/clip_71/end_frame=0 +animation/clip_71/loops=false +animation/clip_72/name="" +animation/clip_72/start_frame=0 +animation/clip_72/end_frame=0 +animation/clip_72/loops=false +animation/clip_73/name="" +animation/clip_73/start_frame=0 +animation/clip_73/end_frame=0 +animation/clip_73/loops=false +animation/clip_74/name="" +animation/clip_74/start_frame=0 +animation/clip_74/end_frame=0 +animation/clip_74/loops=false +animation/clip_75/name="" +animation/clip_75/start_frame=0 +animation/clip_75/end_frame=0 +animation/clip_75/loops=false +animation/clip_76/name="" +animation/clip_76/start_frame=0 +animation/clip_76/end_frame=0 +animation/clip_76/loops=false +animation/clip_77/name="" +animation/clip_77/start_frame=0 +animation/clip_77/end_frame=0 +animation/clip_77/loops=false +animation/clip_78/name="" +animation/clip_78/start_frame=0 +animation/clip_78/end_frame=0 +animation/clip_78/loops=false +animation/clip_79/name="" +animation/clip_79/start_frame=0 +animation/clip_79/end_frame=0 +animation/clip_79/loops=false +animation/clip_80/name="" +animation/clip_80/start_frame=0 +animation/clip_80/end_frame=0 +animation/clip_80/loops=false +animation/clip_81/name="" +animation/clip_81/start_frame=0 +animation/clip_81/end_frame=0 +animation/clip_81/loops=false +animation/clip_82/name="" +animation/clip_82/start_frame=0 +animation/clip_82/end_frame=0 +animation/clip_82/loops=false +animation/clip_83/name="" +animation/clip_83/start_frame=0 +animation/clip_83/end_frame=0 +animation/clip_83/loops=false +animation/clip_84/name="" +animation/clip_84/start_frame=0 +animation/clip_84/end_frame=0 +animation/clip_84/loops=false +animation/clip_85/name="" +animation/clip_85/start_frame=0 +animation/clip_85/end_frame=0 +animation/clip_85/loops=false +animation/clip_86/name="" +animation/clip_86/start_frame=0 +animation/clip_86/end_frame=0 +animation/clip_86/loops=false +animation/clip_87/name="" +animation/clip_87/start_frame=0 +animation/clip_87/end_frame=0 +animation/clip_87/loops=false +animation/clip_88/name="" +animation/clip_88/start_frame=0 +animation/clip_88/end_frame=0 +animation/clip_88/loops=false +animation/clip_89/name="" +animation/clip_89/start_frame=0 +animation/clip_89/end_frame=0 +animation/clip_89/loops=false +animation/clip_90/name="" +animation/clip_90/start_frame=0 +animation/clip_90/end_frame=0 +animation/clip_90/loops=false +animation/clip_91/name="" +animation/clip_91/start_frame=0 +animation/clip_91/end_frame=0 +animation/clip_91/loops=false +animation/clip_92/name="" +animation/clip_92/start_frame=0 +animation/clip_92/end_frame=0 +animation/clip_92/loops=false +animation/clip_93/name="" +animation/clip_93/start_frame=0 +animation/clip_93/end_frame=0 +animation/clip_93/loops=false +animation/clip_94/name="" +animation/clip_94/start_frame=0 +animation/clip_94/end_frame=0 +animation/clip_94/loops=false +animation/clip_95/name="" +animation/clip_95/start_frame=0 +animation/clip_95/end_frame=0 +animation/clip_95/loops=false +animation/clip_96/name="" +animation/clip_96/start_frame=0 +animation/clip_96/end_frame=0 +animation/clip_96/loops=false +animation/clip_97/name="" +animation/clip_97/start_frame=0 +animation/clip_97/end_frame=0 +animation/clip_97/loops=false +animation/clip_98/name="" +animation/clip_98/start_frame=0 +animation/clip_98/end_frame=0 +animation/clip_98/loops=false +animation/clip_99/name="" +animation/clip_99/start_frame=0 +animation/clip_99/end_frame=0 +animation/clip_99/loops=false +animation/clip_100/name="" +animation/clip_100/start_frame=0 +animation/clip_100/end_frame=0 +animation/clip_100/loops=false +animation/clip_101/name="" +animation/clip_101/start_frame=0 +animation/clip_101/end_frame=0 +animation/clip_101/loops=false +animation/clip_102/name="" +animation/clip_102/start_frame=0 +animation/clip_102/end_frame=0 +animation/clip_102/loops=false +animation/clip_103/name="" +animation/clip_103/start_frame=0 +animation/clip_103/end_frame=0 +animation/clip_103/loops=false +animation/clip_104/name="" +animation/clip_104/start_frame=0 +animation/clip_104/end_frame=0 +animation/clip_104/loops=false +animation/clip_105/name="" +animation/clip_105/start_frame=0 +animation/clip_105/end_frame=0 +animation/clip_105/loops=false +animation/clip_106/name="" +animation/clip_106/start_frame=0 +animation/clip_106/end_frame=0 +animation/clip_106/loops=false +animation/clip_107/name="" +animation/clip_107/start_frame=0 +animation/clip_107/end_frame=0 +animation/clip_107/loops=false +animation/clip_108/name="" +animation/clip_108/start_frame=0 +animation/clip_108/end_frame=0 +animation/clip_108/loops=false +animation/clip_109/name="" +animation/clip_109/start_frame=0 +animation/clip_109/end_frame=0 +animation/clip_109/loops=false +animation/clip_110/name="" +animation/clip_110/start_frame=0 +animation/clip_110/end_frame=0 +animation/clip_110/loops=false +animation/clip_111/name="" +animation/clip_111/start_frame=0 +animation/clip_111/end_frame=0 +animation/clip_111/loops=false +animation/clip_112/name="" +animation/clip_112/start_frame=0 +animation/clip_112/end_frame=0 +animation/clip_112/loops=false +animation/clip_113/name="" +animation/clip_113/start_frame=0 +animation/clip_113/end_frame=0 +animation/clip_113/loops=false +animation/clip_114/name="" +animation/clip_114/start_frame=0 +animation/clip_114/end_frame=0 +animation/clip_114/loops=false +animation/clip_115/name="" +animation/clip_115/start_frame=0 +animation/clip_115/end_frame=0 +animation/clip_115/loops=false +animation/clip_116/name="" +animation/clip_116/start_frame=0 +animation/clip_116/end_frame=0 +animation/clip_116/loops=false +animation/clip_117/name="" +animation/clip_117/start_frame=0 +animation/clip_117/end_frame=0 +animation/clip_117/loops=false +animation/clip_118/name="" +animation/clip_118/start_frame=0 +animation/clip_118/end_frame=0 +animation/clip_118/loops=false +animation/clip_119/name="" +animation/clip_119/start_frame=0 +animation/clip_119/end_frame=0 +animation/clip_119/loops=false +animation/clip_120/name="" +animation/clip_120/start_frame=0 +animation/clip_120/end_frame=0 +animation/clip_120/loops=false +animation/clip_121/name="" +animation/clip_121/start_frame=0 +animation/clip_121/end_frame=0 +animation/clip_121/loops=false +animation/clip_122/name="" +animation/clip_122/start_frame=0 +animation/clip_122/end_frame=0 +animation/clip_122/loops=false +animation/clip_123/name="" +animation/clip_123/start_frame=0 +animation/clip_123/end_frame=0 +animation/clip_123/loops=false +animation/clip_124/name="" +animation/clip_124/start_frame=0 +animation/clip_124/end_frame=0 +animation/clip_124/loops=false +animation/clip_125/name="" +animation/clip_125/start_frame=0 +animation/clip_125/end_frame=0 +animation/clip_125/loops=false +animation/clip_126/name="" +animation/clip_126/start_frame=0 +animation/clip_126/end_frame=0 +animation/clip_126/loops=false +animation/clip_127/name="" +animation/clip_127/start_frame=0 +animation/clip_127/end_frame=0 +animation/clip_127/loops=false +animation/clip_128/name="" +animation/clip_128/start_frame=0 +animation/clip_128/end_frame=0 +animation/clip_128/loops=false +animation/clip_129/name="" +animation/clip_129/start_frame=0 +animation/clip_129/end_frame=0 +animation/clip_129/loops=false +animation/clip_130/name="" +animation/clip_130/start_frame=0 +animation/clip_130/end_frame=0 +animation/clip_130/loops=false +animation/clip_131/name="" +animation/clip_131/start_frame=0 +animation/clip_131/end_frame=0 +animation/clip_131/loops=false +animation/clip_132/name="" +animation/clip_132/start_frame=0 +animation/clip_132/end_frame=0 +animation/clip_132/loops=false +animation/clip_133/name="" +animation/clip_133/start_frame=0 +animation/clip_133/end_frame=0 +animation/clip_133/loops=false +animation/clip_134/name="" +animation/clip_134/start_frame=0 +animation/clip_134/end_frame=0 +animation/clip_134/loops=false +animation/clip_135/name="" +animation/clip_135/start_frame=0 +animation/clip_135/end_frame=0 +animation/clip_135/loops=false +animation/clip_136/name="" +animation/clip_136/start_frame=0 +animation/clip_136/end_frame=0 +animation/clip_136/loops=false +animation/clip_137/name="" +animation/clip_137/start_frame=0 +animation/clip_137/end_frame=0 +animation/clip_137/loops=false +animation/clip_138/name="" +animation/clip_138/start_frame=0 +animation/clip_138/end_frame=0 +animation/clip_138/loops=false +animation/clip_139/name="" +animation/clip_139/start_frame=0 +animation/clip_139/end_frame=0 +animation/clip_139/loops=false +animation/clip_140/name="" +animation/clip_140/start_frame=0 +animation/clip_140/end_frame=0 +animation/clip_140/loops=false +animation/clip_141/name="" +animation/clip_141/start_frame=0 +animation/clip_141/end_frame=0 +animation/clip_141/loops=false +animation/clip_142/name="" +animation/clip_142/start_frame=0 +animation/clip_142/end_frame=0 +animation/clip_142/loops=false +animation/clip_143/name="" +animation/clip_143/start_frame=0 +animation/clip_143/end_frame=0 +animation/clip_143/loops=false +animation/clip_144/name="" +animation/clip_144/start_frame=0 +animation/clip_144/end_frame=0 +animation/clip_144/loops=false +animation/clip_145/name="" +animation/clip_145/start_frame=0 +animation/clip_145/end_frame=0 +animation/clip_145/loops=false +animation/clip_146/name="" +animation/clip_146/start_frame=0 +animation/clip_146/end_frame=0 +animation/clip_146/loops=false +animation/clip_147/name="" +animation/clip_147/start_frame=0 +animation/clip_147/end_frame=0 +animation/clip_147/loops=false +animation/clip_148/name="" +animation/clip_148/start_frame=0 +animation/clip_148/end_frame=0 +animation/clip_148/loops=false +animation/clip_149/name="" +animation/clip_149/start_frame=0 +animation/clip_149/end_frame=0 +animation/clip_149/loops=false +animation/clip_150/name="" +animation/clip_150/start_frame=0 +animation/clip_150/end_frame=0 +animation/clip_150/loops=false +animation/clip_151/name="" +animation/clip_151/start_frame=0 +animation/clip_151/end_frame=0 +animation/clip_151/loops=false +animation/clip_152/name="" +animation/clip_152/start_frame=0 +animation/clip_152/end_frame=0 +animation/clip_152/loops=false +animation/clip_153/name="" +animation/clip_153/start_frame=0 +animation/clip_153/end_frame=0 +animation/clip_153/loops=false +animation/clip_154/name="" +animation/clip_154/start_frame=0 +animation/clip_154/end_frame=0 +animation/clip_154/loops=false +animation/clip_155/name="" +animation/clip_155/start_frame=0 +animation/clip_155/end_frame=0 +animation/clip_155/loops=false +animation/clip_156/name="" +animation/clip_156/start_frame=0 +animation/clip_156/end_frame=0 +animation/clip_156/loops=false +animation/clip_157/name="" +animation/clip_157/start_frame=0 +animation/clip_157/end_frame=0 +animation/clip_157/loops=false +animation/clip_158/name="" +animation/clip_158/start_frame=0 +animation/clip_158/end_frame=0 +animation/clip_158/loops=false +animation/clip_159/name="" +animation/clip_159/start_frame=0 +animation/clip_159/end_frame=0 +animation/clip_159/loops=false +animation/clip_160/name="" +animation/clip_160/start_frame=0 +animation/clip_160/end_frame=0 +animation/clip_160/loops=false +animation/clip_161/name="" +animation/clip_161/start_frame=0 +animation/clip_161/end_frame=0 +animation/clip_161/loops=false +animation/clip_162/name="" +animation/clip_162/start_frame=0 +animation/clip_162/end_frame=0 +animation/clip_162/loops=false +animation/clip_163/name="" +animation/clip_163/start_frame=0 +animation/clip_163/end_frame=0 +animation/clip_163/loops=false +animation/clip_164/name="" +animation/clip_164/start_frame=0 +animation/clip_164/end_frame=0 +animation/clip_164/loops=false +animation/clip_165/name="" +animation/clip_165/start_frame=0 +animation/clip_165/end_frame=0 +animation/clip_165/loops=false +animation/clip_166/name="" +animation/clip_166/start_frame=0 +animation/clip_166/end_frame=0 +animation/clip_166/loops=false +animation/clip_167/name="" +animation/clip_167/start_frame=0 +animation/clip_167/end_frame=0 +animation/clip_167/loops=false +animation/clip_168/name="" +animation/clip_168/start_frame=0 +animation/clip_168/end_frame=0 +animation/clip_168/loops=false +animation/clip_169/name="" +animation/clip_169/start_frame=0 +animation/clip_169/end_frame=0 +animation/clip_169/loops=false +animation/clip_170/name="" +animation/clip_170/start_frame=0 +animation/clip_170/end_frame=0 +animation/clip_170/loops=false +animation/clip_171/name="" +animation/clip_171/start_frame=0 +animation/clip_171/end_frame=0 +animation/clip_171/loops=false +animation/clip_172/name="" +animation/clip_172/start_frame=0 +animation/clip_172/end_frame=0 +animation/clip_172/loops=false +animation/clip_173/name="" +animation/clip_173/start_frame=0 +animation/clip_173/end_frame=0 +animation/clip_173/loops=false +animation/clip_174/name="" +animation/clip_174/start_frame=0 +animation/clip_174/end_frame=0 +animation/clip_174/loops=false +animation/clip_175/name="" +animation/clip_175/start_frame=0 +animation/clip_175/end_frame=0 +animation/clip_175/loops=false +animation/clip_176/name="" +animation/clip_176/start_frame=0 +animation/clip_176/end_frame=0 +animation/clip_176/loops=false +animation/clip_177/name="" +animation/clip_177/start_frame=0 +animation/clip_177/end_frame=0 +animation/clip_177/loops=false +animation/clip_178/name="" +animation/clip_178/start_frame=0 +animation/clip_178/end_frame=0 +animation/clip_178/loops=false +animation/clip_179/name="" +animation/clip_179/start_frame=0 +animation/clip_179/end_frame=0 +animation/clip_179/loops=false +animation/clip_180/name="" +animation/clip_180/start_frame=0 +animation/clip_180/end_frame=0 +animation/clip_180/loops=false +animation/clip_181/name="" +animation/clip_181/start_frame=0 +animation/clip_181/end_frame=0 +animation/clip_181/loops=false +animation/clip_182/name="" +animation/clip_182/start_frame=0 +animation/clip_182/end_frame=0 +animation/clip_182/loops=false +animation/clip_183/name="" +animation/clip_183/start_frame=0 +animation/clip_183/end_frame=0 +animation/clip_183/loops=false +animation/clip_184/name="" +animation/clip_184/start_frame=0 +animation/clip_184/end_frame=0 +animation/clip_184/loops=false +animation/clip_185/name="" +animation/clip_185/start_frame=0 +animation/clip_185/end_frame=0 +animation/clip_185/loops=false +animation/clip_186/name="" +animation/clip_186/start_frame=0 +animation/clip_186/end_frame=0 +animation/clip_186/loops=false +animation/clip_187/name="" +animation/clip_187/start_frame=0 +animation/clip_187/end_frame=0 +animation/clip_187/loops=false +animation/clip_188/name="" +animation/clip_188/start_frame=0 +animation/clip_188/end_frame=0 +animation/clip_188/loops=false +animation/clip_189/name="" +animation/clip_189/start_frame=0 +animation/clip_189/end_frame=0 +animation/clip_189/loops=false +animation/clip_190/name="" +animation/clip_190/start_frame=0 +animation/clip_190/end_frame=0 +animation/clip_190/loops=false +animation/clip_191/name="" +animation/clip_191/start_frame=0 +animation/clip_191/end_frame=0 +animation/clip_191/loops=false +animation/clip_192/name="" +animation/clip_192/start_frame=0 +animation/clip_192/end_frame=0 +animation/clip_192/loops=false +animation/clip_193/name="" +animation/clip_193/start_frame=0 +animation/clip_193/end_frame=0 +animation/clip_193/loops=false +animation/clip_194/name="" +animation/clip_194/start_frame=0 +animation/clip_194/end_frame=0 +animation/clip_194/loops=false +animation/clip_195/name="" +animation/clip_195/start_frame=0 +animation/clip_195/end_frame=0 +animation/clip_195/loops=false +animation/clip_196/name="" +animation/clip_196/start_frame=0 +animation/clip_196/end_frame=0 +animation/clip_196/loops=false +animation/clip_197/name="" +animation/clip_197/start_frame=0 +animation/clip_197/end_frame=0 +animation/clip_197/loops=false +animation/clip_198/name="" +animation/clip_198/start_frame=0 +animation/clip_198/end_frame=0 +animation/clip_198/loops=false +animation/clip_199/name="" +animation/clip_199/start_frame=0 +animation/clip_199/end_frame=0 +animation/clip_199/loops=false +animation/clip_200/name="" +animation/clip_200/start_frame=0 +animation/clip_200/end_frame=0 +animation/clip_200/loops=false +animation/clip_201/name="" +animation/clip_201/start_frame=0 +animation/clip_201/end_frame=0 +animation/clip_201/loops=false +animation/clip_202/name="" +animation/clip_202/start_frame=0 +animation/clip_202/end_frame=0 +animation/clip_202/loops=false +animation/clip_203/name="" +animation/clip_203/start_frame=0 +animation/clip_203/end_frame=0 +animation/clip_203/loops=false +animation/clip_204/name="" +animation/clip_204/start_frame=0 +animation/clip_204/end_frame=0 +animation/clip_204/loops=false +animation/clip_205/name="" +animation/clip_205/start_frame=0 +animation/clip_205/end_frame=0 +animation/clip_205/loops=false +animation/clip_206/name="" +animation/clip_206/start_frame=0 +animation/clip_206/end_frame=0 +animation/clip_206/loops=false +animation/clip_207/name="" +animation/clip_207/start_frame=0 +animation/clip_207/end_frame=0 +animation/clip_207/loops=false +animation/clip_208/name="" +animation/clip_208/start_frame=0 +animation/clip_208/end_frame=0 +animation/clip_208/loops=false +animation/clip_209/name="" +animation/clip_209/start_frame=0 +animation/clip_209/end_frame=0 +animation/clip_209/loops=false +animation/clip_210/name="" +animation/clip_210/start_frame=0 +animation/clip_210/end_frame=0 +animation/clip_210/loops=false +animation/clip_211/name="" +animation/clip_211/start_frame=0 +animation/clip_211/end_frame=0 +animation/clip_211/loops=false +animation/clip_212/name="" +animation/clip_212/start_frame=0 +animation/clip_212/end_frame=0 +animation/clip_212/loops=false +animation/clip_213/name="" +animation/clip_213/start_frame=0 +animation/clip_213/end_frame=0 +animation/clip_213/loops=false +animation/clip_214/name="" +animation/clip_214/start_frame=0 +animation/clip_214/end_frame=0 +animation/clip_214/loops=false +animation/clip_215/name="" +animation/clip_215/start_frame=0 +animation/clip_215/end_frame=0 +animation/clip_215/loops=false +animation/clip_216/name="" +animation/clip_216/start_frame=0 +animation/clip_216/end_frame=0 +animation/clip_216/loops=false +animation/clip_217/name="" +animation/clip_217/start_frame=0 +animation/clip_217/end_frame=0 +animation/clip_217/loops=false +animation/clip_218/name="" +animation/clip_218/start_frame=0 +animation/clip_218/end_frame=0 +animation/clip_218/loops=false +animation/clip_219/name="" +animation/clip_219/start_frame=0 +animation/clip_219/end_frame=0 +animation/clip_219/loops=false +animation/clip_220/name="" +animation/clip_220/start_frame=0 +animation/clip_220/end_frame=0 +animation/clip_220/loops=false +animation/clip_221/name="" +animation/clip_221/start_frame=0 +animation/clip_221/end_frame=0 +animation/clip_221/loops=false +animation/clip_222/name="" +animation/clip_222/start_frame=0 +animation/clip_222/end_frame=0 +animation/clip_222/loops=false +animation/clip_223/name="" +animation/clip_223/start_frame=0 +animation/clip_223/end_frame=0 +animation/clip_223/loops=false +animation/clip_224/name="" +animation/clip_224/start_frame=0 +animation/clip_224/end_frame=0 +animation/clip_224/loops=false +animation/clip_225/name="" +animation/clip_225/start_frame=0 +animation/clip_225/end_frame=0 +animation/clip_225/loops=false +animation/clip_226/name="" +animation/clip_226/start_frame=0 +animation/clip_226/end_frame=0 +animation/clip_226/loops=false +animation/clip_227/name="" +animation/clip_227/start_frame=0 +animation/clip_227/end_frame=0 +animation/clip_227/loops=false +animation/clip_228/name="" +animation/clip_228/start_frame=0 +animation/clip_228/end_frame=0 +animation/clip_228/loops=false +animation/clip_229/name="" +animation/clip_229/start_frame=0 +animation/clip_229/end_frame=0 +animation/clip_229/loops=false +animation/clip_230/name="" +animation/clip_230/start_frame=0 +animation/clip_230/end_frame=0 +animation/clip_230/loops=false +animation/clip_231/name="" +animation/clip_231/start_frame=0 +animation/clip_231/end_frame=0 +animation/clip_231/loops=false +animation/clip_232/name="" +animation/clip_232/start_frame=0 +animation/clip_232/end_frame=0 +animation/clip_232/loops=false +animation/clip_233/name="" +animation/clip_233/start_frame=0 +animation/clip_233/end_frame=0 +animation/clip_233/loops=false +animation/clip_234/name="" +animation/clip_234/start_frame=0 +animation/clip_234/end_frame=0 +animation/clip_234/loops=false +animation/clip_235/name="" +animation/clip_235/start_frame=0 +animation/clip_235/end_frame=0 +animation/clip_235/loops=false +animation/clip_236/name="" +animation/clip_236/start_frame=0 +animation/clip_236/end_frame=0 +animation/clip_236/loops=false +animation/clip_237/name="" +animation/clip_237/start_frame=0 +animation/clip_237/end_frame=0 +animation/clip_237/loops=false +animation/clip_238/name="" +animation/clip_238/start_frame=0 +animation/clip_238/end_frame=0 +animation/clip_238/loops=false +animation/clip_239/name="" +animation/clip_239/start_frame=0 +animation/clip_239/end_frame=0 +animation/clip_239/loops=false +animation/clip_240/name="" +animation/clip_240/start_frame=0 +animation/clip_240/end_frame=0 +animation/clip_240/loops=false +animation/clip_241/name="" +animation/clip_241/start_frame=0 +animation/clip_241/end_frame=0 +animation/clip_241/loops=false +animation/clip_242/name="" +animation/clip_242/start_frame=0 +animation/clip_242/end_frame=0 +animation/clip_242/loops=false +animation/clip_243/name="" +animation/clip_243/start_frame=0 +animation/clip_243/end_frame=0 +animation/clip_243/loops=false +animation/clip_244/name="" +animation/clip_244/start_frame=0 +animation/clip_244/end_frame=0 +animation/clip_244/loops=false +animation/clip_245/name="" +animation/clip_245/start_frame=0 +animation/clip_245/end_frame=0 +animation/clip_245/loops=false +animation/clip_246/name="" +animation/clip_246/start_frame=0 +animation/clip_246/end_frame=0 +animation/clip_246/loops=false +animation/clip_247/name="" +animation/clip_247/start_frame=0 +animation/clip_247/end_frame=0 +animation/clip_247/loops=false +animation/clip_248/name="" +animation/clip_248/start_frame=0 +animation/clip_248/end_frame=0 +animation/clip_248/loops=false +animation/clip_249/name="" +animation/clip_249/start_frame=0 +animation/clip_249/end_frame=0 +animation/clip_249/loops=false +animation/clip_250/name="" +animation/clip_250/start_frame=0 +animation/clip_250/end_frame=0 +animation/clip_250/loops=false +animation/clip_251/name="" +animation/clip_251/start_frame=0 +animation/clip_251/end_frame=0 +animation/clip_251/loops=false +animation/clip_252/name="" +animation/clip_252/start_frame=0 +animation/clip_252/end_frame=0 +animation/clip_252/loops=false +animation/clip_253/name="" +animation/clip_253/start_frame=0 +animation/clip_253/end_frame=0 +animation/clip_253/loops=false +animation/clip_254/name="" +animation/clip_254/start_frame=0 +animation/clip_254/end_frame=0 +animation/clip_254/loops=false +animation/clip_255/name="" +animation/clip_255/start_frame=0 +animation/clip_255/end_frame=0 +animation/clip_255/loops=false +animation/clip_256/name="" +animation/clip_256/start_frame=0 +animation/clip_256/end_frame=0 +animation/clip_256/loops=false diff --git a/Game/Assets/Maps/DM1/DecorationLight01.material b/Game/Assets/Maps/DM1/DecorationLight01.material deleted file mode 100644 index e88fb5e..0000000 Binary files a/Game/Assets/Maps/DM1/DecorationLight01.material and /dev/null differ diff --git a/Game/Assets/Maps/DM1/DM1.tscn b/Game/Assets/Maps/DM1/Level_DM1.tscn similarity index 98% rename from Game/Assets/Maps/DM1/DM1.tscn rename to Game/Assets/Maps/DM1/Level_DM1.tscn index 8d797cd..74001c3 100644 --- a/Game/Assets/Maps/DM1/DM1.tscn +++ b/Game/Assets/Maps/DM1/Level_DM1.tscn @@ -1,20 +1,13 @@ -[gd_scene load_steps=34 format=2] +[gd_scene load_steps=27 format=2] -[ext_resource path="res://Assets/Maps/DM1/DM1.glb" type="PackedScene" id=1] +[ext_resource path="res://Assets/Maps/DM1/DM1_dev_materials.glb" type="PackedScene" id=1] [ext_resource path="res://Assets/Audio/SFX/Ambient_BuzzAndHum.wav" type="AudioStream" id=2] -[ext_resource path="res://Assets/Maps/Materials/ConcreteBase.tres" type="Material" id=3] -[ext_resource path="res://Assets/Maps/Materials/ConcreteWall.tres" type="Material" id=4] -[ext_resource path="res://Assets/Maps/Materials/MetalGrating.tres" type="Material" id=5] -[ext_resource path="res://Assets/Maps/Materials/MetalPanel.tres" type="Material" id=6] -[ext_resource path="res://Assets/Maps/Materials/DecorationLight01.tres" type="Material" id=7] -[ext_resource path="res://Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01.tres" type="Material" id=8] [ext_resource path="res://Classes/LevelComponents/SpawnPoint.tscn" type="PackedScene" id=9] [ext_resource path="res://Assets/Maps/DM1/OmniFlicker.gd" type="Script" id=10] [ext_resource path="res://Assets/Maps/DM1/SpotFlicker.gd" type="Script" id=11] [ext_resource path="res://Assets/Audio/SFX/Ambient_Pipes.wav" type="AudioStream" id=12] [ext_resource path="res://Classes/LevelComponents/SpawnPointsManager.gd" type="Script" id=13] [ext_resource path="res://Classes/LevelComponents/Killfloor.tscn" type="PackedScene" id=14] -[ext_resource path="res://Assets/Maps/DM1/DM1.lmbake" type="BakedLightmapData" id=15] [sub_resource type="ProceduralSky" id=1] @@ -1503,15 +1496,8 @@ height = 84.58 [node name="WorldEnvironment" type="WorldEnvironment" parent="."] environment = SubResource( 2 ) -[node name="BakedLightmap" type="BakedLightmap" parent="."] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 8, 8.96912, 0 ) -extents = Vector3( 34.8728, 15.8134, 29.1055 ) -quality = 2 -environment_mode = 1 -capture_quality = 2 -light_data = ExtResource( 15 ) - [node name="SpawnPoints" type="Spatial" parent="."] +visible = false script = ExtResource( 13 ) __meta__ = { "_edit_lock_": true @@ -1530,6 +1516,7 @@ transform = Transform( 0.258819, 0, 0.965926, 0, 1, 0, -0.965926, 0, 0.258819, - transform = Transform( -0.258819, 0, -0.965926, 0, 1, 0, 0.965926, 0, -0.258819, 31, 3, 0 ) [node name="Decoration" type="Spatial" parent="."] +visible = false [node name="Smoke" type="MeshInstance" parent="Decoration"] transform = Transform( -1.87575, 0.369297, 0.103144, 0.211178, 2.04909, -0.815923, -0.144175, -1.37426, -2.42868, 20.5998, 16.4978, 11.2774 ) @@ -1557,6 +1544,7 @@ mesh = SubResource( 17 ) material/0 = null [node name="Sound" type="Spatial" parent="."] +visible = false [node name="Pipes" type="AudioStreamPlayer3D" parent="Sound"] transform = Transform( 1, 0, -2.98023e-08, 0, 1, 0, 2.98023e-08, 0, 1, 9.67349, 9, -22.8842 ) @@ -1596,20 +1584,10 @@ reverb_bus_uniformity = 1.0 transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 ) shape = SubResource( 18 ) -[node name="DM1" parent="." instance=ExtResource( 1 )] - -[node name="Block " parent="DM1" index="0"] -material/0 = ExtResource( 3 ) -material/1 = ExtResource( 4 ) -material/2 = ExtResource( 7 ) -material/3 = ExtResource( 6 ) -material/4 = ExtResource( 5 ) -material/5 = ExtResource( 8 ) - -[node name="shape0" parent="DM1/Block /static_collision" index="0"] -visible = false +[node name="DM1_dev_materials" parent="." instance=ExtResource( 1 )] [node name="ReflectionProbes" type="Spatial" parent="."] +visible = false __meta__ = { "_edit_lock_": true } @@ -1646,6 +1624,7 @@ box_projection = true enable_shadows = true [node name="Lights" type="Spatial" parent="."] +visible = false __meta__ = { "_edit_lock_": true } @@ -1765,6 +1744,6 @@ spot_angle = 63.7888 [node name="Killfloor" parent="." instance=ExtResource( 14 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -10.0737, 0 ) +visible = false -[editable path="DM1"] [editable path="Killfloor"] diff --git a/Game/Assets/Maps/DM1/MetalGrating.material b/Game/Assets/Maps/DM1/MetalGrating.material deleted file mode 100644 index 7166e5d..0000000 Binary files a/Game/Assets/Maps/DM1/MetalGrating.material and /dev/null differ diff --git a/Game/Assets/Maps/DM1/MetalPanel.material b/Game/Assets/Maps/DM1/MetalPanel.material deleted file mode 100644 index 7c68598..0000000 Binary files a/Game/Assets/Maps/DM1/MetalPanel.material and /dev/null differ diff --git a/Game/Assets/Maps/DM1/dev_blue.material b/Game/Assets/Maps/DM1/dev_blue.material new file mode 100644 index 0000000..42dddb0 Binary files /dev/null and b/Game/Assets/Maps/DM1/dev_blue.material differ diff --git a/Game/Assets/Maps/DM1/dev_brown.material b/Game/Assets/Maps/DM1/dev_brown.material new file mode 100644 index 0000000..72bdfa2 Binary files /dev/null and b/Game/Assets/Maps/DM1/dev_brown.material differ diff --git a/Game/Assets/Maps/DM1/dev_green.material b/Game/Assets/Maps/DM1/dev_green.material new file mode 100644 index 0000000..71b6500 Binary files /dev/null and b/Game/Assets/Maps/DM1/dev_green.material differ diff --git a/Game/Assets/Maps/DM1/dev_grey_dark.material b/Game/Assets/Maps/DM1/dev_grey_dark.material new file mode 100644 index 0000000..88aca41 Binary files /dev/null and b/Game/Assets/Maps/DM1/dev_grey_dark.material differ diff --git a/Game/Assets/Maps/DM1/dev_grey_light.material b/Game/Assets/Maps/DM1/dev_grey_light.material new file mode 100644 index 0000000..05406d8 Binary files /dev/null and b/Game/Assets/Maps/DM1/dev_grey_light.material differ diff --git a/Game/Assets/Maps/DM1/dev_orange.material b/Game/Assets/Maps/DM1/dev_orange.material new file mode 100644 index 0000000..dc0ab78 Binary files /dev/null and b/Game/Assets/Maps/DM1/dev_orange.material differ diff --git a/Game/Assets/Maps/DM1/dev_red.material b/Game/Assets/Maps/DM1/dev_red.material new file mode 100644 index 0000000..9fd0f0c Binary files /dev/null and b/Game/Assets/Maps/DM1/dev_red.material differ diff --git a/Game/Assets/Maps/DM1/dev_red_dark.material b/Game/Assets/Maps/DM1/dev_red_dark.material new file mode 100644 index 0000000..e18f628 Binary files /dev/null and b/Game/Assets/Maps/DM1/dev_red_dark.material differ diff --git a/Game/Assets/Maps/Materials/ConcreteBase.tres b/Game/Assets/Maps/Materials/ConcreteBase.tres deleted file mode 100644 index 56dc423..0000000 --- a/Game/Assets/Maps/Materials/ConcreteBase.tres +++ /dev/null @@ -1,22 +0,0 @@ -[gd_resource type="SpatialMaterial" load_steps=5 format=2] - -[ext_resource path="ConcreteBase_albedo.png" type="Texture" id=1] -[ext_resource path="ConcreteBase_orm.png" type="Texture" id=2] -[ext_resource path="ConcreteBase_normal.png" type="Texture" id=3] - -[resource] -albedo_color = Color(1, 1, 1, 1) -albedo_texture = ExtResource( 1 ) -metallic = 0 -roughness = 1 -roughness_texture = ExtResource( 2 ) -roughness_texture_channel = 1 -normal_enabled = true -normal_scale = 1 -normal_texture = ExtResource( 3 ) -ao_enabled = true -ao_light_affect = 1 -ao_texture = ExtResource( 2 ) -ao_on_uv2 = false -ao_texture_channel = 0 - diff --git a/Game/Assets/Maps/Materials/ConcreteBase_albedo.png b/Game/Assets/Maps/Materials/ConcreteBase_albedo.png deleted file mode 100644 index 8eee2ce..0000000 Binary files a/Game/Assets/Maps/Materials/ConcreteBase_albedo.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/ConcreteBase_albedo.png.import b/Game/Assets/Maps/Materials/ConcreteBase_albedo.png.import deleted file mode 100644 index adc03e4..0000000 --- a/Game/Assets/Maps/Materials/ConcreteBase_albedo.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/ConcreteBase_albedo.png-6692f613d257d876827056d11f7a2c38.s3tc.stex" -path.etc2="res://.import/ConcreteBase_albedo.png-6692f613d257d876827056d11f7a2c38.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/ConcreteBase_albedo.png" -dest_files=[ "res://.import/ConcreteBase_albedo.png-6692f613d257d876827056d11f7a2c38.s3tc.stex", "res://.import/ConcreteBase_albedo.png-6692f613d257d876827056d11f7a2c38.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=1 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/ConcreteBase_normal.png b/Game/Assets/Maps/Materials/ConcreteBase_normal.png deleted file mode 100644 index 95efe95..0000000 Binary files a/Game/Assets/Maps/Materials/ConcreteBase_normal.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/ConcreteBase_normal.png.import b/Game/Assets/Maps/Materials/ConcreteBase_normal.png.import deleted file mode 100644 index 7d9a1dd..0000000 --- a/Game/Assets/Maps/Materials/ConcreteBase_normal.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/ConcreteBase_normal.png-cf1e0ef72dba604418622b123643f403.s3tc.stex" -path.etc2="res://.import/ConcreteBase_normal.png-cf1e0ef72dba604418622b123643f403.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/ConcreteBase_normal.png" -dest_files=[ "res://.import/ConcreteBase_normal.png-cf1e0ef72dba604418622b123643f403.s3tc.stex", "res://.import/ConcreteBase_normal.png-cf1e0ef72dba604418622b123643f403.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=1 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/ConcreteBase_orm.png b/Game/Assets/Maps/Materials/ConcreteBase_orm.png deleted file mode 100644 index af87abe..0000000 Binary files a/Game/Assets/Maps/Materials/ConcreteBase_orm.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/ConcreteBase_orm.png.import b/Game/Assets/Maps/Materials/ConcreteBase_orm.png.import deleted file mode 100644 index c37595c..0000000 --- a/Game/Assets/Maps/Materials/ConcreteBase_orm.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/ConcreteBase_orm.png-d132770dac4303e4b80ee173a108b7d7.s3tc.stex" -path.etc2="res://.import/ConcreteBase_orm.png-d132770dac4303e4b80ee173a108b7d7.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/ConcreteBase_orm.png" -dest_files=[ "res://.import/ConcreteBase_orm.png-d132770dac4303e4b80ee173a108b7d7.s3tc.stex", "res://.import/ConcreteBase_orm.png-d132770dac4303e4b80ee173a108b7d7.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/ConcreteWall.tres b/Game/Assets/Maps/Materials/ConcreteWall.tres deleted file mode 100644 index 1dac5c7..0000000 --- a/Game/Assets/Maps/Materials/ConcreteWall.tres +++ /dev/null @@ -1,31 +0,0 @@ -[gd_resource type="SpatialMaterial" load_steps=5 format=2] - -[ext_resource path="ConcreteWall_albedo.png" type="Texture" id=1] -[ext_resource path="ConcreteWall_orm.png" type="Texture" id=2] -[ext_resource path="ConcreteWall_normal.png" type="Texture" id=3] -[ext_resource path="ConcreteWall_depth.png" type="Texture" id=4] - -[resource] -albedo_color = Color(1, 1, 1, 1) -albedo_texture = ExtResource( 1 ) -metallic = 0 -roughness = 1 -roughness_texture = ExtResource( 2 ) -roughness_texture_channel = 1 -normal_enabled = true -normal_scale = 1 -normal_texture = ExtResource( 3 ) -ao_enabled = true -ao_light_affect = 1 -ao_texture = ExtResource( 2 ) -ao_on_uv2 = false -ao_texture_channel = 0 -depth_enabled = true -depth_scale = 0.02 -depth_deep_parallax = true -depth_min_layers = 8 -depth_max_layers = 32 -depth_flip_tangent = false -depth_flip_binormal = false -depth_texture = ExtResource( 4 ) - diff --git a/Game/Assets/Maps/Materials/ConcreteWall_albedo.png b/Game/Assets/Maps/Materials/ConcreteWall_albedo.png deleted file mode 100644 index 12553bd..0000000 Binary files a/Game/Assets/Maps/Materials/ConcreteWall_albedo.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/ConcreteWall_albedo.png.import b/Game/Assets/Maps/Materials/ConcreteWall_albedo.png.import deleted file mode 100644 index c640383..0000000 --- a/Game/Assets/Maps/Materials/ConcreteWall_albedo.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/ConcreteWall_albedo.png-879300671a1737aaebf317f6d1fd80d7.s3tc.stex" -path.etc2="res://.import/ConcreteWall_albedo.png-879300671a1737aaebf317f6d1fd80d7.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/ConcreteWall_albedo.png" -dest_files=[ "res://.import/ConcreteWall_albedo.png-879300671a1737aaebf317f6d1fd80d7.s3tc.stex", "res://.import/ConcreteWall_albedo.png-879300671a1737aaebf317f6d1fd80d7.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=1 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/ConcreteWall_depth.png b/Game/Assets/Maps/Materials/ConcreteWall_depth.png deleted file mode 100644 index ae3c717..0000000 Binary files a/Game/Assets/Maps/Materials/ConcreteWall_depth.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/ConcreteWall_depth.png.import b/Game/Assets/Maps/Materials/ConcreteWall_depth.png.import deleted file mode 100644 index bf77bfd..0000000 --- a/Game/Assets/Maps/Materials/ConcreteWall_depth.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/ConcreteWall_depth.png-7f5f42ecb40adaedd16adf0c26b1736a.s3tc.stex" -path.etc2="res://.import/ConcreteWall_depth.png-7f5f42ecb40adaedd16adf0c26b1736a.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/ConcreteWall_depth.png" -dest_files=[ "res://.import/ConcreteWall_depth.png-7f5f42ecb40adaedd16adf0c26b1736a.s3tc.stex", "res://.import/ConcreteWall_depth.png-7f5f42ecb40adaedd16adf0c26b1736a.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/ConcreteWall_normal.png b/Game/Assets/Maps/Materials/ConcreteWall_normal.png deleted file mode 100644 index 2f0135c..0000000 Binary files a/Game/Assets/Maps/Materials/ConcreteWall_normal.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/ConcreteWall_normal.png.import b/Game/Assets/Maps/Materials/ConcreteWall_normal.png.import deleted file mode 100644 index 73ced79..0000000 --- a/Game/Assets/Maps/Materials/ConcreteWall_normal.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/ConcreteWall_normal.png-2a9263fbf48112aeaab6dd8e3e4cdaf0.s3tc.stex" -path.etc2="res://.import/ConcreteWall_normal.png-2a9263fbf48112aeaab6dd8e3e4cdaf0.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/ConcreteWall_normal.png" -dest_files=[ "res://.import/ConcreteWall_normal.png-2a9263fbf48112aeaab6dd8e3e4cdaf0.s3tc.stex", "res://.import/ConcreteWall_normal.png-2a9263fbf48112aeaab6dd8e3e4cdaf0.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=1 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/ConcreteWall_orm.png b/Game/Assets/Maps/Materials/ConcreteWall_orm.png deleted file mode 100644 index 417f09c..0000000 Binary files a/Game/Assets/Maps/Materials/ConcreteWall_orm.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/ConcreteWall_orm.png.import b/Game/Assets/Maps/Materials/ConcreteWall_orm.png.import deleted file mode 100644 index 6f2b4bc..0000000 --- a/Game/Assets/Maps/Materials/ConcreteWall_orm.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/ConcreteWall_orm.png-8abdbb4dcada04340460a760b2686d7f.s3tc.stex" -path.etc2="res://.import/ConcreteWall_orm.png-8abdbb4dcada04340460a760b2686d7f.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/ConcreteWall_orm.png" -dest_files=[ "res://.import/ConcreteWall_orm.png-8abdbb4dcada04340460a760b2686d7f.s3tc.stex", "res://.import/ConcreteWall_orm.png-8abdbb4dcada04340460a760b2686d7f.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/DecorationLight01.tres b/Game/Assets/Maps/Materials/DecorationLight01.tres deleted file mode 100644 index e1b3a4a..0000000 --- a/Game/Assets/Maps/Materials/DecorationLight01.tres +++ /dev/null @@ -1,32 +0,0 @@ -[gd_resource type="SpatialMaterial" load_steps=6 format=2] - -[ext_resource path="res://Assets/Maps/Materials/DecorationLight01_albedo.png" type="Texture" id=1] -[ext_resource path="res://Assets/Maps/Materials/DecorationLight01_orm.png" type="Texture" id=2] -[ext_resource path="res://Assets/Maps/Materials/DecorationLight01_normal.png" type="Texture" id=3] -[ext_resource path="res://Assets/Maps/Materials/DecorationLight01_depth.png" type="Texture" id=4] -[ext_resource path="res://Assets/Maps/Materials/DecorationLight01_emission.png" type="Texture" id=5] - -[resource] -albedo_texture = ExtResource( 1 ) -metallic = 1.0 -metallic_texture = ExtResource( 2 ) -metallic_texture_channel = 2 -roughness_texture = ExtResource( 2 ) -roughness_texture_channel = 1 -emission_enabled = true -emission = Color( 0, 0, 0, 1 ) -emission_energy = 4.0 -emission_operator = 0 -emission_on_uv2 = false -emission_texture = ExtResource( 5 ) -normal_enabled = true -normal_scale = 1.0 -normal_texture = ExtResource( 3 ) -depth_enabled = true -depth_scale = 0.1 -depth_deep_parallax = true -depth_min_layers = 8 -depth_max_layers = 32 -depth_flip_tangent = false -depth_flip_binormal = false -depth_texture = ExtResource( 4 ) diff --git a/Game/Assets/Maps/Materials/DecorationLight01_albedo.png b/Game/Assets/Maps/Materials/DecorationLight01_albedo.png deleted file mode 100644 index 2b2868d..0000000 Binary files a/Game/Assets/Maps/Materials/DecorationLight01_albedo.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/DecorationLight01_albedo.png.import b/Game/Assets/Maps/Materials/DecorationLight01_albedo.png.import deleted file mode 100644 index e359b92..0000000 --- a/Game/Assets/Maps/Materials/DecorationLight01_albedo.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/DecorationLight01_albedo.png-7cc4bed31a3c3d2b98b28e7af2e5581d.s3tc.stex" -path.etc2="res://.import/DecorationLight01_albedo.png-7cc4bed31a3c3d2b98b28e7af2e5581d.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/DecorationLight01_albedo.png" -dest_files=[ "res://.import/DecorationLight01_albedo.png-7cc4bed31a3c3d2b98b28e7af2e5581d.s3tc.stex", "res://.import/DecorationLight01_albedo.png-7cc4bed31a3c3d2b98b28e7af2e5581d.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=1 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/DecorationLight01_depth.png b/Game/Assets/Maps/Materials/DecorationLight01_depth.png deleted file mode 100644 index c084b6e..0000000 Binary files a/Game/Assets/Maps/Materials/DecorationLight01_depth.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/DecorationLight01_depth.png.import b/Game/Assets/Maps/Materials/DecorationLight01_depth.png.import deleted file mode 100644 index bd8c781..0000000 --- a/Game/Assets/Maps/Materials/DecorationLight01_depth.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/DecorationLight01_depth.png-5ff02deef70e3cc39c0e7fb500a83a36.s3tc.stex" -path.etc2="res://.import/DecorationLight01_depth.png-5ff02deef70e3cc39c0e7fb500a83a36.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/DecorationLight01_depth.png" -dest_files=[ "res://.import/DecorationLight01_depth.png-5ff02deef70e3cc39c0e7fb500a83a36.s3tc.stex", "res://.import/DecorationLight01_depth.png-5ff02deef70e3cc39c0e7fb500a83a36.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/DecorationLight01_emission.png b/Game/Assets/Maps/Materials/DecorationLight01_emission.png deleted file mode 100644 index 4abf1ce..0000000 Binary files a/Game/Assets/Maps/Materials/DecorationLight01_emission.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/DecorationLight01_emission.png.import b/Game/Assets/Maps/Materials/DecorationLight01_emission.png.import deleted file mode 100644 index bdb9ae2..0000000 --- a/Game/Assets/Maps/Materials/DecorationLight01_emission.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/DecorationLight01_emission.png-f90de57567aa32f84f7b72ad0847e9ee.s3tc.stex" -path.etc2="res://.import/DecorationLight01_emission.png-f90de57567aa32f84f7b72ad0847e9ee.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/DecorationLight01_emission.png" -dest_files=[ "res://.import/DecorationLight01_emission.png-f90de57567aa32f84f7b72ad0847e9ee.s3tc.stex", "res://.import/DecorationLight01_emission.png-f90de57567aa32f84f7b72ad0847e9ee.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=1 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/DecorationLight01_normal.png b/Game/Assets/Maps/Materials/DecorationLight01_normal.png deleted file mode 100644 index 4fa2f24..0000000 Binary files a/Game/Assets/Maps/Materials/DecorationLight01_normal.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/DecorationLight01_normal.png.import b/Game/Assets/Maps/Materials/DecorationLight01_normal.png.import deleted file mode 100644 index 5ddad9d..0000000 --- a/Game/Assets/Maps/Materials/DecorationLight01_normal.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/DecorationLight01_normal.png-6ba4cde631c26e2ba49058d4f3becaa7.s3tc.stex" -path.etc2="res://.import/DecorationLight01_normal.png-6ba4cde631c26e2ba49058d4f3becaa7.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/DecorationLight01_normal.png" -dest_files=[ "res://.import/DecorationLight01_normal.png-6ba4cde631c26e2ba49058d4f3becaa7.s3tc.stex", "res://.import/DecorationLight01_normal.png-6ba4cde631c26e2ba49058d4f3becaa7.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=1 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/DecorationLight01_orm.png b/Game/Assets/Maps/Materials/DecorationLight01_orm.png deleted file mode 100644 index b67b7d4..0000000 Binary files a/Game/Assets/Maps/Materials/DecorationLight01_orm.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/DecorationLight01_orm.png.import b/Game/Assets/Maps/Materials/DecorationLight01_orm.png.import deleted file mode 100644 index 9c5f395..0000000 --- a/Game/Assets/Maps/Materials/DecorationLight01_orm.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/DecorationLight01_orm.png-b9ca0224f68ff81db3a0dd375d884605.s3tc.stex" -path.etc2="res://.import/DecorationLight01_orm.png-b9ca0224f68ff81db3a0dd375d884605.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/DecorationLight01_orm.png" -dest_files=[ "res://.import/DecorationLight01_orm.png-b9ca0224f68ff81db3a0dd375d884605.s3tc.stex", "res://.import/DecorationLight01_orm.png-b9ca0224f68ff81db3a0dd375d884605.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/Floor 01.tres b/Game/Assets/Maps/Materials/Floor 01.tres deleted file mode 100644 index 39fa62f..0000000 --- a/Game/Assets/Maps/Materials/Floor 01.tres +++ /dev/null @@ -1,21 +0,0 @@ -[gd_resource type="SpatialMaterial" load_steps=4 format=2] - -[ext_resource path="res://Assets/Maps/Materials/Floor 01_albedo.png" type="Texture" id=1] -[ext_resource path="res://Assets/Maps/Materials/Floor 01_orm.png" type="Texture" id=2] -[ext_resource path="res://Assets/Maps/Materials/Floor 01_normal.png" type="Texture" id=3] - -[resource] -albedo_texture = ExtResource( 1 ) -metallic = 1.0 -metallic_texture = ExtResource( 2 ) -metallic_texture_channel = 2 -roughness_texture = ExtResource( 2 ) -roughness_texture_channel = 1 -normal_enabled = true -normal_scale = 1.0 -normal_texture = ExtResource( 3 ) -ao_enabled = true -ao_light_affect = 1.0 -ao_texture = ExtResource( 2 ) -ao_on_uv2 = false -ao_texture_channel = 0 diff --git a/Game/Assets/Maps/Materials/Floor 01_albedo.png b/Game/Assets/Maps/Materials/Floor 01_albedo.png deleted file mode 100644 index 4cda086..0000000 Binary files a/Game/Assets/Maps/Materials/Floor 01_albedo.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/Floor 01_albedo.png.import b/Game/Assets/Maps/Materials/Floor 01_albedo.png.import deleted file mode 100644 index 683d735..0000000 --- a/Game/Assets/Maps/Materials/Floor 01_albedo.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/Floor 01_albedo.png-9091a7612f11e66e1b1f668a63cd06a5.s3tc.stex" -path.etc2="res://.import/Floor 01_albedo.png-9091a7612f11e66e1b1f668a63cd06a5.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/Floor 01_albedo.png" -dest_files=[ "res://.import/Floor 01_albedo.png-9091a7612f11e66e1b1f668a63cd06a5.s3tc.stex", "res://.import/Floor 01_albedo.png-9091a7612f11e66e1b1f668a63cd06a5.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=1 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/Floor 01_normal.png b/Game/Assets/Maps/Materials/Floor 01_normal.png deleted file mode 100644 index 91b5c0d..0000000 Binary files a/Game/Assets/Maps/Materials/Floor 01_normal.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/Floor 01_normal.png.import b/Game/Assets/Maps/Materials/Floor 01_normal.png.import deleted file mode 100644 index 59fc148..0000000 --- a/Game/Assets/Maps/Materials/Floor 01_normal.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/Floor 01_normal.png-868b783cd65dd213699d9da4eab49146.s3tc.stex" -path.etc2="res://.import/Floor 01_normal.png-868b783cd65dd213699d9da4eab49146.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/Floor 01_normal.png" -dest_files=[ "res://.import/Floor 01_normal.png-868b783cd65dd213699d9da4eab49146.s3tc.stex", "res://.import/Floor 01_normal.png-868b783cd65dd213699d9da4eab49146.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=1 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/Floor 01_orm.png b/Game/Assets/Maps/Materials/Floor 01_orm.png deleted file mode 100644 index 3471bdc..0000000 Binary files a/Game/Assets/Maps/Materials/Floor 01_orm.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/Floor 01_orm.png.import b/Game/Assets/Maps/Materials/Floor 01_orm.png.import deleted file mode 100644 index dc60c10..0000000 --- a/Game/Assets/Maps/Materials/Floor 01_orm.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/Floor 01_orm.png-210d42b453d9af7096c3e70d17369922.s3tc.stex" -path.etc2="res://.import/Floor 01_orm.png-210d42b453d9af7096c3e70d17369922.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/Floor 01_orm.png" -dest_files=[ "res://.import/Floor 01_orm.png-210d42b453d9af7096c3e70d17369922.s3tc.stex", "res://.import/Floor 01_orm.png-210d42b453d9af7096c3e70d17369922.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/MetalGrating.tres b/Game/Assets/Maps/Materials/MetalGrating.tres deleted file mode 100644 index 659d324..0000000 --- a/Game/Assets/Maps/Materials/MetalGrating.tres +++ /dev/null @@ -1,36 +0,0 @@ -[gd_resource type="SpatialMaterial" load_steps=5 format=2] - -[ext_resource path="res://Assets/Maps/Materials/MetalGrating_albedo.png" type="Texture" id=1] -[ext_resource path="res://Assets/Maps/Materials/MetalGrating_orm.png" type="Texture" id=2] -[ext_resource path="res://Assets/Maps/Materials/MetalGrating_normal.png" type="Texture" id=3] -[ext_resource path="res://Assets/Maps/Materials/MetalGrating_depth.png" type="Texture" id=4] - -[resource] -flags_transparent = true -params_cull_mode = 2 -params_use_alpha_scissor = true -params_alpha_scissor_threshold = 0.5 -albedo_color = Color( 0.796875, 0.796875, 0.796875, 1 ) -albedo_texture = ExtResource( 1 ) -metallic = 1.0 -metallic_texture = ExtResource( 2 ) -metallic_texture_channel = 2 -roughness = 0.4 -roughness_texture = ExtResource( 2 ) -roughness_texture_channel = 1 -normal_enabled = true -normal_scale = 1.0 -normal_texture = ExtResource( 3 ) -ao_enabled = true -ao_light_affect = 1.0 -ao_texture = ExtResource( 2 ) -ao_on_uv2 = false -ao_texture_channel = 0 -depth_enabled = true -depth_scale = 0.04 -depth_deep_parallax = true -depth_min_layers = 8 -depth_max_layers = 32 -depth_flip_tangent = false -depth_flip_binormal = false -depth_texture = ExtResource( 4 ) diff --git a/Game/Assets/Maps/Materials/MetalGrating_albedo.png b/Game/Assets/Maps/Materials/MetalGrating_albedo.png deleted file mode 100644 index 255b5e1..0000000 Binary files a/Game/Assets/Maps/Materials/MetalGrating_albedo.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/MetalGrating_albedo.png.import b/Game/Assets/Maps/Materials/MetalGrating_albedo.png.import deleted file mode 100644 index fa5f5d7..0000000 --- a/Game/Assets/Maps/Materials/MetalGrating_albedo.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/MetalGrating_albedo.png-330b8714abc2b5c214826230725cc516.s3tc.stex" -path.etc2="res://.import/MetalGrating_albedo.png-330b8714abc2b5c214826230725cc516.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/MetalGrating_albedo.png" -dest_files=[ "res://.import/MetalGrating_albedo.png-330b8714abc2b5c214826230725cc516.s3tc.stex", "res://.import/MetalGrating_albedo.png-330b8714abc2b5c214826230725cc516.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=1 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/MetalGrating_depth.png b/Game/Assets/Maps/Materials/MetalGrating_depth.png deleted file mode 100644 index 7d7d39a..0000000 Binary files a/Game/Assets/Maps/Materials/MetalGrating_depth.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/MetalGrating_depth.png.import b/Game/Assets/Maps/Materials/MetalGrating_depth.png.import deleted file mode 100644 index b026719..0000000 --- a/Game/Assets/Maps/Materials/MetalGrating_depth.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/MetalGrating_depth.png-dd12b0069f0dcc4b4094f6279102e420.s3tc.stex" -path.etc2="res://.import/MetalGrating_depth.png-dd12b0069f0dcc4b4094f6279102e420.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/MetalGrating_depth.png" -dest_files=[ "res://.import/MetalGrating_depth.png-dd12b0069f0dcc4b4094f6279102e420.s3tc.stex", "res://.import/MetalGrating_depth.png-dd12b0069f0dcc4b4094f6279102e420.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/MetalGrating_emission.png b/Game/Assets/Maps/Materials/MetalGrating_emission.png deleted file mode 100644 index 9532394..0000000 Binary files a/Game/Assets/Maps/Materials/MetalGrating_emission.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/MetalGrating_emission.png.import b/Game/Assets/Maps/Materials/MetalGrating_emission.png.import deleted file mode 100644 index 45c08e5..0000000 --- a/Game/Assets/Maps/Materials/MetalGrating_emission.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path="res://.import/MetalGrating_emission.png-b7e0d6dfd61f1cce56328e0eb3025e35.stex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Assets/Maps/Materials/MetalGrating_emission.png" -dest_files=[ "res://.import/MetalGrating_emission.png-b7e0d6dfd61f1cce56328e0eb3025e35.stex" ] - -[params] - -compress/mode=0 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/MetalGrating_normal.png b/Game/Assets/Maps/Materials/MetalGrating_normal.png deleted file mode 100644 index 14eb420..0000000 Binary files a/Game/Assets/Maps/Materials/MetalGrating_normal.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/MetalGrating_normal.png.import b/Game/Assets/Maps/Materials/MetalGrating_normal.png.import deleted file mode 100644 index 85e3eea..0000000 --- a/Game/Assets/Maps/Materials/MetalGrating_normal.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/MetalGrating_normal.png-ab167b4d1dc5954d21925e808ddd579e.s3tc.stex" -path.etc2="res://.import/MetalGrating_normal.png-ab167b4d1dc5954d21925e808ddd579e.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/MetalGrating_normal.png" -dest_files=[ "res://.import/MetalGrating_normal.png-ab167b4d1dc5954d21925e808ddd579e.s3tc.stex", "res://.import/MetalGrating_normal.png-ab167b4d1dc5954d21925e808ddd579e.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=1 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/MetalGrating_orm.png b/Game/Assets/Maps/Materials/MetalGrating_orm.png deleted file mode 100644 index fcd8050..0000000 Binary files a/Game/Assets/Maps/Materials/MetalGrating_orm.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/MetalGrating_orm.png.import b/Game/Assets/Maps/Materials/MetalGrating_orm.png.import deleted file mode 100644 index 1712a8b..0000000 --- a/Game/Assets/Maps/Materials/MetalGrating_orm.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/MetalGrating_orm.png-e9b45c9c20fac40a9149b30d555940e1.s3tc.stex" -path.etc2="res://.import/MetalGrating_orm.png-e9b45c9c20fac40a9149b30d555940e1.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/MetalGrating_orm.png" -dest_files=[ "res://.import/MetalGrating_orm.png-e9b45c9c20fac40a9149b30d555940e1.s3tc.stex", "res://.import/MetalGrating_orm.png-e9b45c9c20fac40a9149b30d555940e1.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/MetalPanel.tres b/Game/Assets/Maps/Materials/MetalPanel.tres deleted file mode 100644 index 2fdb73d..0000000 --- a/Game/Assets/Maps/Materials/MetalPanel.tres +++ /dev/null @@ -1,38 +0,0 @@ -[gd_resource type="SpatialMaterial" load_steps=6 format=2] - -[ext_resource path="res://Assets/Maps/Materials/MetalPanel_albedo.png" type="Texture" id=1] -[ext_resource path="res://Assets/Maps/Materials/MetalPanel_orm.png" type="Texture" id=2] -[ext_resource path="res://Assets/Maps/Materials/MetalPanel_normal.png" type="Texture" id=3] -[ext_resource path="res://Assets/Maps/Materials/MetalPanel_depth.png" type="Texture" id=4] -[ext_resource path="res://Assets/Maps/Materials/MetalPanel_emission.png" type="Texture" id=5] - -[resource] -albedo_texture = ExtResource( 1 ) -metallic = 1.0 -metallic_texture = ExtResource( 2 ) -metallic_texture_channel = 2 -roughness = 0.62 -roughness_texture = ExtResource( 2 ) -roughness_texture_channel = 1 -emission_enabled = true -emission = Color( 0, 0, 0, 1 ) -emission_energy = 1.0 -emission_operator = 0 -emission_on_uv2 = false -emission_texture = ExtResource( 5 ) -normal_enabled = true -normal_scale = 1.0 -normal_texture = ExtResource( 3 ) -ao_enabled = true -ao_light_affect = 1.0 -ao_texture = ExtResource( 2 ) -ao_on_uv2 = false -ao_texture_channel = 0 -depth_enabled = true -depth_scale = 0.02 -depth_deep_parallax = true -depth_min_layers = 8 -depth_max_layers = 32 -depth_flip_tangent = false -depth_flip_binormal = false -depth_texture = ExtResource( 4 ) diff --git a/Game/Assets/Maps/Materials/MetalPanel_albedo.png b/Game/Assets/Maps/Materials/MetalPanel_albedo.png deleted file mode 100644 index 34c955a..0000000 Binary files a/Game/Assets/Maps/Materials/MetalPanel_albedo.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/MetalPanel_depth.png b/Game/Assets/Maps/Materials/MetalPanel_depth.png deleted file mode 100644 index ddcd399..0000000 Binary files a/Game/Assets/Maps/Materials/MetalPanel_depth.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/MetalPanel_depth.png.import b/Game/Assets/Maps/Materials/MetalPanel_depth.png.import deleted file mode 100644 index 168dcc2..0000000 --- a/Game/Assets/Maps/Materials/MetalPanel_depth.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/MetalPanel_depth.png-eec6e1520c9fb7d8fdc688db156833bc.s3tc.stex" -path.etc2="res://.import/MetalPanel_depth.png-eec6e1520c9fb7d8fdc688db156833bc.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/MetalPanel_depth.png" -dest_files=[ "res://.import/MetalPanel_depth.png-eec6e1520c9fb7d8fdc688db156833bc.s3tc.stex", "res://.import/MetalPanel_depth.png-eec6e1520c9fb7d8fdc688db156833bc.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/MetalPanel_emission.png b/Game/Assets/Maps/Materials/MetalPanel_emission.png deleted file mode 100644 index e09723c..0000000 Binary files a/Game/Assets/Maps/Materials/MetalPanel_emission.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/MetalPanel_emission.png.import b/Game/Assets/Maps/Materials/MetalPanel_emission.png.import deleted file mode 100644 index fab974c..0000000 --- a/Game/Assets/Maps/Materials/MetalPanel_emission.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/MetalPanel_emission.png-e29638ba972c39367f12dcbcf9466af6.s3tc.stex" -path.etc2="res://.import/MetalPanel_emission.png-e29638ba972c39367f12dcbcf9466af6.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/MetalPanel_emission.png" -dest_files=[ "res://.import/MetalPanel_emission.png-e29638ba972c39367f12dcbcf9466af6.s3tc.stex", "res://.import/MetalPanel_emission.png-e29638ba972c39367f12dcbcf9466af6.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=1 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/MetalPanel_normal.png b/Game/Assets/Maps/Materials/MetalPanel_normal.png deleted file mode 100644 index 03250e2..0000000 Binary files a/Game/Assets/Maps/Materials/MetalPanel_normal.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/MetalPanel_normal.png.import b/Game/Assets/Maps/Materials/MetalPanel_normal.png.import deleted file mode 100644 index b3568d1..0000000 --- a/Game/Assets/Maps/Materials/MetalPanel_normal.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/MetalPanel_normal.png-1f0c6393bc177cb0fa5febb5c3b7fa69.s3tc.stex" -path.etc2="res://.import/MetalPanel_normal.png-1f0c6393bc177cb0fa5febb5c3b7fa69.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/MetalPanel_normal.png" -dest_files=[ "res://.import/MetalPanel_normal.png-1f0c6393bc177cb0fa5febb5c3b7fa69.s3tc.stex", "res://.import/MetalPanel_normal.png-1f0c6393bc177cb0fa5febb5c3b7fa69.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=1 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/MetalPanel_orm.png b/Game/Assets/Maps/Materials/MetalPanel_orm.png deleted file mode 100644 index 0a7a7c4..0000000 Binary files a/Game/Assets/Maps/Materials/MetalPanel_orm.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/MetalPanel_orm.png.import b/Game/Assets/Maps/Materials/MetalPanel_orm.png.import deleted file mode 100644 index 1d2a855..0000000 --- a/Game/Assets/Maps/Materials/MetalPanel_orm.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/MetalPanel_orm.png-86ffa13db562fcbda962ec86c17f176e.s3tc.stex" -path.etc2="res://.import/MetalPanel_orm.png-86ffa13db562fcbda962ec86c17f176e.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/MetalPanel_orm.png" -dest_files=[ "res://.import/MetalPanel_orm.png-86ffa13db562fcbda962ec86c17f176e.s3tc.stex", "res://.import/MetalPanel_orm.png-86ffa13db562fcbda962ec86c17f176e.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01.tres b/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01.tres deleted file mode 100644 index 5ff7a1a..0000000 --- a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01.tres +++ /dev/null @@ -1,32 +0,0 @@ -[gd_resource type="SpatialMaterial" load_steps=5 format=2] - -[ext_resource path="res://Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_albedo.png" type="Texture" id=1] -[ext_resource path="res://Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_orm.png" type="Texture" id=2] -[ext_resource path="res://Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_normal.png" type="Texture" id=3] -[ext_resource path="res://Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_depth.png" type="Texture" id=4] - -[resource] -params_diffuse_mode = 1 -albedo_color = Color( 0.364706, 0.254902, 0.211765, 1 ) -albedo_texture = ExtResource( 1 ) -metallic = 0.22 -metallic_texture = ExtResource( 2 ) -metallic_texture_channel = 2 -roughness_texture = ExtResource( 2 ) -roughness_texture_channel = 1 -normal_enabled = true -normal_scale = 0.6 -normal_texture = ExtResource( 3 ) -ao_enabled = true -ao_light_affect = 1.0 -ao_texture = ExtResource( 2 ) -ao_on_uv2 = false -ao_texture_channel = 0 -depth_enabled = true -depth_scale = 0.01 -depth_deep_parallax = true -depth_min_layers = 8 -depth_max_layers = 32 -depth_flip_tangent = false -depth_flip_binormal = false -depth_texture = ExtResource( 4 ) diff --git a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_albedo.png b/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_albedo.png deleted file mode 100644 index 27060a6..0000000 Binary files a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_albedo.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_albedo.png.import b/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_albedo.png.import deleted file mode 100644 index 949b0c7..0000000 --- a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_albedo.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/Metal_Floor_01_albedo.png-9354d168aaee0ce054982434a77f67e2.s3tc.stex" -path.etc2="res://.import/Metal_Floor_01_albedo.png-9354d168aaee0ce054982434a77f67e2.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_albedo.png" -dest_files=[ "res://.import/Metal_Floor_01_albedo.png-9354d168aaee0ce054982434a77f67e2.s3tc.stex", "res://.import/Metal_Floor_01_albedo.png-9354d168aaee0ce054982434a77f67e2.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=1 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_depth.png b/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_depth.png deleted file mode 100644 index 5b86986..0000000 Binary files a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_depth.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_depth.png.import b/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_depth.png.import deleted file mode 100644 index 6ae5a85..0000000 --- a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_depth.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/Metal_Floor_01_depth.png-061a8985be4f68e62ca76656cec69b67.s3tc.stex" -path.etc2="res://.import/Metal_Floor_01_depth.png-061a8985be4f68e62ca76656cec69b67.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_depth.png" -dest_files=[ "res://.import/Metal_Floor_01_depth.png-061a8985be4f68e62ca76656cec69b67.s3tc.stex", "res://.import/Metal_Floor_01_depth.png-061a8985be4f68e62ca76656cec69b67.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_emission.png b/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_emission.png deleted file mode 100644 index 9532394..0000000 Binary files a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_emission.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_emission.png.import b/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_emission.png.import deleted file mode 100644 index 2f794cf..0000000 --- a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_emission.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path="res://.import/Metal_Floor_01_emission.png-724dc56cf614c8e4f30cb49c10c189e4.stex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_emission.png" -dest_files=[ "res://.import/Metal_Floor_01_emission.png-724dc56cf614c8e4f30cb49c10c189e4.stex" ] - -[params] - -compress/mode=0 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_normal.png b/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_normal.png deleted file mode 100644 index f75b034..0000000 Binary files a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_normal.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_normal.png.import b/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_normal.png.import deleted file mode 100644 index acbf0b1..0000000 --- a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_normal.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/Metal_Floor_01_normal.png-92b8da0d827bd354e802bb72f0cb33d7.s3tc.stex" -path.etc2="res://.import/Metal_Floor_01_normal.png-92b8da0d827bd354e802bb72f0cb33d7.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_normal.png" -dest_files=[ "res://.import/Metal_Floor_01_normal.png-92b8da0d827bd354e802bb72f0cb33d7.s3tc.stex", "res://.import/Metal_Floor_01_normal.png-92b8da0d827bd354e802bb72f0cb33d7.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=1 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_orm.png b/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_orm.png deleted file mode 100644 index d7df5a1..0000000 Binary files a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_orm.png and /dev/null differ diff --git a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_orm.png.import b/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_orm.png.import deleted file mode 100644 index d95aa13..0000000 --- a/Game/Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_orm.png.import +++ /dev/null @@ -1,36 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path.s3tc="res://.import/Metal_Floor_01_orm.png-e01cd243ca1f36ea795ae93970c562fa.s3tc.stex" -path.etc2="res://.import/Metal_Floor_01_orm.png-e01cd243ca1f36ea795ae93970c562fa.etc2.stex" -metadata={ -"imported_formats": [ "s3tc", "etc2" ], -"vram_texture": true -} - -[deps] - -source_file="res://Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01_orm.png" -dest_files=[ "res://.import/Metal_Floor_01_orm.png-e01cd243ca1f36ea795ae93970c562fa.s3tc.stex", "res://.import/Metal_Floor_01_orm.png-e01cd243ca1f36ea795ae93970c562fa.etc2.stex" ] - -[params] - -compress/mode=2 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/dev_materials/dev_blue.material b/Game/Assets/Maps/Materials/dev_materials/dev_blue.material new file mode 100644 index 0000000..42dddb0 Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/dev_blue.material differ diff --git a/Game/Assets/Maps/Materials/dev_materials/dev_brown.material b/Game/Assets/Maps/Materials/dev_materials/dev_brown.material new file mode 100644 index 0000000..d7dd232 Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/dev_brown.material differ diff --git a/Game/Assets/Maps/Materials/dev_materials/dev_green.material b/Game/Assets/Maps/Materials/dev_materials/dev_green.material new file mode 100644 index 0000000..71b6500 Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/dev_green.material differ diff --git a/Game/Assets/Maps/Materials/dev_materials/dev_grey_dark.material b/Game/Assets/Maps/Materials/dev_materials/dev_grey_dark.material new file mode 100644 index 0000000..88aca41 Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/dev_grey_dark.material differ diff --git a/Game/Assets/Maps/Materials/dev_materials/dev_grey_light.material b/Game/Assets/Maps/Materials/dev_materials/dev_grey_light.material new file mode 100644 index 0000000..05406d8 Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/dev_grey_light.material differ diff --git a/Game/Assets/Maps/Materials/dev_materials/dev_orange.material b/Game/Assets/Maps/Materials/dev_materials/dev_orange.material new file mode 100644 index 0000000..dc0ab78 Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/dev_orange.material differ diff --git a/Game/Assets/Maps/Materials/dev_materials/dev_red.material b/Game/Assets/Maps/Materials/dev_materials/dev_red.material new file mode 100644 index 0000000..9fd0f0c Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/dev_red.material differ diff --git a/Game/Assets/Maps/Materials/dev_materials/dev_red_dark.material b/Game/Assets/Maps/Materials/dev_materials/dev_red_dark.material new file mode 100644 index 0000000..e18f628 Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/dev_red_dark.material differ diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_blue.png b/Game/Assets/Maps/Materials/dev_materials/textures/dev_blue.png new file mode 100644 index 0000000..f81663b Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/textures/dev_blue.png differ diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_blue.png.import b/Game/Assets/Maps/Materials/dev_materials/textures/dev_blue.png.import new file mode 100644 index 0000000..33bcc9a --- /dev/null +++ b/Game/Assets/Maps/Materials/dev_materials/textures/dev_blue.png.import @@ -0,0 +1,36 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/dev_blue.png-a8c55308fe08aecc6efa233d28d8c802.s3tc.stex" +path.etc2="res://.import/dev_blue.png-a8c55308fe08aecc6efa233d28d8c802.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Assets/Maps/Materials/dev_materials/textures/dev_blue.png" +dest_files=[ "res://.import/dev_blue.png-a8c55308fe08aecc6efa233d28d8c802.s3tc.stex", "res://.import/dev_blue.png-a8c55308fe08aecc6efa233d28d8c802.etc2.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=1 +flags/filter=true +flags/mipmaps=true +flags/anisotropic=true +flags/srgb=1 +process/fix_alpha_border=false +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_brown.png b/Game/Assets/Maps/Materials/dev_materials/textures/dev_brown.png new file mode 100644 index 0000000..4557bbd Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/textures/dev_brown.png differ diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_brown.png.import b/Game/Assets/Maps/Materials/dev_materials/textures/dev_brown.png.import new file mode 100644 index 0000000..8603e38 --- /dev/null +++ b/Game/Assets/Maps/Materials/dev_materials/textures/dev_brown.png.import @@ -0,0 +1,36 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/dev_brown.png-18ad5017b06e977cbc293279d325fd2b.s3tc.stex" +path.etc2="res://.import/dev_brown.png-18ad5017b06e977cbc293279d325fd2b.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Assets/Maps/Materials/dev_materials/textures/dev_brown.png" +dest_files=[ "res://.import/dev_brown.png-18ad5017b06e977cbc293279d325fd2b.s3tc.stex", "res://.import/dev_brown.png-18ad5017b06e977cbc293279d325fd2b.etc2.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=1 +flags/filter=true +flags/mipmaps=true +flags/anisotropic=true +flags/srgb=1 +process/fix_alpha_border=false +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_green.png b/Game/Assets/Maps/Materials/dev_materials/textures/dev_green.png new file mode 100644 index 0000000..731d50c Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/textures/dev_green.png differ diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_green.png.import b/Game/Assets/Maps/Materials/dev_materials/textures/dev_green.png.import new file mode 100644 index 0000000..7285c13 --- /dev/null +++ b/Game/Assets/Maps/Materials/dev_materials/textures/dev_green.png.import @@ -0,0 +1,36 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/dev_green.png-72568f96bb9f1ce9fdb38c53035b5061.s3tc.stex" +path.etc2="res://.import/dev_green.png-72568f96bb9f1ce9fdb38c53035b5061.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Assets/Maps/Materials/dev_materials/textures/dev_green.png" +dest_files=[ "res://.import/dev_green.png-72568f96bb9f1ce9fdb38c53035b5061.s3tc.stex", "res://.import/dev_green.png-72568f96bb9f1ce9fdb38c53035b5061.etc2.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=1 +flags/filter=true +flags/mipmaps=true +flags/anisotropic=true +flags/srgb=1 +process/fix_alpha_border=false +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_grey_dark.png b/Game/Assets/Maps/Materials/dev_materials/textures/dev_grey_dark.png new file mode 100644 index 0000000..b9f2662 Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/textures/dev_grey_dark.png differ diff --git a/Game/Assets/Maps/Materials/MetalPanel_albedo.png.import b/Game/Assets/Maps/Materials/dev_materials/textures/dev_grey_dark.png.import similarity index 51% rename from Game/Assets/Maps/Materials/MetalPanel_albedo.png.import rename to Game/Assets/Maps/Materials/dev_materials/textures/dev_grey_dark.png.import index 80372e5..94cdf44 100644 --- a/Game/Assets/Maps/Materials/MetalPanel_albedo.png.import +++ b/Game/Assets/Maps/Materials/dev_materials/textures/dev_grey_dark.png.import @@ -2,8 +2,8 @@ importer="texture" type="StreamTexture" -path.s3tc="res://.import/MetalPanel_albedo.png-93b613f434faf788a36c926913d7e24a.s3tc.stex" -path.etc2="res://.import/MetalPanel_albedo.png-93b613f434faf788a36c926913d7e24a.etc2.stex" +path.s3tc="res://.import/dev_grey_dark.png-f3291c60b17d57f1feda5b8d0d1a711a.s3tc.stex" +path.etc2="res://.import/dev_grey_dark.png-f3291c60b17d57f1feda5b8d0d1a711a.etc2.stex" metadata={ "imported_formats": [ "s3tc", "etc2" ], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://Assets/Maps/Materials/MetalPanel_albedo.png" -dest_files=[ "res://.import/MetalPanel_albedo.png-93b613f434faf788a36c926913d7e24a.s3tc.stex", "res://.import/MetalPanel_albedo.png-93b613f434faf788a36c926913d7e24a.etc2.stex" ] +source_file="res://Assets/Maps/Materials/dev_materials/textures/dev_grey_dark.png" +dest_files=[ "res://.import/dev_grey_dark.png-f3291c60b17d57f1feda5b8d0d1a711a.s3tc.stex", "res://.import/dev_grey_dark.png-f3291c60b17d57f1feda5b8d0d1a711a.etc2.stex" ] [params] @@ -24,7 +24,7 @@ compress/normal_map=0 flags/repeat=true flags/filter=true flags/mipmaps=true -flags/anisotropic=false +flags/anisotropic=true flags/srgb=1 process/fix_alpha_border=true process/premult_alpha=false diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_grey_light.png b/Game/Assets/Maps/Materials/dev_materials/textures/dev_grey_light.png new file mode 100644 index 0000000..3c7fd94 Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/textures/dev_grey_light.png differ diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_grey_light.png.import b/Game/Assets/Maps/Materials/dev_materials/textures/dev_grey_light.png.import new file mode 100644 index 0000000..6898610 --- /dev/null +++ b/Game/Assets/Maps/Materials/dev_materials/textures/dev_grey_light.png.import @@ -0,0 +1,36 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/dev_grey_light.png-13f76402b98ab37da37362241626de6b.s3tc.stex" +path.etc2="res://.import/dev_grey_light.png-13f76402b98ab37da37362241626de6b.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Assets/Maps/Materials/dev_materials/textures/dev_grey_light.png" +dest_files=[ "res://.import/dev_grey_light.png-13f76402b98ab37da37362241626de6b.s3tc.stex", "res://.import/dev_grey_light.png-13f76402b98ab37da37362241626de6b.etc2.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=1 +flags/filter=true +flags/mipmaps=true +flags/anisotropic=true +flags/srgb=1 +process/fix_alpha_border=false +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_orange.png b/Game/Assets/Maps/Materials/dev_materials/textures/dev_orange.png new file mode 100644 index 0000000..b9c24ae Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/textures/dev_orange.png differ diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_orange.png.import b/Game/Assets/Maps/Materials/dev_materials/textures/dev_orange.png.import new file mode 100644 index 0000000..e1fb38e --- /dev/null +++ b/Game/Assets/Maps/Materials/dev_materials/textures/dev_orange.png.import @@ -0,0 +1,36 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/dev_orange.png-c6ae1fc77ad705d5315d8d3f16b4a990.s3tc.stex" +path.etc2="res://.import/dev_orange.png-c6ae1fc77ad705d5315d8d3f16b4a990.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Assets/Maps/Materials/dev_materials/textures/dev_orange.png" +dest_files=[ "res://.import/dev_orange.png-c6ae1fc77ad705d5315d8d3f16b4a990.s3tc.stex", "res://.import/dev_orange.png-c6ae1fc77ad705d5315d8d3f16b4a990.etc2.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=1 +flags/filter=true +flags/mipmaps=true +flags/anisotropic=true +flags/srgb=1 +process/fix_alpha_border=false +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_red.png b/Game/Assets/Maps/Materials/dev_materials/textures/dev_red.png new file mode 100644 index 0000000..196e89b Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/textures/dev_red.png differ diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_red.png.import b/Game/Assets/Maps/Materials/dev_materials/textures/dev_red.png.import new file mode 100644 index 0000000..acba80c --- /dev/null +++ b/Game/Assets/Maps/Materials/dev_materials/textures/dev_red.png.import @@ -0,0 +1,36 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/dev_red.png-d8f859caabc8153275c8e322aad74fea.s3tc.stex" +path.etc2="res://.import/dev_red.png-d8f859caabc8153275c8e322aad74fea.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Assets/Maps/Materials/dev_materials/textures/dev_red.png" +dest_files=[ "res://.import/dev_red.png-d8f859caabc8153275c8e322aad74fea.s3tc.stex", "res://.import/dev_red.png-d8f859caabc8153275c8e322aad74fea.etc2.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=1 +flags/filter=true +flags/mipmaps=true +flags/anisotropic=true +flags/srgb=1 +process/fix_alpha_border=false +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_red_dark.png b/Game/Assets/Maps/Materials/dev_materials/textures/dev_red_dark.png new file mode 100644 index 0000000..6ff1fb5 Binary files /dev/null and b/Game/Assets/Maps/Materials/dev_materials/textures/dev_red_dark.png differ diff --git a/Game/Assets/Maps/Materials/dev_materials/textures/dev_red_dark.png.import b/Game/Assets/Maps/Materials/dev_materials/textures/dev_red_dark.png.import new file mode 100644 index 0000000..1935832 --- /dev/null +++ b/Game/Assets/Maps/Materials/dev_materials/textures/dev_red_dark.png.import @@ -0,0 +1,36 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/dev_red_dark.png-3a56b899a76c212f39d2d38f2d4b6086.s3tc.stex" +path.etc2="res://.import/dev_red_dark.png-3a56b899a76c212f39d2d38f2d4b6086.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Assets/Maps/Materials/dev_materials/textures/dev_red_dark.png" +dest_files=[ "res://.import/dev_red_dark.png-3a56b899a76c212f39d2d38f2d4b6086.s3tc.stex", "res://.import/dev_red_dark.png-3a56b899a76c212f39d2d38f2d4b6086.etc2.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=1 +flags/filter=true +flags/mipmaps=true +flags/anisotropic=true +flags/srgb=1 +process/fix_alpha_border=false +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/Game/Assets/Maps/Rotor/Rotor.gltf.import b/Game/Assets/Maps/Rotor/Rotor.gltf.import index 6add083..cb7543f 100644 --- a/Game/Assets/Maps/Rotor/Rotor.gltf.import +++ b/Game/Assets/Maps/Rotor/Rotor.gltf.import @@ -16,6 +16,7 @@ nodes/root_name="Scene Root" nodes/root_scale=1.0 nodes/custom_script="" nodes/storage=0 +nodes/use_legacy_names=true materials/location=1 materials/storage=1 materials/keep_on_reimport=true diff --git a/Game/Assets/Maps/Village/Level_Village.tscn b/Game/Assets/Maps/Village/Level_Village.tscn new file mode 100644 index 0000000..d01aa72 --- /dev/null +++ b/Game/Assets/Maps/Village/Level_Village.tscn @@ -0,0 +1,74 @@ +[gd_scene load_steps=8 format=2] + +[ext_resource path="res://Assets/Maps/Village/Village_a.glb" type="PackedScene" id=1] +[ext_resource path="res://Classes/LevelComponents/Killfloor.tscn" type="PackedScene" id=2] +[ext_resource path="res://Classes/LevelComponents/SpawnPoint.tscn" type="PackedScene" id=3] +[ext_resource path="res://Classes/LevelComponents/SpawnPointsManager.gd" type="Script" id=4] + + + +[sub_resource type="ProceduralSky" id=1] +sun_color = Color( 1, 0.898039, 0.658824, 1 ) +sun_latitude = -37.0 + +[sub_resource type="Environment" id=2] +background_mode = 2 +background_sky = SubResource( 1 ) +ambient_light_sky_contribution = 0.44 +fog_enabled = true +fog_color = Color( 0.588235, 0.694118, 0.694118, 1 ) +fog_sun_color = Color( 0.866667, 0.843137, 0.796078, 1 ) +fog_depth_begin = 8.7 +fog_depth_end = 130.3 +fog_height_min = 5.4 +tonemap_mode = 2 +ssao_radius = 0.3 +ssao_intensity = 1.5 +dof_blur_far_distance = 60.0 +glow_bloom = 0.52 +adjustment_enabled = true +adjustment_contrast = 1.2 + +[sub_resource type="BoxShape" id=3] +extents = Vector3( 200, 1, 200 ) + +[node name="Level" type="Spatial"] + +[node name="WorldEnvironment" type="WorldEnvironment" parent="."] +environment = SubResource( 2 ) + +[node name="DirectionalLight" type="DirectionalLight" parent="."] +transform = Transform( 0.176796, -0.565167, -0.80581, 0.233663, -0.7712, 0.592159, -0.956109, -0.292979, -0.00428561, -0.669708, 12.9859, -3.1344 ) +light_color = Color( 0.913725, 0.87451, 0.803922, 1 ) +light_energy = 1.19 +shadow_enabled = true +shadow_color = Color( 0.321569, 0.25098, 0.482353, 1 ) +__meta__ = { +"_edit_group_": true +} + +[node name="SpawnPoints" type="Spatial" parent="."] +script = ExtResource( 4 ) +__meta__ = { +"_edit_lock_": true +} + +[node name="SpawnPoint" parent="SpawnPoints" instance=ExtResource( 3 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.369711, 0 ) + +[node name="SpawnPoint2" parent="SpawnPoints" instance=ExtResource( 3 )] +transform = Transform( -0.261145, 0, -0.9653, 0, 1, 0, 0.9653, 0, -0.261145, 20.2624, 3.9627, -8.75194 ) + +[node name="SpawnPoint3" parent="SpawnPoints" instance=ExtResource( 3 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.828999, 4.14488, -41.6758 ) + +[node name="SpawnPoint4" parent="SpawnPoints" instance=ExtResource( 3 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 37.5622, 0.458, 8.97927 ) + +[node name="village_a" parent="." instance=ExtResource( 1 )] + +[node name="Killfloor" parent="." instance=ExtResource( 2 )] + +[node name="CollisionShape2" type="CollisionShape" parent="Killfloor"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -7.16652, 0 ) +shape = SubResource( 3 ) diff --git a/Game/Assets/Maps/Village/Village_a.glb b/Game/Assets/Maps/Village/Village_a.glb new file mode 100644 index 0000000..48ca429 Binary files /dev/null and b/Game/Assets/Maps/Village/Village_a.glb differ diff --git a/Game/Assets/Maps/Village/Village_a.glb.import b/Game/Assets/Maps/Village/Village_a.glb.import new file mode 100644 index 0000000..5698ed1 --- /dev/null +++ b/Game/Assets/Maps/Village/Village_a.glb.import @@ -0,0 +1,1063 @@ +[remap] + +importer="scene" +type="PackedScene" +path="res://.import/Village_a.glb-705ab0273b2365a80fb4d49b24fca3f7.scn" + +[deps] + +source_file="res://Assets/Maps/Village/Village_a.glb" +dest_files=[ "res://.import/Village_a.glb-705ab0273b2365a80fb4d49b24fca3f7.scn" ] + +[params] + +nodes/root_type="Spatial" +nodes/root_name="Scene Root" +nodes/root_scale=1.0 +nodes/custom_script="" +nodes/storage=0 +materials/location=1 +materials/storage=1 +materials/keep_on_reimport=true +meshes/compress=true +meshes/ensure_tangents=true +meshes/storage=0 +meshes/light_baking=2 +meshes/lightmap_texel_size=0.1 +skins/use_named_skins=true +external_files/store_in_subdir=false +animation/import=true +animation/fps=15 +animation/filter_script="" +animation/storage=false +animation/keep_custom_tracks=false +animation/optimizer/enabled=true +animation/optimizer/max_linear_error=0.05 +animation/optimizer/max_angular_error=0.01 +animation/optimizer/max_angle=22 +animation/optimizer/remove_unused_tracks=true +animation/clips/amount=0 +animation/clip_1/name="" +animation/clip_1/start_frame=0 +animation/clip_1/end_frame=0 +animation/clip_1/loops=false +animation/clip_2/name="" +animation/clip_2/start_frame=0 +animation/clip_2/end_frame=0 +animation/clip_2/loops=false +animation/clip_3/name="" +animation/clip_3/start_frame=0 +animation/clip_3/end_frame=0 +animation/clip_3/loops=false +animation/clip_4/name="" +animation/clip_4/start_frame=0 +animation/clip_4/end_frame=0 +animation/clip_4/loops=false +animation/clip_5/name="" +animation/clip_5/start_frame=0 +animation/clip_5/end_frame=0 +animation/clip_5/loops=false +animation/clip_6/name="" +animation/clip_6/start_frame=0 +animation/clip_6/end_frame=0 +animation/clip_6/loops=false +animation/clip_7/name="" +animation/clip_7/start_frame=0 +animation/clip_7/end_frame=0 +animation/clip_7/loops=false +animation/clip_8/name="" +animation/clip_8/start_frame=0 +animation/clip_8/end_frame=0 +animation/clip_8/loops=false +animation/clip_9/name="" +animation/clip_9/start_frame=0 +animation/clip_9/end_frame=0 +animation/clip_9/loops=false +animation/clip_10/name="" +animation/clip_10/start_frame=0 +animation/clip_10/end_frame=0 +animation/clip_10/loops=false +animation/clip_11/name="" +animation/clip_11/start_frame=0 +animation/clip_11/end_frame=0 +animation/clip_11/loops=false +animation/clip_12/name="" +animation/clip_12/start_frame=0 +animation/clip_12/end_frame=0 +animation/clip_12/loops=false +animation/clip_13/name="" +animation/clip_13/start_frame=0 +animation/clip_13/end_frame=0 +animation/clip_13/loops=false +animation/clip_14/name="" +animation/clip_14/start_frame=0 +animation/clip_14/end_frame=0 +animation/clip_14/loops=false +animation/clip_15/name="" +animation/clip_15/start_frame=0 +animation/clip_15/end_frame=0 +animation/clip_15/loops=false +animation/clip_16/name="" +animation/clip_16/start_frame=0 +animation/clip_16/end_frame=0 +animation/clip_16/loops=false +animation/clip_17/name="" +animation/clip_17/start_frame=0 +animation/clip_17/end_frame=0 +animation/clip_17/loops=false +animation/clip_18/name="" +animation/clip_18/start_frame=0 +animation/clip_18/end_frame=0 +animation/clip_18/loops=false +animation/clip_19/name="" +animation/clip_19/start_frame=0 +animation/clip_19/end_frame=0 +animation/clip_19/loops=false +animation/clip_20/name="" +animation/clip_20/start_frame=0 +animation/clip_20/end_frame=0 +animation/clip_20/loops=false +animation/clip_21/name="" +animation/clip_21/start_frame=0 +animation/clip_21/end_frame=0 +animation/clip_21/loops=false +animation/clip_22/name="" +animation/clip_22/start_frame=0 +animation/clip_22/end_frame=0 +animation/clip_22/loops=false +animation/clip_23/name="" +animation/clip_23/start_frame=0 +animation/clip_23/end_frame=0 +animation/clip_23/loops=false +animation/clip_24/name="" +animation/clip_24/start_frame=0 +animation/clip_24/end_frame=0 +animation/clip_24/loops=false +animation/clip_25/name="" +animation/clip_25/start_frame=0 +animation/clip_25/end_frame=0 +animation/clip_25/loops=false +animation/clip_26/name="" +animation/clip_26/start_frame=0 +animation/clip_26/end_frame=0 +animation/clip_26/loops=false +animation/clip_27/name="" +animation/clip_27/start_frame=0 +animation/clip_27/end_frame=0 +animation/clip_27/loops=false +animation/clip_28/name="" +animation/clip_28/start_frame=0 +animation/clip_28/end_frame=0 +animation/clip_28/loops=false +animation/clip_29/name="" +animation/clip_29/start_frame=0 +animation/clip_29/end_frame=0 +animation/clip_29/loops=false +animation/clip_30/name="" +animation/clip_30/start_frame=0 +animation/clip_30/end_frame=0 +animation/clip_30/loops=false +animation/clip_31/name="" +animation/clip_31/start_frame=0 +animation/clip_31/end_frame=0 +animation/clip_31/loops=false +animation/clip_32/name="" +animation/clip_32/start_frame=0 +animation/clip_32/end_frame=0 +animation/clip_32/loops=false +animation/clip_33/name="" +animation/clip_33/start_frame=0 +animation/clip_33/end_frame=0 +animation/clip_33/loops=false +animation/clip_34/name="" +animation/clip_34/start_frame=0 +animation/clip_34/end_frame=0 +animation/clip_34/loops=false +animation/clip_35/name="" +animation/clip_35/start_frame=0 +animation/clip_35/end_frame=0 +animation/clip_35/loops=false +animation/clip_36/name="" +animation/clip_36/start_frame=0 +animation/clip_36/end_frame=0 +animation/clip_36/loops=false +animation/clip_37/name="" +animation/clip_37/start_frame=0 +animation/clip_37/end_frame=0 +animation/clip_37/loops=false +animation/clip_38/name="" +animation/clip_38/start_frame=0 +animation/clip_38/end_frame=0 +animation/clip_38/loops=false +animation/clip_39/name="" +animation/clip_39/start_frame=0 +animation/clip_39/end_frame=0 +animation/clip_39/loops=false +animation/clip_40/name="" +animation/clip_40/start_frame=0 +animation/clip_40/end_frame=0 +animation/clip_40/loops=false +animation/clip_41/name="" +animation/clip_41/start_frame=0 +animation/clip_41/end_frame=0 +animation/clip_41/loops=false +animation/clip_42/name="" +animation/clip_42/start_frame=0 +animation/clip_42/end_frame=0 +animation/clip_42/loops=false +animation/clip_43/name="" +animation/clip_43/start_frame=0 +animation/clip_43/end_frame=0 +animation/clip_43/loops=false +animation/clip_44/name="" +animation/clip_44/start_frame=0 +animation/clip_44/end_frame=0 +animation/clip_44/loops=false +animation/clip_45/name="" +animation/clip_45/start_frame=0 +animation/clip_45/end_frame=0 +animation/clip_45/loops=false +animation/clip_46/name="" +animation/clip_46/start_frame=0 +animation/clip_46/end_frame=0 +animation/clip_46/loops=false +animation/clip_47/name="" +animation/clip_47/start_frame=0 +animation/clip_47/end_frame=0 +animation/clip_47/loops=false +animation/clip_48/name="" +animation/clip_48/start_frame=0 +animation/clip_48/end_frame=0 +animation/clip_48/loops=false +animation/clip_49/name="" +animation/clip_49/start_frame=0 +animation/clip_49/end_frame=0 +animation/clip_49/loops=false +animation/clip_50/name="" +animation/clip_50/start_frame=0 +animation/clip_50/end_frame=0 +animation/clip_50/loops=false +animation/clip_51/name="" +animation/clip_51/start_frame=0 +animation/clip_51/end_frame=0 +animation/clip_51/loops=false +animation/clip_52/name="" +animation/clip_52/start_frame=0 +animation/clip_52/end_frame=0 +animation/clip_52/loops=false +animation/clip_53/name="" +animation/clip_53/start_frame=0 +animation/clip_53/end_frame=0 +animation/clip_53/loops=false +animation/clip_54/name="" +animation/clip_54/start_frame=0 +animation/clip_54/end_frame=0 +animation/clip_54/loops=false +animation/clip_55/name="" +animation/clip_55/start_frame=0 +animation/clip_55/end_frame=0 +animation/clip_55/loops=false +animation/clip_56/name="" +animation/clip_56/start_frame=0 +animation/clip_56/end_frame=0 +animation/clip_56/loops=false +animation/clip_57/name="" +animation/clip_57/start_frame=0 +animation/clip_57/end_frame=0 +animation/clip_57/loops=false +animation/clip_58/name="" +animation/clip_58/start_frame=0 +animation/clip_58/end_frame=0 +animation/clip_58/loops=false +animation/clip_59/name="" +animation/clip_59/start_frame=0 +animation/clip_59/end_frame=0 +animation/clip_59/loops=false +animation/clip_60/name="" +animation/clip_60/start_frame=0 +animation/clip_60/end_frame=0 +animation/clip_60/loops=false +animation/clip_61/name="" +animation/clip_61/start_frame=0 +animation/clip_61/end_frame=0 +animation/clip_61/loops=false +animation/clip_62/name="" +animation/clip_62/start_frame=0 +animation/clip_62/end_frame=0 +animation/clip_62/loops=false +animation/clip_63/name="" +animation/clip_63/start_frame=0 +animation/clip_63/end_frame=0 +animation/clip_63/loops=false +animation/clip_64/name="" +animation/clip_64/start_frame=0 +animation/clip_64/end_frame=0 +animation/clip_64/loops=false +animation/clip_65/name="" +animation/clip_65/start_frame=0 +animation/clip_65/end_frame=0 +animation/clip_65/loops=false +animation/clip_66/name="" +animation/clip_66/start_frame=0 +animation/clip_66/end_frame=0 +animation/clip_66/loops=false +animation/clip_67/name="" +animation/clip_67/start_frame=0 +animation/clip_67/end_frame=0 +animation/clip_67/loops=false +animation/clip_68/name="" +animation/clip_68/start_frame=0 +animation/clip_68/end_frame=0 +animation/clip_68/loops=false +animation/clip_69/name="" +animation/clip_69/start_frame=0 +animation/clip_69/end_frame=0 +animation/clip_69/loops=false +animation/clip_70/name="" +animation/clip_70/start_frame=0 +animation/clip_70/end_frame=0 +animation/clip_70/loops=false +animation/clip_71/name="" +animation/clip_71/start_frame=0 +animation/clip_71/end_frame=0 +animation/clip_71/loops=false +animation/clip_72/name="" +animation/clip_72/start_frame=0 +animation/clip_72/end_frame=0 +animation/clip_72/loops=false +animation/clip_73/name="" +animation/clip_73/start_frame=0 +animation/clip_73/end_frame=0 +animation/clip_73/loops=false +animation/clip_74/name="" +animation/clip_74/start_frame=0 +animation/clip_74/end_frame=0 +animation/clip_74/loops=false +animation/clip_75/name="" +animation/clip_75/start_frame=0 +animation/clip_75/end_frame=0 +animation/clip_75/loops=false +animation/clip_76/name="" +animation/clip_76/start_frame=0 +animation/clip_76/end_frame=0 +animation/clip_76/loops=false +animation/clip_77/name="" +animation/clip_77/start_frame=0 +animation/clip_77/end_frame=0 +animation/clip_77/loops=false +animation/clip_78/name="" +animation/clip_78/start_frame=0 +animation/clip_78/end_frame=0 +animation/clip_78/loops=false +animation/clip_79/name="" +animation/clip_79/start_frame=0 +animation/clip_79/end_frame=0 +animation/clip_79/loops=false +animation/clip_80/name="" +animation/clip_80/start_frame=0 +animation/clip_80/end_frame=0 +animation/clip_80/loops=false +animation/clip_81/name="" +animation/clip_81/start_frame=0 +animation/clip_81/end_frame=0 +animation/clip_81/loops=false +animation/clip_82/name="" +animation/clip_82/start_frame=0 +animation/clip_82/end_frame=0 +animation/clip_82/loops=false +animation/clip_83/name="" +animation/clip_83/start_frame=0 +animation/clip_83/end_frame=0 +animation/clip_83/loops=false +animation/clip_84/name="" +animation/clip_84/start_frame=0 +animation/clip_84/end_frame=0 +animation/clip_84/loops=false +animation/clip_85/name="" +animation/clip_85/start_frame=0 +animation/clip_85/end_frame=0 +animation/clip_85/loops=false +animation/clip_86/name="" +animation/clip_86/start_frame=0 +animation/clip_86/end_frame=0 +animation/clip_86/loops=false +animation/clip_87/name="" +animation/clip_87/start_frame=0 +animation/clip_87/end_frame=0 +animation/clip_87/loops=false +animation/clip_88/name="" +animation/clip_88/start_frame=0 +animation/clip_88/end_frame=0 +animation/clip_88/loops=false +animation/clip_89/name="" +animation/clip_89/start_frame=0 +animation/clip_89/end_frame=0 +animation/clip_89/loops=false +animation/clip_90/name="" +animation/clip_90/start_frame=0 +animation/clip_90/end_frame=0 +animation/clip_90/loops=false +animation/clip_91/name="" +animation/clip_91/start_frame=0 +animation/clip_91/end_frame=0 +animation/clip_91/loops=false +animation/clip_92/name="" +animation/clip_92/start_frame=0 +animation/clip_92/end_frame=0 +animation/clip_92/loops=false +animation/clip_93/name="" +animation/clip_93/start_frame=0 +animation/clip_93/end_frame=0 +animation/clip_93/loops=false +animation/clip_94/name="" +animation/clip_94/start_frame=0 +animation/clip_94/end_frame=0 +animation/clip_94/loops=false +animation/clip_95/name="" +animation/clip_95/start_frame=0 +animation/clip_95/end_frame=0 +animation/clip_95/loops=false +animation/clip_96/name="" +animation/clip_96/start_frame=0 +animation/clip_96/end_frame=0 +animation/clip_96/loops=false +animation/clip_97/name="" +animation/clip_97/start_frame=0 +animation/clip_97/end_frame=0 +animation/clip_97/loops=false +animation/clip_98/name="" +animation/clip_98/start_frame=0 +animation/clip_98/end_frame=0 +animation/clip_98/loops=false +animation/clip_99/name="" +animation/clip_99/start_frame=0 +animation/clip_99/end_frame=0 +animation/clip_99/loops=false +animation/clip_100/name="" +animation/clip_100/start_frame=0 +animation/clip_100/end_frame=0 +animation/clip_100/loops=false +animation/clip_101/name="" +animation/clip_101/start_frame=0 +animation/clip_101/end_frame=0 +animation/clip_101/loops=false +animation/clip_102/name="" +animation/clip_102/start_frame=0 +animation/clip_102/end_frame=0 +animation/clip_102/loops=false +animation/clip_103/name="" +animation/clip_103/start_frame=0 +animation/clip_103/end_frame=0 +animation/clip_103/loops=false +animation/clip_104/name="" +animation/clip_104/start_frame=0 +animation/clip_104/end_frame=0 +animation/clip_104/loops=false +animation/clip_105/name="" +animation/clip_105/start_frame=0 +animation/clip_105/end_frame=0 +animation/clip_105/loops=false +animation/clip_106/name="" +animation/clip_106/start_frame=0 +animation/clip_106/end_frame=0 +animation/clip_106/loops=false +animation/clip_107/name="" +animation/clip_107/start_frame=0 +animation/clip_107/end_frame=0 +animation/clip_107/loops=false +animation/clip_108/name="" +animation/clip_108/start_frame=0 +animation/clip_108/end_frame=0 +animation/clip_108/loops=false +animation/clip_109/name="" +animation/clip_109/start_frame=0 +animation/clip_109/end_frame=0 +animation/clip_109/loops=false +animation/clip_110/name="" +animation/clip_110/start_frame=0 +animation/clip_110/end_frame=0 +animation/clip_110/loops=false +animation/clip_111/name="" +animation/clip_111/start_frame=0 +animation/clip_111/end_frame=0 +animation/clip_111/loops=false +animation/clip_112/name="" +animation/clip_112/start_frame=0 +animation/clip_112/end_frame=0 +animation/clip_112/loops=false +animation/clip_113/name="" +animation/clip_113/start_frame=0 +animation/clip_113/end_frame=0 +animation/clip_113/loops=false +animation/clip_114/name="" +animation/clip_114/start_frame=0 +animation/clip_114/end_frame=0 +animation/clip_114/loops=false +animation/clip_115/name="" +animation/clip_115/start_frame=0 +animation/clip_115/end_frame=0 +animation/clip_115/loops=false +animation/clip_116/name="" +animation/clip_116/start_frame=0 +animation/clip_116/end_frame=0 +animation/clip_116/loops=false +animation/clip_117/name="" +animation/clip_117/start_frame=0 +animation/clip_117/end_frame=0 +animation/clip_117/loops=false +animation/clip_118/name="" +animation/clip_118/start_frame=0 +animation/clip_118/end_frame=0 +animation/clip_118/loops=false +animation/clip_119/name="" +animation/clip_119/start_frame=0 +animation/clip_119/end_frame=0 +animation/clip_119/loops=false +animation/clip_120/name="" +animation/clip_120/start_frame=0 +animation/clip_120/end_frame=0 +animation/clip_120/loops=false +animation/clip_121/name="" +animation/clip_121/start_frame=0 +animation/clip_121/end_frame=0 +animation/clip_121/loops=false +animation/clip_122/name="" +animation/clip_122/start_frame=0 +animation/clip_122/end_frame=0 +animation/clip_122/loops=false +animation/clip_123/name="" +animation/clip_123/start_frame=0 +animation/clip_123/end_frame=0 +animation/clip_123/loops=false +animation/clip_124/name="" +animation/clip_124/start_frame=0 +animation/clip_124/end_frame=0 +animation/clip_124/loops=false +animation/clip_125/name="" +animation/clip_125/start_frame=0 +animation/clip_125/end_frame=0 +animation/clip_125/loops=false +animation/clip_126/name="" +animation/clip_126/start_frame=0 +animation/clip_126/end_frame=0 +animation/clip_126/loops=false +animation/clip_127/name="" +animation/clip_127/start_frame=0 +animation/clip_127/end_frame=0 +animation/clip_127/loops=false +animation/clip_128/name="" +animation/clip_128/start_frame=0 +animation/clip_128/end_frame=0 +animation/clip_128/loops=false +animation/clip_129/name="" +animation/clip_129/start_frame=0 +animation/clip_129/end_frame=0 +animation/clip_129/loops=false +animation/clip_130/name="" +animation/clip_130/start_frame=0 +animation/clip_130/end_frame=0 +animation/clip_130/loops=false +animation/clip_131/name="" +animation/clip_131/start_frame=0 +animation/clip_131/end_frame=0 +animation/clip_131/loops=false +animation/clip_132/name="" +animation/clip_132/start_frame=0 +animation/clip_132/end_frame=0 +animation/clip_132/loops=false +animation/clip_133/name="" +animation/clip_133/start_frame=0 +animation/clip_133/end_frame=0 +animation/clip_133/loops=false +animation/clip_134/name="" +animation/clip_134/start_frame=0 +animation/clip_134/end_frame=0 +animation/clip_134/loops=false +animation/clip_135/name="" +animation/clip_135/start_frame=0 +animation/clip_135/end_frame=0 +animation/clip_135/loops=false +animation/clip_136/name="" +animation/clip_136/start_frame=0 +animation/clip_136/end_frame=0 +animation/clip_136/loops=false +animation/clip_137/name="" +animation/clip_137/start_frame=0 +animation/clip_137/end_frame=0 +animation/clip_137/loops=false +animation/clip_138/name="" +animation/clip_138/start_frame=0 +animation/clip_138/end_frame=0 +animation/clip_138/loops=false +animation/clip_139/name="" +animation/clip_139/start_frame=0 +animation/clip_139/end_frame=0 +animation/clip_139/loops=false +animation/clip_140/name="" +animation/clip_140/start_frame=0 +animation/clip_140/end_frame=0 +animation/clip_140/loops=false +animation/clip_141/name="" +animation/clip_141/start_frame=0 +animation/clip_141/end_frame=0 +animation/clip_141/loops=false +animation/clip_142/name="" +animation/clip_142/start_frame=0 +animation/clip_142/end_frame=0 +animation/clip_142/loops=false +animation/clip_143/name="" +animation/clip_143/start_frame=0 +animation/clip_143/end_frame=0 +animation/clip_143/loops=false +animation/clip_144/name="" +animation/clip_144/start_frame=0 +animation/clip_144/end_frame=0 +animation/clip_144/loops=false +animation/clip_145/name="" +animation/clip_145/start_frame=0 +animation/clip_145/end_frame=0 +animation/clip_145/loops=false +animation/clip_146/name="" +animation/clip_146/start_frame=0 +animation/clip_146/end_frame=0 +animation/clip_146/loops=false +animation/clip_147/name="" +animation/clip_147/start_frame=0 +animation/clip_147/end_frame=0 +animation/clip_147/loops=false +animation/clip_148/name="" +animation/clip_148/start_frame=0 +animation/clip_148/end_frame=0 +animation/clip_148/loops=false +animation/clip_149/name="" +animation/clip_149/start_frame=0 +animation/clip_149/end_frame=0 +animation/clip_149/loops=false +animation/clip_150/name="" +animation/clip_150/start_frame=0 +animation/clip_150/end_frame=0 +animation/clip_150/loops=false +animation/clip_151/name="" +animation/clip_151/start_frame=0 +animation/clip_151/end_frame=0 +animation/clip_151/loops=false +animation/clip_152/name="" +animation/clip_152/start_frame=0 +animation/clip_152/end_frame=0 +animation/clip_152/loops=false +animation/clip_153/name="" +animation/clip_153/start_frame=0 +animation/clip_153/end_frame=0 +animation/clip_153/loops=false +animation/clip_154/name="" +animation/clip_154/start_frame=0 +animation/clip_154/end_frame=0 +animation/clip_154/loops=false +animation/clip_155/name="" +animation/clip_155/start_frame=0 +animation/clip_155/end_frame=0 +animation/clip_155/loops=false +animation/clip_156/name="" +animation/clip_156/start_frame=0 +animation/clip_156/end_frame=0 +animation/clip_156/loops=false +animation/clip_157/name="" +animation/clip_157/start_frame=0 +animation/clip_157/end_frame=0 +animation/clip_157/loops=false +animation/clip_158/name="" +animation/clip_158/start_frame=0 +animation/clip_158/end_frame=0 +animation/clip_158/loops=false +animation/clip_159/name="" +animation/clip_159/start_frame=0 +animation/clip_159/end_frame=0 +animation/clip_159/loops=false +animation/clip_160/name="" +animation/clip_160/start_frame=0 +animation/clip_160/end_frame=0 +animation/clip_160/loops=false +animation/clip_161/name="" +animation/clip_161/start_frame=0 +animation/clip_161/end_frame=0 +animation/clip_161/loops=false +animation/clip_162/name="" +animation/clip_162/start_frame=0 +animation/clip_162/end_frame=0 +animation/clip_162/loops=false +animation/clip_163/name="" +animation/clip_163/start_frame=0 +animation/clip_163/end_frame=0 +animation/clip_163/loops=false +animation/clip_164/name="" +animation/clip_164/start_frame=0 +animation/clip_164/end_frame=0 +animation/clip_164/loops=false +animation/clip_165/name="" +animation/clip_165/start_frame=0 +animation/clip_165/end_frame=0 +animation/clip_165/loops=false +animation/clip_166/name="" +animation/clip_166/start_frame=0 +animation/clip_166/end_frame=0 +animation/clip_166/loops=false +animation/clip_167/name="" +animation/clip_167/start_frame=0 +animation/clip_167/end_frame=0 +animation/clip_167/loops=false +animation/clip_168/name="" +animation/clip_168/start_frame=0 +animation/clip_168/end_frame=0 +animation/clip_168/loops=false +animation/clip_169/name="" +animation/clip_169/start_frame=0 +animation/clip_169/end_frame=0 +animation/clip_169/loops=false +animation/clip_170/name="" +animation/clip_170/start_frame=0 +animation/clip_170/end_frame=0 +animation/clip_170/loops=false +animation/clip_171/name="" +animation/clip_171/start_frame=0 +animation/clip_171/end_frame=0 +animation/clip_171/loops=false +animation/clip_172/name="" +animation/clip_172/start_frame=0 +animation/clip_172/end_frame=0 +animation/clip_172/loops=false +animation/clip_173/name="" +animation/clip_173/start_frame=0 +animation/clip_173/end_frame=0 +animation/clip_173/loops=false +animation/clip_174/name="" +animation/clip_174/start_frame=0 +animation/clip_174/end_frame=0 +animation/clip_174/loops=false +animation/clip_175/name="" +animation/clip_175/start_frame=0 +animation/clip_175/end_frame=0 +animation/clip_175/loops=false +animation/clip_176/name="" +animation/clip_176/start_frame=0 +animation/clip_176/end_frame=0 +animation/clip_176/loops=false +animation/clip_177/name="" +animation/clip_177/start_frame=0 +animation/clip_177/end_frame=0 +animation/clip_177/loops=false +animation/clip_178/name="" +animation/clip_178/start_frame=0 +animation/clip_178/end_frame=0 +animation/clip_178/loops=false +animation/clip_179/name="" +animation/clip_179/start_frame=0 +animation/clip_179/end_frame=0 +animation/clip_179/loops=false +animation/clip_180/name="" +animation/clip_180/start_frame=0 +animation/clip_180/end_frame=0 +animation/clip_180/loops=false +animation/clip_181/name="" +animation/clip_181/start_frame=0 +animation/clip_181/end_frame=0 +animation/clip_181/loops=false +animation/clip_182/name="" +animation/clip_182/start_frame=0 +animation/clip_182/end_frame=0 +animation/clip_182/loops=false +animation/clip_183/name="" +animation/clip_183/start_frame=0 +animation/clip_183/end_frame=0 +animation/clip_183/loops=false +animation/clip_184/name="" +animation/clip_184/start_frame=0 +animation/clip_184/end_frame=0 +animation/clip_184/loops=false +animation/clip_185/name="" +animation/clip_185/start_frame=0 +animation/clip_185/end_frame=0 +animation/clip_185/loops=false +animation/clip_186/name="" +animation/clip_186/start_frame=0 +animation/clip_186/end_frame=0 +animation/clip_186/loops=false +animation/clip_187/name="" +animation/clip_187/start_frame=0 +animation/clip_187/end_frame=0 +animation/clip_187/loops=false +animation/clip_188/name="" +animation/clip_188/start_frame=0 +animation/clip_188/end_frame=0 +animation/clip_188/loops=false +animation/clip_189/name="" +animation/clip_189/start_frame=0 +animation/clip_189/end_frame=0 +animation/clip_189/loops=false +animation/clip_190/name="" +animation/clip_190/start_frame=0 +animation/clip_190/end_frame=0 +animation/clip_190/loops=false +animation/clip_191/name="" +animation/clip_191/start_frame=0 +animation/clip_191/end_frame=0 +animation/clip_191/loops=false +animation/clip_192/name="" +animation/clip_192/start_frame=0 +animation/clip_192/end_frame=0 +animation/clip_192/loops=false +animation/clip_193/name="" +animation/clip_193/start_frame=0 +animation/clip_193/end_frame=0 +animation/clip_193/loops=false +animation/clip_194/name="" +animation/clip_194/start_frame=0 +animation/clip_194/end_frame=0 +animation/clip_194/loops=false +animation/clip_195/name="" +animation/clip_195/start_frame=0 +animation/clip_195/end_frame=0 +animation/clip_195/loops=false +animation/clip_196/name="" +animation/clip_196/start_frame=0 +animation/clip_196/end_frame=0 +animation/clip_196/loops=false +animation/clip_197/name="" +animation/clip_197/start_frame=0 +animation/clip_197/end_frame=0 +animation/clip_197/loops=false +animation/clip_198/name="" +animation/clip_198/start_frame=0 +animation/clip_198/end_frame=0 +animation/clip_198/loops=false +animation/clip_199/name="" +animation/clip_199/start_frame=0 +animation/clip_199/end_frame=0 +animation/clip_199/loops=false +animation/clip_200/name="" +animation/clip_200/start_frame=0 +animation/clip_200/end_frame=0 +animation/clip_200/loops=false +animation/clip_201/name="" +animation/clip_201/start_frame=0 +animation/clip_201/end_frame=0 +animation/clip_201/loops=false +animation/clip_202/name="" +animation/clip_202/start_frame=0 +animation/clip_202/end_frame=0 +animation/clip_202/loops=false +animation/clip_203/name="" +animation/clip_203/start_frame=0 +animation/clip_203/end_frame=0 +animation/clip_203/loops=false +animation/clip_204/name="" +animation/clip_204/start_frame=0 +animation/clip_204/end_frame=0 +animation/clip_204/loops=false +animation/clip_205/name="" +animation/clip_205/start_frame=0 +animation/clip_205/end_frame=0 +animation/clip_205/loops=false +animation/clip_206/name="" +animation/clip_206/start_frame=0 +animation/clip_206/end_frame=0 +animation/clip_206/loops=false +animation/clip_207/name="" +animation/clip_207/start_frame=0 +animation/clip_207/end_frame=0 +animation/clip_207/loops=false +animation/clip_208/name="" +animation/clip_208/start_frame=0 +animation/clip_208/end_frame=0 +animation/clip_208/loops=false +animation/clip_209/name="" +animation/clip_209/start_frame=0 +animation/clip_209/end_frame=0 +animation/clip_209/loops=false +animation/clip_210/name="" +animation/clip_210/start_frame=0 +animation/clip_210/end_frame=0 +animation/clip_210/loops=false +animation/clip_211/name="" +animation/clip_211/start_frame=0 +animation/clip_211/end_frame=0 +animation/clip_211/loops=false +animation/clip_212/name="" +animation/clip_212/start_frame=0 +animation/clip_212/end_frame=0 +animation/clip_212/loops=false +animation/clip_213/name="" +animation/clip_213/start_frame=0 +animation/clip_213/end_frame=0 +animation/clip_213/loops=false +animation/clip_214/name="" +animation/clip_214/start_frame=0 +animation/clip_214/end_frame=0 +animation/clip_214/loops=false +animation/clip_215/name="" +animation/clip_215/start_frame=0 +animation/clip_215/end_frame=0 +animation/clip_215/loops=false +animation/clip_216/name="" +animation/clip_216/start_frame=0 +animation/clip_216/end_frame=0 +animation/clip_216/loops=false +animation/clip_217/name="" +animation/clip_217/start_frame=0 +animation/clip_217/end_frame=0 +animation/clip_217/loops=false +animation/clip_218/name="" +animation/clip_218/start_frame=0 +animation/clip_218/end_frame=0 +animation/clip_218/loops=false +animation/clip_219/name="" +animation/clip_219/start_frame=0 +animation/clip_219/end_frame=0 +animation/clip_219/loops=false +animation/clip_220/name="" +animation/clip_220/start_frame=0 +animation/clip_220/end_frame=0 +animation/clip_220/loops=false +animation/clip_221/name="" +animation/clip_221/start_frame=0 +animation/clip_221/end_frame=0 +animation/clip_221/loops=false +animation/clip_222/name="" +animation/clip_222/start_frame=0 +animation/clip_222/end_frame=0 +animation/clip_222/loops=false +animation/clip_223/name="" +animation/clip_223/start_frame=0 +animation/clip_223/end_frame=0 +animation/clip_223/loops=false +animation/clip_224/name="" +animation/clip_224/start_frame=0 +animation/clip_224/end_frame=0 +animation/clip_224/loops=false +animation/clip_225/name="" +animation/clip_225/start_frame=0 +animation/clip_225/end_frame=0 +animation/clip_225/loops=false +animation/clip_226/name="" +animation/clip_226/start_frame=0 +animation/clip_226/end_frame=0 +animation/clip_226/loops=false +animation/clip_227/name="" +animation/clip_227/start_frame=0 +animation/clip_227/end_frame=0 +animation/clip_227/loops=false +animation/clip_228/name="" +animation/clip_228/start_frame=0 +animation/clip_228/end_frame=0 +animation/clip_228/loops=false +animation/clip_229/name="" +animation/clip_229/start_frame=0 +animation/clip_229/end_frame=0 +animation/clip_229/loops=false +animation/clip_230/name="" +animation/clip_230/start_frame=0 +animation/clip_230/end_frame=0 +animation/clip_230/loops=false +animation/clip_231/name="" +animation/clip_231/start_frame=0 +animation/clip_231/end_frame=0 +animation/clip_231/loops=false +animation/clip_232/name="" +animation/clip_232/start_frame=0 +animation/clip_232/end_frame=0 +animation/clip_232/loops=false +animation/clip_233/name="" +animation/clip_233/start_frame=0 +animation/clip_233/end_frame=0 +animation/clip_233/loops=false +animation/clip_234/name="" +animation/clip_234/start_frame=0 +animation/clip_234/end_frame=0 +animation/clip_234/loops=false +animation/clip_235/name="" +animation/clip_235/start_frame=0 +animation/clip_235/end_frame=0 +animation/clip_235/loops=false +animation/clip_236/name="" +animation/clip_236/start_frame=0 +animation/clip_236/end_frame=0 +animation/clip_236/loops=false +animation/clip_237/name="" +animation/clip_237/start_frame=0 +animation/clip_237/end_frame=0 +animation/clip_237/loops=false +animation/clip_238/name="" +animation/clip_238/start_frame=0 +animation/clip_238/end_frame=0 +animation/clip_238/loops=false +animation/clip_239/name="" +animation/clip_239/start_frame=0 +animation/clip_239/end_frame=0 +animation/clip_239/loops=false +animation/clip_240/name="" +animation/clip_240/start_frame=0 +animation/clip_240/end_frame=0 +animation/clip_240/loops=false +animation/clip_241/name="" +animation/clip_241/start_frame=0 +animation/clip_241/end_frame=0 +animation/clip_241/loops=false +animation/clip_242/name="" +animation/clip_242/start_frame=0 +animation/clip_242/end_frame=0 +animation/clip_242/loops=false +animation/clip_243/name="" +animation/clip_243/start_frame=0 +animation/clip_243/end_frame=0 +animation/clip_243/loops=false +animation/clip_244/name="" +animation/clip_244/start_frame=0 +animation/clip_244/end_frame=0 +animation/clip_244/loops=false +animation/clip_245/name="" +animation/clip_245/start_frame=0 +animation/clip_245/end_frame=0 +animation/clip_245/loops=false +animation/clip_246/name="" +animation/clip_246/start_frame=0 +animation/clip_246/end_frame=0 +animation/clip_246/loops=false +animation/clip_247/name="" +animation/clip_247/start_frame=0 +animation/clip_247/end_frame=0 +animation/clip_247/loops=false +animation/clip_248/name="" +animation/clip_248/start_frame=0 +animation/clip_248/end_frame=0 +animation/clip_248/loops=false +animation/clip_249/name="" +animation/clip_249/start_frame=0 +animation/clip_249/end_frame=0 +animation/clip_249/loops=false +animation/clip_250/name="" +animation/clip_250/start_frame=0 +animation/clip_250/end_frame=0 +animation/clip_250/loops=false +animation/clip_251/name="" +animation/clip_251/start_frame=0 +animation/clip_251/end_frame=0 +animation/clip_251/loops=false +animation/clip_252/name="" +animation/clip_252/start_frame=0 +animation/clip_252/end_frame=0 +animation/clip_252/loops=false +animation/clip_253/name="" +animation/clip_253/start_frame=0 +animation/clip_253/end_frame=0 +animation/clip_253/loops=false +animation/clip_254/name="" +animation/clip_254/start_frame=0 +animation/clip_254/end_frame=0 +animation/clip_254/loops=false +animation/clip_255/name="" +animation/clip_255/start_frame=0 +animation/clip_255/end_frame=0 +animation/clip_255/loops=false +animation/clip_256/name="" +animation/clip_256/start_frame=0 +animation/clip_256/end_frame=0 +animation/clip_256/loops=false diff --git a/Game/Assets/Maps/Village/dev_blue.material b/Game/Assets/Maps/Village/dev_blue.material new file mode 100644 index 0000000..f2317b0 Binary files /dev/null and b/Game/Assets/Maps/Village/dev_blue.material differ diff --git a/Game/Assets/Maps/Village/dev_brown.material b/Game/Assets/Maps/Village/dev_brown.material new file mode 100644 index 0000000..c0538ca Binary files /dev/null and b/Game/Assets/Maps/Village/dev_brown.material differ diff --git a/Game/Assets/Maps/Village/dev_green.material b/Game/Assets/Maps/Village/dev_green.material new file mode 100644 index 0000000..dd9fd88 Binary files /dev/null and b/Game/Assets/Maps/Village/dev_green.material differ diff --git a/Game/Assets/Maps/Village/dev_grey_dark.material b/Game/Assets/Maps/Village/dev_grey_dark.material new file mode 100644 index 0000000..d87344a Binary files /dev/null and b/Game/Assets/Maps/Village/dev_grey_dark.material differ diff --git a/Game/Assets/Maps/Village/dev_grey_light.material b/Game/Assets/Maps/Village/dev_grey_light.material new file mode 100644 index 0000000..ddcef67 Binary files /dev/null and b/Game/Assets/Maps/Village/dev_grey_light.material differ diff --git a/Game/Assets/Maps/Village/dev_orange.material b/Game/Assets/Maps/Village/dev_orange.material new file mode 100644 index 0000000..3ff10d1 Binary files /dev/null and b/Game/Assets/Maps/Village/dev_orange.material differ diff --git a/Game/Assets/Maps/Village/dev_red.material b/Game/Assets/Maps/Village/dev_red.material new file mode 100644 index 0000000..823a9df Binary files /dev/null and b/Game/Assets/Maps/Village/dev_red.material differ diff --git a/Game/Assets/Maps/Village/dev_red_dark.material b/Game/Assets/Maps/Village/dev_red_dark.material new file mode 100644 index 0000000..2d774ab Binary files /dev/null and b/Game/Assets/Maps/Village/dev_red_dark.material differ diff --git a/Game/Assets/Weapons/Handgun/Casing.gltf.import b/Game/Assets/Weapons/Handgun/Casing.gltf.import index fec49a9..bb60a28 100644 --- a/Game/Assets/Weapons/Handgun/Casing.gltf.import +++ b/Game/Assets/Weapons/Handgun/Casing.gltf.import @@ -16,6 +16,7 @@ nodes/root_name="Scene Root" nodes/root_scale=1.0 nodes/custom_script="" nodes/storage=0 +nodes/use_legacy_names=true materials/location=1 materials/storage=1 materials/keep_on_reimport=true diff --git a/Game/Assets/Weapons/Handgun/Handgun.gltf.import b/Game/Assets/Weapons/Handgun/Handgun.gltf.import index a8f3cae..59cbb5d 100644 --- a/Game/Assets/Weapons/Handgun/Handgun.gltf.import +++ b/Game/Assets/Weapons/Handgun/Handgun.gltf.import @@ -16,6 +16,7 @@ nodes/root_name="Scene Root" nodes/root_scale=1.0 nodes/custom_script="" nodes/storage=0 +nodes/use_legacy_names=true materials/location=1 materials/storage=1 materials/keep_on_reimport=true diff --git a/Game/Game.tscn b/Game/Game.tscn index 1769f57..e660637 100644 --- a/Game/Game.tscn +++ b/Game/Game.tscn @@ -2,19 +2,18 @@ [ext_resource path="res://Classes/UI/theme.tres" type="Theme" id=1] [ext_resource path="res://Game.gd" type="Script" id=2] -[ext_resource path="res://Assets/Maps/DM1/DM1.tscn" type="PackedScene" id=3] [ext_resource path="res://Classes/UI/CharacterSelect.tscn" type="PackedScene" id=4] [ext_resource path="res://PlayerListContainer.gd" type="Script" id=5] [ext_resource path="res://Classes/UI/TextChat.tscn" type="PackedScene" id=6] +[ext_resource path="res://Assets/Maps/Village/Level_Village.tscn" type="PackedScene" id=7] [node name="Game" type="Node"] script = ExtResource( 2 ) SERVER_IP = "127.0.0.1" -[node name="Players" type="Spatial" parent="."] +[node name="Level" parent="." instance=ExtResource( 7 )] -[node name="Level" parent="." instance=ExtResource( 3 )] -visible = false +[node name="Players" type="Spatial" parent="."] [node name="MenuContainer" type="CenterContainer" parent="."] anchor_right = 1.0 @@ -326,7 +325,6 @@ __meta__ = { visible = false margin_top = -264.542 margin_bottom = -80.5416 - [connection signal="pressed" from="MenuContainer/MainMenu/QuickConnect" to="." method="join_test_server"] [connection signal="pressed" from="MenuContainer/MainMenu/Connect" to="." method="open_menu" binds= [ "ConnectMenu" ]] [connection signal="pressed" from="MenuContainer/MainMenu/Disconnect" to="." method="free_client"] diff --git a/Game/project.godot b/Game/project.godot index 6e99cc3..82a6783 100644 --- a/Game/project.godot +++ b/Game/project.godot @@ -127,8 +127,8 @@ PlayerZoom={ [rendering] -quality/shadow_atlas/cubemap_size=1024 quality/voxel_cone_tracing/high_quality=true +environment/default_environment="res://default_env.tres" +quality/shadow_atlas/cubemap_size=1024 quality/filters/use_fxaa=true quality/filters/use_debanding=true -environment/default_environment="res://default_env.tres"