nkoehring / FreddyvsJSON

Freddy vs JSON is a simple top down shooter game written in Vanilla Javascript without any dependencies.
5 stars 1 forks source link

Fix ```this.``` bug #3

Closed N8python closed 5 years ago

N8python commented 5 years ago

I fixed the instance variables width and height by accessing them from this, rather than global variables.

nkoehring commented 5 years ago

Thanks for your effort. I fixed the bug before I saw your PR.