[gd_scene load_steps=4 format=3 uid="uid://bs1nyjde3oghi"]

[ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_f7yng"]
[ext_resource type="Texture2D" uid="uid://dkodwtrw1tn0g" path="res://icon.svg" id="2_x18hq"]

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_sb3f4"]
bg_color = Color(1, 1, 1, 1)
corner_radius_top_left = 50
corner_radius_top_right = 50
corner_radius_bottom_right = 50
corner_radius_bottom_left = 50

[node name="1MainTitle" type="Node2D"]
script = ExtResource("1_f7yng")

[node name="Label" type="Label" parent="."]
offset_left = 110.0
offset_top = -4.0
offset_right = 1015.0
offset_bottom = 390.0
theme_override_font_sizes/font_size = 142
text = "Hello GD
Slide Show"
horizontal_alignment = 1

[node name="Panel" type="Panel" parent="."]
offset_left = 442.0
offset_top = 384.0
offset_right = 705.0
offset_bottom = 623.0
theme_override_styles/panel = SubResource("StyleBoxFlat_sb3f4")

[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(570, 503)
texture = ExtResource("2_x18hq")