1234567891011121314151617181920212223242526272829 |
- [gd_scene load_steps=6 format=3 uid="uid://c5x3t6e5yy050"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_vokcd"]
- [ext_resource type="Texture2D" uid="uid://wxmwh8t1veks" path="res://slides/140/godot-4-0-sets-sail.webp" id="2_xnqgp"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_ufbhk"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_gncrq"]
- [ext_resource type="Texture2D" uid="uid://bawv6p2igymi8" path="res://slides/140/Vulkan_100px_Dec16.png" id="5_2domu"]
- [node name="Godot4" type="Node2D"]
- script = ExtResource("1_vokcd")
- [node name="GodotBoatSprinte" type="Sprite2D" parent="."]
- position = Vector2(874, 674)
- scale = Vector2(0.7, 0.7)
- texture = ExtResource("2_xnqgp")
- [node name="Title" parent="." instance=ExtResource("3_ufbhk")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "Godot 4 : Moderne"
- [node name="Subtitle" parent="." instance=ExtResource("4_gncrq")]
- text = "2023 : Un nouveau départ"
- [node name="VulkanSprite" type="Sprite2D" parent="."]
- position = Vector2(1720, 999)
- texture = ExtResource("5_2domu")
|