foundation.tscn 1.0 KB

12345678910111213141516171819202122232425262728
  1. [gd_scene load_steps=5 format=3 uid="uid://c05m8oxkht7i0"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_teudr"]
  3. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="2_jmvc0"]
  4. [ext_resource type="Texture2D" uid="uid://dj8c88ea76ffq" path="res://slides/101/godot_island.jpg" id="2_r1th5"]
  5. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_co22k"]
  6. [node name="Foundation" type="Node2D"]
  7. script = ExtResource("1_teudr")
  8. [node name="Title" parent="." instance=ExtResource("2_jmvc0")]
  9. offset_left = 62.0
  10. offset_top = 0.0
  11. offset_right = 1829.0
  12. offset_bottom = 168.0
  13. text = "Le projet"
  14. [node name="Sprite2D" type="Sprite2D" parent="."]
  15. position = Vector2(975, 626)
  16. scale = Vector2(0.440001, 0.440001)
  17. texture = ExtResource("2_r1th5")
  18. [node name="Subtitle" parent="." instance=ExtResource("4_co22k")]
  19. offset_left = 461.0
  20. offset_top = 124.0
  21. offset_right = 2217.0
  22. offset_bottom = 255.0
  23. text = "Godot"