2021-02-21 17:39:36 +01:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
2022-02-20 23:46:54 +01:00
|
|
|
[ext_resource path="res://ui/player/character/SingleStatRow.gd" type="Script" id=1]
|
2021-02-21 17:39:36 +01:00
|
|
|
|
|
|
|
[node name="SingleStatRow" type="HBoxContainer"]
|
|
|
|
margin_right = 1016.0
|
|
|
|
margin_bottom = 15.0
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="StatName" type="Label" parent="."]
|
|
|
|
margin_right = 506.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 6
|
|
|
|
valign = 1
|
|
|
|
|
|
|
|
[node name="Stat" type="Label" parent="."]
|
|
|
|
margin_left = 510.0
|
|
|
|
margin_right = 1016.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 6
|
|
|
|
align = 2
|
|
|
|
valign = 1
|