1
0
forked from akanyan/mu3-mods

feat: rework Pause

Now a dialog.

* Also fix the new BetterGiveUp panic restart
* Also move SortByInternal's PNG away from the root namespace
This commit is contained in:
2024-12-25 17:31:54 +00:00
parent 0ece7d4f42
commit 7fc75ca2b1
7 changed files with 98 additions and 59 deletions

View File

@ -22,7 +22,7 @@ class patch_UISortButton: UISortButton {
}
Texture2D tex = new Texture2D(2, 2);
tex.LoadImage(InternalSortPreview.Bytes);
tex.LoadImage(Mod.InternalSortPreview.Bytes);
newSprites[n] = Sprite.Create(tex, new Rect(0, 0, 254, 121), newSprites[0].pivot);