Swap kind to bytes and reduce chunk size
This commit is contained in:
parent
ceca4eb7fa
commit
aa4df38ead
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ package game
|
|||
import "fmt"
|
||||
|
||||
// Kind represents the type of a tile on the map
|
||||
type Kind int
|
||||
type Kind byte
|
||||
|
||||
// Chunk represents a fixed square grid of tiles
|
||||
type Chunk struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue