nluqo / broughlike-tutorial

MIT License
57 stars 15 forks source link

Fix typo #5

Open Ryan1729 opened 4 years ago

Ryan1729 commented 4 years ago

ctx.fillRect(0,0,20,20,20); -> ctx.fillRect(0,0,20,20); The first version has a third 20.