-
Notifications
You must be signed in to change notification settings - Fork 2
/
project.xml.example
26 lines (19 loc) · 940 Bytes
/
project.xml.example
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
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="MexiKombat" package="com.cheeses.mexikombat" version="1.0.0" company="" />
<app file="Main" main="Main" path="bin" />
<window fps="30" background="0xececec" orientation="landscape" />
<window width="1024" height="640" resizable="true" unless="mobile" />
<window width="0" height="0" if="mobile" />
<window fullscreen="true" if="mobile" />
<window orientation="landscape" vsync="true" if="cpp" />
<source path="src" />
<haxelib name="openfl-bitfive" if="html5" />
<haxelib name="HaxePunk"/>
<haxelib name="sfxr" />
<assets path="assets/graphics" rename="graphics" include="*.png|*.jpg" />
<assets path="assets/audio" rename="audio" include="*.mp3" if="flash" />
<assets path="assets/audio" rename="audio" include="*.wav|*.ogg|*.m4a" unless="flash" />
<assets path="assets/font" rename="font" include="*.ttf" />
<icon path="assets/logo.svg" />
</project>