123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- [gd_scene load_steps=6 format=3 uid="uid://curuovwui6v0e"]
- [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_qsvmt"]
- [ext_resource type="Texture2D" uid="uid://dosmen768uhe8" path="res://slides/400/Heart.svg" id="2_3nspx"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_jnvkg"]
- [ext_resource type="Texture2D" uid="uid://dym43q66emqg8" path="res://slides/0/ens-lyon.svg" id="4_b1w5x"]
- [ext_resource type="Texture2D" uid="uid://dufeyccbohowu" path="res://slides/0/logo_jdll.svg" id="5_lxo7j"]
- [node name="Thanks" type="Node2D"]
- script = ExtResource("1_qsvmt")
- [node name="Heart1" type="Sprite2D" parent="."]
- position = Vector2(843.5, 365)
- scale = Vector2(1.5, 1.5)
- texture = ExtResource("2_3nspx")
- [node name="Heart2" type="Sprite2D" parent="."]
- position = Vector2(1080, 365)
- scale = Vector2(1.5, 1.5)
- texture = ExtResource("2_3nspx")
- [node name="Title" parent="." instance=ExtResource("3_jnvkg")]
- offset_left = 88.0
- offset_top = -19.0
- offset_right = 1850.0
- offset_bottom = 149.0
- text = "Merci !"
- [node name="LogoLocaux" type="Sprite2D" parent="."]
- position = Vector2(1376, 537)
- texture = ExtResource("4_b1w5x")
- [node name="LogoAsso" type="Sprite2D" parent="."]
- position = Vector2(573, 525)
- scale = Vector2(0.474277, 0.474277)
- texture = ExtResource("5_lxo7j")
- [node name="ContactItchIo" type="Label" parent="."]
- offset_left = 1217.0
- offset_top = 58.9999
- offset_right = 1765.0
- offset_bottom = 113.0
- rotation = 0.785398
- theme_override_colors/font_color = Color(0, 0, 0, 1)
- theme_override_font_sizes/font_size = 39
- text = "https://dricomdragon.itch.io"
- [node name="ContactFediverse" type="Label" parent="."]
- offset_left = 373.0
- offset_top = 565.0
- offset_right = 867.0
- offset_bottom = 619.0
- rotation = 0.785398
- theme_override_colors/font_color = Color(0, 0, 0, 1)
- theme_override_font_sizes/font_size = 39
- text = "@jovial@pouet.chapril.org"
- [node name="ContactMail" type="Label" parent="."]
- offset_left = 1202.0
- offset_top = 918.0
- offset_right = 1712.0
- offset_bottom = 972.0
- rotation = -0.785398
- theme_override_colors/font_color = Color(0, 0, 0, 1)
- theme_override_font_sizes/font_size = 39
- text = "dev@jovian-hersemeule.eu"
|