choix_niveau.tscn 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. [gd_scene load_steps=17 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="PackedScene" uid="uid://cyyb8weydthjc" path="res://exec/niveaux/carre_simple.tscn" id="10_m6fgg"]
  13. [ext_resource type="PackedScene" uid="uid://dh15j87pa6rul" path="res://exec/niveaux/jdll2024.tscn" id="12_5dpbk"]
  14. [ext_resource type="Texture2D" uid="uid://gnbv1jnada2r" path="res://composants/interface/planete/images/21.png" id="13_s2a0u"]
  15. [ext_resource type="PackedScene" path="res://exec/niveaux/triangles.tscn" id="14_gw0xo"]
  16. [ext_resource type="Texture2D" uid="uid://beudk7g46syiu" path="res://composants/interface/planete/images/22.png" id="15_6imjs"]
  17. [ext_resource type="PackedScene" uid="uid://b2578e5i8ubvg" path="res://exec/niveaux/falling_dart.tscn" id="16_qdyvs"]
  18. [node name="ChoixNiveau" type="Node"]
  19. script = ExtResource("1_nhye5")
  20. [node name="DefilementNiveaux" type="ScrollContainer" parent="."]
  21. anchors_preset = 15
  22. anchor_right = 1.0
  23. anchor_bottom = 1.0
  24. grow_horizontal = 2
  25. grow_vertical = 2
  26. [node name="SystemeSolaire" type="TextureRect" parent="DefilementNiveaux"]
  27. layout_mode = 2
  28. texture = ExtResource("2_nist7")
  29. script = ExtResource("1_1jmyy")
  30. [node name="PlaneteNaine" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  31. layout_mode = 0
  32. offset_left = -18.0
  33. offset_top = 72.0
  34. offset_right = 205.0
  35. offset_bottom = 216.0
  36. texture_normal = ExtResource("5_ato7s")
  37. script = ExtResource("5_hm38a")
  38. niveau = ExtResource("6_0v56c")
  39. [node name="PlaneteTerre" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  40. layout_mode = 0
  41. offset_left = 208.0
  42. offset_top = 157.0
  43. offset_right = 431.0
  44. offset_bottom = 301.0
  45. texture_normal = ExtResource("2_1herl")
  46. script = ExtResource("5_hm38a")
  47. niveau = ExtResource("8_coqpc")
  48. [node name="PlaneteRouge" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  49. layout_mode = 0
  50. offset_left = -40.0
  51. offset_top = 211.0
  52. offset_right = 183.0
  53. offset_bottom = 355.0
  54. texture_normal = ExtResource("9_mgdr1")
  55. script = ExtResource("5_hm38a")
  56. niveau = ExtResource("10_m6fgg")
  57. [node name="PlaneteLibre" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  58. layout_mode = 0
  59. offset_left = 239.0
  60. offset_top = 320.0
  61. offset_right = 462.0
  62. offset_bottom = 464.0
  63. texture_normal = ExtResource("7_63ppw")
  64. script = ExtResource("5_hm38a")
  65. niveau = ExtResource("12_5dpbk")
  66. [node name="PlaneteSpectrale" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  67. layout_mode = 0
  68. offset_left = 28.0
  69. offset_top = 338.0
  70. offset_right = 251.0
  71. offset_bottom = 482.0
  72. texture_normal = ExtResource("13_s2a0u")
  73. script = ExtResource("5_hm38a")
  74. niveau = ExtResource("14_gw0xo")
  75. [node name="PlaneteGravite" type="TextureButton" parent="DefilementNiveaux/SystemeSolaire"]
  76. layout_mode = 0
  77. offset_left = 120.0
  78. offset_top = 464.0
  79. offset_right = 343.0
  80. offset_bottom = 608.0
  81. texture_normal = ExtResource("15_6imjs")
  82. script = ExtResource("5_hm38a")
  83. niveau = ExtResource("16_qdyvs")
  84. [node name="BarreMenu" type="Panel" parent="."]
  85. anchors_preset = 10
  86. anchor_right = 1.0
  87. offset_top = 22.0
  88. offset_bottom = 22.0
  89. grow_horizontal = 2
  90. [node name="TitreJeu" type="Label" parent="BarreMenu"]
  91. layout_mode = 1
  92. anchors_preset = 5
  93. anchor_left = 0.5
  94. anchor_right = 0.5
  95. offset_left = -125.0
  96. offset_right = 125.0
  97. offset_bottom = 42.0
  98. grow_horizontal = 2
  99. theme_override_font_sizes/font_size = 30
  100. text = "Raquette fracassante"
  101. horizontal_alignment = 1
  102. [node name="TitreChoix" type="Label" parent="BarreMenu"]
  103. layout_mode = 1
  104. anchors_preset = 5
  105. anchor_left = 0.5
  106. anchor_right = 0.5
  107. offset_left = -125.0
  108. offset_top = 40.0
  109. offset_right = 125.0
  110. offset_bottom = 82.0
  111. grow_horizontal = 2
  112. theme_override_font_sizes/font_size = 22
  113. text = "Choisir un niveau"
  114. horizontal_alignment = 1
  115. [node name="CommandesMenu" type="Label" parent="BarreMenu"]
  116. layout_mode = 0
  117. offset_left = 145.0
  118. offset_top = 71.0
  119. offset_right = 325.0
  120. offset_bottom = 120.0
  121. text = "Échap → menu pause
  122. Clic → démarrer niveau"