Prechádzať zdrojové kódy

:lipstick: Ajoute le titre du jeu dans le menu de choix de niveau

DricomDragon 10 mesiacov pred
rodič
commit
3b8469c584
1 zmenil súbory, kde vykonal 16 pridanie a 1 odobranie
  1. 16 1
      godot/exec/choix/choix_niveau.tscn

+ 16 - 1
godot/exec/choix/choix_niveau.tscn

@@ -73,7 +73,7 @@ anchors_preset = 10
 anchor_right = 1.0
 grow_horizontal = 2
 
-[node name="TitreChoix" type="Label" parent="BarreMenu"]
+[node name="TitreJeu" type="Label" parent="BarreMenu"]
 layout_mode = 1
 anchors_preset = 5
 anchor_left = 0.5
@@ -83,4 +83,19 @@ offset_right = 125.0
 offset_bottom = 42.0
 grow_horizontal = 2
 theme_override_font_sizes/font_size = 30
+text = "Raquette fracassante"
+horizontal_alignment = 1
+
+[node name="TitreChoix" type="Label" parent="BarreMenu"]
+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
+grow_horizontal = 2
+theme_override_font_sizes/font_size = 22
 text = "Choisir un niveau"
+horizontal_alignment = 1