small player speed refactor

This commit is contained in:
2026-02-16 13:17:51 -06:00
parent 4876b486a8
commit c7cfd5eac0
2 changed files with 15 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ main :: proc() {
init_world()
player = {
position = {0, 0},
position = {300, 300},
camera = {
zoom = 4,
offset = {f32(raylib.GetScreenWidth()) / 2, f32(raylib.GetScreenHeight()) / 2},