1
0
Fork 0

feat(assets): add sound files

This commit is contained in:
Henrik Hautakoski 2025-09-18 15:04:14 +02:00
parent 713da2e6be
commit 1799422591
5 changed files with 11 additions and 0 deletions

BIN
assets/background.mp3 Normal file

Binary file not shown.

BIN
assets/blip.mp3 Normal file

Binary file not shown.

BIN
assets/blip2.mp3 Normal file

Binary file not shown.

View file

@ -55,3 +55,14 @@ var Font = font.TileFont{
},
CaseInsensitive: true,
}
// Sounds
//go:embed blip.mp3
var SoundBlip []byte
//go:embed blip2.mp3
var SoundBlip2 []byte
//go:embed background.mp3
var SoundBackground []byte

BIN
assets/gameover.mp3 Normal file

Binary file not shown.