Quellcode durchsuchen

:lipstick: Scroll pour toujours afficher le niveau choisi

Le scroll suit le focus.
DricomDragon vor 8 Monaten
Ursprung
Commit
43eee35c9f
1 geänderte Dateien mit 5 neuen und 4 gelöschten Zeilen
  1. 5 4
      godot/composants/interface/choix_niveau/choix_niveau.tscn

+ 5 - 4
godot/composants/interface/choix_niveau/choix_niveau.tscn

@@ -33,6 +33,7 @@ anchor_right = 1.0
 anchor_bottom = 1.0
 grow_horizontal = 2
 grow_vertical = 2
+follow_focus = true
 
 [node name="SystemeSolaire" type="TextureRect" parent="DefilementNiveaux"]
 layout_mode = 2
@@ -73,10 +74,10 @@ niveau = ExtResource("8_coqpc")
 
 [node name="PlaneteRouge" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
 layout_mode = 0
-offset_left = 3.0
-offset_top = 207.0
-offset_right = 141.0
-offset_bottom = 345.0
+offset_left = 18.0
+offset_top = 206.0
+offset_right = 156.0
+offset_bottom = 344.0
 focus_neighbor_top = NodePath("../PlaneteNaine")
 focus_neighbor_right = NodePath("../PlaneteTerre")
 focus_neighbor_bottom = NodePath("../PlaneteSpectrale")