broughlike-tutorial
broughlike-tutorial copied to clipboard
Fix typo
ctx.fillRect(0,0,20,20,20); -> ctx.fillRect(0,0,20,20);
The first version has a third 20.