コード例 #1
0
ファイル: scr_DeckUI.cs プロジェクト: spaxton/RPGjam_2020
 void Pause()
 {
     player.StartReading();
     PauseMenu.SetActive(true);
     Time.timeScale = 0f;
     Paused         = true;
 }
コード例 #2
0
 // Start is called before the first frame update
 void OnEnable()
 {
     player_script.StartReading();
     DisplayProgress();
 }