Godot23.tscn 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. [gd_scene load_steps=5 format=3 uid="uid://ce00m1pjp4ajx"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_pfrjm"]
  3. [ext_resource type="Texture2D" uid="uid://dukk7sp02xoq" path="res://slides/130/godot2_stable.png" id="2_3ai2f"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_snixz"]
  5. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_lia5w"]
  6. [node name="Godot23" type="Node2D"]
  7. script = ExtResource("1_pfrjm")
  8. [node name="Sprite2D" type="Sprite2D" parent="."]
  9. position = Vector2(975, 636)
  10. scale = Vector2(2, 2)
  11. texture = ExtResource("2_3ai2f")
  12. [node name="Title" parent="." instance=ExtResource("3_snixz")]
  13. offset_left = 28.0
  14. offset_top = 26.0
  15. offset_right = 1903.0
  16. offset_bottom = 194.0
  17. text = "Godot 2 & 3 : Perfectionnement"
  18. [node name="Godot2Subtitle" parent="." instance=ExtResource("4_lia5w")]
  19. offset_right = 759.0
  20. text = "2016
  21. Godot 2"
  22. horizontal_alignment = 0
  23. [node name="Godot3Subtitle" parent="." instance=ExtResource("4_lia5w")]
  24. offset_left = 1173.0
  25. offset_top = 183.0
  26. offset_right = 1888.0
  27. offset_bottom = 314.0
  28. text = "2018
  29. Godot 3"
  30. horizontal_alignment = 2