updating project files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://cyw8p0p6a78tl"]
|
||||
[gd_scene format=3 uid="uid://cyw8p0p6a78tl"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://l5cjcaehyssk" path="res://scenes/ui/Healthbar.cs" id="1_0k5hr"]
|
||||
|
||||
@@ -19,7 +19,7 @@ shadow_offset = Vector2(0, 1)
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kl70x"]
|
||||
bg_color = Color(0.8862616, 0.88626146, 0.8862615, 1)
|
||||
|
||||
[node name="Healthbar" type="ProgressBar"]
|
||||
[node name="Healthbar" type="ProgressBar" unique_id=1713862004]
|
||||
z_index = 10
|
||||
custom_minimum_size = Vector2(512, 12)
|
||||
offset_right = 512.0
|
||||
@@ -30,7 +30,7 @@ value = 60.0
|
||||
show_percentage = false
|
||||
script = ExtResource("1_0k5hr")
|
||||
|
||||
[node name="Damagebar" type="ProgressBar" parent="."]
|
||||
[node name="Damagebar" type="ProgressBar" parent="." unique_id=2024383291]
|
||||
z_index = -10
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -43,7 +43,7 @@ theme_override_styles/fill = SubResource("StyleBoxFlat_kl70x")
|
||||
value = 80.0
|
||||
show_percentage = false
|
||||
|
||||
[node name="DamageCatchUp" type="Timer" parent="."]
|
||||
[node name="DamageCatchUp" type="Timer" parent="." unique_id=1286697842]
|
||||
wait_time = 0.8
|
||||
one_shot = true
|
||||
ignore_time_scale = true
|
||||
|
||||
Reference in New Issue
Block a user