Browse Source

:lipstick: Ajuste la position des textes

Pour les rendre plus lisibles et plus espaces.
DricomDragon 3 months ago
parent
commit
4c81497eb5

+ 12 - 11
godot/composants/interface/choix_niveau/choix_niveau.tscn

@@ -200,9 +200,10 @@ layout_mode = 1
 anchors_preset = 5
 anchor_left = 0.5
 anchor_right = 0.5
-offset_left = -125.0
-offset_right = 125.0
-offset_bottom = 42.0
+offset_left = -130.0
+offset_top = -21.0
+offset_right = 143.0
+offset_bottom = 21.0
 grow_horizontal = 2
 theme_override_font_sizes/font_size = 30
 text = "Alpha raquette"
@@ -213,10 +214,10 @@ layout_mode = 1
 anchors_preset = 5
 anchor_left = 0.5
 anchor_right = 0.5
-offset_left = -125.0
-offset_top = 40.0
-offset_right = 125.0
-offset_bottom = 82.0
+offset_left = -118.5
+offset_top = 19.0
+offset_right = 131.5
+offset_bottom = 61.0
 grow_horizontal = 2
 theme_override_font_sizes/font_size = 22
 text = "Choisir un niveau"
@@ -224,9 +225,9 @@ horizontal_alignment = 1
 
 [node name="CommandesMenu" type="Label" parent="BarreMenu"]
 layout_mode = 0
-offset_left = 145.0
-offset_top = 71.0
-offset_right = 325.0
-offset_bottom = 120.0
+offset_left = 188.0
+offset_top = 338.0
+offset_right = 409.0
+offset_bottom = 380.0
 text = "Échap → menu pause
 Clic → démarrer niveau"

+ 1 - 0
godot/composants/interface/pause/pause_menu.tscn

@@ -32,6 +32,7 @@ dragger_visibility = 2
 
 [node name="Label" type="Label" parent="Texte"]
 layout_mode = 2
+size_flags_horizontal = 4
 text = "Bouger la raquette : souris ou ← et →"
 
 [node name="PauseTitle" type="TextureRect" parent="Texte"]