-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhud.tscn
61 lines (53 loc) · 2.2 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
53
54
55
56
57
58
59
60
61
[gd_scene load_steps=9 format=3 uid="uid://co2wsjk020yrv"]
[ext_resource type="Script" path="res://hud.gd" id="1_1dae4"]
[ext_resource type="PackedScene" uid="uid://d3lxiec8frvuy" path="res://blocks/l_block_left.tscn" id="2_o780w"]
[ext_resource type="PackedScene" uid="uid://bscjijut321pq" path="res://blocks/z_block_left.tscn" id="3_ic87h"]
[ext_resource type="PackedScene" uid="uid://c4hu40kpejpnw" path="res://blocks/l_block_right.tscn" id="3_p2luq"]
[ext_resource type="PackedScene" uid="uid://m2x4umobuv65" path="res://blocks/i_block.tscn" id="4_v14l5"]
[ext_resource type="PackedScene" uid="uid://cegspa4o2fj2c" path="res://blocks/z_block_right.tscn" id="5_4xob4"]
[ext_resource type="PackedScene" uid="uid://6huhus3je8yf" path="res://blocks/square_block.tscn" id="5_dwfmb"]
[ext_resource type="PackedScene" uid="uid://c3yj8o1tbgmbp" path="res://blocks/t_block.tscn" id="5_jb8ss"]
[node name="HUD" type="CanvasLayer"]
script = ExtResource("1_1dae4")
l_block_left = ExtResource("2_o780w")
l_block_right = ExtResource("3_p2luq")
z_block_left = ExtResource("3_ic87h")
z_block_right = ExtResource("5_4xob4")
i_block = ExtResource("4_v14l5")
t_block = ExtResource("5_jb8ss")
square_block = ExtResource("5_dwfmb")
[node name="ScoreLabel" type="Label" parent="."]
offset_top = 600.0
offset_right = 450.0
offset_bottom = 658.0
theme_override_font_sizes/font_size = 40
text = "Score"
horizontal_alignment = 1
[node name="ScoreValue" type="Label" parent="."]
offset_top = 650.0
offset_right = 450.0
offset_bottom = 708.0
theme_override_font_sizes/font_size = 40
text = "0"
horizontal_alignment = 1
[node name="NextLabel" type="Label" parent="."]
offset_top = 110.0
offset_right = 450.0
offset_bottom = 168.0
theme_override_font_sizes/font_size = 40
text = "Next"
horizontal_alignment = 1
[node name="StartButton" type="Button" parent="."]
offset_left = 120.0
offset_top = 800.0
offset_right = 320.0
offset_bottom = 863.0
theme_override_font_sizes/font_size = 40
text = "START"
[node name="MessageLabel" type="Label" parent="."]
offset_top = 1000.0
offset_right = 450.0
offset_bottom = 1058.0
theme_override_font_sizes/font_size = 40
horizontal_alignment = 1
[connection signal="pressed" from="StartButton" to="." method="_on_start_button_pressed"]