diff --git a/.gitattributes b/.gitattributes
index bdb0cab..e78286d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3,6 +3,7 @@
# Custom for Visual Studio
*.cs diff=csharp
+*.sh eol=lf
# Standard to msysgit
*.doc diff=astextplain
diff --git a/About/About.xml b/About/About.xml
index 9558562..33107af 100644
--- a/About/About.xml
+++ b/About/About.xml
@@ -6,6 +6,7 @@
1.0
1.1
1.2
+ 1.3
kapitanoczywisty.changemapedge.dev
diff --git a/LoadFolders.xml b/LoadFolders.xml
index 3d1d7f3..516d940 100644
--- a/LoadFolders.xml
+++ b/LoadFolders.xml
@@ -3,4 +3,8 @@
/
v1.1
+
+ /
+ v1.3
+
\ No newline at end of file
diff --git a/Source/ChangeMapEdge.csproj b/Source/ChangeMapEdge.csproj
index 09bb2a7..b12ab8f 100644
--- a/Source/ChangeMapEdge.csproj
+++ b/Source/ChangeMapEdge.csproj
@@ -16,7 +16,7 @@
false
none
false
- ..\v1.1\Assemblies\
+ ..\v1.3\Assemblies\
prompt
@@ -25,7 +25,7 @@
none
true
- ..\..\ChangeMapEdge - Release\v1.1\Assemblies\
+ ..\..\ChangeMapEdge - Release\v1.3\Assemblies\
prompt
@@ -34,7 +34,7 @@
- ..\..\HugsLib\v1.1\Assemblies\0Harmony.dll
+ ..\..\..\..\..\workshop\content\294100\2009463077\Current\Assemblies\0Harmony.dll
False
@@ -46,7 +46,7 @@
False
- ..\..\HugsLib\v1.1\Assemblies\HugsLib.dll
+ ..\..\..\..\..\workshop\content\294100\818773962\v1.3\Assemblies\HugsLib.dll
False
@@ -99,4 +99,4 @@ IF /I "$(ConfigurationName)" == "Release"; xcopy "$(ProjectDir)..\Sounds" "$(Tar
IF /I "$(ConfigurationName)" == "Release"; xcopy "$(ProjectDir)..\Textures" "$(TargetDir)..\Textures" /S /C /Y /K /I /Q /D
IF /I "$(ConfigurationName)" == "Release"; IF EXIST "$(ProjectDir)..\LICENSE"; copy "$(ProjectDir)..\LICENSE" "$(TargetDir)..\LICENSE" /Y
-
\ No newline at end of file
+
diff --git a/Source/ChangeMapEdgeHarmony.cs b/Source/ChangeMapEdgeHarmony.cs
index 0a65d1e..7eb8f5e 100644
--- a/Source/ChangeMapEdgeHarmony.cs
+++ b/Source/ChangeMapEdgeHarmony.cs
@@ -43,10 +43,10 @@ private static void DrawMapEdgeLines(int edgeDist)
Vector3 vector2 = new Vector3((float)edgeDist, y, (float)(size.z - edgeDist));
Vector3 vector3 = new Vector3((float)(size.x - edgeDist), y, (float)(size.z - edgeDist));
Vector3 vector4 = new Vector3((float)(size.x - edgeDist), y, (float)edgeDist);
- GenDraw.DrawLineBetween(vector, vector2, ChangeMapEdgeHarmony.LineMatMetaOverlay);
- GenDraw.DrawLineBetween(vector2, vector3, ChangeMapEdgeHarmony.LineMatMetaOverlay);
- GenDraw.DrawLineBetween(vector3, vector4, ChangeMapEdgeHarmony.LineMatMetaOverlay);
- GenDraw.DrawLineBetween(vector4, vector, ChangeMapEdgeHarmony.LineMatMetaOverlay);
+ GenDraw.DrawLineBetween(vector, vector2, ChangeMapEdgeHarmony.LineMatMetaOverlay, 0.2f);
+ GenDraw.DrawLineBetween(vector2, vector3, ChangeMapEdgeHarmony.LineMatMetaOverlay, 0.2f);
+ GenDraw.DrawLineBetween(vector3, vector4, ChangeMapEdgeHarmony.LineMatMetaOverlay, 0.2f);
+ GenDraw.DrawLineBetween(vector4, vector, ChangeMapEdgeHarmony.LineMatMetaOverlay, 0.2f);
}
public static bool IgnoreFunction()
diff --git a/debug.sh b/debug.sh
new file mode 100644
index 0000000..37c6c5d
--- /dev/null
+++ b/debug.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2017/BuildTools/MSBuild/15.0/Bin/MSBuild.exe ChangeMapEdge.sln '//p:Configuration=Debug'
diff --git a/release.sh b/release.sh
new file mode 100644
index 0000000..f685bdd
--- /dev/null
+++ b/release.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2017/BuildTools/MSBuild/15.0/Bin/MSBuild.exe ChangeMapEdge.sln '//p:Configuration=Release'
diff --git a/v1.3/Assemblies/ChangeMapEdge.dll b/v1.3/Assemblies/ChangeMapEdge.dll
new file mode 100644
index 0000000..0cd5a40
Binary files /dev/null and b/v1.3/Assemblies/ChangeMapEdge.dll differ