Updated tool SFX

This commit is contained in:
Rob Kelly 2025-08-15 17:48:40 -06:00
parent 2163d52aa6
commit 29ef5ce00d
5 changed files with 33 additions and 34 deletions

BIN
assets/sfx/tools/tool_bonk_v0.wav (Stored with Git LFS)

Binary file not shown.

View File

@ -1,24 +0,0 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://bmj7v5freut2j"
path="res://.godot/imported/tool_bonk_v0.wav-662ee3c75b5255488cc0ca3fc9cbf29f.sample"
[deps]
source_file="res://assets/sfx/tools/tool_bonk_v0.wav"
dest_files=["res://.godot/imported/tool_bonk_v0.wav-662ee3c75b5255488cc0ca3fc9cbf29f.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

BIN
assets/sfx/tools/tool_bonk_v1.wav (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://rkg4iq2t8auh"
path="res://.godot/imported/tool_bonk_v1.wav-93573695836ff45ac1248db0ebaf1c4b.sample"
[deps]
source_file="res://assets/sfx/tools/tool_bonk_v1.wav"
dest_files=["res://.godot/imported/tool_bonk_v1.wav-93573695836ff45ac1248db0ebaf1c4b.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

View File

@ -7,10 +7,10 @@
[ext_resource type="PackedScene" uid="uid://b47goj32i6sdh" path="res://src/ui/elements/input_prompt/input_prompt.tscn" id="4_iwjh7"] [ext_resource type="PackedScene" uid="uid://b47goj32i6sdh" path="res://src/ui/elements/input_prompt/input_prompt.tscn" id="4_iwjh7"]
[ext_resource type="Script" uid="uid://cjs2fen6jo0g0" path="res://src/ui/rumbler.gd" id="4_ud8na"] [ext_resource type="Script" uid="uid://cjs2fen6jo0g0" path="res://src/ui/rumbler.gd" id="4_ud8na"]
[ext_resource type="Script" uid="uid://ctvu31jkk1un2" path="res://src/ui/hud/hold_hud.gd" id="5_65kmv"] [ext_resource type="Script" uid="uid://ctvu31jkk1un2" path="res://src/ui/hud/hold_hud.gd" id="5_65kmv"]
[ext_resource type="AudioStream" uid="uid://rkg4iq2t8auh" path="res://assets/sfx/tools/tool_bonk_v1.wav" id="7_bu2tv"]
[ext_resource type="FontFile" uid="uid://oq8ue2qrfijg" path="res://assets/fonts/Silkscreen/Silkscreen-Regular.ttf" id="7_iwjh7"] [ext_resource type="FontFile" uid="uid://oq8ue2qrfijg" path="res://assets/fonts/Silkscreen/Silkscreen-Regular.ttf" id="7_iwjh7"]
[ext_resource type="PackedScene" uid="uid://bce8b2erx64vg" path="res://src/game/tutorial/tutorial.tscn" id="9_8np55"] [ext_resource type="PackedScene" uid="uid://bce8b2erx64vg" path="res://src/game/tutorial/tutorial.tscn" id="9_8np55"]
[ext_resource type="Theme" uid="uid://doq7ay6f7dgfo" path="res://src/ui/menus/menu.theme" id="10_c1hvd"] [ext_resource type="Theme" uid="uid://doq7ay6f7dgfo" path="res://src/ui/menus/menu.theme" id="10_c1hvd"]
[ext_resource type="AudioStream" uid="uid://bmj7v5freut2j" path="res://assets/sfx/tools/tool_bonk_v0.wav" id="11_bu2tv"]
[sub_resource type="Animation" id="Animation_iwjh7"] [sub_resource type="Animation" id="Animation_iwjh7"]
length = 0.001 length = 0.001
@ -409,9 +409,8 @@ libraries = {
} }
[node name="TankAlertBonkSFX" type="AudioStreamPlayer" parent="AlertHUD/TankAlert"] [node name="TankAlertBonkSFX" type="AudioStreamPlayer" parent="AlertHUD/TankAlert"]
stream = ExtResource("11_bu2tv") stream = ExtResource("7_bu2tv")
volume_db = -8.0 volume_db = -8.0
pitch_scale = 0.88
bus = &"SFX" bus = &"SFX"
[node name="GrunkAlert" type="Control" parent="AlertHUD"] [node name="GrunkAlert" type="Control" parent="AlertHUD"]
@ -460,10 +459,10 @@ anchor_left = 0.5
anchor_top = 0.5 anchor_top = 0.5
anchor_right = 0.5 anchor_right = 0.5
anchor_bottom = 0.5 anchor_bottom = 0.5
offset_left = -17.9273 offset_left = -19.0295
offset_top = -20.3455 offset_top = -20.3157
offset_right = -17.9273 offset_right = -19.0295
offset_bottom = -20.3455 offset_bottom = -20.3157
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
script = ExtResource("4_ud8na") script = ExtResource("4_ud8na")