-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmusic.qrc
23 lines (22 loc) · 1.05 KB
/
music.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<RCC>
<qresource>
<file>resources/sounds/menu_sound.mp3</file>
<file>resources/sounds/titles_sound.mp3</file>
<file>resources/sounds/game_sound.mp3</file>
<file>resources/sounds/game_over_sound.mp3</file>
<file>resources/sounds/game_won_sound.mp3</file>
<file>resources/sounds/epic_boss.mp3</file>
<file>resources/sounds/button_click.mp3</file>
<file>resources/sounds/sale_sound.mp3</file>
<file>resources/sounds/not_enough_money_sound.mp3</file>
<file>resources/sounds/new_wave_sound.mp3</file>
<file>resources/sounds/particle_sound_0.mp3</file>
<file>resources/sounds/particle_sound_1.mp3</file>
<file>resources/sounds/particle_sound_2.mp3</file>
<file>resources/sounds/particle_sound_3.mp3</file>
<file>resources/sounds/particle_sound_4.mp3</file>
<file>resources/sounds/particle_sound_5.mp3</file>
<file>resources/sounds/particle_sound_6.mp3</file>
<file>resources/sounds/particle_sound_7.mp3</file>
</qresource>
</RCC>