-
Notifications
You must be signed in to change notification settings - Fork 0
/
pause_screen.tscn
67 lines (60 loc) · 1.81 KB
/
pause_screen.tscn
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
62
63
64
65
66
67
[gd_scene load_steps=3 format=3 uid="uid://cbmtniyojdajf"]
[ext_resource type="Script" path="res://pause_screen.gd" id="1_0md7j"]
[ext_resource type="FontFile" uid="uid://bscrgmx88wnpd" path="res://fonts/SHPinscher-Regular.otf" id="1_krs0m"]
[node name="PauseScreen" type="CanvasLayer"]
layer = 5
script = ExtResource("1_0md7j")
[node name="ColorRect" type="ColorRect" parent="."]
offset_right = 1080.0
offset_bottom = 720.0
color = Color(0, 0, 0, 0.588235)
[node name="Label" type="Label" parent="."]
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -107.0
offset_top = 210.0
offset_right = 108.0
offset_bottom = 272.0
grow_horizontal = 2
theme_override_colors/font_color = Color(0.921569, 0.87451, 0.258824, 1)
theme_override_fonts/font = ExtResource("1_krs0m")
theme_override_font_sizes/font_size = 80
text = "Game Paused
"
vertical_alignment = 2
[node name="LabelCrawl" type="Label" parent="."]
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -179.0
offset_top = 420.0
offset_right = 181.0
offset_bottom = 544.0
grow_horizontal = 2
theme_override_colors/font_color = Color(0.921569, 0.87451, 0.258824, 1)
theme_override_fonts/font = ExtResource("1_krs0m")
theme_override_font_sizes/font_size = 48
text = "Walking: WASD
Attacking: Left-mouse
"
horizontal_alignment = 1
vertical_alignment = 2
[node name="LabelBuild" type="Label" parent="."]
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -300.0
offset_top = 424.0
offset_right = 305.0
offset_bottom = 672.0
grow_horizontal = 2
theme_override_colors/font_color = Color(0.921569, 0.87451, 0.258824, 1)
theme_override_fonts/font = ExtResource("1_krs0m")
theme_override_font_sizes/font_size = 48
text = "Buying / Placing: Left-mouse
Panning / Deselecting: Right-mouse
Zooming: Scroll
"
horizontal_alignment = 1
vertical_alignment = 2