public class restart : MonoBehaviour {
void OnGUI(){
if (GUI.Button (new Rect (10, 80, 60, 30), "退出")) {Application.Quit();}
if (GUI.Button (new Rect (10, 30, 60, 30), "重新開始")) {Application.LoadLevel("sheji");}
if (GUI.Button (new Rect (10, 160, 100, 50), "Play"))audio.Play ();
承擔(dān)因您的行為而導(dǎo)致的法律責(zé)任,
本站有權(quán)保留或刪除有爭議評論。
參與本評論即表明您已經(jīng)閱讀并接受
上述條款。