|
@@ -1,8 +1,9 @@
|
|
|
-[gd_scene load_steps=4 format=3 uid="uid://bn8kxdwf2o7ry"]
|
|
|
+[gd_scene load_steps=5 format=3 uid="uid://bn8kxdwf2o7ry"]
|
|
|
|
|
|
[ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_olwzd"]
|
|
|
[ext_resource type="Texture2D" uid="uid://qi3tk4xt2os3" path="res://slides/110/godot-website-welcome-screen.png" id="2_unjnk"]
|
|
|
[ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_nomxq"]
|
|
|
+[ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_wogkr"]
|
|
|
|
|
|
[node name="GameEngineDef" type="Node2D"]
|
|
|
script = ExtResource("1_olwzd")
|
|
@@ -18,3 +19,11 @@ offset_top = -24.0
|
|
|
offset_right = 1856.0
|
|
|
offset_bottom = 144.0
|
|
|
text = "Le moteur de jeu"
|
|
|
+
|
|
|
+[node name="Subtitle" parent="." instance=ExtResource("4_wogkr")]
|
|
|
+offset_left = 1669.0
|
|
|
+offset_top = 147.0
|
|
|
+offset_right = 2556.0
|
|
|
+offset_bottom = 278.0
|
|
|
+rotation = 1.5708
|
|
|
+text = "que vous attendiez !"
|