2Explain.tscn 641 B

1234567891011121314151617181920
  1. [gd_scene load_steps=2 format=3 uid="uid://fv16fxt420pa"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_7dhkj"]
  3. [node name="2Explain" type="Node2D"]
  4. script = ExtResource("1_7dhkj")
  5. [node name="Label" type="Label" parent="."]
  6. offset_left = 76.0
  7. offset_top = 145.0
  8. offset_right = 1086.0
  9. offset_bottom = 539.0
  10. theme_override_font_sizes/font_size = 42
  11. text = "1. Import the plugin
  12. 2. Create your main scene
  13. 3. Instantiate a Focus
  14. 4. Instantiate a Show and link its signal to the Focus
  15. 5. Create your own Slides by creating Scene based
  16. on Slide node
  17. 6. Instantiate your slides as children of Show"