[StopClosingMyMenuOnWorldLoad] Set custom MelonColors

This commit is contained in:
NotAKidoS 2024-04-23 16:52:30 -05:00
parent 44d821f6d1
commit b42f72d082

View file

@ -20,6 +20,8 @@ using System.Reflection;
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
[assembly: MelonColor(255, 181, 137, 236)]
[assembly: MelonAuthorColor(255, 158, 21, 32)]
[assembly: HarmonyDontPatchAll]
namespace NAK.StopClosingMyMenuOnWorldLoad.Properties;