|
@@ -1,12 +1,28 @@
|
|
|
-[gd_scene load_steps=3 format=3 uid="uid://c05m8oxkht7i0"]
|
|
|
+[gd_scene load_steps=5 format=3 uid="uid://c05m8oxkht7i0"]
|
|
|
|
|
|
[ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_teudr"]
|
|
|
+[ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="2_jmvc0"]
|
|
|
[ext_resource type="Texture2D" uid="uid://dj8c88ea76ffq" path="res://slides/101/godot_island.jpg" id="2_r1th5"]
|
|
|
+[ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_co22k"]
|
|
|
|
|
|
[node name="Foundation" type="Node2D"]
|
|
|
script = ExtResource("1_teudr")
|
|
|
|
|
|
+[node name="Title" parent="." instance=ExtResource("2_jmvc0")]
|
|
|
+offset_left = 62.0
|
|
|
+offset_top = 0.0
|
|
|
+offset_right = 1829.0
|
|
|
+offset_bottom = 168.0
|
|
|
+text = "Le projet"
|
|
|
+
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
-position = Vector2(962, 535)
|
|
|
+position = Vector2(975, 626)
|
|
|
scale = Vector2(0.440001, 0.440001)
|
|
|
texture = ExtResource("2_r1th5")
|
|
|
+
|
|
|
+[node name="Subtitle" parent="." instance=ExtResource("4_co22k")]
|
|
|
+offset_left = 461.0
|
|
|
+offset_top = 124.0
|
|
|
+offset_right = 2217.0
|
|
|
+offset_bottom = 255.0
|
|
|
+text = "Godot"
|