ExtendByFormat.tscn 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [gd_scene load_steps=7 format=3 uid="uid://cuhrrbm7aovb8"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_uziac"]
  3. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_miybg"]
  4. [ext_resource type="Texture2D" uid="uid://deerehowhym8e" path="res://slides/233/blender_logo.png" id="4_2m6mb"]
  5. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_tgmvd"]
  6. [ext_resource type="Texture2D" uid="uid://cf0k1pkyf03yd" path="res://slides/233/wilber-big.png" id="5_kg26w"]
  7. [ext_resource type="Texture2D" uid="uid://bv4vplo68npte" path="res://slides/233/inkscape.svg" id="6_l3ele"]
  8. [node name="ExtendByFormat" type="Node2D"]
  9. script = ExtResource("1_uziac")
  10. [node name="Title" parent="." instance=ExtResource("3_miybg")]
  11. offset_left = 85.0
  12. offset_top = 26.0
  13. offset_right = 1847.0
  14. offset_bottom = 194.0
  15. text = "Intégration"
  16. [node name="Subtitle" parent="." instance=ExtResource("4_tgmvd")]
  17. text = "Utilisez vos outils préférés !"
  18. [node name="BlenderLogo" type="Sprite2D" parent="."]
  19. position = Vector2(516, 429)
  20. scale = Vector2(0.5, 0.5)
  21. texture = ExtResource("4_2m6mb")
  22. [node name="GimpLogo" type="Sprite2D" parent="."]
  23. position = Vector2(1639, 692)
  24. scale = Vector2(2, 2)
  25. texture = ExtResource("5_kg26w")
  26. [node name="InkscapeLogo" type="Sprite2D" parent="."]
  27. position = Vector2(548, 865)
  28. scale = Vector2(2, 2)
  29. texture = ExtResource("6_l3ele")
  30. [node name="InkscapeLabel" parent="." instance=ExtResource("4_tgmvd")]
  31. offset_left = 636.0
  32. offset_top = 965.0
  33. offset_right = 1070.0
  34. offset_bottom = 1096.0
  35. text = "Inkscape"
  36. [node name="GimpLabel" parent="." instance=ExtResource("4_tgmvd")]
  37. offset_left = 1440.0
  38. offset_top = 834.0
  39. offset_right = 1827.0
  40. offset_bottom = 965.0
  41. text = "Gimp
  42. "