ainon mmuutokset
This commit is contained in:
BIN
FuturaBQ-DemiBold.otf
Executable file
BIN
FuturaBQ-DemiBold.otf
Executable file
Binary file not shown.
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user