Add Sway and Bob
This commit is contained in:
30
addons/godot_sfxr/SfxrGlobals.gd
Normal file
30
addons/godot_sfxr/SfxrGlobals.gd
Normal file
@@ -0,0 +1,30 @@
|
||||
extends Object
|
||||
class_name SfxrGlobals
|
||||
|
||||
|
||||
enum WAVE_SHAPES {
|
||||
SQUARE,
|
||||
SAWTOOTH,
|
||||
SINE,
|
||||
NOISE,
|
||||
}
|
||||
|
||||
enum PRESETS {
|
||||
NONE,
|
||||
PICKUP,
|
||||
LASER,
|
||||
EXPLOSION,
|
||||
POWERUP,
|
||||
HIT,
|
||||
JUMP,
|
||||
CLICK,
|
||||
BLIP,
|
||||
SYNTH,
|
||||
RANDOM,
|
||||
TONE,
|
||||
MUTATE,
|
||||
}
|
||||
|
||||
const OVERSAMPLING = 8
|
||||
|
||||
const MASTER_VOLUME = 1
|
||||
Reference in New Issue
Block a user