commit before I screw up more

This commit is contained in:
2024-09-30 15:34:16 +02:00
parent a69ed0b0b9
commit 39dce85312
4 changed files with 240 additions and 103 deletions

8
core/constants.go Normal file
View File

@ -0,0 +1,8 @@
package utils
const (
MapWidth = 100
MapHeight = 100
TileSize = 32
TileHeight = 2.0
)

1
core/types.go Normal file
View File

@ -0,0 +1 @@
package utils