39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://be4wdkoxcwwvm"]
|
|
|
|
[ext_resource type="Script" uid="uid://v273x3t8i1x4" path="res://main_menu.gd" id="1_i26rj"]
|
|
[ext_resource type="FontFile" uid="uid://dlxy6jeipkwjk" path="res://fonts/overpass-bold.otf" id="2_eiy7p"]
|
|
[ext_resource type="Theme" uid="uid://chbjxyxxnlida" path="res://themes/menu_button.tres" id="3_h7a2f"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_h7a2f"]
|
|
font = ExtResource("2_eiy7p")
|
|
font_size = 82
|
|
|
|
[node name="Control" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_i26rj")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 147.0
|
|
offset_top = 80.0
|
|
offset_right = 1016.0
|
|
offset_bottom = 194.0
|
|
text = "Codename: Yellowtape"
|
|
label_settings = SubResource("LabelSettings_h7a2f")
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 445.0
|
|
offset_top = 471.0
|
|
offset_right = 740.228
|
|
offset_bottom = 521.0
|
|
theme = ExtResource("3_h7a2f")
|
|
text = "Start"
|
|
|
|
[connection signal="pressed" from="Button" to="." method="start_button_pressed"]
|