Files
siliconsandGitHub 67de06ba26 Honey! It's 4PM! Time for the .rsc compression and linter fixes! (#4031)
* kinda wild innit

* wild!

* wild.

* wild huh

* fix

* maybe we should do this now?

* sigh

* sigh
2022-05-11 03:37:14 -07:00

20 lines
606 B
Plaintext

/datum/instrument/tones
name = "Ideal tone"
category = "Tones"
abstract_type = /datum/instrument/tones
/datum/instrument/tones/square_wave
name = "Ideal square wave"
id = "square"
real_samples = list("81"='sound/runtime/instruments/synthesis_samples/tones/Square.ogg')
/datum/instrument/tones/sine_wave
name = "Ideal sine wave"
id = "sine"
real_samples = list("81"='sound/runtime/instruments/synthesis_samples/tones/Sine.ogg')
/datum/instrument/tones/saw_wave
name = "Ideal sawtooth wave"
id = "saw"
real_samples = list("81"='sound/runtime/instruments/synthesis_samples/tones/Sawtooth.ogg')