TitleScreenOptions.tscn 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [gd_scene load_steps=3 format=3 uid="uid://dh5w143a52d04"]
  2. [ext_resource type="Script" uid="uid://c3c1o65wvi6tq" path="res://Scripts/UI/TitleScreenOptions.gd" id="1_dlelg"]
  3. [ext_resource type="FontFile" uid="uid://b4hv3ito0uwa8" path="res://Assets/Sprites/UI/Font.png" id="1_hofsk"]
  4. [node name="TitleScreenOptions" type="VBoxContainer" node_paths=PackedStringArray("options")]
  5. custom_minimum_size = Vector2(9, 0)
  6. anchors_preset = 7
  7. anchor_left = 0.5
  8. anchor_top = 1.0
  9. anchor_right = 0.5
  10. anchor_bottom = 1.0
  11. offset_left = -36.0
  12. offset_top = -64.0
  13. offset_right = 36.0
  14. grow_horizontal = 2
  15. grow_vertical = 0
  16. size_flags_horizontal = 4
  17. size_flags_vertical = 10
  18. theme_override_constants/separation = 8
  19. alignment = 2
  20. script = ExtResource("1_dlelg")
  21. can_exit = false
  22. options = [NodePath("Play"), NodePath("Options"), NodePath("Label")]
  23. [node name="Play" type="Label" parent="."]
  24. layout_mode = 2
  25. size_flags_horizontal = 0
  26. theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
  27. theme_override_fonts/font = ExtResource("1_hofsk")
  28. text = "Play Game"
  29. uppercase = true
  30. [node name="Options" type="Label" parent="."]
  31. layout_mode = 2
  32. size_flags_horizontal = 0
  33. theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
  34. theme_override_fonts/font = ExtResource("1_hofsk")
  35. text = "settings"
  36. uppercase = true
  37. [node name="Label" type="Label" parent="."]
  38. layout_mode = 2
  39. size_flags_horizontal = 0
  40. theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
  41. theme_override_fonts/font = ExtResource("1_hofsk")
  42. text = "Quit Game"
  43. uppercase = true
  44. [node name="Buffer" type="Control" parent="."]
  45. custom_minimum_size = Vector2(0, 16)
  46. layout_mode = 2
  47. size_flags_horizontal = 4