camera, memory stuff, and random trees

This commit is contained in:
2025-02-24 22:53:51 -06:00
parent 6bd1c44fc8
commit 88a795264c
4 changed files with 52 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ import "core:fmt"
CELL_SIZE :: 16
WORLD_SIZE :: 10
WORLD_SIZE :: 50
World :: struct {
grid: [WORLD_SIZE][WORLD_SIZE]Tile