Код: Выделить всё
Fists of Steel
< /code>
script.js:
const cvs = document.getElementById('canvas');
const ctx = cvs.getContext('2d');
class HitBoxUI {
constructor(boundingBox) {
this.c1 = [boundingBox[0], boundingBox[1]];
this.c2 = [boundingBox[0], boundingBox[1]];
}
}
ctx.fillStyle = 'rgb(255 0 0)';
ctx.fillRect(0, 0, 100, 100);
console.log('ooga booga')
спасибо Preview Pane "src =" https://i.sstatic.net/ot4u0zxa.jpg "/>
Подробнее здесь: https://stackoverflow.com/questions/797 ... what-to-do