-
Notifications
You must be signed in to change notification settings - Fork 0
/
qml.qrc
35 lines (35 loc) · 1.32 KB
/
qml.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
<RCC>
<qresource prefix="/">
<file>qml/main.qml</file>
<file>qml/DevGrid.qml</file>
<file>qml/Field.qml</file>
<file>qml/Ball.qml</file>
<file>qml/Floor.qml</file>
<file>qml/BallTrail.qml</file>
<file>qml/RunningStats.qml</file>
<file>qml/HealthBar.qml</file>
<file>qml/Board.qml</file>
<file>qml/Speedometer.qml</file>
<file>qml/Heightmeter.qml</file>
<file>qml/ShowingBehaviour.qml</file>
<file>qml/MenuButton.qml</file>
<file>qml/JScript.js</file>
<file>qml/MainMenu.qml</file>
<file>qml/CustomButton.qml</file>
<file>img/Stellar_Accelerating.png</file>
<file>img/Stellar_Controls.png</file>
<file>img/Stellar_Decelerating.png</file>
<file>img/Stellar_Descending.png</file>
<file>qml/GameControls.qml</file>
<file>img/Stellar_Background.png</file>
<file>sound/ballDecelerating.wav</file>
<file>sound/ballLaunchin.wav</file>
<file>sound/ballStick.wav</file>
<file>sound/buttonClick.wav</file>
<file>sound/buttonHover.wav</file>
<file>sound/scoreUp.wav</file>
<file>sound/ballHit.wav</file>
<file>sound/ballAccelerating.wav</file>
<file>sound/stellarBackground.mp3</file>
</qresource>
</RCC>