Reals.tscn 1.1 KB

1234567891011121314151617181920212223242526272829
  1. [gd_scene load_steps=5 format=3 uid="uid://cuqsobabbka12"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_teudr"]
  3. [ext_resource type="Texture2D" uid="uid://co2ai7u4ymih8" path="res://slides/300/godot_primitive_rocket.svg" id="2_es5q4"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_cn8cn"]
  5. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_8cccc"]
  6. [node name="Reals" type="Node2D"]
  7. script = ExtResource("1_teudr")
  8. [node name="Sprite2D" type="Sprite2D" parent="."]
  9. position = Vector2(952, 710)
  10. scale = Vector2(1.648, 1.648)
  11. texture = ExtResource("2_es5q4")
  12. flip_h = true
  13. [node name="Title" parent="." instance=ExtResource("3_cn8cn")]
  14. offset_left = 70.0
  15. offset_top = 2.0
  16. offset_right = 1832.0
  17. offset_bottom = 170.0
  18. text = "Les réalisations"
  19. [node name="Subtitle" parent="." instance=ExtResource("4_8cccc")]
  20. offset_left = 678.0
  21. offset_top = 127.0
  22. offset_right = 2434.0
  23. offset_bottom = 258.0
  24. text = "Godot"