feat(ui): add CommentaryLabel and TableCardRoot nodes

This commit is contained in:
xiaji
2026-06-02 19:55:53 +08:00
parent e54bc91fc5
commit 76a1306477

View File

@@ -68,3 +68,19 @@ custom_minimum_size = Vector2(100, 40)
[node name="HintButton" type="Button" parent="Buttons"]
text = "提示"
custom_minimum_size = Vector2(100, 40)
[node name="CommentaryLabel" type="Label" parent="."]
layout_mode = 0
offset_top = 360.0
offset_right = 1280.0
offset_bottom = 380.0
horizontal_alignment = 1
mouse_filter = 2
modulate = Color(1, 1, 1, 0)
[node name="TableCardRoot" type="Control" parent="."]
layout_mode = 0
offset_top = 85.0
offset_right = 1280.0
offset_bottom = 370.0
mouse_filter = 2