aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authorTechnus <daniel112092@gmail.com>2018-01-16 21:50:48 +0100
committerTechnus <daniel112092@gmail.com>2018-01-16 21:50:48 +0100
commit9679be46072c1d1346d13f40b1e4b619a9277a7b (patch)
treebda58a4f02de4ccf67d6d06dedc53e3fca159320 /src/main/resources/assets
parente5da8603ceeca8aa8a3227d030a3c27aab0c60fe (diff)
downloadGT5-Unofficial-9679be46072c1d1346d13f40b1e4b619a9277a7b.tar.gz
GT5-Unofficial-9679be46072c1d1346d13f40b1e4b619a9277a7b.tar.bz2
GT5-Unofficial-9679be46072c1d1346d13f40b1e4b619a9277a7b.zip
Add sounds
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/tectech/sounds.json40
-rw-r--r--src/main/resources/assets/tectech/sounds/fx_alarm.oggbin0 -> 14122 bytes
-rw-r--r--src/main/resources/assets/tectech/sounds/fx_click.oggbin0 -> 9928 bytes
-rw-r--r--src/main/resources/assets/tectech/sounds/fx_hi_freq.oggbin0 -> 71722 bytes
-rw-r--r--src/main/resources/assets/tectech/sounds/fx_lo_freq.oggbin0 -> 14802 bytes
-rw-r--r--src/main/resources/assets/tectech/sounds/fx_mid_freq.oggbin0 -> 15252 bytes
-rw-r--r--src/main/resources/assets/tectech/sounds/fx_noise.oggbin0 -> 5413 bytes
-rw-r--r--src/main/resources/assets/tectech/sounds/fx_whooum.oggbin0 -> 17069 bytes
-rw-r--r--src/main/resources/assets/tectech/sounds/fx_woo_uu.oggbin0 -> 17197 bytes
9 files changed, 40 insertions, 0 deletions
diff --git a/src/main/resources/assets/tectech/sounds.json b/src/main/resources/assets/tectech/sounds.json
index 73c9e62808..c4049f5f02 100644
--- a/src/main/resources/assets/tectech/sounds.json
+++ b/src/main/resources/assets/tectech/sounds.json
@@ -3,5 +3,45 @@
"category": "block",
"subtitle": "tectech.subtitle.microwave_ding",
"sounds": [{"name": "microwave_ding","stream": false}]
+ },
+ "fx_alarm": {
+ "category": "block",
+ "subtitle": "tectech.subtitle.fx_alarm",
+ "sounds": [{"name": "fx_alarm","stream": false}]
+ },
+ "fx_click": {
+ "category": "block",
+ "subtitle": "tectech.subtitle.fx_click",
+ "sounds": [{"name": "fx_click","stream": false}]
+ },
+ "fx_lo_freq": {
+ "category": "block",
+ "subtitle": "tectech.subtitle.fx_lo_freq",
+ "sounds": [{"name": "fx_lo_freq","stream": false}]
+ },
+ "fx_mid_freq": {
+ "category": "block",
+ "subtitle": "tectech.subtitle.fx_mid_freq",
+ "sounds": [{"name": "fx_mid_freq","stream": false}]
+ },
+ "fx_hi_freq": {
+ "category": "block",
+ "subtitle": "tectech.subtitle.fx_hi_freq",
+ "sounds": [{"name": "fx_hi_freq","stream": false}]
+ },
+ "fx_noise": {
+ "category": "block",
+ "subtitle": "tectech.subtitle.fx_noise",
+ "sounds": [{"name": "fx_noise","stream": false}]
+ },
+ "fx_woo_uu": {
+ "category": "block",
+ "subtitle": "tectech.subtitle.fx_woo_uu",
+ "sounds": [{"name": "fx_woo_uu","stream": false}]
+ },
+ "fx_whooum": {
+ "category": "block",
+ "subtitle": "tectech.subtitle.fx_whooum",
+ "sounds": [{"name": "fx_whooum","stream": false}]
}
} \ No newline at end of file
diff --git a/src/main/resources/assets/tectech/sounds/fx_alarm.ogg b/src/main/resources/assets/tectech/sounds/fx_alarm.ogg
new file mode 100644
index 0000000000..6156f6b1eb
--- /dev/null
+++ b/src/main/resources/assets/tectech/sounds/fx_alarm.ogg
Binary files differ
diff --git a/src/main/resources/assets/tectech/sounds/fx_click.ogg b/src/main/resources/assets/tectech/sounds/fx_click.ogg
new file mode 100644
index 0000000000..3211d0d12e
--- /dev/null
+++ b/src/main/resources/assets/tectech/sounds/fx_click.ogg
Binary files differ
diff --git a/src/main/resources/assets/tectech/sounds/fx_hi_freq.ogg b/src/main/resources/assets/tectech/sounds/fx_hi_freq.ogg
new file mode 100644
index 0000000000..bb21d14ea5
--- /dev/null
+++ b/src/main/resources/assets/tectech/sounds/fx_hi_freq.ogg
Binary files differ
diff --git a/src/main/resources/assets/tectech/sounds/fx_lo_freq.ogg b/src/main/resources/assets/tectech/sounds/fx_lo_freq.ogg
new file mode 100644
index 0000000000..8eab2d92e2
--- /dev/null
+++ b/src/main/resources/assets/tectech/sounds/fx_lo_freq.ogg
Binary files differ
diff --git a/src/main/resources/assets/tectech/sounds/fx_mid_freq.ogg b/src/main/resources/assets/tectech/sounds/fx_mid_freq.ogg
new file mode 100644
index 0000000000..b16d1297f4
--- /dev/null
+++ b/src/main/resources/assets/tectech/sounds/fx_mid_freq.ogg
Binary files differ
diff --git a/src/main/resources/assets/tectech/sounds/fx_noise.ogg b/src/main/resources/assets/tectech/sounds/fx_noise.ogg
new file mode 100644
index 0000000000..0bb3a58dc0
--- /dev/null
+++ b/src/main/resources/assets/tectech/sounds/fx_noise.ogg
Binary files differ
diff --git a/src/main/resources/assets/tectech/sounds/fx_whooum.ogg b/src/main/resources/assets/tectech/sounds/fx_whooum.ogg
new file mode 100644
index 0000000000..4e9331924d
--- /dev/null
+++ b/src/main/resources/assets/tectech/sounds/fx_whooum.ogg
Binary files differ
diff --git a/src/main/resources/assets/tectech/sounds/fx_woo_uu.ogg b/src/main/resources/assets/tectech/sounds/fx_woo_uu.ogg
new file mode 100644
index 0000000000..51a35371a1
--- /dev/null
+++ b/src/main/resources/assets/tectech/sounds/fx_woo_uu.ogg
Binary files differ