Godot0.tscn 1.2 KB

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