88 lines
2.4 KiB
Plaintext
88 lines
2.4 KiB
Plaintext
|
|
[gd_scene load_steps=5 format=3 uid="uid://b51wdql4mby47"]
|
||
|
|
|
||
|
|
[ext_resource type="Theme" uid="uid://b056fn288p8ha" path="res://logic-scenes/themes/easy-handwriting.theme" id="1_2dg4n"]
|
||
|
|
[ext_resource type="PackedScene" uid="uid://gmxenhavh1lp" path="res://logic-scenes/main menu/video_settings.tscn" id="3_f0dcd"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://d3ewjumh0b0g6" path="res://logic-scenes/main menu/logo.png" id="3_xb2np"]
|
||
|
|
|
||
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_njt06"]
|
||
|
|
|
||
|
|
[node name="Main Menu" type="Panel"]
|
||
|
|
anchors_preset = 15
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
theme = ExtResource("1_2dg4n")
|
||
|
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_njt06")
|
||
|
|
|
||
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 3
|
||
|
|
anchor_left = 1.0
|
||
|
|
anchor_top = 1.0
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_left = -553.0
|
||
|
|
offset_top = -546.0
|
||
|
|
offset_right = 471.0
|
||
|
|
offset_bottom = 478.0
|
||
|
|
grow_horizontal = 0
|
||
|
|
grow_vertical = 0
|
||
|
|
scale = Vector2(0.5, 0.5)
|
||
|
|
texture = ExtResource("3_xb2np")
|
||
|
|
|
||
|
|
[node name="PanelContainer" type="VBoxContainer" parent="."]
|
||
|
|
layout_mode = 1
|
||
|
|
offset_left = 67.0
|
||
|
|
offset_top = 70.0
|
||
|
|
offset_right = 319.0
|
||
|
|
offset_bottom = 270.0
|
||
|
|
|
||
|
|
[node name="new_game" type="Button" parent="PanelContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "new Game"
|
||
|
|
|
||
|
|
[node name="continue" type="Button" parent="PanelContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "continue"
|
||
|
|
|
||
|
|
[node name="load" type="Button" parent="PanelContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "load"
|
||
|
|
|
||
|
|
[node name="settings" type="MenuButton" parent="PanelContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Settings"
|
||
|
|
flat = false
|
||
|
|
item_count = 3
|
||
|
|
popup/item_0/text = "Video"
|
||
|
|
popup/item_1/text = "Accessibility"
|
||
|
|
popup/item_1/id = 1
|
||
|
|
popup/item_2/text = "Gameplay"
|
||
|
|
popup/item_2/id = 2
|
||
|
|
|
||
|
|
[node name="PanelContainer2" type="PanelContainer" parent="."]
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 8
|
||
|
|
anchor_left = 0.5
|
||
|
|
anchor_top = 0.5
|
||
|
|
anchor_right = 0.5
|
||
|
|
anchor_bottom = 0.5
|
||
|
|
offset_left = -474.0
|
||
|
|
offset_top = -420.0
|
||
|
|
offset_right = 295.0
|
||
|
|
offset_bottom = 316.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
|
||
|
|
[node name="TabContainer" type="TabContainer" parent="PanelContainer2"]
|
||
|
|
layout_mode = 2
|
||
|
|
current_tab = 0
|
||
|
|
use_hidden_tabs_for_min_size = true
|
||
|
|
|
||
|
|
[node name="Video Settings" parent="PanelContainer2/TabContainer" instance=ExtResource("3_f0dcd")]
|
||
|
|
layout_mode = 2
|
||
|
|
metadata/_tab_index = 0
|
||
|
|
|
||
|
|
[connection signal="pressed" from="PanelContainer/new_game" to="." method="hide"]
|