123456789101112131415161718192021222324 |
- [gd_scene load_steps=5 format=3 uid="uid://bow1w1i38tk0q"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_poad3"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="2_eoglr"]
- [ext_resource type="Texture2D" uid="uid://bd206p3d6i2p0" path="res://slides/206/editor_gd4_theme_editor.png" id="3_3ycmm"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_eknjw"]
- [node name="GUI" type="Node2D"]
- script = ExtResource("1_poad3")
- [node name="Title" parent="." instance=ExtResource("2_eoglr")]
- offset_left = 41.0
- offset_top = 28.0
- offset_right = 1800.0
- offset_bottom = 196.0
- text = "GUI"
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(945, 798)
- scale = Vector2(1.90304, 1.90304)
- texture = ExtResource("3_3ycmm")
- [node name="Subtitle" parent="." instance=ExtResource("4_eknjw")]
- text = "Interface graphiques utilisateur·ices"
|