-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththymio-adventure.qrc
72 lines (72 loc) · 3.36 KB
/
thymio-adventure.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
64
65
66
67
68
69
70
71
72
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>assets/marker.xml</file>
<file>ThymioRemoteControl.qml</file>
<file>ThymioAeslLive.qml</file>
<file>ThymioVpl2Live.qml</file>
<file>images/playButton.svg</file>
<file>images/stopButton.svg</file>
<file>Mission1.qml</file>
<file>Mission2.qml</file>
<file>storytelling/Wait.qml</file>
<file>storytelling/SystemSays.qml</file>
<file>storytelling/ThymioSays.qml</file>
<file>storytelling/Choice.qml</file>
<file>storytelling/Dialogue.qml</file>
<file>Cave.qml</file>
<file>qtquickcontrols2.conf</file>
<file>images/ic_menu_white_24px.svg</file>
<file>images/ic_ar_mode_white_24px.svg</file>
<file>images/ic_edit_mode_white_24px.svg</file>
<file>images/ic_play_white_48px.svg</file>
<file>images/ic_stop_white_48px.svg</file>
<file>images/ic_freeplay_white_24px.svg</file>
<file>images/ic_map_white_24px.svg</file>
<file>images/ic_info_white_24px.svg</file>
<file>images/ic_connection_off_white_24px.svg</file>
<file>images/ic_connection_on1_white_24px.svg</file>
<file>images/ic_connection_on2_white_24px.svg</file>
<file>images/ic_connection_on3_white_24px.svg</file>
<file>images/marker-312.png</file>
<file>Map.qml</file>
<file>images/map/island03.png</file>
<file>images/map/island02.png</file>
<file>images/map/island04.png</file>
<file>widgets/AnimatedImageY.qml</file>
<file>images/map/vapor-particle.png</file>
<file>widgets/VaporImageParticle.qml</file>
<file>images/map/sustain-particle.png</file>
<file>images/map/snow-particle.png</file>
<file>images/map/sustain-particle-2.png</file>
<file>images/map/island04-blocks-left.png</file>
<file>images/map/island04-blocks-right.png</file>
<file>images/map/island01.png</file>
<file>widgets/HoveringVaporImageParticle.qml</file>
<file>widgets/HoveringImageParticle.qml</file>
<file>widgets/HoveringEmitter.qml</file>
<file>About.qml</file>
<file>images/map/island01-wave-low.png</file>
<file>images/map/island01-wave-up.png</file>
<file>images/map/island01-cascade-low.png</file>
<file>images/map/island01-cascade-up.png</file>
<file>images/map/island02-cascade-left.png</file>
<file>images/map/island02-cascade-volcano.png</file>
<file>images/map/island02-wave-center.png</file>
<file>images/map/island02-wave-volcano-left.png</file>
<file>images/map/island02-wave-volcano-right.png</file>
<file>images/map/island02-cascade-bottom-left.png</file>
<file>images/map/vapor-particle-volcano.png</file>
<file>images/map/vapor-particle-volcano.svg</file>
<file>widgets/AnimatedImageX.qml</file>
<file>images/map/clouds-back.png</file>
<file>images/map/clouds-front.png</file>
<file>images/ic_lock_white_24px.svg</file>
<file>images/ic_star_rate_white_18px.svg</file>
<file>images/ic_star_rate_yellow_18px.svg</file>
<file>images/ic_play_arrow_black_24px.svg</file>
<file>images/map/clouds-middle.png</file>
<file>Mission3.qml</file>
<file>ThymioLookAt.qml</file>
</qresource>
</RCC>