-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathzyheaps.xml
More file actions
16 lines (16 loc) · 593 Bytes
/
zyheaps.xml
File metadata and controls
16 lines (16 loc) · 593 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<project>
<meta title="Marble Blast Gold" package="com.marble.blast" version="1.0.0" company="RandomityGuy" />
<!-- Main app -->
<app main="Main" path="Export" file="MBHaxe"/>
<!-- Assets -->
<assets path="data" rename="data" />
<!-- Haxelib -->
<haxelib name="zyheaps" />
<haxelib name="heaps" />
<!-- Sources -->
<source name="src" />
<!-- Android Config -->
<define name="NDK_DIR" value="E:/Android/ndk/18.1.5063045" />
<define name="ANDROID_SDK_DIR" value="E:/Android" />
<define name="NDK_VERSION" value="18.1.5063045" />
</project>