1234567891011121314151617181920212223242526272829303132333435363738394041 |
- [gd_scene load_steps=6 format=3 uid="uid://c01ibmvkpfje2"]
- [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_5um7y"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="2_8yg85"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="3_x0yqc"]
- [ext_resource type="Texture2D" uid="uid://bdi2cc8jws3a1" path="res://slides/258/editor_gd3_choose_backend.png" id="4_c7lf6"]
- [ext_resource type="Texture2D" uid="uid://cjb1cgi02r5y7" path="res://slides/258/editor_gd4_choose_backend.png" id="5_8xl3s"]
- [node name="TabBackend" type="Node2D"]
- script = ExtResource("1_5um7y")
- [node name="Title" parent="." instance=ExtResource("2_8yg85")]
- offset_left = 41.0
- offset_top = 28.0
- offset_right = 1800.0
- offset_bottom = 196.0
- text = "Choix du moteur de rendu"
- [node name="Gd3Subtitle" parent="." instance=ExtResource("3_x0yqc")]
- offset_left = 96.0
- offset_top = 234.0
- offset_right = 706.0
- offset_bottom = 365.0
- text = "Godot 3"
- [node name="Gd3BackendSprite" type="Sprite2D" parent="."]
- position = Vector2(398, 712)
- scale = Vector2(4, 4)
- texture = ExtResource("4_c7lf6")
- [node name="Gd4BackendSprite" type="Sprite2D" parent="."]
- position = Vector2(1428, 627)
- scale = Vector2(4, 4)
- texture = ExtResource("5_8xl3s")
- [node name="Gd4Subtitle" parent="." instance=ExtResource("3_x0yqc")]
- offset_left = 1094.0
- offset_top = 800.0
- offset_right = 1704.0
- offset_bottom = 931.0
- text = "Godot 4"
|