-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add remaining debug keys #4213
base: main
Are you sure you want to change the base?
Add remaining debug keys #4213
Conversation
|
||
## **Title State** | ||
- `Y` - WOAH | ||
- `ESCAPE`: ***QUIT***: Quit the game. | ||
- `D`: COOL |
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.
You can also change the colors using any key bound to UI left/right.
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.
Oh, yeah, you're right, I didn't notice this one.
Should I do this
- `D`/`UI LEFT`/`UI RIGHT Hotkey`: COOL
Or make it a separate thing? - `UI LEFT`/`UI RIGHT Hotkey`: 2COOL
I totally forgot to check for controls keys (I only searched for flx.key and debug). I'll do that another time.
Though after just scrolling through the results from searching controls, I don't see anything that jumps out at me as 'debug button'.
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.
Good start! Let's work to refine this until it's ready.
Does this PR close any issues? If so, link them below.
No, but it (Hopefully) prevents one from being opened in the future!
Briefly describe the issue(s) fixed.
The debug hotkeys documentation was still missing a few keys.
This PR adds them to the documentation. Also removes the current 3 keys under the freeplay state since they're not debug keys.
Include any relevant screenshots or videos.