81 lines
2.1 KiB
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://UI/PlayerHealth.gd" type="Script" id=1]
[node name="UI" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="MarginContainer" type="MarginContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 20.0
margin_top = 20.0
margin_right = -20.0
margin_bottom = -20.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PlayerHealthController" type="Control" parent="MarginContainer"]
margin_right = 984.0
margin_bottom = 560.0
[node name="VSplitContainer" type="VSplitContainer" parent="MarginContainer/PlayerHealthController"]
margin_right = 984.0
margin_bottom = 560.0
split_offset = 902
dragger_visibility = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HSplitContainer" type="HSplitContainer" parent="MarginContainer/PlayerHealthController/VSplitContainer"]
margin_right = 984.0
margin_bottom = 560.0
split_offset = 492
dragger_visibility = 1
[node name="Player1Health" type="ProgressBar" parent="MarginContainer/PlayerHealthController/VSplitContainer/HSplitContainer"]
margin_right = 496.0
margin_bottom = 14.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Player2Health" type="ProgressBar" parent="MarginContainer/PlayerHealthController/VSplitContainer/HSplitContainer"]
margin_left = 508.0
margin_right = 984.0
margin_bottom = 14.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HSplitContainer2" type="HSplitContainer" parent="MarginContainer/PlayerHealthController/VSplitContainer"]
visible = false
margin_top = 546.0
margin_right = 984.0
margin_bottom = 560.0
split_offset = 492
dragger_visibility = 1
[node name="Player3Health" type="ProgressBar" parent="MarginContainer/PlayerHealthController/VSplitContainer/HSplitContainer2"]
margin_right = 496.0
margin_bottom = 14.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Player4Health" type="ProgressBar" parent="MarginContainer/PlayerHealthController/VSplitContainer/HSplitContainer2"]
margin_left = 508.0
margin_right = 984.0
margin_bottom = 14.0
__meta__ = {
"_edit_use_anchors_": false
}