Tower defense, start, ending

This commit is contained in:
2025-08-24 09:32:43 +02:00
parent 156e3ed43c
commit e8d99dd002
14 changed files with 238 additions and 50 deletions

View File

@@ -2,3 +2,4 @@ package resources
const HeroTileSize = 33
const ZombieTileSize = 32
const TileTileSize = 64

View File

@@ -16,4 +16,10 @@ var (
//go:embed handgun.png
Handgun_png []byte
//go:embed ending.png
Ending_png []byte
//go:embed starting.png
Starting_png []byte
)

BIN
resources/ending.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 841 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

BIN
resources/hero.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
resources/starting.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 819 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 830 B

After

Width:  |  Height:  |  Size: 1.7 KiB