create basic tilemap

This commit is contained in:
2026-07-01 01:13:15 -07:00
parent bb25247c43
commit 8fb1ec1dcb
4 changed files with 74 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ main :: proc() {
rl.SetTargetFPS(60)
game := game_init()
defer game_shutdown(&game)
for !rl.WindowShouldClose() {
rl.BeginDrawing()