mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-06-10 22:20:40 +02:00
feat: import JSON level (#48)
This commit is contained in:
@ -111,4 +111,12 @@ public class LevelsLoader : MonoBehaviour
|
||||
|
||||
return clampedPercentage;
|
||||
}
|
||||
|
||||
public void RefreshLevels()
|
||||
{
|
||||
levels.Clear();
|
||||
LoadAllLevels();
|
||||
if (levels.Count > 0)
|
||||
levelCurrent = levels[0];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user