-
Notifications
You must be signed in to change notification settings - Fork 18
feat: add more hud settings #192
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
Conversation
|
Looks good, but sameLine() still gets called even when showKeybind is disabled, resulting in all modules being placed on the same line |
beanbag44
left a comment
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.
looks good, just the formatting for sameLine seems off. Thats all though
|
wtf it looked fine on my phone, never using github there |
beanbag44
left a comment
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.
👍
|
Could you use a LimitedDecayQueue for the average fps count? Could you also use monotonic kotlin times instead of longs? |
|
LimitedDecayQueue uses millis so theres no point of using it in that case |
I meant to use the queue to store nanos, either way it shouldnt really matter for the accuracy |
added following setting to hud modules:
Show KeybindtoModuleListAveragetoFPS