RapportArgentine.tscn 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [gd_scene load_steps=4 format=3 uid="uid://ddfpliita6341"]
  2. [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_kxdjs"]
  3. [ext_resource type="Texture2D" uid="uid://dgqr6kgbvuhyp" path="res://slides/0e/PreviewSun.svg" id="2_dttdn"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_qibyg"]
  5. [node name="RapportArgentine" type="Node2D"]
  6. script = ExtResource("1_kxdjs")
  7. [node name="Sun" type="Sprite2D" parent="."]
  8. position = Vector2(960, 650)
  9. scale = Vector2(1.435, 1.435)
  10. texture = ExtResource("2_dttdn")
  11. [node name="Title" parent="." instance=ExtResource("3_qibyg")]
  12. offset_left = 85.0
  13. offset_top = 26.0
  14. offset_right = 1847.0
  15. offset_bottom = 194.0
  16. text = "l'Argentine ?"
  17. [node name="ColorRect1" type="ColorRect" parent="."]
  18. anchors_preset = 5
  19. anchor_left = 0.5
  20. anchor_right = 0.5
  21. offset_left = 480.0
  22. offset_top = 366.0
  23. offset_right = 1440.0
  24. offset_bottom = 565.0
  25. grow_horizontal = 2
  26. color = Color(0.278431, 0.54902, 0.74902, 1)
  27. [node name="ColorRect2" type="ColorRect" parent="."]
  28. anchors_preset = 5
  29. anchor_left = 0.5
  30. anchor_right = 0.5
  31. offset_left = 480.0
  32. offset_top = 746.0
  33. offset_right = 1440.0
  34. offset_bottom = 945.0
  35. grow_horizontal = 2
  36. color = Color(0.278431, 0.54902, 0.74902, 1)