sons creepys

This commit is contained in:
MarcEricMartel 2022-10-12 18:49:52 -04:00
parent be4503020c
commit c8a10968dc
8 changed files with 85 additions and 2 deletions

BIN
Audio/Scary Scream.wav Normal file

Binary file not shown.

View File

@ -0,0 +1,23 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/Scary Scream.wav-5eddc3df18e74cbb3fb69d0eb4051d5b.sample"
[deps]
source_file="res://Audio/Scary Scream.wav"
dest_files=[ "res://.import/Scary Scream.wav-5eddc3df18e74cbb3fb69d0eb4051d5b.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

Binary file not shown.

View File

@ -0,0 +1,23 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/Spooky Water Drops.wav-1bebb79376daf5f65cd5d0a4938e4d40.sample"
[deps]
source_file="res://Audio/Spooky Water Drops.wav"
dest_files=[ "res://.import/Spooky Water Drops.wav-1bebb79376daf5f65cd5d0a4938e4d40.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

BIN
Audio/UVB-76.ogg Normal file

Binary file not shown.

15
Audio/UVB-76.ogg.import Normal file
View File

@ -0,0 +1,15 @@
[remap]
importer="ogg_vorbis"
type="AudioStreamOGGVorbis"
path="res://.import/UVB-76.ogg-eda565c24036b9b4f1def10bcc328b77.oggstr"
[deps]
source_file="res://Audio/UVB-76.ogg"
dest_files=[ "res://.import/UVB-76.ogg-eda565c24036b9b4f1def10bcc328b77.oggstr" ]
[params]
loop=true
loop_offset=0

View File

@ -115,7 +115,7 @@ align = 1
wait_time = 3.0 wait_time = 3.0
[node name="Floor" type="MeshInstance" parent="."] [node name="Floor" type="MeshInstance" parent="."]
transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -0.239059, 0.211092, -0.192581 ) transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -0.239059, 0.150923, -0.192581 )
mesh = SubResource( 13 ) mesh = SubResource( 13 )
material/0 = ExtResource( 9 ) material/0 = ExtResource( 9 )

View File

@ -1,10 +1,12 @@
[gd_scene load_steps=10 format=2] [gd_scene load_steps=12 format=2]
[ext_resource path="res://Levels/Level09.gd" type="Script" id=1] [ext_resource path="res://Levels/Level09.gd" type="Script" id=1]
[ext_resource path="res://Audio/mood.ogg" type="AudioStream" id=2] [ext_resource path="res://Audio/mood.ogg" type="AudioStream" id=2]
[ext_resource path="res://Scenes/Enemy.tscn" type="PackedScene" id=3] [ext_resource path="res://Scenes/Enemy.tscn" type="PackedScene" id=3]
[ext_resource path="res://AllSkyFree_Skyboxes/Deep Dusk Equirect.png" type="Texture" id=4] [ext_resource path="res://AllSkyFree_Skyboxes/Deep Dusk Equirect.png" type="Texture" id=4]
[ext_resource path="res://Player.tscn" type="PackedScene" id=5] [ext_resource path="res://Player.tscn" type="PackedScene" id=5]
[ext_resource path="res://Audio/UVB-76.ogg" type="AudioStream" id=6]
[ext_resource path="res://Audio/Spooky Water Drops.wav" type="AudioStream" id=7]
[ext_resource path="res://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=8] [ext_resource path="res://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=8]
[sub_resource type="DynamicFont" id=8] [sub_resource type="DynamicFont" id=8]
@ -157,6 +159,26 @@ environment = SubResource( 14 )
[node name="Enemy2" parent="." instance=ExtResource( 3 )] [node name="Enemy2" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 16.6179, 19.204, -18.5969 ) transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 16.6179, 19.204, -18.5969 )
[node name="UVB76" type="AudioStreamPlayer3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -93.1999, -7.28051, -104.312 )
stream = ExtResource( 6 )
attenuation_model = 2
unit_db = 80.0
max_db = 6.0
autoplay = true
bus = "SFX"
[node name="AudioStreamPlayer3D2" type="AudioStreamPlayer3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 39.1568, -7.28051, -20.8087 )
stream = ExtResource( 7 )
attenuation_model = 2
unit_db = 80.0
unit_size = 8.1
max_db = 6.0
pitch_scale = 0.86
autoplay = true
bus = "SFX"
[connection signal="timeout" from="End" to="." method="_on_Win_timeout"] [connection signal="timeout" from="End" to="." method="_on_Win_timeout"]
[connection signal="dying" from="Enemy" to="." method="_on_Enemy_dying"] [connection signal="dying" from="Enemy" to="." method="_on_Enemy_dying"]
[connection signal="dying" from="Enemy2" to="." method="_on_Enemy_dying"] [connection signal="dying" from="Enemy2" to="." method="_on_Enemy_dying"]