|
@@ -1,19 +1,25 @@
|
|
|
-[gd_scene load_steps=4 format=3 uid="uid://cgo6xo8bpu8yn"]
|
|
|
+[gd_scene load_steps=5 format=3 uid="uid://cgo6xo8bpu8yn"]
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_utmok"]
|
|
|
-[ext_resource type="Texture2D" uid="uid://cjarks1cv34os" path="res://slides/302/godot_website_blog_progress_report.png" id="2_mrnnu"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://6v1q4j880rt5" path="res://slides/302/godot_website_blog_progress_reports.png" id="2_60pql"]
|
|
|
[ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_sycse"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://c2uwb8bp2r773" path="res://slides/302/godot_website_blog_releases.png" id="4_skakg"]
|
|
|
|
|
|
[node name="News" type="Node2D"]
|
|
|
script = ExtResource("1_utmok")
|
|
|
|
|
|
-[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
-position = Vector2(946, 649)
|
|
|
-texture = ExtResource("2_mrnnu")
|
|
|
+[node name="BlogProgress" type="Sprite2D" parent="."]
|
|
|
+position = Vector2(628, 583)
|
|
|
+texture = ExtResource("2_60pql")
|
|
|
|
|
|
[node name="Title" parent="." instance=ExtResource("3_sycse")]
|
|
|
-offset_left = 85.0
|
|
|
-offset_top = 26.0
|
|
|
-offset_right = 1847.0
|
|
|
-offset_bottom = 194.0
|
|
|
+offset_left = 64.0
|
|
|
+offset_top = -43.0
|
|
|
+offset_right = 1826.0
|
|
|
+offset_bottom = 125.0
|
|
|
text = "Suivre les actualités"
|
|
|
+
|
|
|
+[node name="BlogReleases" type="Sprite2D" parent="."]
|
|
|
+position = Vector2(1593.38, 694.898)
|
|
|
+scale = Vector2(0.889606, 0.889606)
|
|
|
+texture = ExtResource("4_skakg")
|