Added a rain layer for atmosphere.

This commit is contained in:
2024-11-23 01:13:55 -05:00
parent 253c708d45
commit 63eafe036a
9 changed files with 284 additions and 1 deletions

View File

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