-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.xml
More file actions
25 lines (18 loc) · 812 Bytes
/
project.xml
File metadata and controls
25 lines (18 loc) · 812 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>
<!-- NMML reference: https://gist.github.com/1763850 -->
<!-- metadata, make sure 'package' is at least 3 segments (ie. com.mycompany.myproject) -->
<meta title="BatchPixel" package="BatchPixel" version="1.0.0" company="Joe Williamson" />
<!-- output -->
<app main="Main" file="BatchPixel" />
<set name="BUILD_DIR" value="export" />
<!--<window background="#000000" fps="60" />-->
<!--<window width="800" height="480" unless="mobile" />-->
<!--<window orientation="landscape" vsync="false" antialiasing="0" if="cpp" />-->
<!-- classpath, haxe libs -->
<source path="src" embed="true"/>
<haxelib name="openfl" embed="true"/>
<haxelib name="hscript" embed="true"/>
<assets path="scripts" include="*"></assets>
<!-- assets -->
</project>