-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.xml
executable file
·51 lines (42 loc) · 1.33 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta
title="TerryOS"
package="com.terrycavanaghgames.terryos"
version="1.0.0"
company="Terry Cavanagh"
/>
<app swf-version="11.9" if="flash"/>
<app
main="haxegon.Load"
path="bin"
file="newproject"
/>
<window
width="320" height="568" unless="mobile"
></window>
<window
fps="30"
background="0x000000"
orientation="portrait"
hardware="true"
vsync="true"
></window>
<window
antialiasing="0"
if="cpp"
></window>
<source path="src" />
<set name="openfl-legacy" if="windows"/>
<haxeflag name="--macro keep('IntIterator')"/>
<haxelib name="openfl" />
<haxelib name="hscript" />
<haxedef name="hscriptPos" />
<assets path="data/music/mp3" rename="data/music" exclude="*.txt" if="flash"/>
<assets path="data/music/ogg" rename="data/music" exclude="*.txt" unless="flash"/>
<assets path="data/sounds/mp3" rename="data/sounds" exclude="*.txt" if="flash"/>
<assets path="data/sounds/ogg" rename="data/sounds" exclude="*.txt" unless="flash"/>
<assets path="data/apps" exclude="place txt and csv files here.txt"/>
<assets path="data" exclude="*.svg|*.mp3|*.ogg|*.wav|*.txt"/>
<icon path="data/icon/play.svg"/>
</project>