12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- [gd_scene load_steps=10 format=3 uid="uid://cnbv6y2ikfysg"]
- [ext_resource type="Script" path="res://exec/choix/systeme_solaire.gd" id="1_1jmyy"]
- [ext_resource type="Script" path="res://exec/choix/choix_niveau.gd" id="1_nhye5"]
- [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/images/02.png" id="2_1herl"]
- [ext_resource type="Texture2D" uid="uid://b2pf3mx4ppxoy" path="res://exec/choix/espace_par_bevouliin.png" id="2_nist7"]
- [ext_resource type="PackedScene" uid="uid://cyyb8weydthjc" path="res://exec/niveaux/carre_simple.tscn" id="3_yhitu"]
- [ext_resource type="Texture2D" uid="uid://dciyah6rngop4" path="res://composants/objets/planete/images/07.png" id="5_ato7s"]
- [ext_resource type="PackedScene" uid="uid://18mfasfcx418" path="res://exec/niveaux/mini_centre.tscn" id="6_0v56c"]
- [ext_resource type="PackedScene" uid="uid://b11cxtgl8mwvm" path="res://exec/niveaux/blob_facile.tscn" id="7_knc84"]
- [node name="ChoixNiveau" type="Node"]
- script = ExtResource("1_nhye5")
- [node name="FondSpatial" type="Sprite2D" parent="."]
- texture = ExtResource("2_nist7")
- centered = false
- [node name="SystemeSolaire" type="Node2D" parent="."]
- script = ExtResource("1_1jmyy")
- [node name="PlaneteNaine" parent="SystemeSolaire" instance=ExtResource("1_pbu8m")]
- position = Vector2(113, 137)
- texture = ExtResource("5_ato7s")
- niveau = ExtResource("6_0v56c")
- [node name="PlaneteTerre" parent="SystemeSolaire" instance=ExtResource("1_pbu8m")]
- position = Vector2(293, 235)
- texture = ExtResource("2_1herl")
- niveau = ExtResource("7_knc84")
- [node name="PlaneteRouge" parent="SystemeSolaire" instance=ExtResource("1_pbu8m")]
- position = Vector2(93, 352)
- niveau = ExtResource("3_yhitu")
- [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"
|