ShareByTalk.tscn 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [gd_scene load_steps=7 format=3 uid="uid://cxt4123q4uxma"]
  2. [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_hwcgv"]
  3. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_gjvol"]
  4. [ext_resource type="Texture2D" uid="uid://bxgaupf8a0bag" path="res://slides/351/social_media_event_cdl2024_conf_csd9wPx.png" id="3_jmsn6"]
  5. [ext_resource type="Texture2D" uid="uid://bqfx3xnj0b05n" path="res://slides/351/social_media_event_jdll2023_conf.png" id="3_updaf"]
  6. [ext_resource type="Texture2D" uid="uid://47pkxl25uxnm" path="res://slides/351/social_media_event_istic_actux2025_conf.png" id="5_jn8rn"]
  7. [ext_resource type="Texture2D" uid="uid://dxxofwbhtow2w" path="res://slides/351/social_media_event_jdll2025_conf.png" id="6_88i40"]
  8. [node name="ShareByTalk" type="Node2D"]
  9. script = ExtResource("1_hwcgv")
  10. [node name="VBoxContainer" type="VBoxContainer" parent="."]
  11. offset_left = 175.0
  12. offset_right = 1745.0
  13. offset_bottom = 1067.0
  14. [node name="Title" parent="VBoxContainer" instance=ExtResource("3_gjvol")]
  15. layout_mode = 2
  16. text = "En parler"
  17. [node name="GridContainer" type="GridContainer" parent="VBoxContainer"]
  18. custom_minimum_size = Vector2(400, 400)
  19. layout_mode = 2
  20. columns = 2
  21. [node name="ConfJdll2023" type="TextureRect" parent="VBoxContainer/GridContainer"]
  22. custom_minimum_size = Vector2(500, 447.65)
  23. layout_mode = 2
  24. tooltip_text = "JDLL 2023"
  25. texture = ExtResource("3_updaf")
  26. expand_mode = 3
  27. [node name="ConfCdL2024" type="TextureRect" parent="VBoxContainer/GridContainer"]
  28. custom_minimum_size = Vector2(500, 447.65)
  29. layout_mode = 2
  30. tooltip_text = "CdL 2024"
  31. texture = ExtResource("3_jmsn6")
  32. expand_mode = 3
  33. [node name="ConfIstic2025" type="TextureRect" parent="VBoxContainer/GridContainer"]
  34. custom_minimum_size = Vector2(500, 447.65)
  35. layout_mode = 2
  36. tooltip_text = "Libre en fête 2025"
  37. texture = ExtResource("5_jn8rn")
  38. expand_mode = 3
  39. [node name="ConfJdll2025" type="TextureRect" parent="VBoxContainer/GridContainer"]
  40. custom_minimum_size = Vector2(500, 447.65)
  41. layout_mode = 2
  42. tooltip_text = "JDLL 2025"
  43. texture = ExtResource("6_88i40")
  44. expand_mode = 3