From dbfc8c8b16676ecb6e439e1a9c6edb65ca17159b Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 3 Dec 2025 20:00:15 +0100 Subject: [PATCH] feat: created HUD scene --- project/objects/ui/hud.tscn | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 project/objects/ui/hud.tscn diff --git a/project/objects/ui/hud.tscn b/project/objects/ui/hud.tscn new file mode 100644 index 00000000..c0a77728 --- /dev/null +++ b/project/objects/ui/hud.tscn @@ -0,0 +1,24 @@ +[gd_scene format=3 uid="uid://csss0odg2jre1"] + +[node name="HUD" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="RichTextLabel" type="RichTextLabel" parent="."] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_left = 46.0 +offset_top = 34.0 +offset_right = -763.0 +offset_bottom = -493.0 +grow_horizontal = 2 +grow_vertical = 2 +theme_override_font_sizes/normal_font_size = 28 +text = "Destructive" +vertical_alignment = 1