mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 23:40:07 +01:00
37 lines
834 B
Plaintext
37 lines
834 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://theme/labels/Title.tscn" type="PackedScene" id=1]
|
|
|
|
[node name="Info" type="PanelContainer"]
|
|
margin_right = 409.0
|
|
margin_bottom = 239.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_left = 7.0
|
|
margin_top = 7.0
|
|
margin_right = 402.0
|
|
margin_bottom = 232.0
|
|
|
|
[node name="Name" parent="VBoxContainer" instance=ExtResource( 1 )]
|
|
margin_right = 395.0
|
|
margin_bottom = 110.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 7
|
|
text = "{name}"
|
|
|
|
[node name="Health" type="ProgressBar" parent="VBoxContainer"]
|
|
margin_top = 168.0
|
|
margin_right = 395.0
|
|
margin_bottom = 170.0
|
|
size_flags_vertical = 6
|
|
max_value = 10.0
|
|
step = 1.0
|
|
value = 5.0
|
|
rounded = true
|
|
percent_visible = false
|