fix choice circles
This commit is contained in:
parent
b33ac647d4
commit
be3f377de5
3 changed files with 13 additions and 11 deletions
|
@ -195,6 +195,7 @@ margin_right = 1720.0
|
|||
margin_bottom = 1060.0
|
||||
text = "Serious Game on Ethics v0.1"
|
||||
align = 2
|
||||
|
||||
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/CenterContainer/Panel/MarginContainer/CenterContainer/VBoxContainer/NewGameButton" to="." method="_on_NewGameButton_pressed"]
|
||||
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/CenterContainer/Panel/MarginContainer/CenterContainer/VBoxContainer/ContinueButton" to="." method="_on_ContinueButton_pressed"]
|
||||
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/CenterContainer/Panel/MarginContainer/CenterContainer/VBoxContainer/MarginContainer/CreditsButton" to="." method="_on_CreditsButton_pressed"]
|
||||
|
|
|
@ -36,18 +36,10 @@ custom_fonts/font = SubResource( 1 )
|
|||
text = "Choix"
|
||||
align = 1
|
||||
|
||||
[node name="DilemmaLabel" type="Label" parent="VBoxContainer"]
|
||||
[node name="TextureRect" type="TextureRect" parent="VBoxContainer"]
|
||||
margin_top = 32.0
|
||||
margin_right = 150.0
|
||||
margin_bottom = 60.0
|
||||
custom_fonts/font = SubResource( 1 )
|
||||
text = "Dilemme"
|
||||
align = 1
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/DilemmaLabel"]
|
||||
margin_top = -140.0
|
||||
margin_right = 150.0
|
||||
margin_bottom = -4.0
|
||||
margin_bottom = 168.0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_vertical = 3
|
||||
texture = ExtResource( 1 )
|
||||
|
@ -57,6 +49,14 @@ __meta__ = {
|
|||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="DilemmaLabel" type="Label" parent="VBoxContainer"]
|
||||
margin_top = 172.0
|
||||
margin_right = 150.0
|
||||
margin_bottom = 200.0
|
||||
custom_fonts/font = SubResource( 1 )
|
||||
text = "Dilemme"
|
||||
align = 1
|
||||
|
||||
[node name="Tween" type="Tween" parent="."]
|
||||
|
||||
[node name="HoverControl" parent="." instance=ExtResource( 4 )]
|
||||
|
|
|
@ -178,7 +178,7 @@ description_good = "Prioriser le travail à accomplir devant toute forme de dist
|
|||
margin_left = 252.0
|
||||
margin_right = 372.0
|
||||
margin_bottom = 291.0
|
||||
gauge_name = "Ouverture d'esprit"
|
||||
gauge_name = "Curiosité"
|
||||
gauge_color = Color( 0.0627451, 0.764706, 0.933333, 1 )
|
||||
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."
|
||||
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
|
|||
|
||||
[node name="ChoicesTimer" type="Timer" parent="."]
|
||||
wait_time = 0.5
|
||||
|
||||
[connection signal="pressed" from="VBoxContainer/Control/RecapContainer/MarginContainer/Panel/MarginContainer/VBoxContainer/CenterContainer/ExitButton" to="." method="_on_ExitButton_pressed"]
|
||||
[connection signal="timeout" from="GaugesTimer" to="." method="_on_GaugesTimer_timeout"]
|
||||
[connection signal="timeout" from="ChoicesTimer" to="." method="_on_ChoicesTimer_timeout"]
|
||||
|
|
Loading…
Reference in a new issue