Save highscore on corona sdk?

前端 未结 3 2032
你的背包
你的背包 2021-01-27 19:51

I want to save the highscore created in the game and can be seen in the main menu when the player hits the highscore button, can someone help me?

3条回答
  •  耶瑟儿~
    2021-01-27 20:30

    you can use SQLITE to save the highscore to database another way is make a file that write the score to a Text File and save it to the directory of the system

提交回复
热议问题