This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
Replies: 2 comments 1 reply
-
I've been meaning to do that 👍 also |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cool! Was added to proect board https://github.com/replit/kaboom/projects/1 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would say that it would be fine that when you put
keyIsPressed()
(or any key event) without any parameter, that it returnstrue
when any key is pressed. Alternative:keyIsPressed("any")
Beta Was this translation helpful? Give feedback.
All reactions