summaryrefslogtreecommitdiff
path: root/UI/hud.tscn
blob: e02d9dd8968e46d858b27053d64a1d967b275b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[gd_scene load_steps=2 format=3 uid="uid://cuemoig58el4f"]

[ext_resource type="Script" path="res://UI/hud.gd" id="1_ip2w4"]

[node name="HUD" type="CanvasLayer"]
script = ExtResource("1_ip2w4")

[node name="MarginContainer" type="MarginContainer" parent="."]
offset_right = 40.0
offset_bottom = 40.0
theme_override_constants/margin_left = 8
theme_override_constants/margin_top = 8
theme_override_constants/margin_right = 8
theme_override_constants/margin_bottom = 8

[node name="Score" type="Label" parent="MarginContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 0
text = "0"