donaldli2020

Results 35 comments of donaldli2020

@github-actions please remove the no-issue-activity

``` window.onkeydown = function() { var keyCode = event.keyCode; if (keyCode == 87) { // change y by 4 } if (keyCode == 65) { // change x by -4...

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: ![image](https://user-images.githubusercontent.com/74021676/135646546-1bb4b0f7-7391-4c04-9fe2-988c704af9c5.png)

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 ```