TEMPLATE_NAME.tscn 750 B

1234567891011121314151617181920
  1. [gd_scene load_steps=4 format=3 uid="uid://bjtiwlal1uh21"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_aaaaa"]
  3. [ext_resource type="Texture2D" uid="uid://y0uig0e8vd1i" path="res://icon.png" id="2_u8ice"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_ccccc"]
  5. [node name="TEMPLATE_NAME" type="Node2D"]
  6. script = ExtResource("1_aaaaa")
  7. [node name="Sprite2D" type="Sprite2D" parent="."]
  8. position = Vector2(933, 546)
  9. scale = Vector2(2, 2)
  10. texture = ExtResource("2_u8ice")
  11. [node name="Title" parent="." instance=ExtResource("3_ccccc")]
  12. offset_left = 85.0
  13. offset_top = 26.0
  14. offset_right = 1847.0
  15. offset_bottom = 194.0
  16. text = "TEMPLATE_TITLE"