-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.xml
30 lines (24 loc) · 917 Bytes
/
project.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
<?xml version="1.0" encoding="utf-8"?>
<project>
<!-- NMML reference: https://gist.github.com/1763850 -->
<!-- metadata, make sure 'package' is at least 3 segments (ie. com.mycompany.myproject) -->
<meta title="MarioDash" package="MarioDash" version="1.0.0" company="" />
<!-- output -->
<app main="Main" file="MarioDash" path="bin" />
<window background="#000000" fps="60" />
<window width="640" height="480" unless="mobile" />
<window orientation="landscape" vsync="false" antialiasing="0" if="cpp" />
<app swf-version="11.8" if="flash" />
<!-- classpath, haxe libs -->
<haxedef name="FLX_RECORD" />
<source path="src" />
<haxelib name="openfl" />
<haxelib name="flixel" />
<haxelib name="actuate" />
<haxelib name="flixel-ui" />
<haxelib name="flixel-addons" />
<!-- assets -->
<assets path="assets" rename="assets" />
<!-- optimize output
<haxeflag name="-dce full" /> -->
</project>