forked from tbrosman/hxmath
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapplication.xml
More file actions
26 lines (17 loc) · 827 Bytes
/
application.xml
File metadata and controls
26 lines (17 loc) · 827 Bytes
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
<?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="hxmath-openfl" package="com.hxmath.test" version="1.0.0" company="tbrosman" />
<!-- output -->
<app main="test.openfl.Main" file="hxmath-openfl" path="bin" />
<window background="#000000" fps="60" />
<window width="800" height="600" unless="mobile" />
<window orientation="landscape" vsync="false" antialiasing="0" if="cpp" />
<set name="BUILD_DIR" value="Export" />
<set name="SWF_VERSION" value="11.8" />
<haxedef name="HXMATH_USE_OPENFL_STRUCTURES" />
<!--<setenv name="no_console" value="1" />-->
<classpath name="hxmath" />
<haxelib name="openfl"/>
</project>