mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
54 lines
1.6 KiB
Plaintext
Executable File
54 lines
1.6 KiB
Plaintext
Executable File
[gd_scene load_steps=3 format=3 uid="uid://dh5w143a52d04"]
|
|
|
|
[ext_resource type="Script" uid="uid://c3c1o65wvi6tq" path="res://Scripts/UI/TitleScreenOptions.gd" id="1_dlelg"]
|
|
[ext_resource type="FontFile" uid="uid://b4hv3ito0uwa8" path="res://Assets/Sprites/UI/Font.png" id="1_hofsk"]
|
|
|
|
[node name="TitleScreenOptions" type="VBoxContainer" node_paths=PackedStringArray("options")]
|
|
custom_minimum_size = Vector2(9, 0)
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -36.0
|
|
offset_top = -64.0
|
|
offset_right = 36.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 10
|
|
theme_override_constants/separation = 8
|
|
alignment = 2
|
|
script = ExtResource("1_dlelg")
|
|
can_exit = false
|
|
options = [NodePath("Play"), NodePath("Options"), NodePath("Label")]
|
|
|
|
[node name="Play" type="Label" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
|
theme_override_fonts/font = ExtResource("1_hofsk")
|
|
text = "Play Game"
|
|
uppercase = true
|
|
|
|
[node name="Options" type="Label" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
|
theme_override_fonts/font = ExtResource("1_hofsk")
|
|
text = "settings"
|
|
uppercase = true
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
|
theme_override_fonts/font = ExtResource("1_hofsk")
|
|
text = "Quit Game"
|
|
uppercase = true
|
|
|
|
[node name="Buffer" type="Control" parent="."]
|
|
custom_minimum_size = Vector2(0, 16)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|