choix_niveau.tscn 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. [gd_scene load_steps=13 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/niveau_jaune.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/niveau_marron_vert.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/niveau_rouge.tscn" id="10_m6fgg"]
  13. [ext_resource type="PackedScene" uid="uid://dh15j87pa6rul" path="res://exec/niveaux/niveau_cdl.tscn" id="12_5dpbk"]
  14. [node name="ChoixNiveau" type="Node"]
  15. script = ExtResource("1_nhye5")
  16. [node name="SystemeSolaire" type="TextureRect" parent="."]
  17. offset_right = 420.0
  18. offset_bottom = 840.0
  19. texture = ExtResource("2_nist7")
  20. script = ExtResource("1_1jmyy")
  21. [node name="PlaneteNaine" type="TextureButton" parent="SystemeSolaire"]
  22. layout_mode = 0
  23. offset_left = -18.0
  24. offset_top = 72.0
  25. offset_right = 205.0
  26. offset_bottom = 216.0
  27. texture_normal = ExtResource("5_ato7s")
  28. script = ExtResource("5_hm38a")
  29. niveau = ExtResource("6_0v56c")
  30. [node name="PlaneteTerre" type="TextureButton" parent="SystemeSolaire"]
  31. layout_mode = 0
  32. offset_left = 208.0
  33. offset_top = 157.0
  34. offset_right = 431.0
  35. offset_bottom = 301.0
  36. texture_normal = ExtResource("2_1herl")
  37. script = ExtResource("5_hm38a")
  38. niveau = ExtResource("8_coqpc")
  39. [node name="PlaneteRouge" type="TextureButton" parent="SystemeSolaire"]
  40. layout_mode = 0
  41. offset_left = -36.0
  42. offset_top = 274.0
  43. offset_right = 187.0
  44. offset_bottom = 418.0
  45. texture_normal = ExtResource("9_mgdr1")
  46. script = ExtResource("5_hm38a")
  47. niveau = ExtResource("10_m6fgg")
  48. [node name="PlaneteLibre" type="TextureButton" parent="SystemeSolaire"]
  49. layout_mode = 0
  50. offset_left = 178.0
  51. offset_top = 370.0
  52. offset_right = 401.0
  53. offset_bottom = 514.0
  54. texture_normal = ExtResource("7_63ppw")
  55. script = ExtResource("5_hm38a")
  56. niveau = ExtResource("12_5dpbk")
  57. [node name="BarreMenu" type="Panel" parent="."]
  58. anchors_preset = 10
  59. anchor_right = 1.0
  60. offset_top = 22.0
  61. offset_bottom = 22.0
  62. grow_horizontal = 2
  63. [node name="TitreJeu" type="Label" parent="BarreMenu"]
  64. layout_mode = 1
  65. anchors_preset = 5
  66. anchor_left = 0.5
  67. anchor_right = 0.5
  68. offset_left = -125.0
  69. offset_right = 125.0
  70. offset_bottom = 42.0
  71. grow_horizontal = 2
  72. theme_override_font_sizes/font_size = 30
  73. text = "Raquette fracassante"
  74. horizontal_alignment = 1
  75. [node name="TitreChoix" type="Label" parent="BarreMenu"]
  76. layout_mode = 1
  77. anchors_preset = 5
  78. anchor_left = 0.5
  79. anchor_right = 0.5
  80. offset_left = -125.0
  81. offset_top = 40.0
  82. offset_right = 125.0
  83. offset_bottom = 82.0
  84. grow_horizontal = 2
  85. theme_override_font_sizes/font_size = 22
  86. text = "Choisir un niveau"
  87. horizontal_alignment = 1
  88. [node name="CommandesMenu" type="Label" parent="BarreMenu"]
  89. layout_mode = 0
  90. offset_left = 145.0
  91. offset_top = 71.0
  92. offset_right = 325.0
  93. offset_bottom = 120.0
  94. text = "Échap → menu pause
  95. Clic → démarrer niveau"