We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
code
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
2.0.1
No response
After trying to implement support for p5 v2 in p5play, I found that "Red Remover" still won't launch.
https://game.thegamebox.ca/red_remover/
It declares a function called code
But in p5 v2 there's a prop on p5.prototype called code, though I'm hoping this is a typo and should be keyCode, as it's only declared but never used.
keyCode
Will workaround by running delete p5.prototype.code.
delete p5.prototype.code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Most appropriate sub-area of p5.js?
p5.js version
2.0.1
Web browser and version
No response
Operating system
No response
Steps to reproduce this
After trying to implement support for p5 v2 in p5play, I found that "Red Remover" still won't launch.
https://game.thegamebox.ca/red_remover/
It declares a function called
code
But in p5 v2 there's a prop on p5.prototype called
code
, though I'm hoping this is a typo and should bekeyCode
, as it's only declared but never used.Will workaround by running
delete p5.prototype.code
.The text was updated successfully, but these errors were encountered: