mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
wip
This commit is contained in:
parent
9624c5b351
commit
e78021ff83
24 changed files with 840 additions and 437 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue