You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.2 KiB
Plaintext

2 years ago
[gd_scene load_steps=4 format=3 uid="uid://0uonhojhfgi"]
2 years ago
2 years ago
[ext_resource type="Script" path="res://script/ui/screen.gd" id="1_0o56k"]
2 years ago
[ext_resource type="Texture2D" uid="uid://d04pc2qtxicl2" path="res://resource/ui/common/pixel.png" id="1_7uu3x"]
2 years ago
[ext_resource type="Script" path="res://script/ui/menu/menu_page.gd" id="2_h3fxt"]
2 years ago
[node name="MenuScreen" type="CanvasLayer"]
2 years ago
script = ExtResource("1_0o56k")
2 years ago
2 years ago
[node name="MenuPage" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
script = ExtResource("2_h3fxt")
[node name="Background" type="TextureRect" parent="MenuPage"]
2 years ago
modulate = Color(0, 0, 0, 0.501961)
2 years ago
layout_mode = 0
2 years ago
offset_right = 640.0
offset_bottom = 360.0
texture = ExtResource("1_7uu3x")
2 years ago
[node name="VBoxContainer" type="VBoxContainer" parent="MenuPage"]
layout_mode = 0
2 years ago
offset_left = 24.0
offset_top = 208.0
offset_right = 114.0
offset_bottom = 309.0
2 years ago
[node name="Continue" type="Button" parent="MenuPage/VBoxContainer"]
2 years ago
layout_mode = 2
text = "Continue"
2 years ago
[node name="Setting" type="Button" parent="MenuPage/VBoxContainer"]
2 years ago
layout_mode = 2
text = "Setting"
2 years ago
[node name="Save&Quit" type="Button" parent="MenuPage/VBoxContainer"]
2 years ago
layout_mode = 2
text = "Save&Quit"