commit before I screw up more
This commit is contained in:
8
core/constants.go
Normal file
8
core/constants.go
Normal file
@ -0,0 +1,8 @@
|
||||
package utils
|
||||
|
||||
const (
|
||||
MapWidth = 100
|
||||
MapHeight = 100
|
||||
TileSize = 32
|
||||
TileHeight = 2.0
|
||||
)
|
1
core/types.go
Normal file
1
core/types.go
Normal file
@ -0,0 +1 @@
|
||||
package utils
|
Reference in New Issue
Block a user