12345678910111213141516171819202122 |
- [gd_scene load_steps=4 format=3 uid="uid://blrmrgba4q63w"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_izrbt"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_qfxsw"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="3_y5tyl"]
- [node name="Discover" type="Node2D"]
- script = ExtResource("1_izrbt")
- [node name="Title" parent="." instance=ExtResource("3_qfxsw")]
- offset_left = 103.0
- offset_top = 479.0
- offset_right = 1865.0
- offset_bottom = 647.0
- text = "Découvrir"
- [node name="Subtitle" parent="." instance=ExtResource("3_y5tyl")]
- offset_left = 113.0
- offset_top = 593.0
- offset_right = 1869.0
- offset_bottom = 724.0
- text = "Se renseigner et apprendre !"
|