91 lines
2.4 KiB
Plaintext
91 lines
2.4 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://UI/PlayerHealth.gd" type="Script" id=1]
|
|
[ext_resource path="res://Resources/Fonts/beneg___.ttf" type="DynamicFontData" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
font_data = ExtResource( 2 )
|
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
font_data = ExtResource( 2 )
|
|
|
|
[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 = 17.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
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 = 17.0
|
|
custom_fonts/font = SubResource( 2 )
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
player_id = 1
|
|
|
|
[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
|
|
}
|