Modifying sounds for communicability
This commit is contained in:
parent
f740d83dcc
commit
78df1ae9d3
6 changed files with 38 additions and 8 deletions
|
|
@ -7,6 +7,7 @@ func _ready() -> void:
|
|||
func normal_paddle():
|
||||
$ArtCollectorAnimations.play("NormalPaddle")
|
||||
$NormalPaddleSound.play()
|
||||
$PaddleSuccess.play()
|
||||
await $ArtCollectorAnimations.animation_finished
|
||||
$ArtCollectorAnimations.play("Idle")
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=48 format=3 uid="uid://dnuvh3k5qxs63"]
|
||||
[gd_scene load_steps=49 format=3 uid="uid://dnuvh3k5qxs63"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bbi0th2aq426c" path="res://art_collector.gd" id="1_dsoqt"]
|
||||
[ext_resource type="Texture2D" uid="uid://clrqm1hxhq7ru" path="res://assets/character/collector.png" id="1_y6o5m"]
|
||||
[ext_resource type="AudioStream" uid="uid://b6wb4yjtofbhn" path="res://assets/character/paddle-final.wav" id="3_erevg"]
|
||||
[ext_resource type="AudioStream" uid="uid://b7qyt2h17kjea" path="res://assets/gavel/audio/ask-bet.wav" id="4_1ghdj"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_5k0jt"]
|
||||
atlas = ExtResource("1_y6o5m")
|
||||
|
|
@ -357,3 +358,7 @@ autoplay = "Idle"
|
|||
|
||||
[node name="NormalPaddleSound" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("3_erevg")
|
||||
volume_db = 5.0
|
||||
|
||||
[node name="PaddleSuccess" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("4_1ghdj")
|
||||
|
|
|
|||
BIN
assets/numpad/ask-bet-final.wav
Normal file
BIN
assets/numpad/ask-bet-final.wav
Normal file
Binary file not shown.
24
assets/numpad/ask-bet-final.wav.import
Normal file
24
assets/numpad/ask-bet-final.wav.import
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://bq5yl788b424g"
|
||||
path="res://.godot/imported/ask-bet-final.wav-a14c56b5c504914f5825f4a4cab70d4a.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/numpad/ask-bet-final.wav"
|
||||
dest_files=["res://.godot/imported/ask-bet-final.wav-a14c56b5c504914f5825f4a4cab70d4a.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=2
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
[ext_resource type="Texture2D" uid="uid://bwhf5712gd67h" path="res://assets/numpad/ask.png" id="27_unpof"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxwxmqnnbyl3s" path="res://assets/numpad/ask-depressed.png" id="28_4l1rv"]
|
||||
[ext_resource type="AudioStream" uid="uid://bvto7ghmy8j0o" path="res://assets/gavel/audio/invalid-bet.wav" id="31_v5y5a"]
|
||||
[ext_resource type="AudioStream" uid="uid://b7qyt2h17kjea" path="res://assets/gavel/audio/ask-bet.wav" id="32_dnpqj"]
|
||||
[ext_resource type="AudioStream" uid="uid://bq5yl788b424g" path="res://assets/numpad/ask-bet-final.wav" id="53_mq8ri"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_g470s"]
|
||||
animations = [{
|
||||
|
|
@ -303,7 +303,7 @@ one_shot = true
|
|||
stream = ExtResource("31_v5y5a")
|
||||
|
||||
[node name="SuccessSoundPlayer" type="AudioStreamPlayer2D" parent="Numpad"]
|
||||
stream = ExtResource("32_dnpqj")
|
||||
stream = ExtResource("53_mq8ri")
|
||||
|
||||
[node name="ProgressBar" type="ProgressBar" parent="."]
|
||||
layout_mode = 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue