-
Notifications
You must be signed in to change notification settings - Fork 2
/
plonk.qrc
63 lines (63 loc) · 2.89 KB
/
plonk.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
58
59
60
61
62
63
<RCC>
<qresource prefix="/">
<file>qml/mong/Ball.qml</file>
<file>qml/mong/img/background.png</file>
<file>qml/mong/img/ball.png</file>
<file>qml/mong/img/menu/base.png</file>
<file>qml/mong/img/menu/btn_about_off.png</file>
<file>qml/mong/img/menu/btn_about_on.png</file>
<file>qml/mong/img/menu/btn_play_off.png</file>
<file>qml/mong/img/menu/btn_play_on.png</file>
<file>qml/mong/img/menu/title.png</file>
<file>qml/mong/img/paddle/extender.png</file>
<file>qml/mong/img/paddle/gauge.png</file>
<file>qml/mong/img/paddle/gear.png</file>
<file>qml/mong/img/particle_blue.png</file>
<file>qml/mong/img/particle_red.png</file>
<file>qml/mong/img/scoreboard/base.png</file>
<file>qml/mong/img/scoreboard/gear.png</file>
<file>qml/mong/img/scoreboard/score_blue.png</file>
<file>qml/mong/img/scoreboard/score_red.png</file>
<file>qml/mong/img/scoreboard/shadow.png</file>
<file>qml/mong/main.qml</file>
<file>qml/mong/Marble.qml</file>
<file>qml/mong/MenuButton.qml</file>
<file>qml/mong/Menu.qml</file>
<file>qml/mong/MongSounds.qml</file>
<file>qml/mong/MongTouchArea.qml</file>
<file>qml/mong/Paddle.qml</file>
<file>qml/mong/Playfield.qml</file>
<file>qml/mong/ScoreboardPaddle.qml</file>
<file>qml/mong/Scoreboard.qml</file>
<file>qml/mong/snd/hit1.wav</file>
<file>qml/mong/snd/hit2.wav</file>
<file>qml/mong/snd/hit3.wav</file>
<file>qml/mong/snd/hit4.wav</file>
<file>qml/mong/snd/out1.wav</file>
<file>qml/mong/snd/out2.wav</file>
<file>qml/mong/snd/out3.wav</file>
<file>qml/mong/snd/out4.wav</file>
<file>qml/mong/MongMouseArea.qml</file>
<file>qml/mong/img/menu/gear.png</file>
<file>qml/mong/img/menu/gear_shadow.png</file>
<file>qml/mong/Countdown.qml</file>
<file>qml/mong/img/countdown/1.png</file>
<file>qml/mong/img/countdown/2.png</file>
<file>qml/mong/img/countdown/3.png</file>
<file>qml/mong/img/countdown/go.png</file>
<file>qml/mong/img/menu/score_blue.png</file>
<file>qml/mong/img/menu/score_red.png</file>
<file>qml/mong/img/menu/btn_power_off.png</file>
<file>qml/mong/img/menu/btn_power_on.png</file>
<file>qml/mong/MenuBackground.qml</file>
<file>qml/mong/img/menu/base_top.png</file>
<file>qml/mong/img/menu/base_top_shadow.png</file>
<file>qml/mong/MenuGear.qml</file>
<file>qml/mong/img/paddle/paddle_left.png</file>
<file>qml/mong/img/paddle/paddle_middle.png</file>
<file>qml/mong/img/paddle/paddle_right.png</file>
<file>qml/mong/PaddleLeft.qml</file>
<file>qml/mong/PaddleMiddle.qml</file>
<file>qml/mong/PaddleRight.qml</file>
</qresource>
</RCC>