Skip to content

Commit

Permalink
GeM: transparent background for playable cells
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDr3ck committed Jan 20, 2024
1 parent c9189a7 commit 5902900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GuildeMarchande/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ function drawGame() {
let index = 0;
stroke(0);
strokeWeight(2);
fill(250, 250, 230);
fill(250, 250, 230, 120);
rect(260, 3, 920 - 260, 95, 5);
let maxCase = 6;
cubes.forEach((cube) => {
Expand Down

0 comments on commit 5902900

Please sign in to comment.