1234567891011121314151617181920212223242526272829 |
- [gd_scene load_steps=5 format=3 uid="uid://cox3vy8168hhs"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_swpv6"]
- [ext_resource type="Texture2D" uid="uid://b6sdexp3kpqpa" path="res://slides/201/godot_icon_color.svg" id="2_rqpxj"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_1rdo5"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_iy3c4"]
- [node name="Graps" type="Node2D"]
- script = ExtResource("1_swpv6")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(979, 666)
- scale = Vector2(0.8, 0.8)
- texture = ExtResource("2_rqpxj")
- [node name="Title" parent="." instance=ExtResource("3_1rdo5")]
- offset_left = 135.0
- offset_top = -35.0
- offset_right = 1897.0
- offset_bottom = 133.0
- text = "Le moteur"
- [node name="Subtitle" parent="." instance=ExtResource("4_iy3c4")]
- offset_left = 498.0
- offset_top = 130.0
- offset_right = 2254.0
- offset_bottom = 261.0
- text = "Godot
- "
|