Fix problem where it is hard for player to walk onto button

This commit is contained in:
James Lambert 2023-10-18 20:36:44 -06:00
parent 38114d3ff1
commit 721dc3b44d
3 changed files with 2 additions and 1 deletions

View file

@ -199,6 +199,7 @@ That will generate the rom at `/build/portal64.z64`
<br /> <br />
## Current New Feature TODO List ## Current New Feature TODO List
- [ ] crashed when dying in test chamber 05 when hit by pellet in mid air while touching a portal
- [ ] rumble pak support - [ ] rumble pak support
- [ ] pausing while glados is speaking can end her speech early - [ ] pausing while glados is speaking can end her speech early
- [x] polish up subtitles - [x] polish up subtitles

View file

@ -45,7 +45,7 @@ struct Vector3 gCameraOffset = {0.0f, 0.0f, 0.0f};
struct CollisionQuad gPlayerColliderFaces[8]; struct CollisionQuad gPlayerColliderFaces[8];
#define TARGET_CAPSULE_EXTEND_HEIGHT 0.5f #define TARGET_CAPSULE_EXTEND_HEIGHT 0.45f
struct CollisionCapsule gPlayerCollider = { struct CollisionCapsule gPlayerCollider = {
0.25f, 0.25f,