forked from larsiusprime/haxeflixel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
include.xml
41 lines (35 loc) · 1.75 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
<?xml version="1.0" encoding="utf-8"?>
<project>
<icon path="assets/images/logo/HaxeFlixel.svg" />
<assets path="assets/sounds" rename="flixel/sounds" include="*.ogg" if="html5" unless="unit-test" />
<assets path="assets/sounds" rename="flixel/sounds" include="*.mp3" if="flash" embed="true" />
<assets path="assets/sounds" rename="flixel/sounds" include="*.ogg" unless="flash || html5" embed="true" />
<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" />
<assets path="assets/images/ui/button.png" rename="flixel/images/ui/button.png" embed="true" />
<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 Classics" />
<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>
</project>