enabled enforced static typing

This commit is contained in:
2024-02-22 06:22:22 +11:00
parent e1a867d2a9
commit a93660f755
1645 changed files with 24730 additions and 2078 deletions

View File

@ -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