Practice.tscn 1018 B

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