diff options
| author | freddie-a <57713959+freddie-a@users.noreply.github.com> | 2022-10-29 15:02:52 +0100 |
|---|---|---|
| committer | mark9064 <57713959+freddie-a@users.noreply.github.com> | 2022-10-29 15:02:52 +0100 |
| commit | 484c3b4f7eb02ee8fbebd0f806ff432f94caaa62 (patch) | |
| tree | 13c0b1e9c1df8c188157a3315cdf905b31ceecd3 /HUD.tscn | |
| parent | 2132a6b7740df74e5e37b44e1a3752d7e7dc159e (diff) | |
Split into scenes
Diffstat (limited to 'HUD.tscn')
| -rw-r--r-- | HUD.tscn | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/HUD.tscn b/HUD.tscn new file mode 100644 index 0000000..9ea9043 --- /dev/null +++ b/HUD.tscn @@ -0,0 +1,37 @@ +[gd_scene format=2] + +[node name="Control" type="CanvasLayer"] + +[node name="HBoxContainer" type="HBoxContainer" parent="."] +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_top = -14.0 +custom_constants/separation = 10 +alignment = 2 + +[node name="Label" type="Label" parent="HBoxContainer"] +margin_right = 46.0 +margin_bottom = 14.0 +text = "Health:" +align = 2 + +[node name="ProgressBar" type="ProgressBar" parent="HBoxContainer"] +margin_left = 56.0 +margin_right = 1205.0 +margin_bottom = 14.0 +size_flags_horizontal = 3 +size_flags_vertical = 3 +value = 100.0 + +[node name="Label2" type="Label" parent="HBoxContainer"] +margin_left = 1215.0 +margin_right = 1262.0 +margin_bottom = 14.0 +text = "Money:" + +[node name="Label3" type="Label" parent="HBoxContainer"] +margin_left = 1272.0 +margin_right = 1280.0 +margin_bottom = 14.0 +text = "0" |
