Adjusted player height, jumping height, player can run/walk, map adjustments

This commit is contained in:
2025-07-01 15:35:34 -07:00
parent 39b951463e
commit 125006cf2b
65 changed files with 1971 additions and 1264 deletions

View File

@ -35,7 +35,7 @@ class Game is Ready {
Camera.set3D(camera, 85, width/height, 0.01, 500)
Transform.link(camera, _player, TransformLinkAction.reset_local)
Transform.set_pos_y(camera, 0.6)
Transform.set_pos_y(camera, 1.7)
Input.set_mouse_capture(true)
Input.set_mouse_visible(false)
@ -54,6 +54,8 @@ class Game is Ready {
IO.shutdown()
}
// _debug_cam.tick(delta)
} //tick
} //Game