|
@@ -1,9 +1,10 @@
|
|
|
-[gd_scene load_steps=9 format=3 uid="uid://cnbv6y2ikfysg"]
|
|
|
+[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"]
|
|
@@ -12,6 +13,10 @@
|
|
|
[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")
|
|
|
|