-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.xml
More file actions
25 lines (19 loc) · 891 Bytes
/
project.xml
File metadata and controls
25 lines (19 loc) · 891 Bytes
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
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="BulletHellions" package="BulletHellions" version="1.0.0" company="Midcode" />
<!-- output -->
<app file="BulletHellions" main="Main" path="bin" />
<window fps="60" background="0x6e8072" />
<window width="854" height="480" resizable="true" unless="mobile" />
<window fullscreen="true" if="mobile" />
<window orientation="landscape" vsync="true" antialiasing="0" if="cpp" />
<source path="src" />
<!-- classpath, haxe libs -->
<haxelib name="HaxePunk" />
<!-- assets -->
<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" unless="flash" />
<assets path="assets/font" rename="font" include="*.ttf" />
<icon path="assets/HaxePunk.svg" />
</project>