Skip to content

Commit ce1929a

Browse files
committed
Patch release
1 parent b6836aa commit ce1929a

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

Scripts/ModTemplate/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace AstralCodex
1919
public class Main : ModBehaviour
2020
{
2121
//DEBUG
22-
public static bool debugMode = true; //CHANGE ON RELEASE
22+
public static bool debugMode = false; //CHANGE ON RELEASE
2323

2424
//Constant values
2525
public static string assetBundlePath = "planets/assets/astral_codex";

Walker.AstralCodex/AstralCodex.dll

0 Bytes
Binary file not shown.

Walker.AstralCodex/AstralCodex.pdb

4 Bytes
Binary file not shown.

Walker.AstralCodex/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Walker",
55
"name": "Astral Codec",
66
"uniqueName": "Walker.AstralCodex",
7-
"version": "1.4.0",
7+
"version": "1.5.0",
88
"owmlVersion": "2.5.2",
99
"dependencies": [ "xen.NewHorizons"]
1010
}

Walker.AstralCodex/planets/text/giants_projection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<NomaiObject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/text_schema.xsd">
22
<TextBlock>
33
<ID>1</ID>
4-
<Text>The secondary probe is resting at the <![CDATA[<Color=lightblue>]]>anomaly<![CDATA[</Color>]]>.</Text>
4+
<Text>The secondary probe is currently resting at the <![CDATA[<Color=lightblue>]]>anomaly<![CDATA[</Color>]]>.</Text>
55
</TextBlock>
66
<TextBlock>
77
<ID>2</ID>

0 commit comments

Comments
 (0)