2023年1月8日 星期日

DA note week16

 新增了結算的畫面


並用來統計分數

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);

  }

沒有留言:

張貼留言