-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFlixelNME.xml
33 lines (22 loc) · 932 Bytes
/
FlixelNME.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
<?xml version="1.0" encoding="utf-8"?>
<project>
<app title="MageEscape" file="MageEscape" main="Main" version="0.0.1"/>
<window width="640" height="480" fps="60" background="0x000000" orientation="portrait" resizable="true" if="flash" />
<window width="640" height="480" fps="60" background="0x000000" orientation="landscape" hardware="true" unless="flash" />
<classpath name="source" />
<haxelib name="openfl" />
<haxelib name="flixel" />
<assets path="assets" if="android" >
<sound path="data/beep.wav" id="Beep" />
</assets>
<assets path="assets" if="desktop" >
<sound path="data/beep.wav" id="Beep" />
</assets>
<assets path="assets" if="flash" >
<sound path="data/beep.mp3" id="Beep" />
</assets>
<assets path="assets" exclude="*.wav" if="flash" />
<assets path="assets" unless="flash" />
<icon name="assets/haxeflixel.svg" />
<compilerflag name="-swf-lib sion065.swc"/>
</project>