diff options
Diffstat (limited to 'Scenes/UI/Health.tscn')
-rw-r--r-- | Scenes/UI/Health.tscn | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Scenes/UI/Health.tscn b/Scenes/UI/Health.tscn new file mode 100644 index 0000000..c0c6b76 --- /dev/null +++ b/Scenes/UI/Health.tscn @@ -0,0 +1,42 @@ +[gd_scene load_steps=2 format=3 uid="uid://cd3dyvl10j0wa"] + +[ext_resource type="Script" path="res://Scenes/UI/Health.gd" id="1_6m5ll"] + +[node name="GridContainer" type="Control"] +custom_minimum_size = Vector2(8, 8) +layout_mode = 3 +anchors_preset = 0 +offset_right = 8.0 +offset_bottom = 8.0 +size_flags_horizontal = 12 +size_flags_vertical = 12 +script = ExtResource("1_6m5ll") +color_full = Color(0.862745, 0, 0, 1) + +[node name="ColorRect1" type="ColorRect" parent="."] +custom_minimum_size = Vector2(4, 4) +layout_mode = 2 +offset_right = 2.0 +offset_bottom = 2.0 + +[node name="ColorRect2" type="ColorRect" parent="."] +custom_minimum_size = Vector2(4, 4) +layout_mode = 2 +offset_top = 4.0 +offset_right = 4.0 +offset_bottom = 8.0 + +[node name="ColorRect3" type="ColorRect" parent="."] +custom_minimum_size = Vector2(4, 4) +layout_mode = 2 +offset_left = 4.0 +offset_top = 4.0 +offset_right = 8.0 +offset_bottom = 8.0 + +[node name="ColorRect4" type="ColorRect" parent="."] +custom_minimum_size = Vector2(4, 4) +layout_mode = 2 +offset_left = 4.0 +offset_right = 8.0 +offset_bottom = 4.0 |