1234567891011121314151617181920212223242526 |
- [gd_scene load_steps=3 format=3 uid="uid://fv16fxt420pa"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_7dhkj"]
- [ext_resource type="Texture2D" uid="uid://dynefxwpn4vpf" path="res://example/screenshots/slide-show-plugin-example-setup.png" id="2_b5u6h"]
- [node name="2Explain" type="Node2D"]
- script = ExtResource("1_7dhkj")
- [node name="Label" type="Label" parent="."]
- offset_left = 14.0
- offset_top = 271.0
- offset_right = 941.0
- offset_bottom = 698.0
- theme_override_font_sizes/font_size = 37
- 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"
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(890, 221)
- scale = Vector2(2.22516, 2.22516)
- texture = ExtResource("2_b5u6h")
|