Skip to content

Commit 61c2845

Browse files
committed
Fix HelloWorld FLF loading error
1 parent e23a506 commit 61c2845

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Examples/ConsoleGameEngineExamples.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<PropertyGroup>
36-
<StartupObject>ConsoleGameEngineExamples.CaveGenerator</StartupObject>
36+
<StartupObject>ConsoleGameEngineExamples.HelloWorld</StartupObject>
3737
</PropertyGroup>
3838
<ItemGroup>
3939
<Reference Include="ConsoleGameEngine, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
@@ -60,6 +60,9 @@
6060
</ItemGroup>
6161
<ItemGroup>
6262
<None Include="App.config" />
63+
<None Include="caligraphy.flf">
64+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
65+
</None>
6366
<None Include="README.md" />
6467
</ItemGroup>
6568
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

0 commit comments

Comments
 (0)