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;
|
let muted = true;
|
||||||
|
|
||||||
function preload(){
|
function preload(){
|
||||||
|
|
||||||
// Kevyet piippisoundit (WebAudio, luodaan lennossa)
|
// Kevyet piippisoundit (WebAudio, luodaan lennossa)
|
||||||
}
|
}
|
||||||
|
|
||||||
function setup(){
|
function setup(){
|
||||||
createCanvas(windowWidth, windowHeight);
|
createCanvas(windowWidth, windowHeight);
|
||||||
textFont('system-ui');
|
PFont mono;
|
||||||
|
mono = createFont("FuturaBQ-DemiBold.otf", 128);
|
||||||
|
textFont(mono);
|
||||||
textAlign(CENTER, CENTER);
|
textAlign(CENTER, CENTER);
|
||||||
noStroke();
|
noStroke();
|
||||||
refreshLeaderboard();
|
refreshLeaderboard();
|
||||||
|
|||||||
Reference in New Issue
Block a user