2Explain.tscn 927 B

1234567891011121314151617181920212223242526
  1. [gd_scene load_steps=3 format=3 uid="uid://fv16fxt420pa"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_7dhkj"]
  3. [ext_resource type="Texture2D" uid="uid://dynefxwpn4vpf" path="res://example/screenshots/slide-show-plugin-example-setup.png" id="2_b5u6h"]
  4. [node name="2Explain" type="Node2D"]
  5. script = ExtResource("1_7dhkj")
  6. [node name="Label" type="Label" parent="."]
  7. offset_left = 14.0
  8. offset_top = 271.0
  9. offset_right = 941.0
  10. offset_bottom = 698.0
  11. theme_override_font_sizes/font_size = 37
  12. text = "1. Import the plugin
  13. 2. Create your main scene
  14. 3. Instantiate a Focus
  15. 4. Instantiate a Show and link its signal to the Focus
  16. 5. Create your own Slides by creating Scene based
  17. on Slide node
  18. 6. Instantiate your slides as children of Show"
  19. [node name="Sprite2D" type="Sprite2D" parent="."]
  20. position = Vector2(890, 221)
  21. scale = Vector2(2.22516, 2.22516)
  22. texture = ExtResource("2_b5u6h")