mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 04:03:48 +00:00
Refactored locations
This commit is contained in:
parent
e334ac6343
commit
b7defbb209
16 changed files with 65 additions and 28 deletions
11
Scenes/HUD/HUD.tscn
Normal file
11
Scenes/HUD/HUD.tscn
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://c567m475j0axf"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://ccm3u37q1hvux" path="res://fonts/Xolonium-Regular.ttf" id="1_ye2ho"]
|
||||
|
||||
[node name="Hud" type="CanvasLayer"]
|
||||
|
||||
[node name="HealthLabel" type="Label" parent="."]
|
||||
offset_right = 40.0
|
||||
offset_bottom = 23.0
|
||||
theme_override_fonts/font = ExtResource("1_ye2ho")
|
||||
text = "100"
|
||||
Loading…
Add table
Add a link
Reference in a new issue