-
Notifications
You must be signed in to change notification settings - Fork 439
/
include.xml
55 lines (45 loc) · 2.19 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<project xmlns="http://lime.openfl.org/project/1.0.4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://lime.openfl.org/project/1.0.4 http://lime.openfl.org/xsd/project-1.0.4.xsd">
<icon path="assets/images/logo/HaxeFlixel.svg" priority="-10" />
<section unless="unit-test">
<assets path="assets/sounds" rename="flixel/sounds" include="*.mp3" if="web || air" embed="true" />
<assets path="assets/sounds" rename="flixel/sounds" include="*.ogg" unless="flash || air" embed="true" />
</section>
<assets path="assets/fonts/nokiafc22.ttf" rename="flixel/fonts/nokiafc22.ttf" embed="true" />
<assets path="assets/fonts/monsterrat.ttf" rename="flixel/fonts/monsterrat.ttf" embed="true" />
<section unless="unit-test html5">
<assets path="assets/images/ui/button.png" rename="flixel/images/ui/button.png" embed="true" />
<assets path="assets/images/logo/default.png" rename="flixel/images/logo/default.png" embed="true" />
</section>
<set name="legacy" unless="next" />
<haxelib name="openfl" unless="create" />
<haxelib name="hscript" unless="create || coverage2" optional="true" />
<haxeflag name="--macro" value="flixel.system.macros.FlxDefines.run()" />
<section if="setup">
<haxelib name="hscript" />
<haxelib name="systools" />
<haxelib name="flixel-addons" />
<haxelib name="flixel-ui" />
<haxelib name="flixel-demos" />
<haxelib name="flixel-tools" />
<haxelib name="flixel-templates" />
</section>
<section if="create">
<sample path="${haxelib:flixel-demos}/Arcade" />
<sample path="${haxelib:flixel-demos}/Editors" />
<sample path="${haxelib:flixel-demos}/Effects" />
<sample path="${haxelib:flixel-demos}/Flixel Features" />
<sample path="${haxelib:flixel-demos}/Input" />
<sample path="${haxelib:flixel-demos}/Other" />
<sample path="${haxelib:flixel-demos}/Performance" />
<sample path="${haxelib:flixel-demos}/Platformers" />
<sample path="${haxelib:flixel-demos}/Tutorials" />
<sample path="${haxelib:flixel-demos}/User Interface" />
</section>
<section if="${lime >= 8.2.0}">
<config:android>
<application android:appCategory="game" />
</config:android>
</section>
</project>