1234567891011121314151617181920 |
- [gd_scene load_steps=4 format=3 uid="uid://by7ay82mknxdo"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_zgrqd"]
- [ext_resource type="Texture2D" uid="uid://bwe5qhsbvor6r" path="res://slides/281/Button.svg" id="2_jhlbh"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_abojv"]
- [node name="ParaReactive" type="Node2D"]
- script = ExtResource("1_zgrqd")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(933, 546)
- scale = Vector2(2, 2)
- texture = ExtResource("2_jhlbh")
- [node name="Title" parent="." instance=ExtResource("3_abojv")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "Soyez réactifs !"
|