|
@@ -1,16 +1,17 @@
|
|
-[gd_scene load_steps=2 format=3 uid="uid://fv16fxt420pa"]
|
|
|
|
|
|
+[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="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"]
|
|
[node name="2Explain" type="Node2D"]
|
|
script = ExtResource("1_7dhkj")
|
|
script = ExtResource("1_7dhkj")
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
[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
|
|
|
|
|
|
+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
|
|
text = "1. Import the plugin
|
|
2. Create your main scene
|
|
2. Create your main scene
|
|
3. Instantiate a Focus
|
|
3. Instantiate a Focus
|
|
@@ -18,3 +19,7 @@ text = "1. Import the plugin
|
|
5. Create your own Slides by creating Scene based
|
|
5. Create your own Slides by creating Scene based
|
|
on Slide node
|
|
on Slide node
|
|
6. Instantiate your slides as children of Show"
|
|
6. Instantiate your slides as children of Show"
|
|
|
|
+
|
|
|
|
+[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
+position = Vector2(973, 200)
|
|
|
|
+texture = ExtResource("2_b5u6h")
|