Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions default/Project.xml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@

<!-- ______________________________ Haxedefines _____________________________ -->

<!--Allows you to use sound paths with no extension, and the default sound type for that
target will be used. If enabled it will use ogg on all targets except flash, which uses mp3.
If value is set to any string, that is used for the file extension-->
<!--<haxedef name="FLX_DEFAULT_SOUND_EXT" value="" />-->
Comment thread
ACrazyTown marked this conversation as resolved.
Outdated

<!--Loads from the specified relative or absolute directory. Unlike other boolean flags, this flag should contain a string value.
When using assets entirely from outside the build directory, it is wise to disable any
<assets> tags in your project.xml, to reduce your total memory-->
<!--<haxedef name="FLX_CUSTOM_ASSETS_DIRECTORY" value="" />-->
Comment thread
ACrazyTown marked this conversation as resolved.
Outdated

<!--Remove the legacy health system-->
<haxedef name="FLX_NO_HEALTH" />

Expand Down Expand Up @@ -78,6 +88,9 @@
<!--Disable the Flixel core debugger. Automatically gets set whenever you compile in release mode!-->
<haxedef name="FLX_NO_DEBUG" unless="debug" />

<!--Disable the Flixel save system-->
<!--<haxedef name="FLX_NO_SAVE" />-->

<!--Enable this for Nape release builds for a serious peformance improvement-->
<haxedef name="NAPE_RELEASE_BUILD" unless="debug" />

Expand Down