camera, memory stuff, and random trees
This commit is contained in:
@@ -5,7 +5,7 @@ import "core:fmt"
|
||||
|
||||
|
||||
CELL_SIZE :: 16
|
||||
WORLD_SIZE :: 10
|
||||
WORLD_SIZE :: 50
|
||||
|
||||
World :: struct {
|
||||
grid: [WORLD_SIZE][WORLD_SIZE]Tile
|
||||
|
||||
Reference in New Issue
Block a user