1234567891011121314151617181920212223242526272829303132333435363738 |
- [gd_scene load_steps=6 format=3 uid="uid://cnbv6y2ikfysg"]
- [ext_resource type="Script" path="res://exec/choix/choix.gd" id="1_1jmyy"]
- [ext_resource type="PackedScene" uid="uid://dohnm5dlvf8fs" path="res://composants/objets/planete/planete.tscn" id="1_pbu8m"]
- [ext_resource type="Texture2D" uid="uid://kgs8gu7ayyar" path="res://composants/objets/planete/02.png" id="2_1herl"]
- [ext_resource type="PackedScene" uid="uid://cyyb8weydthjc" path="res://exec/niveaux/carre_simple.tscn" id="3_yhitu"]
- [ext_resource type="PackedScene" uid="uid://bu1bb2sat6arr" path="res://exec/niveaux/bulle_facile.tscn" id="5_ln8qt"]
- [node name="Monde" type="Node"]
- [node name="Systeme" type="Node2D" parent="."]
- script = ExtResource("1_1jmyy")
- [node name="Planete1" parent="Systeme" instance=ExtResource("1_pbu8m")]
- position = Vector2(108, 135)
- niveau = ExtResource("3_yhitu")
- [node name="Planete2" parent="Systeme" instance=ExtResource("1_pbu8m")]
- position = Vector2(297, 272)
- texture = ExtResource("2_1herl")
- niveau = ExtResource("5_ln8qt")
- [node name="BarreMenu" type="Panel" parent="."]
- anchors_preset = 10
- anchor_right = 1.0
- grow_horizontal = 2
- [node name="TitreChoix" type="Label" parent="BarreMenu"]
- layout_mode = 1
- anchors_preset = 5
- anchor_left = 0.5
- anchor_right = 0.5
- offset_left = -125.0
- offset_right = 125.0
- offset_bottom = 42.0
- grow_horizontal = 2
- theme_override_font_sizes/font_size = 30
- text = "Choisir un niveau"
|