TabBackend.tscn 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [gd_scene load_steps=8 format=3 uid="uid://c01ibmvkpfje2"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_5um7y"]
  3. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="2_8yg85"]
  4. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="3_x0yqc"]
  5. [ext_resource type="Texture2D" uid="uid://bdi2cc8jws3a1" path="res://slides/257/editor_gd3_choose_backend.png" id="4_c7lf6"]
  6. [ext_resource type="Texture2D" uid="uid://cjb1cgi02r5y7" path="res://slides/257/editor_gd4_choose_backend.png" id="5_8xl3s"]
  7. [ext_resource type="Texture2D" uid="uid://bawv6p2igymi8" path="res://slides/140/Vulkan_100px_Dec16.png" id="6_1g36y"]
  8. [ext_resource type="Texture2D" uid="uid://nab3lojr8sm0" path="res://slides/9/OpenGL_100px_June16.png" id="7_kwa2h"]
  9. [node name="TabBackend" type="Node2D"]
  10. script = ExtResource("1_5um7y")
  11. [node name="Title" parent="." instance=ExtResource("2_8yg85")]
  12. offset_left = 41.0
  13. offset_top = 28.0
  14. offset_right = 1800.0
  15. offset_bottom = 196.0
  16. text = "Choix du moteur de rendu"
  17. [node name="Gd3Subtitle" parent="." instance=ExtResource("3_x0yqc")]
  18. offset_left = -22.0
  19. offset_top = 438.0
  20. offset_right = 588.0
  21. offset_bottom = 569.0
  22. text = "Godot 3"
  23. [node name="Gd3BackendSprite" type="Sprite2D" parent="."]
  24. position = Vector2(295, 790)
  25. scale = Vector2(3.20548, 3.20548)
  26. texture = ExtResource("4_c7lf6")
  27. [node name="Gd4BackendSprite" type="Sprite2D" parent="."]
  28. position = Vector2(1029, 618)
  29. scale = Vector2(4, 4)
  30. texture = ExtResource("5_8xl3s")
  31. [node name="Gd4Subtitle" parent="." instance=ExtResource("3_x0yqc")]
  32. offset_left = 710.0
  33. offset_top = 769.0
  34. offset_right = 1320.0
  35. offset_bottom = 900.0
  36. text = "Godot 4"
  37. [node name="Line2D" type="Line2D" parent="."]
  38. points = PackedVector2Array(1448, 368, 1507, 390, 1508, 575, 1446, 590)
  39. default_color = Color(0.2, 0.247059, 0.403922, 1)
  40. [node name="VulkanLogo" type="Sprite2D" parent="."]
  41. position = Vector2(1658, 481)
  42. texture = ExtResource("6_1g36y")
  43. [node name="OpenGLogo" type="Sprite2D" parent="."]
  44. position = Vector2(1556, 654)
  45. texture = ExtResource("7_kwa2h")