-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.xml
32 lines (23 loc) · 1.01 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
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="Racer" package="de.woehlerschule.racer" version="1.0.0" company="Wöhlerschule" />
<app main="app.Main" path="build" file="Woehler-Racer"/>
<window background="#ffffff" fps="60" orientation="portrait" />
<!-- Plattform-spezifische Optionen -->
<window width="1000" height="600" if="desktop"/>
<window fullscreen="true" if="mobile" />
<window orientation="landscape" />
<window vsync="true" antialiasing="0" if="cpp" />
<window hardware="true" allow-shaders="true" require-shaders="false" if="cpp"/>
<source path="src" />
<!-- Bibliotheken einbetten -->
<haxelib name="lime" />
<haxelib name="ash" />
<haxelib name="actuate" />
<haxelib name="haxeui" />
<haxelib name="openfl" />
<!-- Ressourcen, die nicht gebraucht werden, werden ausgeschlossen -->
<assets path="assets" exclude="*.xfc" />
<assets path="Ressourcen.txt"/>
<icon path="assets/icon.svg" />
</project>