1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- [gd_scene load_steps=7 format=3 uid="uid://cxt4123q4uxma"]
- [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_hwcgv"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_gjvol"]
- [ext_resource type="Texture2D" uid="uid://bxgaupf8a0bag" path="res://slides/351/social_media_event_cdl2024_conf_csd9wPx.png" id="3_jmsn6"]
- [ext_resource type="Texture2D" uid="uid://bqfx3xnj0b05n" path="res://slides/351/social_media_event_jdll2023_conf.png" id="3_updaf"]
- [ext_resource type="Texture2D" uid="uid://47pkxl25uxnm" path="res://slides/351/social_media_event_istic_actux2025_conf.png" id="5_jn8rn"]
- [ext_resource type="Texture2D" uid="uid://dxxofwbhtow2w" path="res://slides/351/social_media_event_jdll2025_conf.png" id="6_88i40"]
- [node name="ShareByTalk" type="Node2D"]
- script = ExtResource("1_hwcgv")
- [node name="VBoxContainer" type="VBoxContainer" parent="."]
- offset_left = 175.0
- offset_right = 1745.0
- offset_bottom = 1067.0
- [node name="Title" parent="VBoxContainer" instance=ExtResource("3_gjvol")]
- layout_mode = 2
- text = "En parler"
- [node name="GridContainer" type="GridContainer" parent="VBoxContainer"]
- custom_minimum_size = Vector2(400, 400)
- layout_mode = 2
- columns = 2
- [node name="ConfJdll2023" type="TextureRect" parent="VBoxContainer/GridContainer"]
- custom_minimum_size = Vector2(500, 447.65)
- layout_mode = 2
- tooltip_text = "JDLL 2023"
- texture = ExtResource("3_updaf")
- expand_mode = 3
- [node name="ConfCdL2024" type="TextureRect" parent="VBoxContainer/GridContainer"]
- custom_minimum_size = Vector2(500, 447.65)
- layout_mode = 2
- tooltip_text = "CdL 2024"
- texture = ExtResource("3_jmsn6")
- expand_mode = 3
- [node name="ConfIstic2025" type="TextureRect" parent="VBoxContainer/GridContainer"]
- custom_minimum_size = Vector2(500, 447.65)
- layout_mode = 2
- tooltip_text = "Libre en fête 2025"
- texture = ExtResource("5_jn8rn")
- expand_mode = 3
- [node name="ConfJdll2025" type="TextureRect" parent="VBoxContainer/GridContainer"]
- custom_minimum_size = Vector2(500, 447.65)
- layout_mode = 2
- tooltip_text = "JDLL 2025"
- texture = ExtResource("6_88i40")
- expand_mode = 3
|