Pause/unpause sound added. Minor audio tweaks. Cleanup.

This commit is contained in:
2024-11-11 17:25:33 -05:00
parent 7b08eadd27
commit 8a1194eca3
5 changed files with 21 additions and 48 deletions

View File

@@ -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() {

Binary file not shown.