123456789101112131415161718192021222324252627 |
- [gd_scene load_steps=5 format=3 uid="uid://ce00m1pjp4ajx"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_pfrjm"]
- [ext_resource type="Texture2D" uid="uid://dukk7sp02xoq" path="res://slides/130/godot2_stable.png" id="2_3ai2f"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_snixz"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_lia5w"]
- [node name="Godot23" type="Node2D"]
- script = ExtResource("1_pfrjm")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(975, 636)
- scale = Vector2(2, 2)
- texture = ExtResource("2_3ai2f")
- [node name="Title" parent="." instance=ExtResource("3_snixz")]
- offset_left = 28.0
- offset_top = 26.0
- offset_right = 1903.0
- offset_bottom = 194.0
- text = "Godot 2 : Un pas en avant"
- [node name="Godot2Subtitle" parent="." instance=ExtResource("4_lia5w")]
- offset_right = 759.0
- text = "2016
- Godot 2"
- horizontal_alignment = 0
|