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.
30 lines
811 B
Plaintext
30 lines
811 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://0uonhojhfgi"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://d04pc2qtxicl2" path="res://resource/ui/common/pixel.png" id="1_7uu3x"]
|
|
|
|
[node name="MenuScreen" type="CanvasLayer"]
|
|
|
|
[node name="Background" type="TextureRect" parent="."]
|
|
modulate = Color(0, 0, 0, 0.501961)
|
|
offset_right = 640.0
|
|
offset_bottom = 360.0
|
|
texture = ExtResource("1_7uu3x")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
offset_left = 24.0
|
|
offset_top = 208.0
|
|
offset_right = 114.0
|
|
offset_bottom = 309.0
|
|
|
|
[node name="Continue" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Continue"
|
|
|
|
[node name="Setting" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Setting"
|
|
|
|
[node name="Save&Quit" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Save&Quit"
|