Skip to content

Commit d499507

Browse files
committed
More attempts at additional language textures
Also took it out for now - fixes #4
1 parent bb3ba56 commit d499507

11 files changed

+304
-113016
lines changed

LanguageSupport.cs

Lines changed: 302 additions & 321 deletions
Large diffs are not rendered by default.

LanguageSupport.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<FileVersion>1.5.0.0</FileVersion>
1212
<OutputPath>bin/$(Configuration)/</OutputPath>
1313
<LangVersion>latest</LangVersion>
14-
<NoWarn>8002</NoWarn>
1514
<HollowKnightRefs Condition="$([MSBuild]::IsOSPlatform('Linux'))">/home/sfg/.steam/steam/steamapps/common/Hollow Knight/hollow_knight_Data/Managed/</HollowKnightRefs>
1615
<HollowKnightRefs Condition="$([MSBuild]::IsOSPlatform('Windows'))">E:/GOG/Hollow Knight 1.5 Modded/Hollow Knight_Data/Managed/</HollowKnightRefs>
1716
<ExportDir Condition="$([MSBuild]::IsOSPlatform('Linux'))">/home/sfg/Projects/_Export/</ExportDir>
@@ -326,9 +325,9 @@
326325
</ItemGroup>
327326
<ItemGroup>
328327
<EmbeddedResource Include="Resources\tmprofont" />
329-
<EmbeddedResource Include="Resources\noto_serif_thai_bold.json" />
328+
<EmbeddedResource Include="Resources\tmprofont-test" />
329+
<EmbeddedResource Include="Resources\tmprofont-test-smaller" />
330330
<None Include="sgKey.snk" />
331-
<EmbeddedResource Include="Resources\noto_serif_thai_bold.png" />
332331
</ItemGroup>
333332
<ItemGroup>
334333
<ProjectReference Include="..\SFCore\SFCore.csproj" />

0 commit comments

Comments
 (0)