choix_niveau.tscn 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. [gd_scene load_steps=12 format=3 uid="uid://cnbv6y2ikfysg"]
  2. [ext_resource type="Script" path="res://exec/choix/systeme_solaire.gd" id="1_1jmyy"]
  3. [ext_resource type="Script" path="res://exec/choix/choix_niveau.gd" id="1_nhye5"]
  4. [ext_resource type="PackedScene" uid="uid://dohnm5dlvf8fs" path="res://composants/objets/planete/planete.tscn" id="1_pbu8m"]
  5. [ext_resource type="Texture2D" uid="uid://kgs8gu7ayyar" path="res://composants/objets/planete/images/02.png" id="2_1herl"]
  6. [ext_resource type="Texture2D" uid="uid://b2pf3mx4ppxoy" path="res://exec/choix/espace_par_bevouliin.png" id="2_nist7"]
  7. [ext_resource type="PackedScene" uid="uid://cyyb8weydthjc" path="res://exec/niveaux/carre_simple.tscn" id="3_yhitu"]
  8. [ext_resource type="Texture2D" uid="uid://dciyah6rngop4" path="res://composants/objets/planete/images/07.png" id="5_ato7s"]
  9. [ext_resource type="PackedScene" uid="uid://18mfasfcx418" path="res://exec/niveaux/mini_centre.tscn" id="6_0v56c"]
  10. [ext_resource type="Texture2D" uid="uid://7npljbrmgqur" path="res://composants/objets/planete/images/11.png" id="7_63ppw"]
  11. [ext_resource type="PackedScene" uid="uid://b11cxtgl8mwvm" path="res://exec/niveaux/blob_facile.tscn" id="7_knc84"]
  12. [ext_resource type="PackedScene" uid="uid://dh15j87pa6rul" path="res://exec/niveaux/jdll2024.tscn" id="8_h20se"]
  13. [node name="ChoixNiveau" type="Node"]
  14. script = ExtResource("1_nhye5")
  15. [node name="FondSpatial" type="Sprite2D" parent="."]
  16. texture = ExtResource("2_nist7")
  17. centered = false
  18. [node name="SystemeSolaire" type="Node2D" parent="."]
  19. script = ExtResource("1_1jmyy")
  20. [node name="PlaneteNaine" parent="SystemeSolaire" instance=ExtResource("1_pbu8m")]
  21. position = Vector2(113, 137)
  22. texture = ExtResource("5_ato7s")
  23. niveau = ExtResource("6_0v56c")
  24. [node name="PlaneteLibre" parent="SystemeSolaire" instance=ExtResource("1_pbu8m")]
  25. position = Vector2(290, 354)
  26. texture = ExtResource("7_63ppw")
  27. niveau = ExtResource("8_h20se")
  28. [node name="PlaneteTerre" parent="SystemeSolaire" instance=ExtResource("1_pbu8m")]
  29. position = Vector2(298, 203)
  30. texture = ExtResource("2_1herl")
  31. niveau = ExtResource("7_knc84")
  32. [node name="PlaneteRouge" parent="SystemeSolaire" instance=ExtResource("1_pbu8m")]
  33. position = Vector2(93, 352)
  34. niveau = ExtResource("3_yhitu")
  35. [node name="BarreMenu" type="Panel" parent="."]
  36. anchors_preset = 10
  37. anchor_right = 1.0
  38. grow_horizontal = 2
  39. [node name="TitreChoix" type="Label" parent="BarreMenu"]
  40. layout_mode = 1
  41. anchors_preset = 5
  42. anchor_left = 0.5
  43. anchor_right = 0.5
  44. offset_left = -125.0
  45. offset_right = 125.0
  46. offset_bottom = 42.0
  47. grow_horizontal = 2
  48. theme_override_font_sizes/font_size = 30
  49. text = "Choisir un niveau"