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

@@ -26,7 +26,7 @@ func NewManager() Manager {
return Manager{
Info: gamedata.GameInfo{
Name: "survive",
Version: "0.20",
Version: "0.22",
Dimensions: gamedata.Area{
Width: defaultWidth,
Height: defaultHeight,