summaryrefslogtreecommitdiff
path: root/ui/hud.tscn
blob: 340d7a2b31cede1df810fe55e99d6d35419da707 (plain)
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
[gd_scene load_steps=3 format=3 uid="uid://ciyxysx3rwjhf"]

[ext_resource type="Script" path="res://ui/hud.gd" id="1_c8cqk"]
[ext_resource type="Theme" uid="uid://b067xhqktnmhr" path="res://ui/theme.tres" id="1_it884"]

[node name="HUD" type="CanvasLayer" groups=["hud"]]
script = ExtResource("1_c8cqk")

[node name="MarginContainer" type="MarginContainer" parent="."]
custom_minimum_size = Vector2(0, 16)
offset_right = 43.0
offset_bottom = 10.0
theme_override_constants/margin_left = 2
theme_override_constants/margin_top = 2
theme_override_constants/margin_right = 2
theme_override_constants/margin_bottom = 2

[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 0

[node name="Label" type="Label" parent="MarginContainer/HBoxContainer"]
texture_filter = 1
layout_mode = 2
theme = ExtResource("1_it884")
text = "Score:"

[node name="Score" type="Label" parent="MarginContainer/HBoxContainer"]
unique_name_in_owner = true
texture_filter = 1
layout_mode = 2
theme = ExtResource("1_it884")
text = "0"