12345678910111213141516171819202122232425 |
- [gd_scene load_steps=5 format=3 uid="uid://o0xtbiysd11u"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_wncfr"]
- [ext_resource type="Texture2D" uid="uid://b3th4wlt8gmgy" path="res://slides/311/godot_discord_announcements.png" id="2_siscc"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_lfvpn"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_hbtli"]
- [node name="CommUsers" type="Node2D"]
- script = ExtResource("1_wncfr")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(935, 677)
- scale = Vector2(2, 2)
- texture = ExtResource("2_siscc")
- [node name="Title" parent="." instance=ExtResource("3_lfvpn")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "Chat des utilisateur·ices"
- [node name="Subtitle" parent="." instance=ExtResource("4_hbtli")]
- text = "Via Discord"
- horizontal_alignment = 2
|