This commit is contained in:
Renan LE CARO 2025-03-03 21:18:11 +01:00
parent 9201a78de2
commit 0622e63eb5
6 changed files with 404 additions and 11370 deletions

View file

@ -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;