12345678910111213141516171819202122 |
- [gd_scene load_steps=4 format=3 uid="uid://cxt4123q4uxma"]
- [ext_resource type="Script" 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"]
- [node name="ShareByTalk" type="Node2D"]
- script = ExtResource("1_hwcgv")
- [node name="Title" parent="." instance=ExtResource("3_gjvol")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "En parler"
- [node name="TextureRect" type="TextureRect" parent="."]
- offset_left = 280.0
- offset_top = 216.0
- offset_right = 1680.0
- offset_bottom = 1016.0
- texture = ExtResource("3_jmsn6")
|