Skip to content

Commit 03d2426

Browse files
authored
2.3.1 (#424)
1 parent a8af13d commit 03d2426

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

src/OWML.Launcher/OWML.Manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Alek",
33
"name": "OWML",
44
"uniqueName": "Alek.OWML",
5-
"version": "2.3.0",
5+
"version": "2.3.1",
66
"minGameVersion": "1.1.10.47",
77
"maxGameVersion": "1.1.12.125"
88
}

src/OWML.ModHelper.Menus/ModMenu.cs

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ public virtual void Initialize(Menu menu, LayoutGroup layoutGroup)
6969
.Concat(Menu.GetComponentsInChildren<SliderElement>(true).Select(x => new ModSliderInput(x, this)))
7070
.Concat(Menu.GetComponentsInChildren<OptionsSelectorElement>(true).Select(x => new ModSelectorInput(x, this)))
7171
.ToList();
72+
73+
Separators.Clear();
7274
}
7375

7476
[Obsolete("Use GetTitleButton instead")]

src/SampleMods/OWML.EnableDebugMode/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"name": "EnableDebugMode",
55
"uniqueName": "Alek.EnableDebugMode",
66
"version": "0.3",
7-
"owmlVersion": "2.3.0",
7+
"owmlVersion": "2.3.1",
88
"description": "Enables the debug mode in Outer Wilds"
99
}

src/SampleMods/OWML.ExampleAPI/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"name": "ExampleAPI",
55
"uniqueName": "_nebula.ExampleAPI",
66
"version": "0.3",
7-
"owmlVersion": "2.3.0",
7+
"owmlVersion": "2.3.1",
88
"description": "Example API for testing OWML.Interaction"
99
}

src/SampleMods/OWML.LoadCustomAssets/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "LoadCustomAssets",
55
"uniqueName": "Alek.LoadCustomAssets",
66
"version": "0.7",
7-
"owmlVersion": "2.3.0",
7+
"owmlVersion": "2.3.1",
88
"description": "A mod for testing loading of custom assets",
99
"dependencies": [
1010
"_nebula.ExampleAPI"

0 commit comments

Comments
 (0)