Removing some log statements

This commit is contained in:
2025-02-27 23:09:43 -06:00
parent 5135ec1868
commit 07768ddf9b
7 changed files with 5 additions and 99 deletions

View File

@@ -29,7 +29,7 @@ main :: proc() {
player = {
position = {CELL_SIZE * 10, CELL_SIZE * 10},
camera = {
zoom = 2,
zoom = 3,
target = {player.position.x + (CELL_SIZE / 2), player.position.y + (CELL_SIZE / 2)},
offset = {f32(rl.GetScreenWidth()) / 2, f32(rl.GetScreenHeight()) / 2},
},