1234567891011121314151617181920212223242526272829303132 |
- [gd_scene load_steps=5 format=3 uid="uid://wb4v56u3n2ay"]
- [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_jersq"]
- [ext_resource type="Texture2D" uid="uid://cubjbc6t3fmsr" path="res://slides/391/logo-actux.png" id="2_x5x8b"]
- [ext_resource type="Texture2D" uid="uid://c8mx6ry3d7tpl" path="res://slides/391/logo_chatons.png" id="3_bl8la"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_rhszn"]
- [node name="GullRennais" type="Node2D"]
- script = ExtResource("1_jersq")
- [node name="ColorRect" type="ColorRect" parent="."]
- offset_left = 5.0
- offset_top = 207.0
- offset_right = 1920.0
- offset_bottom = 776.0
- [node name="AssoActux" type="Sprite2D" parent="."]
- position = Vector2(521, 471)
- scale = Vector2(1.685, 1.685)
- texture = ExtResource("2_x5x8b")
- [node name="CollectifCHATONS" type="Sprite2D" parent="."]
- position = Vector2(1564, 494)
- scale = Vector2(0.295, 0.295)
- texture = ExtResource("3_bl8la")
- [node name="Title" parent="." instance=ExtResource("3_rhszn")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "GULL Rennais"
|