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

@ -42,6 +42,7 @@ public class Player : MonoBehaviour
public void Update()
{
CurrentGameMode.Update(this);
LevelsLoader.CalculateCurrentProgressionPercent(transform.position);
}
public void OnCollisionEnter2D(Collision2D collision)