Log("Press Space To Play Again!"); if (Input.GetKeyDown(KeyCode.Space)) { start_game(); } }. and called it on the last else if clause of the ...
確定! 回上一頁