//タイトル画面 //題字と背景を用意する。 void title() { background(255); img0 = loadImage("op.jpg"); img1 = loadImage("opening.png"); image(img0, 0, 0, 700, 600); image(img1, 80, 100); textSize(30); fill(#000000); text("start[push space]", width/3.3, height/1.2 ); }