|
@@ -1,6 +1,6 @@
|
|
|
[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="Script" path="res://exec/choix/systeme_solaire.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"]
|
|
@@ -8,14 +8,14 @@
|
|
|
|
|
|
[node name="Monde" type="Node"]
|
|
|
|
|
|
-[node name="Systeme" type="Node2D" parent="."]
|
|
|
+[node name="SystemeSolaire" type="Node2D" parent="."]
|
|
|
script = ExtResource("1_1jmyy")
|
|
|
|
|
|
-[node name="Planete1" parent="Systeme" instance=ExtResource("1_pbu8m")]
|
|
|
+[node name="Planete1" parent="SystemeSolaire" instance=ExtResource("1_pbu8m")]
|
|
|
position = Vector2(108, 135)
|
|
|
niveau = ExtResource("3_yhitu")
|
|
|
|
|
|
-[node name="Planete2" parent="Systeme" instance=ExtResource("1_pbu8m")]
|
|
|
+[node name="Planete2" parent="SystemeSolaire" instance=ExtResource("1_pbu8m")]
|
|
|
position = Vector2(297, 272)
|
|
|
texture = ExtResource("2_1herl")
|
|
|
niveau = ExtResource("5_ln8qt")
|