Skip to content

Commit aa4529b

Browse files
Merge branch 'main' into dev
2 parents 44f7695 + c0b38f5 commit aa4529b

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

NewMod/NewMod.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
<ItemGroup>
3838
<EmbeddedResource Include="Resources\**\*.*" />
3939
</ItemGroup>
40-
</Project>
40+
</Project>

NewMod/Patches/Birthday/LobbyPatch.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public static void Postfix(LobbyBehaviour __instance)
105105
wardrobe.transform.localScale = new Vector3(0.6475f, 0.7f, 1f);
106106
}
107107
}
108+
108109
[HarmonyPatch(typeof(ShipStatus), nameof(ShipStatus.Start))]
109110
public static void Prefix(ShipStatus __instance)
110111
{

NewMod/Patches/MainMenuPatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ public static void ResetScreenPostfix(MainMenuManager __instance)
114114
}
115115
}*/
116116
}
117-
}
117+
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
| v1.2.0 | v16.1.0 (2025.6.10) | [Download](https://github.com/CallOfCreator/NewMod/releases/download/V1.2.0/NewMod.zip)
4949
| v1.2.1 | v16.1.0 (2025.6.10) | [Download](https://github.com/CallOfCreator/NewMod/releases/download/V1.2.1/NewMod.zip) |
5050
| v1.2.4 | v16.1.0 (2025.6.10) | [Download](https://github.com/CallOfCreator/NewMod/releases/download/V1.2.4/NewMod.zip) |
51+
| v1.2.5 | v16.1.0 (2025.6.10) | [Download](https://github.com/CallOfCreator/NewMod/releases/download/V1.2.5/NewMod.zip) |
5152

5253
---
5354

0 commit comments

Comments
 (0)