-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.xml
46 lines (30 loc) · 1.67 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
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="hx8" package="" version="1.0.0" company="bsinky" />
<app main="Main" path="export" file="hx8" />
<source path="source" />
<haxelib name="lime" />
<haxelib name="arguable" unless="html5"/>
<assets path="assets" rename="assets" exclude="Need-Assets-Directory-To-Build.txt"/>
<!------------------------------APPLICATION SETTINGS---------------------------->
<!--------------------------------WINDOW SETTINGS------------------------------->
<!--These window settings apply to all targets-->
<window width="512" height="256" fps="60" background="#000000" hardware="true" vsync="true" />
<!--Web-specific-->
<window if="web" orientation="portrait" />
<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
<!--Mobile-specific-->
<window if="mobile" orientation="landscape" fullscreen="true" width="0" height="0" />
<!--------------------------------HAXEDEFINES----------------------------------->
<!--Enable this for Nape release builds for a serious peformance improvement-->
<haxedef name="NAPE_RELEASE_BUILD" unless="debug" />
<haxedef name="canvas" if="html5"/>
<haxedef name="cairo" unless="html5"/>
<!-- <haxedef name="debugCPU"/> -->
<!-- <haxedef name="debugDisplay"/> -->
<!-- <haxedef name="debugKeys"/> -->
<!--------------------------------CUSTOM---------------------------------------->
<!--Place custom nodes like icons here (higher priority to override the HaxeFlixel icon)-->
<icon path="logo.svg"/>
</project>