summaryrefslogtreecommitdiff
path: root/godot/sounds
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2022-09-25 06:39:12 -0400
committerAnson Bridges <bridges.anson@gmail.com>2022-09-25 06:39:12 -0400
commit7a1d857de96174dfa5a0fa40f8c14acbd2f651c2 (patch)
treed52acaa4e89b0f8375326ea1aefd0105bb91cfc7 /godot/sounds
parent62039380a67b6da396d1c8d745d2e2625ba988fc (diff)
weapons, viewmodels, some performance fixes
Diffstat (limited to 'godot/sounds')
-rw-r--r--godot/sounds/lock_click.wavbin0 -> 60108 bytes
-rw-r--r--godot/sounds/lock_click.wav.import23
-rw-r--r--godot/sounds/pistol.wavbin0 -> 362652 bytes
-rw-r--r--godot/sounds/pistol.wav.import23
-rw-r--r--godot/sounds/punch_generic.wavbin0 -> 115806 bytes
-rw-r--r--godot/sounds/punch_generic.wav.import23
-rw-r--r--godot/sounds/reload_sounds.wavbin0 -> 567636 bytes
-rw-r--r--godot/sounds/reload_sounds.wav.import23
-rw-r--r--godot/sounds/small_thud.wavbin0 -> 212200 bytes
-rw-r--r--godot/sounds/small_thud.wav.import23
10 files changed, 115 insertions, 0 deletions
diff --git a/godot/sounds/lock_click.wav b/godot/sounds/lock_click.wav
new file mode 100644
index 0000000..0c413d9
--- /dev/null
+++ b/godot/sounds/lock_click.wav
Binary files differ
diff --git a/godot/sounds/lock_click.wav.import b/godot/sounds/lock_click.wav.import
new file mode 100644
index 0000000..e22ff55
--- /dev/null
+++ b/godot/sounds/lock_click.wav.import
@@ -0,0 +1,23 @@
+[remap]
+
+importer="wav"
+type="AudioStreamSample"
+path="res://.import/lock_click.wav-d7fd55fd33e9ee369647d042c2ecc678.sample"
+
+[deps]
+
+source_file="res://sounds/lock_click.wav"
+dest_files=[ "res://.import/lock_click.wav-d7fd55fd33e9ee369647d042c2ecc678.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
diff --git a/godot/sounds/pistol.wav b/godot/sounds/pistol.wav
new file mode 100644
index 0000000..4278c70
--- /dev/null
+++ b/godot/sounds/pistol.wav
Binary files differ
diff --git a/godot/sounds/pistol.wav.import b/godot/sounds/pistol.wav.import
new file mode 100644
index 0000000..f8b01ef
--- /dev/null
+++ b/godot/sounds/pistol.wav.import
@@ -0,0 +1,23 @@
+[remap]
+
+importer="wav"
+type="AudioStreamSample"
+path="res://.import/pistol.wav-0744c26822dcf8eab0bb399f960154e2.sample"
+
+[deps]
+
+source_file="res://sounds/pistol.wav"
+dest_files=[ "res://.import/pistol.wav-0744c26822dcf8eab0bb399f960154e2.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
diff --git a/godot/sounds/punch_generic.wav b/godot/sounds/punch_generic.wav
new file mode 100644
index 0000000..f1aa78d
--- /dev/null
+++ b/godot/sounds/punch_generic.wav
Binary files differ
diff --git a/godot/sounds/punch_generic.wav.import b/godot/sounds/punch_generic.wav.import
new file mode 100644
index 0000000..776a77d
--- /dev/null
+++ b/godot/sounds/punch_generic.wav.import
@@ -0,0 +1,23 @@
+[remap]
+
+importer="wav"
+type="AudioStreamSample"
+path="res://.import/punch_generic.wav-b07960a525e958d993061aed229f2c16.sample"
+
+[deps]
+
+source_file="res://sounds/punch_generic.wav"
+dest_files=[ "res://.import/punch_generic.wav-b07960a525e958d993061aed229f2c16.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
diff --git a/godot/sounds/reload_sounds.wav b/godot/sounds/reload_sounds.wav
new file mode 100644
index 0000000..2376a9a
--- /dev/null
+++ b/godot/sounds/reload_sounds.wav
Binary files differ
diff --git a/godot/sounds/reload_sounds.wav.import b/godot/sounds/reload_sounds.wav.import
new file mode 100644
index 0000000..699f813
--- /dev/null
+++ b/godot/sounds/reload_sounds.wav.import
@@ -0,0 +1,23 @@
+[remap]
+
+importer="wav"
+type="AudioStreamSample"
+path="res://.import/reload_sounds.wav-1b7c5c4611bc5ac32a3dbbaf5417662f.sample"
+
+[deps]
+
+source_file="res://sounds/reload_sounds.wav"
+dest_files=[ "res://.import/reload_sounds.wav-1b7c5c4611bc5ac32a3dbbaf5417662f.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
diff --git a/godot/sounds/small_thud.wav b/godot/sounds/small_thud.wav
new file mode 100644
index 0000000..ce24d00
--- /dev/null
+++ b/godot/sounds/small_thud.wav
Binary files differ
diff --git a/godot/sounds/small_thud.wav.import b/godot/sounds/small_thud.wav.import
new file mode 100644
index 0000000..a017453
--- /dev/null
+++ b/godot/sounds/small_thud.wav.import
@@ -0,0 +1,23 @@
+[remap]
+
+importer="wav"
+type="AudioStreamSample"
+path="res://.import/small_thud.wav-6e60f71d6349a495df7fc2b69da76fb5.sample"
+
+[deps]
+
+source_file="res://sounds/small_thud.wav"
+dest_files=[ "res://.import/small_thud.wav-6e60f71d6349a495df7fc2b69da76fb5.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