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