UI and mechanics update, v1.1.0
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user