update Jukebox version

fix issues with Judgement audio
This commit is contained in:
minenice55
2024-01-20 23:30:28 -05:00
parent 8b43853450
commit 4052e44e7b
5 changed files with 126 additions and 125 deletions

View File

@ -282,7 +282,7 @@ namespace HeavenStudio.Editor
{
Texture2D texture = DownloadHandlerTexture.GetContent(www);
rankImages[(int)i] = Sprite.Create(texture, new Rect(0, 0, texture.width, texture.height), new Vector2(0.5f, 0.5f));
Debug.Log("Uploaded image successfully!");
Debug.Log($"Downloaded image {resource} successfully!");
}
}