Zombie and health bar

This commit is contained in:
2023-11-30 14:49:01 +01:00
parent 9ea4c3beb2
commit c5b8fc40cb
10 changed files with 188 additions and 10 deletions

View File

@@ -10,4 +10,7 @@ var (
//go:embed grass.png
Grass_png []byte
//go:embed zombie3.png
Zombie_png []byte
)