GUI.tscn 768 B

123456789101112131415161718192021
  1. [gd_scene load_steps=4 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://dn816rn67aaby" path="res://slides/203/godot_icon_eye.svg" id="3_33u7n"]
  5. [node name="GUI" type="Node2D"]
  6. script = ExtResource("1_poad3")
  7. [node name="Title" parent="." instance=ExtResource("2_eoglr")]
  8. offset_left = 41.0
  9. offset_top = 28.0
  10. offset_right = 1800.0
  11. offset_bottom = 196.0
  12. text = "Interface graphiques
  13. utilisateur·ices"
  14. [node name="Sprite2D" type="Sprite2D" parent="."]
  15. position = Vector2(916, 633)
  16. scale = Vector2(4, 4)
  17. texture = ExtResource("3_33u7n")