Godot4.tscn 1.2 KB

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