-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenBD12.tmp
61 lines (53 loc) · 1.72 KB
/
menBD12.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[gd_scene load_steps=6 format=3 uid="uid://hfypq1lc1xo4"]
[ext_resource type="Script" path="res://menu.gd" id="1_6a13r"]
[ext_resource type="FontFile" uid="uid://6febbbpdmcaq" path="res://fonts/Xolonium-Regular.ttf" id="1_movcc"]
[ext_resource type="PackedScene" uid="uid://begcsv01nh6l2" path="res://levels/level1.tscn" id="2_0o78q"]
[sub_resource type="InputEventAction" id="InputEventAction_u2l13"]
action = &"start_game"
[sub_resource type="Shortcut" id="Shortcut_mkxug"]
events = [SubResource("InputEventAction_u2l13")]
[node name="Menu" type="Node"]
script = ExtResource("1_6a13r")
levelScene = ExtResource("2_0o78q")
[node name="ColorRect" type="ColorRect" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
[node name="Message" type="Label" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -205.0
offset_top = -120.0
offset_right = 205.0
offset_bottom = 120.0
grow_horizontal = 2
grow_vertical = 2
theme_override_fonts/font = ExtResource("1_movcc")
theme_override_font_sizes/font_size = 56
text = "Don't touch anything!"
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 2
[node name="StartButton" type="Button" parent="."]
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -100.0
offset_top = -190.0
offset_right = 100.0
offset_bottom = -90.0
grow_horizontal = 2
grow_vertical = 0
theme_override_fonts/font = ExtResource("1_movcc")
theme_override_font_sizes/font_size = 64
shortcut = SubResource("Shortcut_mkxug")
text = "Start"
[connection signal="pressed" from="StartButton" to="." method="_on_start_button_pressed"]