GUI.tscn 1014 B

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