blob: 6dd338084ac04ae2414417806abcf5fcb8368909 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[gd_scene load_steps=2 format=3 uid="uid://bwo077rca3xmb"]
[ext_resource type="Script" uid="uid://jnx31tack2nb" path="res://hud.gd" id="1_37p78"]
[node name="HUD" type="CanvasLayer"]
script = ExtResource("1_37p78")
[node name="Score" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
text = "0"
|