From 5b1d432055194582fafc00a22b3838666dc83851 Mon Sep 17 00:00:00 2001 From: IronClawTrem Date: Sat, 14 Mar 2020 19:21:05 +0000 Subject: add all required assets to repository --- sound/buildables/barricade/sound.cfg | 14 ++++++++++++++ sound/buildables/human/construct1.wav | Bin 0 -> 91110 bytes sound/buildables/human/construct2.wav | Bin 0 -> 91110 bytes sound/buildables/human/pain1.wav | Bin 0 -> 108446 bytes sound/buildables/human/pain2.wav | Bin 0 -> 108446 bytes sound/buildables/human/prebuild.wav | Bin 0 -> 290802 bytes sound/buildables/human/repaired.wav | Bin 0 -> 2254 bytes sound/weapons/zoom_in.wav | Bin 0 -> 11460 bytes sound/weapons/zoom_out.wav | Bin 0 -> 11460 bytes 9 files changed, 14 insertions(+) create mode 100644 sound/buildables/barricade/sound.cfg create mode 100644 sound/buildables/human/construct1.wav create mode 100644 sound/buildables/human/construct2.wav create mode 100644 sound/buildables/human/pain1.wav create mode 100644 sound/buildables/human/pain2.wav create mode 100644 sound/buildables/human/prebuild.wav create mode 100644 sound/buildables/human/repaired.wav create mode 100644 sound/weapons/zoom_in.wav create mode 100644 sound/weapons/zoom_out.wav (limited to 'sound') diff --git a/sound/buildables/barricade/sound.cfg b/sound/buildables/barricade/sound.cfg new file mode 100644 index 0000000..caa49e4 --- /dev/null +++ b/sound/buildables/barricade/sound.cfg @@ -0,0 +1,14 @@ +1 0 //construct1.wav +0 0 //construct2.wav +0 0 //idle1.wav +0 0 //idle2.wav +0 0 //idle3.wav +1 0 //attack1.wav +1 0 //attack2.wav +0 0 //spawn1.wav +0 0 //spawn2.wav +1 0 //pain1.wav +1 0 //pain2.wav +0 0 //destroy1.wav +0 0 //destroy2.wav +0 0 //destroyed.wav diff --git a/sound/buildables/human/construct1.wav b/sound/buildables/human/construct1.wav new file mode 100644 index 0000000..87464de Binary files /dev/null and b/sound/buildables/human/construct1.wav differ diff --git a/sound/buildables/human/construct2.wav b/sound/buildables/human/construct2.wav new file mode 100644 index 0000000..87464de Binary files /dev/null and b/sound/buildables/human/construct2.wav differ diff --git a/sound/buildables/human/pain1.wav b/sound/buildables/human/pain1.wav new file mode 100644 index 0000000..0370257 Binary files /dev/null and b/sound/buildables/human/pain1.wav differ diff --git a/sound/buildables/human/pain2.wav b/sound/buildables/human/pain2.wav new file mode 100644 index 0000000..582881d Binary files /dev/null and b/sound/buildables/human/pain2.wav differ diff --git a/sound/buildables/human/prebuild.wav b/sound/buildables/human/prebuild.wav new file mode 100644 index 0000000..de4d784 Binary files /dev/null and b/sound/buildables/human/prebuild.wav differ diff --git a/sound/buildables/human/repaired.wav b/sound/buildables/human/repaired.wav new file mode 100644 index 0000000..146e1a0 Binary files /dev/null and b/sound/buildables/human/repaired.wav differ diff --git a/sound/weapons/zoom_in.wav b/sound/weapons/zoom_in.wav new file mode 100644 index 0000000..bba6d7c Binary files /dev/null and b/sound/weapons/zoom_in.wav differ diff --git a/sound/weapons/zoom_out.wav b/sound/weapons/zoom_out.wav new file mode 100644 index 0000000..08b2537 Binary files /dev/null and b/sound/weapons/zoom_out.wav differ -- cgit