feat: created HUD scene
This commit is contained in:
parent
59066268ab
commit
dbfc8c8b16
1 changed files with 24 additions and 0 deletions
24
project/objects/ui/hud.tscn
Normal file
24
project/objects/ui/hud.tscn
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue