Pull out chunk based atlas into new file
This commit is contained in:
parent
655e00b41f
commit
a0be8a463c
4 changed files with 281 additions and 275 deletions
|
@ -70,7 +70,7 @@ func NewWorld(chunkSize int) *World {
|
|||
Rovers: make(map[string]Rover),
|
||||
CommandQueue: make(map[string]CommandStream),
|
||||
CommandIncoming: make(map[string]CommandStream),
|
||||
Atlas: atlas.NewAtlas(chunkSize),
|
||||
Atlas: atlas.NewChunkAtlas(chunkSize),
|
||||
words: lines,
|
||||
TicksPerDay: 24,
|
||||
CurrentTicks: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue