-
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) · 844 Bytes
/
project.xml
File metadata and controls
22 lines (17 loc) · 844 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="Memory" package="com.example.app" version="1.0.0" company="brlka"/>
<app file="Main" main="Main" path="export"/>
<icon path="HaxePunk-icon.svg"/>
<window fps="60" background="0x333333"/>
<window width="640" height="360" resizable="true" unless="mobile"/>
<window width="0" height="0" fullscreen="true" if="mobile"/>
<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/segments" rename="segments" include="*.oel"/>
<assets path="assets/maps" rename="maps" include="*.oel"/>
</project>