We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, the settings panel can only display keybindings. In the future, there will also be sound settings, graphics settings and more!
One way to achieve that is to use a horizontal tab system to cycle through the settings types.
It would be nice to make a reusable tab system wrapping around a Map<string, HTMLElement> for example.
Then the new SettingsPanelContent class would wrap around the reusable tab system to manage the different settings possibilities.
SettingsPanelContent
The current initSettingsPanel function will be part of then new SettingsPanelContent class.
initSettingsPanel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now, the settings panel can only display keybindings. In the future, there will also be sound settings, graphics settings and more!
One way to achieve that is to use a horizontal tab system to cycle through the settings types.
It would be nice to make a reusable tab system wrapping around a Map<string, HTMLElement> for example.
Then the new
SettingsPanelContent
class would wrap around the reusable tab system to manage the different settings possibilities.The current
initSettingsPanel
function will be part of then newSettingsPanelContent
class.The text was updated successfully, but these errors were encountered: