Fixed health bar positioning. Added fireball sfx.

This commit is contained in:
2024-11-17 13:35:29 -05:00
parent e049e8c3d0
commit 1498865026
6 changed files with 32 additions and 15 deletions

View File

@@ -41,6 +41,8 @@ var (
PauseIn []byte
//go:embed pauseout.wav
PauseOut []byte
//go:embed flare.wav
Flare []byte
)
func LoadSounds() {