GUI.tscn 977 B

1234567891011121314151617181920212223
  1. [gd_scene load_steps=5 format=3 uid="uid://bow1w1i38tk0q"]
  2. [ext_resource type="Script" path="res://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://don8w4672vb50" path="res://slides/206/editor_gd3_tps_2D_menu_scene_inspector.png" id="3_ye2un"]
  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(967, 681)
  16. texture = ExtResource("3_ye2un")
  17. [node name="Subtitle" parent="." instance=ExtResource("4_eknjw")]
  18. text = "Interface graphiques utilisateur·ices"