Pause/unpause sound added. Minor audio tweaks. Cleanup.
This commit is contained in:
@@ -37,6 +37,10 @@ var (
|
||||
Magic []byte
|
||||
//go:embed survive.wav
|
||||
Survive []byte
|
||||
//go:embed pausein.wav
|
||||
PauseIn []byte
|
||||
//go:embed pauseout.wav
|
||||
PauseOut []byte
|
||||
)
|
||||
|
||||
func LoadSounds() {
|
||||
|
||||
Reference in New Issue
Block a user