Godot3.tscn 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. [gd_scene load_steps=6 format=3 uid="uid://bjtiwlal1u133"]
  2. [ext_resource type="Script" uid="uid://dujtdgtfgki4c" 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. [ext_resource type="Texture2D" uid="uid://xmt8qap8b3f8" path="res://slides/133/godot_engine_logo_by_soundsbeard_de3hnd1_small.png" id="5_etnst"]
  7. [node name="Godot3" type="Node2D"]
  8. script = ExtResource("1_ozuai")
  9. [node name="PhotosDeRendu" type="Sprite2D" parent="."]
  10. position = Vector2(1179, 666)
  11. scale = Vector2(2, 2)
  12. texture = ExtResource("2_xn550")
  13. [node name="Title" parent="." instance=ExtResource("3_fkogs")]
  14. offset_left = 466.0
  15. offset_top = 26.0
  16. offset_right = 1847.0
  17. offset_bottom = 194.0
  18. text = "Godot 3 : Renforcement"
  19. [node name="Godot3Subtitle" parent="." instance=ExtResource("4_r4rae")]
  20. offset_left = 40.0
  21. offset_top = 198.0
  22. offset_right = 755.0
  23. offset_bottom = 421.0
  24. text = "2018
  25. Godot 3"
  26. horizontal_alignment = 0
  27. [node name="Godot3D" type="Sprite2D" parent="."]
  28. position = Vector2(1142, 656)
  29. scale = Vector2(0.596774, 0.596774)
  30. texture = ExtResource("5_etnst")