Creating a increase and decrease method for changing a numerical value
In my game I have a numerical value that I want to be able to change using an increase and decrease button. I was wondering if anyone could help me figure out what is the best way to do this. I only want the value to toggle between three different values.
Comments
What are the three values you want to toggle between?