Browse Source

fix choice circles

Arnaud Vergnet 2 years ago
parent
commit
be3f377de5
3 changed files with 13 additions and 11 deletions
  1. 1
    0
      scenes/MainMenu.tscn
  2. 10
    10
      scenes/end-screen/ChoiceCircle.tscn
  3. 2
    1
      scenes/end-screen/EndRecap.tscn

+ 1
- 0
scenes/MainMenu.tscn View File

@@ -195,6 +195,7 @@ margin_right = 1720.0
195 195
 margin_bottom = 1060.0
196 196
 text = "Serious Game on Ethics v0.1"
197 197
 align = 2
198
+
198 199
 [connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/CenterContainer/Panel/MarginContainer/CenterContainer/VBoxContainer/NewGameButton" to="." method="_on_NewGameButton_pressed"]
199 200
 [connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/CenterContainer/Panel/MarginContainer/CenterContainer/VBoxContainer/ContinueButton" to="." method="_on_ContinueButton_pressed"]
200 201
 [connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/CenterContainer/Panel/MarginContainer/CenterContainer/VBoxContainer/MarginContainer/CreditsButton" to="." method="_on_CreditsButton_pressed"]

+ 10
- 10
scenes/end-screen/ChoiceCircle.tscn View File

@@ -36,18 +36,10 @@ custom_fonts/font = SubResource( 1 )
36 36
 text = "Choix"
37 37
 align = 1
38 38
 
39
-[node name="DilemmaLabel" type="Label" parent="VBoxContainer"]
39
+[node name="TextureRect" type="TextureRect" parent="VBoxContainer"]
40 40
 margin_top = 32.0
41 41
 margin_right = 150.0
42
-margin_bottom = 60.0
43
-custom_fonts/font = SubResource( 1 )
44
-text = "Dilemme"
45
-align = 1
46
-
47
-[node name="TextureRect" type="TextureRect" parent="VBoxContainer/DilemmaLabel"]
48
-margin_top = -140.0
49
-margin_right = 150.0
50
-margin_bottom = -4.0
42
+margin_bottom = 168.0
51 43
 mouse_default_cursor_shape = 2
52 44
 size_flags_vertical = 3
53 45
 texture = ExtResource( 1 )
@@ -57,6 +49,14 @@ __meta__ = {
57 49
 "_edit_use_anchors_": false
58 50
 }
59 51
 
52
+[node name="DilemmaLabel" type="Label" parent="VBoxContainer"]
53
+margin_top = 172.0
54
+margin_right = 150.0
55
+margin_bottom = 200.0
56
+custom_fonts/font = SubResource( 1 )
57
+text = "Dilemme"
58
+align = 1
59
+
60 60
 [node name="Tween" type="Tween" parent="."]
61 61
 
62 62
 [node name="HoverControl" parent="." instance=ExtResource( 4 )]

+ 2
- 1
scenes/end-screen/EndRecap.tscn View File

@@ -178,7 +178,7 @@ description_good = "Prioriser le travail à accomplir devant toute forme de dist
178 178
 margin_left = 252.0
179 179
 margin_right = 372.0
180 180
 margin_bottom = 291.0
181
-gauge_name = "Ouverture d'esprit"
181
+gauge_name = "Curiosité"
182 182
 gauge_color = Color( 0.0627451, 0.764706, 0.933333, 1 )
183 183
 description_bad = "Vous vous contentez des connaissances apportées par votre environnement et ne cherchez pas à approfondir certains sujets. Vous prenez le risque de vous enfermer dans vos certitudes et de passer à côté d'innovations."
184 184
 description_neutral = "Être curieux et apprendre de nouvelles choses est quelque chose d’important pour vous mais vous vous contentez parfois de vos connaissances sans chercher à en apprendre d’avantage."
@@ -391,6 +391,7 @@ wait_time = 0.5
391 391
 
392 392
 [node name="ChoicesTimer" type="Timer" parent="."]
393 393
 wait_time = 0.5
394
+
394 395
 [connection signal="pressed" from="VBoxContainer/Control/RecapContainer/MarginContainer/Panel/MarginContainer/VBoxContainer/CenterContainer/ExitButton" to="." method="_on_ExitButton_pressed"]
395 396
 [connection signal="timeout" from="GaugesTimer" to="." method="_on_GaugesTimer_timeout"]
396 397
 [connection signal="timeout" from="ChoicesTimer" to="." method="_on_ChoicesTimer_timeout"]

Loading…
Cancel
Save