Zombie and health bar
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
package resources
|
||||
|
||||
const HeroTileSize = 33
|
||||
const ZombieTileSize = 32
|
||||
|
||||
@@ -10,4 +10,7 @@ var (
|
||||
|
||||
//go:embed grass.png
|
||||
Grass_png []byte
|
||||
|
||||
//go:embed zombie3.png
|
||||
Zombie_png []byte
|
||||
)
|
||||
|
||||
BIN
resources/zombie1.png
Normal file
BIN
resources/zombie1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 653 B |
BIN
resources/zombie2.png
Normal file
BIN
resources/zombie2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 691 B |
BIN
resources/zombie3.png
Normal file
BIN
resources/zombie3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 830 B |
Reference in New Issue
Block a user