Feature/add stars renderer (#70)

Co-authored-by: Djelal BOUDJI <djelal@gmail.com>
This commit is contained in:
djelalb
2025-05-17 02:07:26 +02:00
committed by GitHub
parent d03e8f7107
commit 693bcfccec
20 changed files with 2304 additions and 166 deletions

View File

@ -26,6 +26,7 @@ public class Level
public string name;
public string musicName;
public int order;
public int difficulty;
public List<LevelElement> elements;