[F] SinglePlayer without remove mask

This commit is contained in:
Clansty
2024-10-03 16:40:51 +08:00
parent 3a97f7645e
commit 271ef9bf00
2 changed files with 9 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ namespace AquaMai.UX
{
left.transform.position = Vector3.zero;
right.localScale = Vector3.zero;
GameObject.Find("Mask").transform.position = new Vector3(540f, 0f, 0f);
}
[HarmonyPrefix]