mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 08:45:02 +02:00
just a conventional file that will be remove after that.
This commit is contained in:
parent
b88ce2619f
commit
5ed0d9dd23
@ -42,6 +42,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Pokemon3D.ico" />
|
<Content Include="Pokemon3D.ico" />
|
||||||
<Content Include="Pokemon\Items\_itemList.txt" />
|
<Content Include="Pokemon\Items\_itemList.txt" />
|
||||||
|
<None Include="UpdateHash.dat" />
|
||||||
<Reference Include="OpenTK">
|
<Reference Include="OpenTK">
|
||||||
<HintPath>$(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\DesktopGL\OpenTK.dll</HintPath>
|
<HintPath>$(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\DesktopGL\OpenTK.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
@ -18,7 +18,7 @@ Module Program
|
|||||||
Logger.Debug("---Start game---")
|
Logger.Debug("---Start game---")
|
||||||
|
|
||||||
Using Game As New GameController()
|
Using Game As New GameController()
|
||||||
If GameController.IS_DEBUG_ACTIVE = True And Debugger.IsAttached = True Then
|
If GameController.IS_DEBUG_ACTIVE And Debugger.IsAttached Then
|
||||||
Game.Run()
|
Game.Run()
|
||||||
Else
|
Else
|
||||||
Try
|
Try
|
||||||
@ -41,4 +41,4 @@ Module Program
|
|||||||
|
|
||||||
End Module
|
End Module
|
||||||
|
|
||||||
#End If
|
#End If
|
1
2.5DHero/2.5DHero/UpdateHash.dat
Normal file
1
2.5DHero/2.5DHero/UpdateHash.dat
Normal file
@ -0,0 +1 @@
|
|||||||
|
0.54.1
|
Loading…
x
Reference in New Issue
Block a user