-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.nmml
27 lines (22 loc) · 980 Bytes
/
build.nmml
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
26
27
<?xml version="1.0" encoding="utf-8"?>
<project>
<app title="HaxePunk" main="Main" file="fish-are-not-naturally-monogamous"
package="com.example.app" version="1.0.0" company="HaxePunk" />
<window width="640" height="480" fps="30"
orientation="portrait" resizable="true" />
<set name="BUILD_DIR" value="bin" />
<app preloader="com.haxepunk.Preloader" />
<classpath name="src" />
<haxelib name="nme" />
<!--<haxelib name="HaxePunk" /> use version in src/com-->
<haxelib name="polygonal" />
<assets path="assets/gfx" rename="gfx" type="image" include="*.png" />
<assets path="assets/sfx" rename="sfx" type="sound" include="*.mp3" />
<assets path="assets/music" rename="music" type="music" include="*.mp3" />
<assets path="assets/font" rename="font" type="font" include="*.ttf" />
<assets path="assets/levels.txt" rename="levels.txt" type="text" />
<ndll name="std" />
<ndll name="regexp" />
<ndll name="zlib" />
<ndll name="nme" haxelib="nme" />
</project>