1234567891011121314151617181920212223 |
- [gd_scene load_steps=4 format=3 uid="uid://d2u05ulipyjtk"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_ax6xx"]
- [ext_resource type="Texture2D" uid="uid://rj017earjebu" path="res://slides/8/tux_icon.svg" id="2_vq7j6"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_nd38y"]
- [node name="Production" type="Node2D"]
- script = ExtResource("1_ax6xx")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(954.535, 542)
- scale = Vector2(2, 2)
- texture = ExtResource("2_vq7j6")
- metadata/Credit = "Néd J"
- metadata/Source = "https://opengameart.org/content/mascots-and-friends-iconset-1"
- metadata/License = "CC BY-SA 4.0"
- [node name="Title" parent="." instance=ExtResource("3_nd38y")]
- offset_left = 94.0
- offset_top = 154.0
- offset_right = 1856.0
- offset_bottom = 322.0
- text = "Un interprète"
|