-
Notifications
You must be signed in to change notification settings - Fork 0
/
rs.qrc
57 lines (57 loc) · 1.88 KB
/
rs.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<RCC>
<qresource prefix="/images">
<file>bgstepthree.png</file>
<file>bgstepone.png</file>
<file>bgsteptwo.png</file>
<file>zombie1.png</file>
<file>sun1.png</file>
<file>zombie2.png</file>
<file>zombie3.png</file>
<file>zombie4.png</file>
<file>ball-shadow.png</file>
<file>shooter1.png</file>
<file>sunflower.png</file>
<file>oak1.png</file>
<file>oak2.png</file>
<file>oak3.png</file>
<file>oak4.png</file>
<file>oak5.png</file>
<file>oak6.png</file>
<file>oak7.png</file>
<file>mZombie1.png</file>
<file>mZombie2.png</file>
<file>mZombie3.png</file>
<file>mZombie4.png</file>
<file>cherry.png</file>
<file>homePage.png</file>
<file>exitButton.png</file>
<file>startButton.png</file>
<file>cherrySelectable.jpg</file>
<file>cherrySelected.jpg</file>
<file>cherryUnSelected.jpg</file>
<file>index.jpg</file>
<file>OakSelectable.jpg</file>
<file>OakSelected.jpg</file>
<file>OakUnSelected.jpg</file>
<file>shooterSelectable.jpg</file>
<file>shooterSelected.jpg</file>
<file>shooterUnSelected.jpg</file>
<file>sunflowerSelectable.jpg</file>
<file>sunflowerSelected.jpg</file>
<file>sunflowerUnSelected.jpg</file>
<file>selectedShovle.png</file>
<file>shovel.png</file>
</qresource>
<qresource prefix="/musics">
<file>throwBullet.mp3</file>
<file>coin.mp3</file>
<file>GrasswalkPvZ1.mp3</file>
<file>groan.mp3</file>
<file>MainMenuPvZ1.mp3</file>
<file>chomp.mp3</file>
<file>bulletZombie.mp3</file>
<file>killZombie.mp3</file>
<file>groan6.mp3</file>
<file>cherrybomb.mp3</file>
</qresource>
</RCC>