示例#1
0
 void Awake()
 {
     Application.targetFrameRate = 60;
     Instance     = this;
     music        = GetComponent <AudioSource>();
     startingTime = Time.time;
     hasBeaten    = true;
 }