For my game, I want to have a total deaths counter at the main menu, but im confused how I would save the data of the deaths so that when they leave the game and come back the number of deaths will be there. Thanks!
Printable View
For my game, I want to have a total deaths counter at the main menu, but im confused how I would save the data of the deaths so that when they leave the game and come back the number of deaths will be there. Thanks!
I would use an ini for that :) Here's a tutorial about ini's if you don't know how it works http://www.clickteam.com/creation_materials/tutorials/download/ini_tutorial.pdf
Thanks! :D