12345678910111213141516171819202122232425 |
- [gd_scene load_steps=5 format=3 uid="uid://lkkfqjkygwyh"]
- [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_gmbfi"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_zisfs"]
- [ext_resource type="Texture2D" uid="uid://dufeyccbohowu" path="res://slides/0/logo_jdll.svg" id="4_27o0q"]
- [ext_resource type="Texture2D" uid="uid://dym43q66emqg8" path="res://slides/0/ens-lyon.svg" id="4_msx8d"]
- [node name="Attente" type="Node2D"]
- script = ExtResource("1_gmbfi")
- [node name="Title" parent="." instance=ExtResource("3_zisfs")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "En attendant Godot..."
- [node name="LogoEvenement" type="Sprite2D" parent="."]
- position = Vector2(457, 876)
- texture = ExtResource("4_27o0q")
- [node name="LogoLocaux" type="Sprite2D" parent="."]
- position = Vector2(1584, 299)
- scale = Vector2(2, 2)
- texture = ExtResource("4_msx8d")
|