I’m working on a 2D game, and my ammo number is at 200. However, I’d like to display it as a percentage. I don’t need to change the percentage yet, I just need the ammo count at 200 to display at 100% when I play. Is there a way to do this?
(current amount/max amount) X 100
Then you got to round it off to an integer