Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong eyelevel on bench #31

Open
axcore opened this issue Jun 28, 2024 · 0 comments
Open

Wrong eyelevel on bench #31

axcore opened this issue Jun 28, 2024 · 0 comments

Comments

@axcore
Copy link

axcore commented Jun 28, 2024

When sitting on the bench (and in first-person view), the player can see "inside" the bench.

It's an easy fix, just tweak clicker:set_eye_offset() in nodes_furniture.lua. For example, I replaced

clicker:set_eye_offset({x=0,y=-7,z=2}, {x=0,y=0,z=0})

with

clicker:set_eye_offset({x=0,y=-3,z=2}, {x=0,y=0,z=0})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant