-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaide.tscn
217 lines (195 loc) · 6.17 KB
/
aide.tscn
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
[gd_scene load_steps=13 format=2]
[ext_resource path="res://aide_jouez.gd" type="Script" id=1]
[ext_resource path="res://assets/colors/carre-blanc.png" type="Texture" id=2]
[ext_resource path="res://assets/fleche_rotation.jpg" type="Texture" id=3]
[ext_resource path="res://assets/pioche.png" type="Texture" id=4]
[ext_resource path="res://assets/arrow-2.png" type="Texture" id=5]
[ext_resource path="res://assets/arrow.png" type="Texture" id=6]
[ext_resource path="res://assets/souris.jpg" type="Texture" id=7]
[ext_resource path="res://assets/flecheclavier.jpg" type="Texture" id=8]
[ext_resource path="res://assets/sourisgauche.jpg" type="Texture" id=9]
[ext_resource path="res://assets/icon/icon.png" type="Texture" id=10]
[ext_resource path="res://assets/interogation.png" type="Texture" id=11]
[ext_resource path="res://assets/icon/247071528-44df4f33-883e-4c1d-baac-06f87b0656f4.png" type="Texture" id=12]
[node name="Area2D" type="Area2D"]
z_index = 4
[node name="aide" type="TextureRect" parent="."]
margin_left = -0.317261
margin_top = 0.0579224
margin_right = 1025.68
margin_bottom = 596.058
mouse_filter = 2
texture = ExtResource( 2 )
expand = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="jouez" type="TextureButton" parent="aide"]
margin_left = 583.166
margin_top = 67.8949
margin_right = 726.166
margin_bottom = 194.895
mouse_default_cursor_shape = 2
texture_normal = ExtResource( 10 )
texture_hover = ExtResource( 12 )
expand = true
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="aide/jouez"]
margin_left = -19.6652
margin_top = 134.993
margin_right = 164.335
margin_bottom = 162.993
custom_colors/default_color = Color( 0, 0, 0, 1 )
tab_size = 8
text = "***____---- JOUEZ ----____***"
scroll_active = false
__meta__ = {
"_edit_use_anchors_": false
}
[node name="pioche" type="TextureRect" parent="aide"]
margin_left = 35.8148
margin_top = 135.901
margin_right = 75.8147
margin_bottom = 175.901
texture = ExtResource( 4 )
expand = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="aide/pioche"]
margin_left = 82.1616
margin_top = 9.24701
margin_right = 271.162
margin_bottom = 49.247
custom_colors/default_color = Color( 0, 0, 0, 1 )
text = "pour piocher des jetons
"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="flechegauche" type="TextureRect" parent="aide"]
margin_left = 10.1144
margin_top = 373.101
margin_right = 50.1144
margin_bottom = 413.101
texture = ExtResource( 5 )
[node name="flechedroite" type="TextureRect" parent="aide/flechegauche"]
anchor_right = 1.472
anchor_bottom = 0.5
margin_left = 57.9301
margin_top = -0.932636
margin_right = 39.0501
margin_bottom = 19.0674
texture = ExtResource( 6 )
[node name="RichTextLabel" type="RichTextLabel" parent="aide/flechegauche/flechedroite"]
margin_left = 51.0
margin_top = 8.0
margin_right = 222.0
margin_bottom = 51.0
custom_colors/default_color = Color( 0, 0, 0, 1 )
text = "pour déplacer les jetons dans le porte jetons
"
scroll_active = false
[node name="tournejeton" type="TextureRect" parent="aide"]
margin_left = 35.5907
margin_top = 307.403
margin_right = 75.5907
margin_bottom = 347.403
texture = ExtResource( 3 )
expand = true
[node name="RichTextLabel" type="RichTextLabel" parent="aide/tournejeton"]
margin_left = 85.0
margin_top = -1.0
margin_right = 292.0
margin_bottom = 39.0
custom_colors/default_color = Color( 0, 0, 0, 1 )
text = "pour changer le sens du jeton le plus a gauche du porte jetons"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="scroll" type="TextureRect" parent="aide"]
margin_left = 27.9098
margin_top = 430.116
margin_right = 83.9098
margin_bottom = 522.116
texture = ExtResource( 7 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="aide/scroll"]
margin_left = 88.6735
margin_top = 32.7755
margin_right = 277.674
margin_bottom = 72.7755
custom_colors/default_color = Color( 0, 0, 0, 1 )
text = "pour zoomer sur le plateau scroll de la souris"
[node name="clicgauche" type="TextureRect" parent="aide"]
margin_left = 25.6616
margin_top = 195.716
margin_right = 83.6616
margin_bottom = 285.716
texture = ExtResource( 9 )
[node name="RichTextLabel" type="RichTextLabel" parent="aide/clicgauche"]
margin_left = 92.0
margin_top = 27.0
margin_right = 291.0
margin_bottom = 73.0
custom_colors/default_color = Color( 0, 0, 0, 1 )
text = "pour déplacer un jeton maintenez la touche gauche de la souris enfoncée"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="flecheclavier" type="TextureRect" parent="aide"]
margin_left = 22.7242
margin_top = 535.277
margin_right = 92.7242
margin_bottom = 577.277
texture = ExtResource( 8 )
[node name="RichTextLabel" type="RichTextLabel" parent="aide/flecheclavier"]
margin_left = 93.0
margin_top = 3.0
margin_right = 289.0
margin_bottom = 41.0
custom_colors/default_color = Color( 0, 0, 0, 1 )
text = "pour déplacer le plateau utilisez les fleches du clavier"
[node name="helper" type="TextureRect" parent="aide"]
margin_left = 30.3622
margin_top = 61.9568
margin_right = 84.3622
margin_bottom = 117.957
texture = ExtResource( 11 )
[node name="RichTextLabel" type="RichTextLabel" parent="aide/helper"]
margin_left = 90.5892
margin_top = 21.7676
margin_right = 151.589
margin_bottom = 61.7676
custom_colors/default_color = Color( 0, 0, 0, 1 )
text = "Help ?"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="aide"]
margin_left = 370.0
margin_top = 376.0
margin_right = 932.0
margin_bottom = 409.0
custom_colors/default_color = Color( 0, 0, 0, 1 )
text = " ___________________________________________________________________________________________"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel2" type="RichTextLabel" parent="aide"]
margin_left = 379.141
margin_top = 418.22
margin_right = 919.141
margin_bottom = 458.22
custom_colors/default_color = Color( 0, 0, 0, 1 )
text = "Associer deux chrominos en connectant au moins 4 carrés de même couleur.
Attention ! Il est interdit de connecter des carrés de couleurs différentes."
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="aide/jouez" to="aide/jouez" method="_on_jouez_pressed"]