123456789101112131415161718192021222324252627 |
- [gd_scene load_steps=5 format=3 uid="uid://b0o1mk7jvmep"]
- [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_xtfww"]
- [ext_resource type="Texture2D" uid="uid://dgwc3gat8vfjh" path="res://slides/11/godot_icon_eye_notified.svg" id="2_rhoon"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_ra17o"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_iunj5"]
- [node name="FindingGameEngine" type="Node2D"]
- script = ExtResource("1_xtfww")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(938, 649)
- scale = Vector2(1.75403, 1.75403)
- texture = ExtResource("2_rhoon")
- 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_ra17o")]
- offset_left = 60.0
- offset_top = 20.0
- offset_right = 1822.0
- offset_bottom = 188.0
- text = "En quête"
- [node name="Subtitle" parent="." instance=ExtResource("4_iunj5")]
- text = "d'une solution plus facile ..."
|