Example: how to save to a file lua function saveHighScore(score) print("High score: "..tostring(score)) local file, err = io.open("high_score.txt", ...
確定! 回上一頁