Ver código fonte

:fire: Enleve scroll planete

DricomDragon 10 meses atrás
pai
commit
1c8201a8f6

+ 7 - 13
godot/composants/interface/choix_niveau/choix_niveau.tscn

@@ -16,19 +16,13 @@
 [node name="ChoixNiveau" type="Node"]
 script = ExtResource("1_nhye5")
 
-[node name="DefilementNiveaux" type="ScrollContainer" parent="."]
-anchors_preset = 15
-anchor_right = 1.0
-anchor_bottom = 1.0
-grow_horizontal = 2
-grow_vertical = 2
-
-[node name="SystemeSolaire" type="TextureRect" parent="DefilementNiveaux"]
-layout_mode = 2
+[node name="SystemeSolaire" type="TextureRect" parent="."]
+offset_right = 420.0
+offset_bottom = 840.0
 texture = ExtResource("2_nist7")
 script = ExtResource("1_1jmyy")
 
-[node name="PlaneteNaine" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
+[node name="PlaneteNaine" type="TextureButton" parent="SystemeSolaire"]
 layout_mode = 0
 offset_left = -18.0
 offset_top = 72.0
@@ -38,7 +32,7 @@ texture_normal = ExtResource("5_ato7s")
 script = ExtResource("5_hm38a")
 niveau = ExtResource("6_0v56c")
 
-[node name="PlaneteTerre" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
+[node name="PlaneteTerre" type="TextureButton" parent="SystemeSolaire"]
 layout_mode = 0
 offset_left = 208.0
 offset_top = 157.0
@@ -48,7 +42,7 @@ texture_normal = ExtResource("2_1herl")
 script = ExtResource("5_hm38a")
 niveau = ExtResource("8_coqpc")
 
-[node name="PlaneteRouge" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
+[node name="PlaneteRouge" type="TextureButton" parent="SystemeSolaire"]
 layout_mode = 0
 offset_left = -36.0
 offset_top = 274.0
@@ -58,7 +52,7 @@ texture_normal = ExtResource("9_mgdr1")
 script = ExtResource("5_hm38a")
 niveau = ExtResource("10_m6fgg")
 
-[node name="PlaneteLibre" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
+[node name="PlaneteLibre" type="TextureButton" parent="SystemeSolaire"]
 layout_mode = 0
 offset_left = 178.0
 offset_top = 370.0