|
@@ -1,18 +1,24 @@
|
|
|
-[gd_scene load_steps=3 format=3 uid="uid://cnbv6y2ikfysg"]
|
|
|
+[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
|