choix_niveau.tscn 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. [gd_scene load_steps=23 format=3 uid="uid://cnbv6y2ikfysg"]
  2. [ext_resource type="Script" path="res://composants/interface/choix_niveau/systeme_solaire.gd" id="1_1jmyy"]
  3. [ext_resource type="Script" path="res://composants/interface/choix_niveau/choix_niveau.gd" id="1_nhye5"]
  4. [ext_resource type="Texture2D" uid="uid://kgs8gu7ayyar" path="res://composants/interface/planete/images/02.png" id="2_1herl"]
  5. [ext_resource type="Texture2D" uid="uid://b2pf3mx4ppxoy" path="res://composants/interface/choix_niveau/espace_par_bevouliin.png" id="2_nist7"]
  6. [ext_resource type="Texture2D" uid="uid://dciyah6rngop4" path="res://composants/interface/planete/images/07.png" id="5_ato7s"]
  7. [ext_resource type="Script" path="res://composants/interface/planete/planete.gd" id="5_hm38a"]
  8. [ext_resource type="PackedScene" uid="uid://18mfasfcx418" path="res://exec/niveaux/mini_centre.tscn" id="6_0v56c"]
  9. [ext_resource type="Texture2D" uid="uid://7npljbrmgqur" path="res://composants/interface/planete/images/11.png" id="7_63ppw"]
  10. [ext_resource type="PackedScene" uid="uid://b11cxtgl8mwvm" path="res://exec/niveaux/blob_facile.tscn" id="8_coqpc"]
  11. [ext_resource type="Texture2D" uid="uid://cu1l78e0v6ia3" path="res://composants/interface/planete/images/01.png" id="9_mgdr1"]
  12. [ext_resource type="Texture2D" uid="uid://i4comijffqbn" path="res://composants/interface/planete/images/12.png" id="9_r0gfp"]
  13. [ext_resource type="PackedScene" uid="uid://driwh1k1pylf2" path="res://exec/niveaux/ping_pong.tscn" id="10_iuts0"]
  14. [ext_resource type="PackedScene" uid="uid://cyyb8weydthjc" path="res://exec/niveaux/carre_simple.tscn" id="10_m6fgg"]
  15. [ext_resource type="PackedScene" uid="uid://dh15j87pa6rul" path="res://exec/niveaux/jdll2024.tscn" id="12_5dpbk"]
  16. [ext_resource type="Texture2D" uid="uid://gnbv1jnada2r" path="res://composants/interface/planete/images/21.png" id="13_s2a0u"]
  17. [ext_resource type="PackedScene" uid="uid://c7o51scoh4v5g" path="res://exec/niveaux/triangles.tscn" id="14_gw0xo"]
  18. [ext_resource type="Texture2D" uid="uid://beudk7g46syiu" path="res://composants/interface/planete/images/22.png" id="15_6imjs"]
  19. [ext_resource type="PackedScene" uid="uid://b2578e5i8ubvg" path="res://exec/niveaux/falling_dart.tscn" id="16_qdyvs"]
  20. [ext_resource type="Texture2D" uid="uid://e86os17tlpvx" path="res://composants/interface/planete/images/17.png" id="19_m5si6"]
  21. [ext_resource type="PackedScene" uid="uid://drsvofasfawls" path="res://exec/niveaux/avalanche.tscn" id="20_c2041"]
  22. [ext_resource type="Texture2D" uid="uid://b35yfdepuvkln" path="res://composants/interface/planete/images/08.png" id="21_ni03u"]
  23. [ext_resource type="PackedScene" uid="uid://cvyho0tl25jfr" path="res://exec/niveaux/drill.tscn" id="22_7dn12"]
  24. [node name="ChoixNiveau" type="Node"]
  25. script = ExtResource("1_nhye5")
  26. [node name="DefilementNiveaux" type="ScrollContainer" parent="."]
  27. anchors_preset = 15
  28. anchor_right = 1.0
  29. anchor_bottom = 1.0
  30. grow_horizontal = 2
  31. grow_vertical = 2
  32. [node name="SystemeSolaire" type="TextureRect" parent="DefilementNiveaux"]
  33. layout_mode = 2
  34. texture = ExtResource("2_nist7")
  35. script = ExtResource("1_1jmyy")
  36. [node name="PlaneteNaine" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  37. layout_mode = 0
  38. offset_left = -18.0
  39. offset_top = 72.0
  40. offset_right = 205.0
  41. offset_bottom = 216.0
  42. texture_normal = ExtResource("5_ato7s")
  43. script = ExtResource("5_hm38a")
  44. niveau = ExtResource("6_0v56c")
  45. [node name="PlaneteTerre" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  46. layout_mode = 0
  47. offset_left = 208.0
  48. offset_top = 157.0
  49. offset_right = 431.0
  50. offset_bottom = 301.0
  51. texture_normal = ExtResource("2_1herl")
  52. script = ExtResource("5_hm38a")
  53. niveau = ExtResource("8_coqpc")
  54. [node name="PlaneteSismique" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  55. layout_mode = 0
  56. offset_top = 502.0
  57. offset_right = 223.0
  58. offset_bottom = 646.0
  59. texture_normal = ExtResource("9_r0gfp")
  60. script = ExtResource("5_hm38a")
  61. niveau = ExtResource("10_iuts0")
  62. [node name="PlaneteRouge" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  63. layout_mode = 0
  64. offset_left = -40.0
  65. offset_top = 211.0
  66. offset_right = 183.0
  67. offset_bottom = 355.0
  68. texture_normal = ExtResource("9_mgdr1")
  69. script = ExtResource("5_hm38a")
  70. niveau = ExtResource("10_m6fgg")
  71. [node name="PlaneteLibre" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  72. layout_mode = 0
  73. offset_left = 239.0
  74. offset_top = 320.0
  75. offset_right = 462.0
  76. offset_bottom = 464.0
  77. texture_normal = ExtResource("7_63ppw")
  78. script = ExtResource("5_hm38a")
  79. niveau = ExtResource("12_5dpbk")
  80. [node name="PlaneteSpectrale" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  81. layout_mode = 0
  82. offset_left = 28.0
  83. offset_top = 338.0
  84. offset_right = 251.0
  85. offset_bottom = 482.0
  86. texture_normal = ExtResource("13_s2a0u")
  87. script = ExtResource("5_hm38a")
  88. niveau = ExtResource("14_gw0xo")
  89. [node name="PlaneteGravite" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  90. layout_mode = 0
  91. offset_left = 180.0
  92. offset_top = 454.0
  93. offset_right = 403.0
  94. offset_bottom = 598.0
  95. texture_normal = ExtResource("15_6imjs")
  96. script = ExtResource("5_hm38a")
  97. niveau = ExtResource("16_qdyvs")
  98. [node name="PlaneteIodee" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  99. layout_mode = 0
  100. offset_left = 240.0
  101. offset_top = 582.0
  102. offset_right = 463.0
  103. offset_bottom = 726.0
  104. texture_normal = ExtResource("19_m5si6")
  105. script = ExtResource("5_hm38a")
  106. niveau = ExtResource("20_c2041")
  107. [node name="PlaneteGlacee" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  108. layout_mode = 0
  109. offset_left = -30.0
  110. offset_top = 646.0
  111. offset_right = 193.0
  112. offset_bottom = 790.0
  113. texture_normal = ExtResource("21_ni03u")
  114. script = ExtResource("5_hm38a")
  115. niveau = ExtResource("22_7dn12")
  116. [node name="BarreMenu" type="Panel" parent="."]
  117. anchors_preset = 10
  118. anchor_right = 1.0
  119. offset_top = 22.0
  120. offset_bottom = 22.0
  121. grow_horizontal = 2
  122. [node name="TitreJeu" type="Label" parent="BarreMenu"]
  123. layout_mode = 1
  124. anchors_preset = 5
  125. anchor_left = 0.5
  126. anchor_right = 0.5
  127. offset_left = -125.0
  128. offset_right = 125.0
  129. offset_bottom = 42.0
  130. grow_horizontal = 2
  131. theme_override_font_sizes/font_size = 30
  132. text = "Raquette fracassante"
  133. horizontal_alignment = 1
  134. [node name="TitreChoix" type="Label" parent="BarreMenu"]
  135. layout_mode = 1
  136. anchors_preset = 5
  137. anchor_left = 0.5
  138. anchor_right = 0.5
  139. offset_left = -125.0
  140. offset_top = 40.0
  141. offset_right = 125.0
  142. offset_bottom = 82.0
  143. grow_horizontal = 2
  144. theme_override_font_sizes/font_size = 22
  145. text = "Choisir un niveau"
  146. horizontal_alignment = 1
  147. [node name="CommandesMenu" type="Label" parent="BarreMenu"]
  148. layout_mode = 0
  149. offset_left = 145.0
  150. offset_top = 71.0
  151. offset_right = 325.0
  152. offset_bottom = 120.0
  153. text = "Échap → menu pause
  154. Clic → démarrer niveau"