Bientot.tscn 760 B

12345678910111213141516171819
  1. [gd_scene load_steps=4 format=3 uid="uid://qyjijrrvlnur"]
  2. [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_xlmpo"]
  3. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_hzoxe"]
  4. [ext_resource type="Texture2D" uid="uid://dufeyccbohowu" path="res://slides/0/logo_jdll.svg" id="3_ru6xg"]
  5. [node name="Bientot" type="Node2D"]
  6. script = ExtResource("1_xlmpo")
  7. [node name="Title" parent="." instance=ExtResource("3_hzoxe")]
  8. offset_left = 85.0
  9. offset_top = 26.0
  10. offset_right = 1847.0
  11. offset_bottom = 194.0
  12. text = "Bientôt aux JDLL"
  13. [node name="Img" type="Sprite2D" parent="."]
  14. position = Vector2(361, 897)
  15. texture = ExtResource("3_ru6xg")