mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 14:36:15 -04:00
wip
This commit is contained in:
parent
9201a78de2
commit
0622e63eb5
6 changed files with 404 additions and 11370 deletions
|
@ -3,6 +3,7 @@ const MAX_PARTICLES = 600;
|
|||
const canvas = document.getElementById("game");
|
||||
let ctx = canvas.getContext("2d", {alpha: false});
|
||||
|
||||
|
||||
let ballSize = 20;
|
||||
const coinSize = Math.round(ballSize * 0.8);
|
||||
const puckHeight = ballSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue