Add LevelUpHud and UpgradeManager components; implement upgrade selection UI and item management
This commit is contained in:
@@ -180,6 +180,7 @@ namespace Data
|
||||
{
|
||||
Level++;
|
||||
experience -= ExperienceToNextLevel();
|
||||
experience = Math.Min(0, experience);
|
||||
}
|
||||
else if (experience < 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user