-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.xml
More file actions
43 lines (34 loc) · 1.04 KB
/
project.xml
File metadata and controls
43 lines (34 loc) · 1.04 KB
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
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta
title="Peremesh"
package="com.kvel2d"
version="1.0.0"
company=""
/>
<app main="haxegon.Load" path="bin" file="game" />
<window
width="960" height="960" unless="mobile"
></window>
<window
fps="60"
background="0x000000"
orientation="landscape"
hardware="true"
vsync="true"
></window>
<window
antialiasing="0"
if="cpp"
></window>
<source path="src" />
<set name="openfl-legacy" if="windows"/>
<haxelib name="openfl" />
<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/text"/>
<assets path="data" exclude="*.svg|*.mp3|*.ogg|*.wav|*.txt" />
<icon path="data/icon/play.svg" />
</project>