12345678910111213141516171819 |
- [gd_scene load_steps=4 format=3 uid="uid://bgurxicpfndgk"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_zluvy"]
- [ext_resource type="Texture2D" uid="uid://4ynxkars0omx" path="res://slides/370/dricom_itch_io_godot_games.png" id="2_eq3pl"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_gxush"]
- [node name="ShareByPublishing" type="Node2D"]
- script = ExtResource("1_zluvy")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(944, 608)
- texture = ExtResource("2_eq3pl")
- [node name="Title" parent="." instance=ExtResource("3_gxush")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "Publiez vos créations"
|