12345678910111213141516171819202122232425 |
- [gd_scene load_steps=5 format=3 uid="uid://5fsxep5q4mtp"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_wocbv"]
- [ext_resource type="Texture2D" uid="uid://k4u2u2yau6l8" path="res://slides/380/social_media_event_cdl2024_workshop_37kgkYw.png" id="2_dqnmu"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_sheyg"]
- [ext_resource type="Texture2D" uid="uid://ccpvllhpet11y" path="res://slides/380/vig5.png" id="4_t23m8"]
- [node name="Practice" type="Node2D"]
- script = ExtResource("1_wocbv")
- [node name="WorkshopScreenshot" type="Sprite2D" parent="."]
- position = Vector2(1047, 648)
- texture = ExtResource("2_dqnmu")
- [node name="Title" parent="." instance=ExtResource("3_sheyg")]
- offset_left = 63.0
- offset_top = 5.0
- offset_right = 1879.0
- offset_bottom = 173.0
- text = "Atelier"
- [node name="Icon" type="Sprite2D" parent="."]
- position = Vector2(125, 339)
- scale = Vector2(2.765, 2.765)
- texture = ExtResource("4_t23m8")
|