r34117y
Results
3
issues of
r34117y
Great job anyway ;)
For those who have problem with extend function: it seems to be missing in current version of ROT.js. You should add this to the top of Game.js file: Object.prototype.extend =...
```const legra = new Legra(ctxFace, 20);``` ```Uncaught ReferenceError: Legra is not defined``` ```const legra = new legra(ctxFace, 20);``` ```Uncaught ReferenceError: Cannot access 'legra' before initialization``` ```const l = new legra(ctxFace,...