donaldli2020
donaldli2020
@github-actions please remove the no-issue-activity
good idea
``` window.onkeydown = function() { var keyCode = event.keyCode; if (keyCode == 87) { // change y by 4 } if (keyCode == 65) { // change x by -4...
Where is the sourcemap?
What is the link to the sourcemap?
stop making random comments
Cutscenes take too much time. In DevTools > Sources, there's this thing that might help: 
There's step over next function call. It might be able to skip functions.
I found one in `_.constants.constants`, tried to edit it, but it didn't work. I made it 10 but the game didn't get faster.
It didn't have this error: ``` Uncaught TypeError: Assignment to constant variable. at :1:3 ```