File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 4848
4949 <!-- ______________________________ Haxedefines _____________________________ -->
5050
51+ <!-- Allows you to use sound paths with no extension, and the default sound type for that
52+ target will be used. If enabled it will use ogg on all targets except flash, which uses mp3.
53+ If value is set to any string, that is used for the file extension-->
54+ <!-- <haxedef name="FLX_DEFAULT_SOUND_EXT" />-->
55+
56+ <!-- Loads from the specified relative or absolute directory. Unlike other boolean flags, this flag should contain a string value.
57+ When using assets entirely from outside the build directory, it is wise to disable any
58+ <assets> tags in your project.xml, to reduce your total memory-->
59+ <!-- <haxedef name="FLX_CUSTOM_ASSETS_DIRECTORY" value="assets" />-->
60+
5161 <!-- Remove the legacy health system-->
5262 <haxedef name =" FLX_NO_HEALTH" />
5363
7888 <!-- Disable the Flixel core debugger. Automatically gets set whenever you compile in release mode!-->
7989 <haxedef name =" FLX_NO_DEBUG" unless =" debug" />
8090
91+ <!-- Disable the Flixel save system-->
92+ <!-- <haxedef name="FLX_NO_SAVE" />-->
93+
8194 <!-- Enable this for Nape release builds for a serious peformance improvement-->
8295 <haxedef name =" NAPE_RELEASE_BUILD" unless =" debug" />
8396
You can’t perform that action at this time.
0 commit comments