新增了結算的畫面
code:
if(stage==3){
background(imgUC);
fill(102,255,0);textSize(60);
text("Your Score: "+score,440,510);
fill(0,255,255);textSize(60);
text("Your Hit: "+hit,440,560);
image(mylast,200,218);
}
沒有留言:
張貼留言