Tower defense, start, ending
This commit is contained in:
6
tiles/common.go
Normal file
6
tiles/common.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package tiles
|
||||
|
||||
type spritePosition struct {
|
||||
x int
|
||||
y int
|
||||
}
|
||||
Reference in New Issue
Block a user