-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlips.xml
More file actions
27 lines (25 loc) · 841 Bytes
/
Copy pathBlips.xml
File metadata and controls
27 lines (25 loc) · 841 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
26
27
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<rom-definition version="1.0">
<rom type="cartridge" title="Blips" version="2.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\blips_4.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" />
<sound path="obj/move.vsnd" />
</sounds>
</rom-definition>