From f821f78b65cbed62c1133d5e77adc9e2d9043d7c Mon Sep 17 00:00:00 2001 From: MarcEricMartel Date: Wed, 12 Oct 2022 15:17:20 -0400 Subject: [PATCH] HORROR --- Audio/mood.ogg.import | 15 +++++ Test_Scene.tscn | 66 ++++++++----------- .../Custom/wooden_planks_Albedo.png.import | 18 ++--- 3 files changed, 51 insertions(+), 48 deletions(-) create mode 100644 Audio/mood.ogg.import diff --git a/Audio/mood.ogg.import b/Audio/mood.ogg.import new file mode 100644 index 0000000..ce92f48 --- /dev/null +++ b/Audio/mood.ogg.import @@ -0,0 +1,15 @@ +[remap] + +importer="ogg_vorbis" +type="AudioStreamOGGVorbis" +path="res://.import/mood.ogg-822cad3e1284ba771310033b6d7608a3.oggstr" + +[deps] + +source_file="res://Audio/mood.ogg" +dest_files=[ "res://.import/mood.ogg-822cad3e1284ba771310033b6d7608a3.oggstr" ] + +[params] + +loop=true +loop_offset=0 diff --git a/Test_Scene.tscn b/Test_Scene.tscn index 12926d5..c424b26 100644 --- a/Test_Scene.tscn +++ b/Test_Scene.tscn @@ -1,22 +1,21 @@ -[gd_scene load_steps=10 format=2] +[gd_scene load_steps=9 format=2] -[ext_resource path="res://Materials/Dark_ProtoMat.tres" type="Material" id=1] +[ext_resource path="res://AllSkyFree_Skyboxes/Deep Dusk Equirect.png" type="Texture" id=1] [ext_resource path="res://Player.tscn" type="PackedScene" id=2] -[ext_resource path="res://Materials/Orange_ProtoMat.tres" type="Material" id=3] -[ext_resource path="res://AllSkyFree_Skyboxes/Epic_BlueSunset_EquiRect_flat.png" type="Texture" id=4] -[ext_resource path="res://Scenes/Enemy.tscn" type="PackedScene" id=5] +[ext_resource path="res://Textures/MetalCorrodedHeavy001/MetalCorrodedHeavy001_NRM_1K_METALNESS.jpg" type="Texture" id=3] [ext_resource path="res://Test_Scene.gd" type="Script" id=6] +[ext_resource path="res://Audio/mood.ogg" type="AudioStream" id=7] -[sub_resource type="SpatialMaterial" id=3] -flags_transparent = true -albedo_color = Color( 0.894118, 0.894118, 0.894118, 0.211765 ) +[sub_resource type="SpatialMaterial" id=5] +albedo_texture = ExtResource( 3 ) [sub_resource type="PanoramaSky" id=4] -panorama = ExtResource( 4 ) +panorama = ExtResource( 1 ) [sub_resource type="Environment" id=2] background_mode = 2 background_sky = SubResource( 4 ) +background_energy = 0.25 ambient_light_energy = 0.67 fog_enabled = true fog_color = Color( 0.305882, 0.372549, 0.52549, 1 ) @@ -51,26 +50,11 @@ script = ExtResource( 6 ) use_collision = true [node name="CSGBox" type="CSGBox" parent="CSGCombiner"] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 ) -width = 106.0 -depth = 82.0 -material = ExtResource( 1 ) - -[node name="CSGPolygon" type="CSGPolygon" parent="CSGCombiner"] -transform = Transform( 3.51681, 0, 0, 0, 4.16599, 0, 0, 0, 14.5504, 22.4026, 0, 7 ) -polygon = PoolVector2Array( 0, 0, -3, 0, 1, 1, 1, 0 ) -material = ExtResource( 3 ) - -[node name="CSGBox2" type="CSGBox" parent="CSGCombiner"] -transform = Transform( 21.115, 0, 0, 0, 13.92, 0, 0, 0, 1, -14.4011, 14, 36.3173 ) -material = ExtResource( 3 ) - -[node name="CSGBox3" type="CSGBox" parent="CSGCombiner"] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -18, 7.54811, 16 ) -visible = false -height = 14.0 -depth = 14.0 -material = SubResource( 3 ) +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.437965, 0 ) +width = 1000.0 +height = 1.0 +depth = 1000.0 +material = SubResource( 5 ) [node name="Player" parent="." instance=ExtResource( 2 )] transform = Transform( -0.965926, 0, 0.258819, 0, 1, 0, -0.258819, 0, -0.965926, 0, 2.85127, 0 ) @@ -80,18 +64,20 @@ environment = SubResource( 2 ) [node name="DirectionalLight_EpicBlueSky" type="DirectionalLight" parent="."] transform = Transform( 1, 0, 0, 0, 0.849579, 0.527461, 0, -0.527461, 0.849579, 0, 26.5368, 0 ) -light_color = Color( 1, 0.924276, 0.869018, 1 ) -light_specular = 1.0 +light_color = Color( 0.54902, 0.192157, 0.0823529, 1 ) +light_energy = 1.294 +light_indirect_energy = 1.363 +light_specular = 16.0 shadow_enabled = true -[node name="Enemy1" parent="." instance=ExtResource( 5 )] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -28, 5, 14.7642 ) - -[node name="Enemy2" parent="." instance=ExtResource( 5 )] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -5, 5, 14.7812 ) - [node name="DirectionalLight" type="DirectionalLight" parent="."] transform = Transform( 0.72831, 0.357922, 0.584342, 0.224814, -0.930353, 0.289658, 0.647319, -0.0795927, -0.758052, -51.5559, 23.8185, -5.9078 ) -light_energy = 1.734 -light_indirect_energy = 3.789 -light_specular = 0.499 +visible = false +light_energy = 0.0 +light_indirect_energy = 0.283 +light_specular = 0.0 + +[node name="Music" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 7 ) +pitch_scale = 0.8 +bus = "Music" diff --git a/Textures/Custom/wooden_planks_Albedo.png.import b/Textures/Custom/wooden_planks_Albedo.png.import index 889367f..79e490e 100644 --- a/Textures/Custom/wooden_planks_Albedo.png.import +++ b/Textures/Custom/wooden_planks_Albedo.png.import @@ -2,28 +2,30 @@ importer="texture" type="StreamTexture" -path="res://.import/wooden_planks_Albedo.png-c0438c4bb9378e4534b63bda9e3a0734.stex" +path.s3tc="res://.import/wooden_planks_Albedo.png-c0438c4bb9378e4534b63bda9e3a0734.s3tc.stex" +path.etc2="res://.import/wooden_planks_Albedo.png-c0438c4bb9378e4534b63bda9e3a0734.etc2.stex" metadata={ -"vram_texture": false +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true } [deps] source_file="res://Textures/Custom/wooden_planks_Albedo.png" -dest_files=[ "res://.import/wooden_planks_Albedo.png-c0438c4bb9378e4534b63bda9e3a0734.stex" ] +dest_files=[ "res://.import/wooden_planks_Albedo.png-c0438c4bb9378e4534b63bda9e3a0734.s3tc.stex", "res://.import/wooden_planks_Albedo.png-c0438c4bb9378e4534b63bda9e3a0734.etc2.stex" ] [params] -compress/mode=0 +compress/mode=2 compress/lossy_quality=0.7 compress/hdr_mode=0 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 +flags/repeat=true flags/filter=true -flags/mipmaps=false +flags/mipmaps=true flags/anisotropic=false -flags/srgb=2 +flags/srgb=1 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false @@ -31,5 +33,5 @@ process/invert_color=false process/normal_map_invert_y=false stream=false size_limit=0 -detect_3d=true +detect_3d=false svg/scale=1.0