diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..cb45e95 Binary files /dev/null and b/.DS_Store differ diff --git a/FuturaBQ-DemiBold.otf b/FuturaBQ-DemiBold.otf new file mode 100755 index 0000000..d8f4609 Binary files /dev/null and b/FuturaBQ-DemiBold.otf differ diff --git a/sketch_250819b_CMYKGame.js b/sketch_250819b_CMYKGame.js index c176171..80037b1 100644 --- a/sketch_250819b_CMYKGame.js +++ b/sketch_250819b_CMYKGame.js @@ -20,12 +20,15 @@ let clickSound, goodSound, badSound; let muted = true; function preload(){ + // Kevyet piippisoundit (WebAudio, luodaan lennossa) } function setup(){ createCanvas(windowWidth, windowHeight); - textFont('system-ui'); + PFont mono; + mono = createFont("FuturaBQ-DemiBold.otf", 128); + textFont(mono); textAlign(CENTER, CENTER); noStroke(); refreshLeaderboard();