mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Adds 2 new sounds to the Synthesizer's 'Fun' category (#68978)
Adds 2 new sounds to the 'Fun' category of the synthesizer MeowSynth Spaceman
This commit is contained in:
@@ -18,6 +18,23 @@
|
||||
id = "chime"
|
||||
real_samples = list("79"='sound/machines/chime.ogg')
|
||||
|
||||
/datum/instrument/fun/meowsynth
|
||||
name = "MeowSynth"
|
||||
id = "meowsynth"
|
||||
real_samples = list("36"='sound/runtime/instruments/synthesis_samples/meowsynth/c2.ogg',
|
||||
"48"='sound/runtime/instruments/synthesis_samples/meowsynth/c3.ogg',
|
||||
"60"='sound/runtime/instruments/synthesis_samples/meowsynth/c4.ogg',
|
||||
"72"='sound/runtime/instruments/synthesis_samples/meowsynth/c5.ogg',
|
||||
"84"='sound/runtime/instruments/synthesis_samples/meowsynth/c6.ogg')
|
||||
|
||||
/datum/instrument/fun/spaceman
|
||||
name = "Spaceman"
|
||||
id = "spaceman"
|
||||
real_samples = list("36"='sound/runtime/instruments/synthesis_samples/spaceman/c2.ogg',
|
||||
"48"='sound/runtime/instruments/synthesis_samples/spaceman/c3.ogg',
|
||||
"60"='sound/runtime/instruments/synthesis_samples/spaceman/c4.ogg',
|
||||
"72"='sound/runtime/instruments/synthesis_samples/spaceman/c5.ogg')
|
||||
|
||||
/datum/instrument/fun/mothscream
|
||||
name = "Moth Scream"
|
||||
id = "mothscream"
|
||||
|
||||
Reference in New Issue
Block a user