diff options
| author | Logan B <113468801+LoganLDB@users.noreply.github.com> | 2022-10-29 22:07:20 +0100 |
|---|---|---|
| committer | Logan B <113468801+LoganLDB@users.noreply.github.com> | 2022-10-29 22:07:20 +0100 |
| commit | 50b7eb11fe309582002d2fb70742d1c1e6d03d92 (patch) | |
| tree | 620567e5f0b3c80c28f6bc2b4e2e7ba260699e23 /HUD.tscn | |
| parent | b40da120e30d4521736c99392c08e97de2da34ae (diff) | |
| parent | 553e6d8a818a33195dbf1d01cb517e46fac7996e (diff) | |
Merge branch 'master' of https://github.com/LMBishop/bazzagazza
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 ) |
