1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 00:53:39 +08:00

Dustbin v1.3.2

This commit is contained in:
2023-12-18 15:06:11 +08:00
parent b099cf493e
commit a9af732237
4 changed files with 10 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ public static class StoragePatch
_storageDustbinCheckBox.Checked = storagePool[storageId].IsDustbin;
if (__instance.transform is RectTransform rectTrans)
{
_storageDustbinCheckBox.rectTrans.anchoredPosition3D = new Vector3(50, 58 - rectTrans.sizeDelta.y, 0);
_storageDustbinCheckBox.rectTrans.anchoredPosition3D = new Vector3(190, 57 - rectTrans.sizeDelta.y, 0);
}
}