12345678910111213141516171819202122232425262728293031323334 |
- [gd_scene load_steps=6 format=3 uid="uid://b0mjdew1d5vv6"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_pxvqj"]
- [ext_resource type="Texture2D" uid="uid://lggd1gevt4go" path="res://slides/312/godot_rocket_chat_announcements.png" id="2_602fb"]
- [ext_resource type="Texture2D" uid="uid://dkjbb2u58ojk8" path="res://slides/312/logo-rocket-chat.svg" id="3_i8gkr"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_oqrkr"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_sniib"]
- [node name="CommContrib" type="Node2D"]
- script = ExtResource("1_pxvqj")
- [node name="ChatScreenCapture" type="Sprite2D" parent="."]
- position = Vector2(722, 629)
- texture = ExtResource("2_602fb")
- [node name="RocketChatLogo" type="Sprite2D" parent="."]
- position = Vector2(1603, 998)
- texture = ExtResource("3_i8gkr")
- [node name="Title" parent="." instance=ExtResource("3_oqrkr")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "Chat des contributeur·ices"
- [node name="Subtitle" parent="." instance=ExtResource("4_sniib")]
- offset_left = 1356.0
- offset_top = 207.0
- offset_right = 1887.0
- offset_bottom = 433.0
- text = "Via
- Rocket.Chat"
- horizontal_alignment = 0
|