a game about throwing hammers made for the github game off
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[gd_scene load_steps=4 format=3 uid="uid://bnsgjilr4mn10"]

[ext_resource type="Texture2D" uid="uid://3dgefswp61jy" path="res://assets/ui/health.png" id="1_8qpc0"]
[ext_resource type="Script" path="res://ui/hud/health_meter.gd" id="1_yn38u"]
[ext_resource type="Texture2D" uid="uid://tpy1gjydytic" path="res://assets/ui/health_empty.png" id="2_pqvic"]

[node name="HUD" type="CanvasLayer"]

[node name="HealthMeter" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_left = 5.0
offset_top = 5.0
offset_right = 56.0
offset_bottom = 17.0
script = ExtResource("1_yn38u")
metadata/_edit_group_ = true

[node name="Empty" type="TextureRect" parent="HealthMeter"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_pqvic")
stretch_mode = 1

[node name="Full" type="TextureRect" parent="HealthMeter"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("1_8qpc0")
stretch_mode = 1