mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-12-11 00:27:48 +01:00
feat: try to load music dynamically from JSON (WIP)
This commit is contained in:
@@ -6,7 +6,7 @@ using UnityEngine.UI;
|
||||
public class LevelLoader : MonoBehaviour
|
||||
{
|
||||
public Text levelNameText;
|
||||
private Level level;
|
||||
public Level level;
|
||||
|
||||
void Start()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user