just a conventional file that will be remove after that.
This commit is contained in:
parent
b88ce2619f
commit
5ed0d9dd23
|
@ -42,6 +42,7 @@
|
|||
<ItemGroup>
|
||||
<Content Include="Pokemon3D.ico" />
|
||||
<Content Include="Pokemon\Items\_itemList.txt" />
|
||||
<None Include="UpdateHash.dat" />
|
||||
<Reference Include="OpenTK">
|
||||
<HintPath>$(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\DesktopGL\OpenTK.dll</HintPath>
|
||||
</Reference>
|
||||
|
|
|
@ -18,7 +18,7 @@ Module Program
|
|||
Logger.Debug("---Start game---")
|
||||
|
||||
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()
|
||||
Else
|
||||
Try
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
0.54.1
|
Loading…
Reference in New Issue