mirror of
https://github.com/Escada-Games/diver-down.git
synced 2026-01-23 08:22:22 +00:00
Made the landing sound louder
This commit is contained in:
parent
120f94df00
commit
92b9cf266d
2 changed files with 36 additions and 8 deletions
|
|
@ -215,7 +215,7 @@ centered = false
|
|||
use_parent_material = true
|
||||
texture = ExtResource( 3 )
|
||||
hframes = 9
|
||||
frame = 4
|
||||
frame = 2
|
||||
|
||||
[node name="timers" type="Node2D" parent="."]
|
||||
|
||||
|
|
@ -264,6 +264,7 @@ bus = "sfx"
|
|||
|
||||
[node name="snd_land" type="AudioStreamPlayer" parent="sounds"]
|
||||
stream = ExtResource( 6 )
|
||||
volume_db = 8.0
|
||||
bus = "sfx"
|
||||
|
||||
[node name="snd_dive" type="AudioStreamPlayer" parent="sounds"]
|
||||
|
|
@ -283,7 +284,7 @@ bus = "sfx"
|
|||
|
||||
[node name="sndFootsteps" type="AudioStreamPlayer" parent="sounds"]
|
||||
stream = ExtResource( 9 )
|
||||
volume_db = 12.0
|
||||
volume_db = 9.0
|
||||
bus = "sfx"
|
||||
[connection signal="tween_completed" from="twn_dive" to="." method="_on_twn_dive_tween_completed"]
|
||||
[connection signal="tween_started" from="twn_dive" to="." method="_on_twn_dive_tween_started"]
|
||||
|
|
|
|||
|
|
@ -7,13 +7,15 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="../exports/diverTest/index.html"
|
||||
patch_list=PoolStringArray( )
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
[preset.0.options]
|
||||
|
||||
texture_format/s3tc=true
|
||||
texture_format/etc=false
|
||||
texture_format/etc2=true
|
||||
vram_texture_compression/for_desktop=true
|
||||
vram_texture_compression/for_mobile=false
|
||||
html/custom_html_shell=""
|
||||
html/head_include=""
|
||||
custom_template/release=""
|
||||
|
|
@ -28,16 +30,31 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path=""
|
||||
patch_list=PoolStringArray( )
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
[preset.1.options]
|
||||
|
||||
texture_format/bptc=false
|
||||
texture_format/s3tc=true
|
||||
texture_format/etc=false
|
||||
texture_format/etc2=false
|
||||
texture_format/no_bptc_fallbacks=true
|
||||
binary_format/64_bits=false
|
||||
binary_format/embed_pck=false
|
||||
custom_template/release=""
|
||||
custom_template/debug=""
|
||||
codesign/enable=false
|
||||
codesign/identity_type=0
|
||||
codesign/identity=""
|
||||
codesign/password=""
|
||||
codesign/timestamp=true
|
||||
codesign/timestamp_server_url=""
|
||||
codesign/digest_algorithm=1
|
||||
codesign/description=""
|
||||
codesign/custom_options=PoolStringArray( )
|
||||
application/icon="/run/media/delta-key/2A5C64085C63CCDF/Game11/Godot/Godot WildJam 2/Resources/MoreTextures/icon.ico"
|
||||
application/file_version=""
|
||||
application/product_version=""
|
||||
|
|
@ -56,14 +73,20 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path=""
|
||||
patch_list=PoolStringArray( )
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
[preset.2.options]
|
||||
|
||||
texture_format/bptc=false
|
||||
texture_format/s3tc=true
|
||||
texture_format/etc=false
|
||||
texture_format/etc2=false
|
||||
texture_format/no_bptc_fallbacks=true
|
||||
binary_format/64_bits=false
|
||||
binary_format/embed_pck=false
|
||||
custom_template/release=""
|
||||
custom_template/debug=""
|
||||
|
||||
|
|
@ -76,12 +99,15 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path=""
|
||||
patch_list=PoolStringArray( )
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
[preset.3.options]
|
||||
|
||||
custom_package/debug=""
|
||||
custom_package/release=""
|
||||
custom_template/debug=""
|
||||
custom_template/release=""
|
||||
application/name="Diver Down"
|
||||
application/info="Dive on walls in this stealth platformer!"
|
||||
application/icon="res://Resources/MoreTextures/icon.png"
|
||||
|
|
@ -90,8 +116,9 @@ application/signature="godotmacgame"
|
|||
application/short_version="1.0"
|
||||
application/version="1.0"
|
||||
application/copyright=""
|
||||
application/bits_mode=0
|
||||
display/high_res=false
|
||||
privacy/camera_usage_description=""
|
||||
privacy/microphone_usage_description=""
|
||||
texture_format/s3tc=true
|
||||
texture_format/etc=false
|
||||
texture_format/etc2=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue