123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- [gd_scene load_steps=7 format=3 uid="uid://cuhrrbm7aovb8"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_uziac"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_miybg"]
- [ext_resource type="Texture2D" uid="uid://deerehowhym8e" path="res://slides/233/blender_logo.png" id="4_2m6mb"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_tgmvd"]
- [ext_resource type="Texture2D" uid="uid://cf0k1pkyf03yd" path="res://slides/233/wilber-big.png" id="5_kg26w"]
- [ext_resource type="Texture2D" uid="uid://bv4vplo68npte" path="res://slides/233/inkscape.svg" id="6_l3ele"]
- [node name="ExtendByFormat" type="Node2D"]
- script = ExtResource("1_uziac")
- [node name="Title" parent="." instance=ExtResource("3_miybg")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "Intégration"
- [node name="Subtitle" parent="." instance=ExtResource("4_tgmvd")]
- text = "Utilisez vos outils préférés !"
- [node name="BlenderLogo" type="Sprite2D" parent="."]
- position = Vector2(516, 429)
- scale = Vector2(0.5, 0.5)
- texture = ExtResource("4_2m6mb")
- [node name="GimpLogo" type="Sprite2D" parent="."]
- position = Vector2(1639, 692)
- scale = Vector2(2, 2)
- texture = ExtResource("5_kg26w")
- [node name="InkscapeLogo" type="Sprite2D" parent="."]
- position = Vector2(548, 865)
- scale = Vector2(2, 2)
- texture = ExtResource("6_l3ele")
- [node name="InkscapeLabel" parent="." instance=ExtResource("4_tgmvd")]
- offset_left = 636.0
- offset_top = 965.0
- offset_right = 1070.0
- offset_bottom = 1096.0
- text = "Inkscape"
- [node name="GimpLabel" parent="." instance=ExtResource("4_tgmvd")]
- offset_left = 1440.0
- offset_top = 834.0
- offset_right = 1827.0
- offset_bottom = 965.0
- text = "Gimp
- "
|