Health meter
This commit is contained in:
parent
edadd138b0
commit
0f5e075a54
4 changed files with 47 additions and 10 deletions
|
@ -1,15 +1,11 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Assets/UI/HealthMeterEmpty.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Scenes/UI/HealthMeter.tscn" type="PackedScene" id=1]
|
||||
|
||||
[node name="UI" type="CanvasLayer"]
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
margin_left = 32.0
|
||||
margin_top = 24.0
|
||||
margin_right = 72.0
|
||||
margin_bottom = 64.0
|
||||
texture = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
[node name="HealthMeter" parent="." instance=ExtResource( 1 )]
|
||||
margin_left = 4.0
|
||||
margin_top = 4.0
|
||||
margin_right = 25.0
|
||||
margin_bottom = 16.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue