From 5469cf7b6da512e48f3d614704e51cfdd6966f08 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 27 Apr 2025 13:44:22 +0200 Subject: initial commit --- hud.tscn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hud.tscn (limited to 'hud.tscn') diff --git a/hud.tscn b/hud.tscn new file mode 100644 index 0000000..6dd3380 --- /dev/null +++ b/hud.tscn @@ -0,0 +1,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" -- cgit v1.2.3