Skip to content
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

feat: added debugKey #57

Closed
wants to merge 2 commits into from
Closed

feat: added debugKey #57

wants to merge 2 commits into from

Conversation

amyspark-ng
Copy link
Contributor

Added a property in kaboomOpt where you can set the key you want to use to toggle debug mode, default is "f1", couldn't find where defaults for kaboomOpt are so i just checked in the actual key detecting:
app.onKeyPress(!gopt.debugKey ? "f1" : gopt.debugKey, () => debug.inspect = !debug.inspect);

@amyspark-ng amyspark-ng deleted the amy-feat-debug-key branch May 26, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant