1MainTitle.tscn 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. [gd_scene load_steps=4 format=3 uid="uid://bs1nyjde3oghi"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_f7yng"]
  3. [ext_resource type="Texture2D" uid="uid://dkodwtrw1tn0g" path="res://icon.svg" id="2_x18hq"]
  4. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_sb3f4"]
  5. bg_color = Color(1, 1, 1, 1)
  6. corner_radius_top_left = 50
  7. corner_radius_top_right = 50
  8. corner_radius_bottom_right = 50
  9. corner_radius_bottom_left = 50
  10. [node name="1MainTitle" type="Node2D"]
  11. script = ExtResource("1_f7yng")
  12. [node name="Label" type="Label" parent="."]
  13. offset_left = 110.0
  14. offset_top = -4.0
  15. offset_right = 1015.0
  16. offset_bottom = 390.0
  17. theme_override_font_sizes/font_size = 142
  18. text = "Hello GD
  19. Slide Show"
  20. horizontal_alignment = 1
  21. [node name="Panel" type="Panel" parent="."]
  22. offset_left = 442.0
  23. offset_top = 384.0
  24. offset_right = 705.0
  25. offset_bottom = 623.0
  26. theme_override_styles/panel = SubResource("StyleBoxFlat_sb3f4")
  27. [node name="Sprite2D" type="Sprite2D" parent="."]
  28. position = Vector2(570, 503)
  29. texture = ExtResource("2_x18hq")