summaryrefslogtreecommitdiff
path: root/Scenes/UI/Health.tscn
blob: c0c6b76de8db2c1cb719a424862c40a96c0be465 (plain)
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
38
39
40
41
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