tommy19970714 / pictogram-san

Everyone can be Pictogram-san
MIT License
16 stars 5 forks source link

一時的に動きを固定する #49

Closed toffyui closed 3 years ago

toffyui commented 3 years ago

放送用に変更

github-actions[bot] commented 3 years ago

Visit the preview URL for this PR (updated for commit ad5f3fe):

https://pictogram-san--pr49-feat-add-order-5ps834bu.web.app

(expires Thu, 12 Aug 2021 16:39:51 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

toffyui commented 3 years ago

@tommy19970714 調整してほしいことは、index.tsxの以下時間部分とrenderUI.tsxのコメントしてる時間部分です。

      if (isGame && elapsedTime < 31000) {
        renderUI.drawGameUI(elapsedTime, pictogramList)
        if (elapsedTime > 26000 && elapsedTime < 27000) {
          const pngURL = canvas.toDataURL('image/png')
          setPngURL(pngURL)
        }
      }