-
Notifications
You must be signed in to change notification settings - Fork 16
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
Pre-round hints on HUD #866
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to see this on my local env before approving. Can you send some screenshots to show me what it looks like on your end?
I think this is a toggle that could benefit from an entry on the multiplayer section of the settings page (we should probably add some subsections to that page but thats a different topic), you could see how to add a convar to that page by for example doing a search for all uses of the convar neo_aim_hold (ctrl-shift-f) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ypos isn't quite right on most resolutions but it looks ok. I'm worried what the hints will look like on very wide screens since the height of the hint depends on the width of the hint which depends on the width of the screen, but I have no way of testing that. Perhaps we should add some clamps to ensure the hint never goes off-screen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Hints, hopefully identical to how they appeared in OGNT
Includes a convar to turn them on / off
Toolchain
Linked Issues