12345678910111213141516171819 |
- [gd_scene load_steps=4 format=3 uid="uid://cbccs71it0k4n"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_8no2m"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="2_62xv6"]
- [ext_resource type="Texture2D" uid="uid://xmt8qap8b3f8" path="res://slides/203/godot_engine_logo_by_soundsbeard_de3hnd1_small.png" id="3_t01r3"]
- [node name="RenderingEngine" type="Node2D"]
- script = ExtResource("1_8no2m")
- [node name="Title" parent="." instance=ExtResource("2_62xv6")]
- offset_left = 41.0
- offset_top = 28.0
- offset_right = 1800.0
- offset_bottom = 196.0
- text = "Moteur graphique"
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(916, 604)
- texture = ExtResource("3_t01r3")
|