-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathtest.xml
More file actions
22 lines (15 loc) · 662 Bytes
/
test.xml
File metadata and controls
22 lines (15 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="Test" package="net.azrafe7.geomAlgo" version="1.0.0" company="azrafe7" />
<app main="Test" path="bin" file="Test" />
<window background="#222222" fps="60" />
<window width="800" height="600" unless="mobile" />
<window orientation="landscape" vsync="false" antialiasing="0" if="cpp" />
<haxeflag name="-D" value="swf-script-timeout=60" />
<set name="SWF_VERSION" value="11.2" />
<source path="src" />
<haxelib name="openfl" />
<haxelib name="hxPixels" />
<assets path="assets" rename="assets" exclude="openfl.svg" include="*.png" />
<icon path="assets/openfl.svg" />
</project>