GrafikLabor.tscn 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. [gd_scene load_steps=9 format=3 uid="uid://q30qjv4ncc70"]
  2. [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_kxvov"]
  3. [ext_resource type="Texture2D" uid="uid://whvletnrswwn" path="res://slides/392/grafik-labor.png" id="2_qrrxe"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_corau"]
  5. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_1n3qa"]
  6. [ext_resource type="Texture2D" uid="uid://bbhna3w2mmvxf" path="res://slides/392/grafik_labor_2025_samedi5.png" id="5_50dcj"]
  7. [ext_resource type="Texture2D" uid="uid://doieh8t8dns76" path="res://slides/392/grafik_labor_2025_dimanche6.png" id="6_fe7ly"]
  8. [sub_resource type="Gradient" id="Gradient_bqgsk"]
  9. colors = PackedColorArray(0.00784314, 0.305882, 0.431373, 1, 0.278431, 0.54902, 0.74902, 0)
  10. [sub_resource type="GradientTexture1D" id="GradientTexture1D_el3ua"]
  11. gradient = SubResource("Gradient_bqgsk")
  12. [node name="GrafikLabor" type="Node2D"]
  13. script = ExtResource("1_kxvov")
  14. [node name="Background" type="TextureRect" parent="."]
  15. offset_right = 1920.0
  16. offset_bottom = 1080.0
  17. texture = SubResource("GradientTexture1D_el3ua")
  18. [node name="Sprite2D" type="Sprite2D" parent="."]
  19. position = Vector2(933, 546)
  20. scale = Vector2(0.585, 0.585)
  21. texture = ExtResource("2_qrrxe")
  22. [node name="Title" parent="." instance=ExtResource("3_corau")]
  23. offset_left = 85.0
  24. offset_top = 26.0
  25. offset_right = 1847.0
  26. offset_bottom = 194.0
  27. text = "Grafik Labor"
  28. [node name="Subtitle" parent="." instance=ExtResource("4_1n3qa")]
  29. text = "dans les locaux d'Activ.Design"
  30. [node name="Programme5" type="TextureRect" parent="."]
  31. offset_left = 60.0
  32. offset_top = 288.0
  33. offset_right = 836.0
  34. offset_bottom = 1245.0
  35. texture = ExtResource("5_50dcj")
  36. [node name="Caption5" parent="Programme5" instance=ExtResource("4_1n3qa")]
  37. offset_left = 873.0
  38. offset_top = -115.0
  39. offset_right = 1883.0
  40. offset_bottom = 16.0
  41. rotation = 1.5708
  42. text = "Samedi 5 avril"
  43. [node name="Programme6" type="TextureRect" parent="."]
  44. offset_left = 1055.0
  45. offset_top = 296.0
  46. offset_right = 1810.0
  47. offset_bottom = 1253.0
  48. texture = ExtResource("6_fe7ly")
  49. [node name="Caption6" parent="Programme6" instance=ExtResource("4_1n3qa")]
  50. offset_left = 855.0
  51. offset_top = -141.0
  52. offset_right = 1865.0
  53. offset_bottom = -10.0
  54. rotation = 1.5708
  55. text = "Dimanche 6 avril"