diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-10-29 23:05:38 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-10-29 23:05:38 +0100 |
| commit | 553e6d8a818a33195dbf1d01cb517e46fac7996e (patch) | |
| tree | c1b5fc0292fcbe3f9f3cd5e5b0e118e4b40c1102 /HUD.tscn | |
| parent | 8c87383e13205c506fd253e846f69e0b4af07432 (diff) | |
Add death screen
Diffstat (limited to 'HUD.tscn')
| -rw-r--r-- | HUD.tscn | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,8 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=4 format=2] [ext_resource path="res://HealthBar.gd" type="Script" id=1] +[ext_resource path="res://Wordart.gd" type="Script" id=2] +[ext_resource path="res://assets/wordart.png" type="Texture" id=3] [node name="HUD" type="CanvasLayer"] @@ -38,3 +40,9 @@ margin_left = 1272.0 margin_right = 1280.0 margin_bottom = 14.0 text = "0" + +[node name="Wordart" type="Sprite" parent="."] +position = Vector2( 626, 372 ) +scale = Vector2( 0.171967, 0.186029 ) +texture = ExtResource( 3 ) +script = ExtResource( 2 ) |
