monde.tscn 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. [gd_scene load_steps=6 format=3 uid="uid://cnbv6y2ikfysg"]
  2. [ext_resource type="Script" path="res://exec/choix/choix.gd" id="1_1jmyy"]
  3. [ext_resource type="PackedScene" uid="uid://dohnm5dlvf8fs" path="res://composants/objets/planete/planete.tscn" id="1_pbu8m"]
  4. [ext_resource type="Texture2D" uid="uid://kgs8gu7ayyar" path="res://composants/objets/planete/02.png" id="2_1herl"]
  5. [ext_resource type="PackedScene" uid="uid://cyyb8weydthjc" path="res://exec/niveaux/carre_simple.tscn" id="3_yhitu"]
  6. [ext_resource type="PackedScene" uid="uid://bu1bb2sat6arr" path="res://exec/niveaux/bulle_facile.tscn" id="5_ln8qt"]
  7. [node name="Monde" type="Node"]
  8. [node name="Systeme" type="Node2D" parent="."]
  9. script = ExtResource("1_1jmyy")
  10. [node name="Planete1" parent="Systeme" instance=ExtResource("1_pbu8m")]
  11. position = Vector2(108, 135)
  12. niveau = ExtResource("3_yhitu")
  13. [node name="Planete2" parent="Systeme" instance=ExtResource("1_pbu8m")]
  14. position = Vector2(297, 272)
  15. texture = ExtResource("2_1herl")
  16. niveau = ExtResource("5_ln8qt")
  17. [node name="BarreMenu" type="Panel" parent="."]
  18. anchors_preset = 10
  19. anchor_right = 1.0
  20. grow_horizontal = 2
  21. [node name="TitreChoix" type="Label" parent="BarreMenu"]
  22. layout_mode = 1
  23. anchors_preset = 5
  24. anchor_left = 0.5
  25. anchor_right = 0.5
  26. offset_left = -125.0
  27. offset_right = 125.0
  28. offset_bottom = 42.0
  29. grow_horizontal = 2
  30. theme_override_font_sizes/font_size = 30
  31. text = "Choisir un niveau"