UI and mechanics update, v1.1.0

This commit is contained in:
Nicola Sovic
2022-03-10 18:34:15 +01:00
parent 9c92d59b17
commit 8f15cbdeb7
7 changed files with 130 additions and 26 deletions

View File

@@ -29,7 +29,7 @@ namespace Assets.Scripts.Slimes
strength = playerStats[4];
dexterity = playerStats[5];
intelligence = playerStats[6];
experience = (int)(10 + playerStats[7] * 1.5f);
experience = (int)(10 + playerStats[7] * 2.5f);
level = playerStats[7];
}