fix: better sfx
This commit is contained in:
parent
b3dd97a272
commit
28ca276bf5
4 changed files with 2 additions and 3 deletions
Binary file not shown.
Binary file not shown.
BIN
sonic-radiance.love/assets/sfx/sommersault.wav
Normal file
BIN
sonic-radiance.love/assets/sfx/sommersault.wav
Normal file
Binary file not shown.
|
@ -44,9 +44,8 @@ return {
|
||||||
{"SA2font", "assets/gui/fonts/SA2font"},
|
{"SA2font", "assets/gui/fonts/SA2font"},
|
||||||
},
|
},
|
||||||
["sfx"] = {
|
["sfx"] = {
|
||||||
{"hit", "assets/sfx/hit.wav"},
|
{"hit", "assets/sfx/sommersault.wav"},
|
||||||
{"hitconnect", "assets/sfx/hitconnect.wav"},
|
{"jump", "assets/sfx/woosh.wav"},
|
||||||
{"jump", "assets/sfx/jump.wav"},
|
|
||||||
{"fly", "assets/sfx/flight.wav"},
|
{"fly", "assets/sfx/flight.wav"},
|
||||||
{"dash", "assets/sfx/dash.wav"},
|
{"dash", "assets/sfx/dash.wav"},
|
||||||
{"woosh", "assets/sfx/woosh.wav"},
|
{"woosh", "assets/sfx/woosh.wav"},
|
||||||
|
|
Loading…
Reference in a new issue