Attente.tscn 1.0 KB

1234567891011121314151617181920212223242526
  1. [gd_scene load_steps=5 format=3 uid="uid://lkkfqjkygwyh"]
  2. [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_gmbfi"]
  3. [ext_resource type="Texture2D" uid="uid://bv21b4tawrbn0" path="res://slides/0/appel-web-486x80-libre-en-fete-2025.svg" id="3_msx8d"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_zisfs"]
  5. [ext_resource type="Texture2D" uid="uid://gw44tm8qo2av" path="res://slides/0/ISTIC_noir.png" id="4_ilqis"]
  6. [node name="Attente" type="Node2D"]
  7. script = ExtResource("1_gmbfi")
  8. [node name="Title" parent="." instance=ExtResource("3_zisfs")]
  9. offset_left = 85.0
  10. offset_top = 26.0
  11. offset_right = 1847.0
  12. offset_bottom = 194.0
  13. text = "En attendant Godot..."
  14. [node name="LogoEvenement" type="Sprite2D" parent="."]
  15. position = Vector2(910, 281)
  16. scale = Vector2(2, 2)
  17. texture = ExtResource("3_msx8d")
  18. [node name="LogoLocaux" type="Sprite2D" parent="."]
  19. position = Vector2(910, 971)
  20. scale = Vector2(2, 2)
  21. texture = ExtResource("4_ilqis")