123456789101112131415161718192021222324252627282930 |
- [gd_scene load_steps=6 format=3]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_jtata"]
- [ext_resource type="Texture2D" uid="uid://jjrdfilvox4o" path="res://slides/121/godot_icon.svg" id="2_miuqd"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_zaoki"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_rmdkk"]
- [ext_resource type="Texture2D" uid="uid://dlwip6h3kwqg5" path="res://slides/121/iconmonstr-copyright-2.svg" id="5_6oe6k"]
- [node name="Godot0" type="Node2D"]
- script = ExtResource("1_jtata")
- [node name="GodotSprite" type="Sprite2D" parent="."]
- position = Vector2(965, 760)
- scale = Vector2(2, 2)
- texture = ExtResource("2_miuqd")
- [node name="Title" parent="." instance=ExtResource("3_zaoki")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "Godot 0 : La création"
- [node name="Subtitle" parent="." instance=ExtResource("4_rmdkk")]
- text = "2007 : Un moteur propriétaire"
- [node name="CopySprite" type="Sprite2D" parent="."]
- position = Vector2(961, 761)
- scale = Vector2(3, 3)
- texture = ExtResource("5_6oe6k")
|