TabBackend.tscn 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [gd_scene load_steps=6 format=3 uid="uid://c01ibmvkpfje2"]
  2. [ext_resource type="Script" path="res://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/258/editor_gd3_choose_backend.png" id="4_c7lf6"]
  6. [ext_resource type="Texture2D" uid="uid://cjb1cgi02r5y7" path="res://slides/258/editor_gd4_choose_backend.png" id="5_8xl3s"]
  7. [node name="TabBackend" type="Node2D"]
  8. script = ExtResource("1_5um7y")
  9. [node name="Title" parent="." instance=ExtResource("2_8yg85")]
  10. offset_left = 41.0
  11. offset_top = 28.0
  12. offset_right = 1800.0
  13. offset_bottom = 196.0
  14. text = "Choix du moteur de rendu"
  15. [node name="Gd3Subtitle" parent="." instance=ExtResource("3_x0yqc")]
  16. offset_left = 96.0
  17. offset_top = 234.0
  18. offset_right = 706.0
  19. offset_bottom = 365.0
  20. text = "Godot 3"
  21. [node name="Gd3BackendSprite" type="Sprite2D" parent="."]
  22. position = Vector2(398, 712)
  23. scale = Vector2(4, 4)
  24. texture = ExtResource("4_c7lf6")
  25. [node name="Gd4BackendSprite" type="Sprite2D" parent="."]
  26. position = Vector2(1428, 627)
  27. scale = Vector2(4, 4)
  28. texture = ExtResource("5_8xl3s")
  29. [node name="Gd4Subtitle" parent="." instance=ExtResource("3_x0yqc")]
  30. offset_left = 1094.0
  31. offset_top = 800.0
  32. offset_right = 1704.0
  33. offset_bottom = 931.0
  34. text = "Godot 4"