Godot1.tscn 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. [gd_scene load_steps=5 format=3 uid="uid://cf4ctewx8qjvb"]
  2. [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_ktqap"]
  3. [ext_resource type="Texture2D" uid="uid://bib2h0dnokhyt" path="res://slides/122/first_public_release.svg" id="2_18lwo"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_twktv"]
  5. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_nbdqo"]
  6. [node name="Godot1" type="Node2D"]
  7. script = ExtResource("1_ktqap")
  8. [node name="Sprite2D" type="Sprite2D" parent="."]
  9. position = Vector2(958, 690)
  10. scale = Vector2(2, 2)
  11. texture = ExtResource("2_18lwo")
  12. [node name="Titles" type="Control" parent="."]
  13. layout_mode = 3
  14. anchors_preset = 0
  15. offset_left = 40.0
  16. offset_top = 168.0
  17. offset_right = 80.0
  18. offset_bottom = 208.0
  19. [node name="Title" parent="Titles" instance=ExtResource("3_twktv")]
  20. layout_mode = 0
  21. offset_left = 61.0
  22. offset_top = 82.0
  23. offset_right = 1823.0
  24. offset_bottom = 250.0
  25. text = "Godot 1 : Libéré"
  26. [node name="Subtitle" parent="Titles" instance=ExtResource("4_nbdqo")]
  27. layout_mode = 0
  28. offset_left = 0.0
  29. offset_top = 0.0
  30. offset_right = 1756.0
  31. offset_bottom = 131.0
  32. text = "2014 : Un moteur 2D et 3D libre"