Hello, I'm trying to build a leveling system (like an RPG). So far I have this:
Math.floor(1000 * Math.pow(level, 1.5F));
Here I enter the level, and I get the EXP needed to reach it. But now I need to do the opposite, I need to enter the E...
asked by
17.02.2018 / 19:18