Browse Source

:fire: Crop removed signal from screenshot

DricomDragon 1 year ago
parent
commit
31bc6bb3ae

+ 2 - 2
godot/example/example_slide_show.tscn

@@ -21,10 +21,10 @@ hide_slides = true
 [node name="1MainTitle" parent="Show" instance=ExtResource("3_d02bq")]
 
 [node name="2Explain" parent="Show" instance=ExtResource("4_bt0ir")]
-position = Vector2(171, 464)
+position = Vector2(435, 431)
 scale = Vector2(0.8, 0.8)
 
 [node name="3Cool" parent="Show" instance=ExtResource("5_h5p25")]
-position = Vector2(644, 436)
+position = Vector2(668, 454)
 scale = Vector2(0.2, 0.2)
 always_visible = true

BIN
godot/example/screenshots/slide-show-plugin-example-setup.png


+ 2 - 1
godot/example/slides/2Explain.tscn

@@ -21,5 +21,6 @@ on Slide node
 6. Instantiate your slides as children of Show"
 
 [node name="Sprite2D" type="Sprite2D" parent="."]
-position = Vector2(973, 200)
+position = Vector2(890, 221)
+scale = Vector2(2.22516, 2.22516)
 texture = ExtResource("2_b5u6h")