forked from HaxeFlixel/flixel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinclude.xml
31 lines (24 loc) · 1.04 KB
/
include.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<project>
<icon path="assets/images/logo/HaxeFlixel.svg" />
<assets path="assets/sounds" include="*.ogg" if="html5" />
<assets path="assets/sounds" include="*.mp3" if="flash" embed="true" />
<assets path="assets/sounds" include="*.ogg" unless="flash || html5" embed="true" />
<set name="html5-backend" value="openfl-bitfive" unless="html5-backend" />
<haxelib name="openfl" />
<!-- Allow this setting to be overridden on the command-line -->
<set name="FLX_RENDER_BLIT" if="flash || html5" unless="FLX_RENDER_TILE" />
<set name="FLX_RENDER_TILE" unless="FLX_RENDER_BLIT" />
<haxedef name="FLX_RENDER_BLIT" if="FLX_RENDER_BLIT" />
<haxedef name="FLX_RENDER_TILE" if="FLX_RENDER_TILE" />
<haxedef name="bitfive_gamepads" />
<section if="setup">
<haxelib name="systools"/>
<haxelib name="openfl-bitfive"/>
<haxelib name="flixel-addons"/>
<haxelib name="flixel-ui"/>
<haxelib name="flixel-demos"/>
<haxelib name="flixel-tools"/>
<haxelib name="flixel-templates"/>
</section>
</project>