feat: level progression (#46)

This commit is contained in:
2025-03-17 18:28:27 +01:00
committed by GitHub
parent a9bd2a0048
commit 872772d3f0
18 changed files with 1717 additions and 35 deletions

View File

@ -9,7 +9,7 @@ public class LevelProgression : MonoBehaviour
private string GetText()
{
return "Progression: ";
return "Progression Max: " + levelsLoader.levelCurrent.ProgressionPercentMax + "%";
}
public void Start()