mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[DesktopVRSwitch] Fix MelonColor being piss color.
why the fuck is melonloader console color ARGB, why is there alpha??
This commit is contained in:
parent
730a085850
commit
e2df7b7c2b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ using System.Reflection;
|
|||
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
|
||||
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
|
||||
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
|
||||
[assembly: MelonColor(255, 139, 139, 0)]
|
||||
[assembly: MelonColor(255, 0, 139, 139)]
|
||||
[assembly: HarmonyDontPatchAll]
|
||||
|
||||
namespace NAK.DesktopVRSwitch.Properties;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue