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

6
tiles/common.go Normal file
View File

@@ -0,0 +1,6 @@
package tiles
type spritePosition struct {
x int
y int
}