Godot3.tscn 1.1 KB

123456789101112131415161718192021222324252627282930
  1. [gd_scene load_steps=5 format=3 uid="uid://bjtiwlal1u133"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_ozuai"]
  3. [ext_resource type="Texture2D" uid="uid://6al4ufsk4tyv" path="res://slides/133/new_3d_renderer_40p.jpg" id="2_xn550"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_fkogs"]
  5. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_r4rae"]
  6. [node name="Godot3" type="Node2D"]
  7. script = ExtResource("1_ozuai")
  8. [node name="Sprite2D" type="Sprite2D" parent="."]
  9. position = Vector2(1179, 666)
  10. scale = Vector2(2, 2)
  11. texture = ExtResource("2_xn550")
  12. [node name="Title" parent="." instance=ExtResource("3_fkogs")]
  13. offset_left = 466.0
  14. offset_top = 26.0
  15. offset_right = 1847.0
  16. offset_bottom = 194.0
  17. text = "Godot 3 : Renforcement"
  18. [node name="Godot3Subtitle" parent="." instance=ExtResource("4_r4rae")]
  19. offset_left = 40.0
  20. offset_top = 198.0
  21. offset_right = 755.0
  22. offset_bottom = 421.0
  23. text = "2018
  24. Godot 3"
  25. horizontal_alignment = 0