choix_niveau.tscn 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. [gd_scene load_steps=10 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="PackedScene" uid="uid://b11cxtgl8mwvm" path="res://exec/niveaux/blob_facile.tscn" id="7_knc84"]
  11. [node name="ChoixNiveau" type="Node"]
  12. script = ExtResource("1_nhye5")
  13. [node name="FondSpatial" type="Sprite2D" parent="."]
  14. texture = ExtResource("2_nist7")
  15. centered = false
  16. [node name="SystemeSolaire" type="Node2D" parent="."]
  17. script = ExtResource("1_1jmyy")
  18. [node name="PlaneteNaine" parent="SystemeSolaire" instance=ExtResource("1_pbu8m")]
  19. position = Vector2(113, 137)
  20. texture = ExtResource("5_ato7s")
  21. niveau = ExtResource("6_0v56c")
  22. [node name="PlaneteTerre" parent="SystemeSolaire" instance=ExtResource("1_pbu8m")]
  23. position = Vector2(293, 235)
  24. texture = ExtResource("2_1herl")
  25. niveau = ExtResource("7_knc84")
  26. [node name="PlaneteRouge" parent="SystemeSolaire" instance=ExtResource("1_pbu8m")]
  27. position = Vector2(93, 352)
  28. niveau = ExtResource("3_yhitu")
  29. [node name="BarreMenu" type="Panel" parent="."]
  30. anchors_preset = 10
  31. anchor_right = 1.0
  32. grow_horizontal = 2
  33. [node name="TitreChoix" type="Label" parent="BarreMenu"]
  34. layout_mode = 1
  35. anchors_preset = 5
  36. anchor_left = 0.5
  37. anchor_right = 0.5
  38. offset_left = -125.0
  39. offset_right = 125.0
  40. offset_bottom = 42.0
  41. grow_horizontal = 2
  42. theme_override_font_sizes/font_size = 30
  43. text = "Choisir un niveau"