-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.xml
24 lines (18 loc) · 936 Bytes
/
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
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="Tones Out" package="com.grimninja.tonesout" version="1.0" company="Grim Ninja" />
<app file="Main" main="Main" path="bin" />
<window fps="60" background="0x000000" />
<window width="480" height="700" resizable="false" unless="mobile" />
<window orientation="portrait" fullscreen="true" if="mobile" />
<window orientation="portrait" vsync="true" if="cpp" />
<source path="src" />
<haxelib name="HaxePunk" />
<haxelib name="svg" />
<haxelib name="hxColorToolkit" />
<assets path="assets/graphics" rename="graphics" include="*.svg|*.png|*.jpg" />
<assets path="assets/audio" rename="audio" include="*.wav|*.ogg" unless="flash" />
<assets path="assets/font" rename="font" include="*.ttf" />
<assets path="assets/levels" rename="levels" include="*.json" />
<icon path="assets/graphics/TonesOut.svg" />
</project>