-
Notifications
You must be signed in to change notification settings - Fork 19
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 an extra key for HardButton. / Rename "Playfield" to "Ring" #173
Conversation
"field-overlay" is now renamed to "ring-overlay" with this change, if you were working on a skin then please rename this file.
While I did not agree to add the extra key into the ruleset, people kept pushing me to add in the extra key. The new default for this key is "Left Shift" and "Space", since those two seems to be the most prominent keys used in Tau.
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.
When testing this change for regressions, I noticed that it is possible to tap the Left and Right button using multiple input methods. This essentially gives players 4 usable keys for streams and such. Do we want this to be a possibility?
If not, then this should be reverted, and the extra key will be given its own action, which we can then plug into the replay system.
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 self-committed the change I requested. There should be nothing else for this PR, unless you have something.
Rename "Playfield" -> "Ring" for skinning.
"field-overlay" is now renamed to "ring-overlay" with this change, if you were working on a skin then please rename this file.
Add an extra key for HardButton.
While I did not agree to add the extra key into the ruleset, people kept pushing me to add in the extra key.
The new default for this key is "Left Shift" and "Space", since those two seems to be the most prominent keys used in Tau.
don't know why these two commits were merged when i created this pull request...