mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 12:37:38 +02:00
Import game icons
This commit is contained in:
@ -83,5 +83,13 @@ namespace RhythmHeavenMania.Editor
|
||||
{
|
||||
return Resources.Load<Sprite>($"Sprites/Editor/GameIcons/{name}");
|
||||
}
|
||||
|
||||
public void CopyJson()
|
||||
{
|
||||
string json = string.Empty;
|
||||
json = JsonConvert.SerializeObject(GameManager.instance.Beatmap);
|
||||
|
||||
Debug.Log(json);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user