-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.xml
36 lines (28 loc) · 989 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
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="Radio Silence" package="com.distractionware.radiosilence" version="1.0.0" />
<app main="Main" file="radiosilence" path="bin" />
<window width="1280" height="720"
orientation="landscape"
vsync="true" fps="60"
hardware="true"
allow-shaders="true"
require-shaders="true"
depth-buffer="false"
stencil-buffer="true"
background="0x000000" />
<window orientation="landscape" vsync="true" antialiasing="0" if="cpp" />
<source path="src" />
<haxelib name="openfl" />
<haxelib name="starling" />
<haxelib name="away3d" />
<haxelib name="oimophysics" />
<assets path="data" include="*.awd" type="binary" />
<assets path="data" />
<assets path="audio/mp3" rename="audio" if="html5" />
<assets path="audio/ogg" rename="audio" unless="html5" />
<section if="haxeserver">
<haxeflag name="--connect 6000" />
</section>
<config type="windows" output-directory="${platform}-${buildType}" />
</project>