From 03d2426989725265ade8a3afd6a976602e1abe99 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Wed, 12 Jan 2022 12:03:07 +0100 Subject: [PATCH] 2.3.1 (#424) --- src/OWML.Launcher/OWML.Manifest.json | 2 +- src/OWML.ModHelper.Menus/ModMenu.cs | 2 ++ src/SampleMods/OWML.EnableDebugMode/manifest.json | 2 +- src/SampleMods/OWML.ExampleAPI/manifest.json | 2 +- src/SampleMods/OWML.LoadCustomAssets/manifest.json | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/OWML.Launcher/OWML.Manifest.json b/src/OWML.Launcher/OWML.Manifest.json index 688d4b11..63f1e7bf 100644 --- a/src/OWML.Launcher/OWML.Manifest.json +++ b/src/OWML.Launcher/OWML.Manifest.json @@ -2,7 +2,7 @@ "author": "Alek", "name": "OWML", "uniqueName": "Alek.OWML", - "version": "2.3.0", + "version": "2.3.1", "minGameVersion": "1.1.10.47", "maxGameVersion": "1.1.12.125" } diff --git a/src/OWML.ModHelper.Menus/ModMenu.cs b/src/OWML.ModHelper.Menus/ModMenu.cs index d54bc6cf..a2f007b6 100644 --- a/src/OWML.ModHelper.Menus/ModMenu.cs +++ b/src/OWML.ModHelper.Menus/ModMenu.cs @@ -69,6 +69,8 @@ public virtual void Initialize(Menu menu, LayoutGroup layoutGroup) .Concat(Menu.GetComponentsInChildren(true).Select(x => new ModSliderInput(x, this))) .Concat(Menu.GetComponentsInChildren(true).Select(x => new ModSelectorInput(x, this))) .ToList(); + + Separators.Clear(); } [Obsolete("Use GetTitleButton instead")] diff --git a/src/SampleMods/OWML.EnableDebugMode/manifest.json b/src/SampleMods/OWML.EnableDebugMode/manifest.json index 57378d37..9cca6e1d 100644 --- a/src/SampleMods/OWML.EnableDebugMode/manifest.json +++ b/src/SampleMods/OWML.EnableDebugMode/manifest.json @@ -4,6 +4,6 @@ "name": "EnableDebugMode", "uniqueName": "Alek.EnableDebugMode", "version": "0.3", - "owmlVersion": "2.3.0", + "owmlVersion": "2.3.1", "description": "Enables the debug mode in Outer Wilds" } diff --git a/src/SampleMods/OWML.ExampleAPI/manifest.json b/src/SampleMods/OWML.ExampleAPI/manifest.json index 4097e517..670428a7 100644 --- a/src/SampleMods/OWML.ExampleAPI/manifest.json +++ b/src/SampleMods/OWML.ExampleAPI/manifest.json @@ -4,6 +4,6 @@ "name": "ExampleAPI", "uniqueName": "_nebula.ExampleAPI", "version": "0.3", - "owmlVersion": "2.3.0", + "owmlVersion": "2.3.1", "description": "Example API for testing OWML.Interaction" } diff --git a/src/SampleMods/OWML.LoadCustomAssets/manifest.json b/src/SampleMods/OWML.LoadCustomAssets/manifest.json index 71c362f0..a706a47b 100644 --- a/src/SampleMods/OWML.LoadCustomAssets/manifest.json +++ b/src/SampleMods/OWML.LoadCustomAssets/manifest.json @@ -4,7 +4,7 @@ "name": "LoadCustomAssets", "uniqueName": "Alek.LoadCustomAssets", "version": "0.7", - "owmlVersion": "2.3.0", + "owmlVersion": "2.3.1", "description": "A mod for testing loading of custom assets", "dependencies": [ "_nebula.ExampleAPI"