Added custom cursor

This commit is contained in:
Pasha Bibko
2026-01-20 15:23:59 +00:00
parent 12032c217c
commit db4ece3445
5 changed files with 141 additions and 4 deletions

View File

@@ -27,8 +27,6 @@ namespace InterfaceOff.WorldScene
private void Awake()
{
/* Hides the cursor as a custom one is used */
/* Loads the JSON, temporary. TODO: Insert the JSON into this .cs file */
string json = File.ReadAllText(Application.dataPath + "/Resources/playerframe.json");
Frames = JsonUtility.FromJson<PlayerFrameInfoArray>(json).FrameInfo;