-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.xml
More file actions
22 lines (17 loc) · 869 Bytes
/
project.xml
File metadata and controls
22 lines (17 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="haxepunk_template" package="com.example.app" version="1.0.0" company=""/>
<app file="Main" main="Main" path="export"/>
<icon path="HaxePunk-icon.svg"/>
<window fps="60" background="0x000000"/>
<window width="320" height="180" resizable="true" unless="mobile" background="0x000000"/>
<window orientation="landscape" vsync="true" antialiasing="0" if="cpp"/>
<source path="source"/>
<haxelib name="HaxePunk"/>
<haxedef name="hxp_debug" unless="release" />
<assets path="assets/graphics" rename="graphics" include="*.png|*.jpg"/>
<assets path="assets/audio" rename="audio" include="*.wav|*.ogg"/>
<assets path="assets/font" rename="font" include="*.ttf"/>
<assets path="assets/levels" rename="levels" include="*.oel"/>
<assets path="assets/maps" rename="maps" include="*.oel"/>
</project>