This repository has been archived by the owner on Dec 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhud.tscn
52 lines (44 loc) · 1.52 KB
/
hud.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
[gd_scene load_steps=4 format=3 uid="uid://degj6m0gu6v8h"]
[ext_resource type="Script" path="res://hud.gd" id="1_3qoct"]
[ext_resource type="FontFile" uid="uid://k8d0jlop2ihp" path="res://fonts/Xolonium-Regular.ttf" id="1_58que"]
[ext_resource type="Texture2D" uid="uid://xbhktjvurf7d" path="res://GUI backgrounds/Title.png" id="2_d4eld"]
[node name="HUD" type="CanvasLayer"]
script = ExtResource("1_3qoct")
[node name="StartScreen" type="TextureRect" parent="."]
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("2_d4eld")
[node name="ScoreLabel" type="Label" parent="."]
offset_left = 64.0
offset_right = 109.0
offset_bottom = 78.0
theme_override_fonts/font = ExtResource("1_58que")
theme_override_font_sizes/font_size = 64
text = "0"
[node name="Message" type="Label" parent="."]
offset_left = 114.0
offset_top = 183.0
offset_right = 360.0
offset_bottom = 423.0
theme_override_fonts/font = ExtResource("1_58que")
theme_override_font_sizes/font_size = 64
horizontal_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 = -149.0
offset_top = -159.0
offset_right = 151.0
offset_bottom = -84.0
grow_horizontal = 2
grow_vertical = 0
theme_override_fonts/font = ExtResource("1_58que")
theme_override_font_sizes/font_size = 56
[node name="MessageTimer" type="Timer" parent="."]
wait_time = 2.0
one_shot = true
[connection signal="pressed" from="StartButton" to="." method="_on_start_button_pressed"]