Many changes to Invector inventory system, added WIP UI system, added implementation for max stamina, moving speed, attack speed, attack power, thorns

This commit is contained in:
2025-12-05 15:10:52 +01:00
parent 53fa05e246
commit af7706bfac
21 changed files with 2352 additions and 3868 deletions

View File

@@ -12,7 +12,7 @@ namespace Beyond
private void Start()
{
Player.Instance.sceneDependantFaithRegenMultiplier = faithRegenMultiplier;
Player.Instance.UodatePlayerStatistics();
Player.Instance.UpdatePlayerStatistics();
}
// Update is called once per frame