Skip to content

Commit

Permalink
Laundromat - More faithful to the original
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkiller committed Feb 20, 2024
1 parent e9d873d commit 7164114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nopixel_minigame/4.0/laundromat/minigame.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function addSections(radius){
let sectionsGroup = new Konva.Group({id: 'section-'+radius, x: 270, y: 270});

for(let i = 0; i < 12; i++) {
if(colors[radius][i][1] && Math.random() > 0.2) {
if(colors[radius][i][1] && Math.random() > 0.3) {
sectionsGroup.add(new Konva.Arc({
fill: colors[radius][i][0],
innerRadius: radius + 15,
Expand Down

0 comments on commit 7164114

Please sign in to comment.