12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- [gd_scene load_steps=9 format=3 uid="uid://q30qjv4ncc70"]
- [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_kxvov"]
- [ext_resource type="Texture2D" uid="uid://whvletnrswwn" path="res://slides/392/grafik-labor.png" id="2_qrrxe"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_corau"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_1n3qa"]
- [ext_resource type="Texture2D" uid="uid://bbhna3w2mmvxf" path="res://slides/392/grafik_labor_2025_samedi5.png" id="5_50dcj"]
- [ext_resource type="Texture2D" uid="uid://doieh8t8dns76" path="res://slides/392/grafik_labor_2025_dimanche6.png" id="6_fe7ly"]
- [sub_resource type="Gradient" id="Gradient_bqgsk"]
- colors = PackedColorArray(0.00784314, 0.305882, 0.431373, 1, 0.278431, 0.54902, 0.74902, 0)
- [sub_resource type="GradientTexture1D" id="GradientTexture1D_el3ua"]
- gradient = SubResource("Gradient_bqgsk")
- [node name="GrafikLabor" type="Node2D"]
- script = ExtResource("1_kxvov")
- [node name="Background" type="TextureRect" parent="."]
- offset_right = 1920.0
- offset_bottom = 1080.0
- texture = SubResource("GradientTexture1D_el3ua")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(933, 546)
- scale = Vector2(0.585, 0.585)
- texture = ExtResource("2_qrrxe")
- [node name="Title" parent="." instance=ExtResource("3_corau")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "Grafik Labor"
- [node name="Subtitle" parent="." instance=ExtResource("4_1n3qa")]
- text = "dans les locaux d'Activ.Design"
- [node name="Programme5" type="TextureRect" parent="."]
- offset_left = 60.0
- offset_top = 288.0
- offset_right = 836.0
- offset_bottom = 1245.0
- texture = ExtResource("5_50dcj")
- [node name="Caption5" parent="Programme5" instance=ExtResource("4_1n3qa")]
- offset_left = 873.0
- offset_top = -115.0
- offset_right = 1883.0
- offset_bottom = 16.0
- rotation = 1.5708
- text = "Samedi 5 avril"
- [node name="Programme6" type="TextureRect" parent="."]
- offset_left = 1055.0
- offset_top = 296.0
- offset_right = 1810.0
- offset_bottom = 1253.0
- texture = ExtResource("6_fe7ly")
- [node name="Caption6" parent="Programme6" instance=ExtResource("4_1n3qa")]
- offset_left = 855.0
- offset_top = -141.0
- offset_right = 1865.0
- offset_bottom = -10.0
- rotation = 1.5708
- text = "Dimanche 6 avril"
|