[ScrollFlight] Cleanup

This commit is contained in:
NotAKidoS 2024-06-24 03:18:16 -05:00
parent 691d5a1723
commit ce6582ae18
3 changed files with 85 additions and 23 deletions

View file

@ -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;