예제 #1
0
 void Awake()
 {
     flag      = 0;
     bonus     = 1;
     m_score   = 0;
     timeSpan  = 0.0f;
     checkTime = 5.0f;
     instance  = this;
 }
예제 #2
0
파일: scoring.cs 프로젝트: evga7/VR_PacMan
 // Use this for initialization
 void Start()
 {
     coinmana = GameObject.Find("Coinman").GetComponent <coinmanager>();
     //coin = GameObject.Find("Sphere");
 }
예제 #3
0
 // Start is called before the first frame update
 void Start()
 {
     coinmanager.instance = this;
 }
예제 #4
0
 // Use this for initialization
 void Start()
 {
     instance   = this;
     score.text = "Score : " + points;
 }