1234567891011121314151617181920 |
- [gd_scene load_steps=4 format=3 uid="uid://bvhre8f1e7ss3"]
- [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_atjij"]
- [ext_resource type="Texture2D" uid="uid://b3ssfujq6aonm" path="res://slides/0d/Hat.png" id="2_rbrg7"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_pivfc"]
- [node name="RapportTheatre" type="Node2D"]
- script = ExtResource("1_atjij")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(933, 546)
- scale = Vector2(6, 6)
- texture = ExtResource("2_rbrg7")
- [node name="Title" parent="." instance=ExtResource("3_pivfc")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "une pièce de théâtre"
|