enabled enforced static typing
This commit is contained in:
@ -13,6 +13,34 @@ script = ExtResource("1_oxg0p")
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="ColumnLabels" type="HBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Action" type="Label" parent="ColumnLabels"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
text = "Action"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="ButtonLabels" type="HBoxContainer" parent="ColumnLabels"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="PrimaryBind" type="Label" parent="ColumnLabels/ButtonLabels"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
text = "Primary Bind"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="SecondaryBind" type="Label" parent="ColumnLabels/ButtonLabels"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
text = "Secondary Bind"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
|
Reference in New Issue
Block a user