Fix typo, fix main menu not loading after title screen, remove one more useless file and fix probably intentional typo

This commit is contained in:
AirDog46
2025-04-23 23:38:47 +03:00
parent 61eb589cf0
commit e03cd7d1c3
5 changed files with 17 additions and 21 deletions

View File

@ -16,7 +16,7 @@
<!--Minimum without FLX_NO_GAMEPAD: 11.8, without FLX_NO_NATIVE_CURSOR: 11.2-->
<set name="SWF_VERSION" value="11.8" />
*
<!-- ____________________________ Window Settings ___________________________ -->
<!--These window settings apply to all targets-->
@ -166,8 +166,6 @@
<!--Disable the Flixel core debugger. Automatically gets set whenever you compile in release mode!-->
<haxedef name="FLX_NO_DEBUG" unless="debug" />
<haxedef name="HXCPP_GC_BIG_BLOCKS"/>
<!--Enable this for Nape release builds for a serious peformance improvement-->
<haxedef name="NAPE_RELEASE_BUILD" unless="debug" />