Add player sprint and anim change while sprinting

This commit is contained in:
WiseNoodle
2026-02-15 22:16:16 -05:00
parent 7f7cbc567b
commit 678c14b680
2 changed files with 20 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ main :: proc() {
TILEMAP_TILE_SIZE,
TILEMAP_TILE_SIZE,
)
grid = create_tile_grid(100, 100)
grid = create_tile_grid(300, 300)
player = {
position = {20, 20},