Added new enemy character. WIP.

This commit is contained in:
2024-11-13 07:44:56 -05:00
parent 8a1194eca3
commit 478ba994d6
6 changed files with 367 additions and 34 deletions

View File

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