choix_niveau.tscn 1.9 KB

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