123456789101112131415161718192021222324252627282930313233343536373839404142 |
- [gd_scene load_steps=4 format=3 uid="uid://ddfpliita6341"]
- [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_kxdjs"]
- [ext_resource type="Texture2D" uid="uid://dgqr6kgbvuhyp" path="res://slides/0e/PreviewSun.svg" id="2_dttdn"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_qibyg"]
- [node name="RapportArgentine" type="Node2D"]
- script = ExtResource("1_kxdjs")
- [node name="Sun" type="Sprite2D" parent="."]
- position = Vector2(960, 650)
- scale = Vector2(1.435, 1.435)
- texture = ExtResource("2_dttdn")
- [node name="Title" parent="." instance=ExtResource("3_qibyg")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "l'Argentine ?"
- [node name="ColorRect1" type="ColorRect" parent="."]
- anchors_preset = 5
- anchor_left = 0.5
- anchor_right = 0.5
- offset_left = 480.0
- offset_top = 366.0
- offset_right = 1440.0
- offset_bottom = 565.0
- grow_horizontal = 2
- color = Color(0.278431, 0.54902, 0.74902, 1)
- [node name="ColorRect2" type="ColorRect" parent="."]
- anchors_preset = 5
- anchor_left = 0.5
- anchor_right = 0.5
- offset_left = 480.0
- offset_top = 746.0
- offset_right = 1440.0
- offset_bottom = 945.0
- grow_horizontal = 2
- color = Color(0.278431, 0.54902, 0.74902, 1)
|