forked from john32b/djFlixel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinclude.xml
More file actions
24 lines (17 loc) · 728 Bytes
/
include.xml
File metadata and controls
24 lines (17 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<project>
<!-- General -------->
<set name="SWF_VERSION" value="40"/> <!-- default is 11.8 -->
<!--<window if="html5" resizable="false" />--> <!--User should decide -->
<haxedef name="next" /> <!--I don't know if this is required, but I am declaring anyway-->
<!-- DJFlixel --------->
<haxedef name="DJFLX_VER" value="0.4.2"/>
<assets path="assets/ui_atlas.png" embed="true"/>
<!-- Flixel Defines ------->
<haxedef name="FLX_NO_DEBUG" unless="debug" />
<haxedef name="FLX_NO_TOUCH" unless="mobile"/>
<haxedef name="FLX_NO_MOUSE" if="mobile"/>
<haxedef name="FLX_NO_KEYBOARD" if="mobile"/>
<!-- Haxe -->
<haxeflag name="--no-traces" unless="debug"/>
</project>