-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlips.xml
25 lines (23 loc) · 772 Bytes
/
Blips.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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<rom-definition version="1.0">
<rom type="cartridge" title="Blips" version="1.0" />
<binary path="obj/blips.vbin" />
<textures>
<texture path="obj\blips_1.vtex" />
<texture path="obj\blips_2.vtex" />
<texture path="obj\blips_3.vtex" />
<texture path="obj\font_13.vtex" />
<texture path="obj\font1_25.vtex" />
<texture path="obj\font2_30.vtex" />
</textures>
<sounds>
<sound path="obj/title.vsnd" />
<sound path="obj/collect.vsnd" />
<sound path="obj/error.vsnd" />
<sound path="obj/explode.vsnd" />
<sound path="obj/menu.vsnd" />
<sound path="obj/select.vsnd" />
<sound path="obj/stageend.vsnd" />
<sound path="obj/menuback.vsnd" />
</sounds>
</rom-definition>