This commit is contained in:
Renan LE CARO 2025-04-07 14:08:48 +02:00
parent 9624c5b351
commit e78021ff83
24 changed files with 840 additions and 437 deletions

View file

@ -252,7 +252,6 @@ export function render(gameState: GameState) {
coin.a,
);
});
console.log(gameState.level.color);
// Black shadow around balls
if (!isOptionOn("basic")) {
ctx.globalCompositeOperation = "source-over";
@ -897,7 +896,6 @@ export function drawFuzzyBall(
size / 2,
);
gradient.addColorStop(0, color);
console.log(color);
gradient.addColorStop(0.3, color + "88");
gradient.addColorStop(0.6, color + "22");
gradient.addColorStop(1, "transparent");