19 lines
587 B
Plaintext
19 lines
587 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://bxj8v34v1igyc"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scripts/hud.gd" id="1_glf76"]
|
||
|
[ext_resource type="FontFile" uid="uid://8guv2d1fgna7" path="res://art/fonts/DraftingMono-Regular.ttf" id="1_xr1ih"]
|
||
|
|
||
|
[node name="HUD" type="CanvasLayer"]
|
||
|
script = ExtResource("1_glf76")
|
||
|
|
||
|
[node name="ScoreLabel" type="Label" parent="."]
|
||
|
anchors_preset = 1
|
||
|
anchor_left = 1.0
|
||
|
anchor_right = 1.0
|
||
|
offset_left = -60.0
|
||
|
offset_bottom = 41.0
|
||
|
grow_horizontal = 0
|
||
|
theme_override_fonts/font = ExtResource("1_xr1ih")
|
||
|
theme_override_font_sizes/font_size = 30
|
||
|
text = "0"
|