-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.qrc
executable file
·27 lines (27 loc) · 1000 Bytes
/
resources.qrc
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
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>graphics/font.png</file>
<file>graphics/general.png</file>
<file>graphics/maps/classic-walls.png</file>
<file>graphics/maps/classic-nodes.png</file>
<file>graphics/maps/classic-balls.png</file>
<file>graphics/maps/small-walls.png</file>
<file>graphics/maps/small-nodes.png</file>
<file>graphics/maps/small-balls.png</file>
<file>sounds/death.wav</file>
<file>sounds/eatfruit.wav</file>
<file>sounds/eatghost.wav</file>
<file>sounds/energizer.wav</file>
<file>sounds/extrapac.wav</file>
<file>sounds/eyes.wav</file>
<file>sounds/intermission.wav</file>
<file>sounds/intro.wav</file>
<file>sounds/munch_1.wav</file>
<file>sounds/munch_2.wav</file>
<file>sounds/siren_1.wav</file>
<file>sounds/siren_2.wav</file>
<file>sounds/siren_3.wav</file>
<file>sounds/siren_4.wav</file>
<file>sounds/siren_5.wav</file>
</qresource>
</RCC>