diff --git a/GameData/ConformalDecals/Plugins/ConformalDecals.dll b/GameData/ConformalDecals/Plugins/ConformalDecals.dll index d6fc903..7d5fe16 100644 Binary files a/GameData/ConformalDecals/Plugins/ConformalDecals.dll and b/GameData/ConformalDecals/Plugins/ConformalDecals.dll differ diff --git a/GameData/ConformalDecals/Resources/conformaldecals.decalfont b/GameData/ConformalDecals/Resources/conformaldecals.decalfont new file mode 100644 index 0000000..d57a94a Binary files /dev/null and b/GameData/ConformalDecals/Resources/conformaldecals.decalfont differ diff --git a/GameData/ConformalDecals/Resources/conformaldecals.kspfont b/GameData/ConformalDecals/Resources/conformaldecals.kspfont deleted file mode 100644 index 3a82b57..0000000 --- a/GameData/ConformalDecals/Resources/conformaldecals.kspfont +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8580f3c17793051fdc08447401fb7920665ad681ff352588508044b662a3240b -size 364900 diff --git a/Source/ConformalDecals/ConformalDecals.csproj b/Source/ConformalDecals/ConformalDecals.csproj index 633ca50..8ab7fce 100644 --- a/Source/ConformalDecals/ConformalDecals.csproj +++ b/Source/ConformalDecals/ConformalDecals.csproj @@ -36,6 +36,9 @@ dlls/Assembly-CSharp.dll + + dlls\KSPAssets.dll + dlls/Shabby.dll diff --git a/Source/ConformalDecals/Text/FontLoader.cs b/Source/ConformalDecals/Text/FontLoader.cs index 1fe5863..01f16ad 100644 --- a/Source/ConformalDecals/Text/FontLoader.cs +++ b/Source/ConformalDecals/Text/FontLoader.cs @@ -8,7 +8,7 @@ using UnityEngine; namespace ConformalDecals.Text { /// KSP database loader for KSPFont files which contain TextMeshPro font assets - [DatabaseLoaderAttrib(new[] {"kspfont"})] + [DatabaseLoaderAttrib(new[] {"decalfont"})] public class FontLoader : DatabaseLoader { private const string FallbackName = "NotoSans-Regular SDF"; private static TMP_FontAsset _fallbackFont;