-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.xml
32 lines (25 loc) · 1.16 KB
/
project.xml
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
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="Implantsout" package="com.deblox.implantsout" version="1.0.0" company="iogame" />
<app main="Main" path="Export" file="Implantsout" />
<window width="852" height="480" fps="30" resizable="true" />
<source path="Source" />
<haxelib name="openfl" />
<haxelib name="actuate" />
<!-- <ndll name="nme" haxelib="nme" /> -->
<assets path="Assets/fonts" rename="fonts" />
<assets path="Assets/images" rename="images" exclude="openfl.svg" />
<icon path="Assets/openfl.svg" />
<!-- <assets path="Assets/sounds" rename="sounds" if="web">
<sound path="3.mp3" id="sound3" />
<sound path="4.mp3" id="sound4" />
<sound path="5.mp3" id="sound5" />
<music path="theme.mp3" id="soundTheme" />
</assets>
<assets path="Assets/sounds" rename="sounds" unless="web">
<sound path="3.wav" id="sound3" />
<sound path="4.wav" id="sound4" />
<sound path="5.wav" id="sound5" />
<music path="theme.ogg" id="soundTheme" />
</assets> -->
</project>