paintjam2020/Scene/HealthBar.tscn
2020-04-04 23:43:23 +02:00

32 lines
873 B
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://Assets/lifepaint 3 final.png" type="Texture" id=1]
[ext_resource path="res://Assets/lifepaint 1 final.png" type="Texture" id=2]
[ext_resource path="res://Assets/lifepaint 2 final.png" type="Texture" id=3]
[ext_resource path="res://Scripts/HealthBar.gd" type="Script" id=4]
[node name="HealthBar" type="Control" groups=[
"healthbar",
]]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 4 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HealthBar" type="TextureProgress" parent="."]
margin_top = 39.6669
margin_right = 332.0
margin_bottom = 79.6669
rect_scale = Vector2( 1.75, 1.75 )
value = 99.0
texture_under = ExtResource( 3 )
texture_over = ExtResource( 2 )
texture_progress = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="UpdateTween" type="Tween" parent="."]