mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
[ScrollFlight] Cleanup
This commit is contained in:
parent
691d5a1723
commit
ce6582ae18
3 changed files with 85 additions and 23 deletions
|
@ -10,7 +10,7 @@ using System.Reflection;
|
|||
[assembly: AssemblyProduct(nameof(NAK.ScrollFlight))]
|
||||
|
||||
[assembly: MelonInfo(
|
||||
typeof(NAK.ScrollFlight.ScrollFlight),
|
||||
typeof(NAK.ScrollFlight.ScrollFlightMod),
|
||||
nameof(NAK.ScrollFlight),
|
||||
AssemblyInfoParams.Version,
|
||||
AssemblyInfoParams.Author,
|
||||
|
@ -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, 246, 25, 99)] // red-pink
|
||||
[assembly: MelonAuthorColor(255, 158, 21, 32)] // red
|
||||
[assembly: HarmonyDontPatchAll]
|
||||
|
||||
namespace NAK.ScrollFlight.Properties;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue