1234567891011121314151617181920 |
- [gd_scene load_steps=4 format=3 uid="uid://bjtiwlal1u4ba"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_aeiem"]
- [ext_resource type="Texture2D" uid="uid://3o10bheiejdo" path="res://slides/399/icon.png" id="2_0h0ds"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_fyyyl"]
- [node name="MyPluginRevealed" type="Node2D"]
- script = ExtResource("1_aeiem")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(1428, 556)
- scale = Vector2(4.1075, 4.1075)
- texture = ExtResource("2_0h0ds")
- [node name="Title" parent="." instance=ExtResource("3_fyyyl")]
- offset_left = 37.0
- offset_top = 461.0
- offset_right = 931.0
- offset_bottom = 629.0
- text = "Vous l'avez vu ?"
|