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

Make player hud tuner slightly more usable #1526

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

yohjimane
Copy link
Contributor

@yohjimane yohjimane commented Nov 15, 2023

  • Delta pos / delta rot can no longer flip signs, instead they are incremented by a percentage of the current value. This allows for more fine-tune adjustments while making it easier to control the deltas.
  • SDL_SCANCODE_KP_MULTIPLY doesn't exist on all keyboards, so switched it to SDL_SCANCODE_PERIOD to make level input redirection easier to use. This is so we can move the camera around while using the hud tuner, by using the demo_record functionality.

@yohjimane yohjimane changed the title * UPD: [Engine] Make hud tuner slightly more usable Make player hud tuner slightly more usable Nov 15, 2023
@Xottab-DUTY Xottab-DUTY added Enhancement Modmaker Experience Modmaker experience with OpenXRay labels Nov 15, 2023
@Xottab-DUTY Xottab-DUTY merged commit ebdfc13 into OpenXRay:dev Nov 15, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Modmaker Experience Modmaker experience with OpenXRay
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants