feat(ui): add CommentaryLabel and TableCardRoot nodes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user