From 76a1306477f871fcb655d5903a6cf71c195b58d8 Mon Sep 17 00:00:00 2001 From: xiaji Date: Tue, 2 Jun 2026 19:55:53 +0800 Subject: [PATCH] feat(ui): add CommentaryLabel and TableCardRoot nodes --- src/ui/scenes/training_room.tscn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/ui/scenes/training_room.tscn b/src/ui/scenes/training_room.tscn index 89fe943..846c68e 100644 --- a/src/ui/scenes/training_room.tscn +++ b/src/ui/scenes/training_room.tscn @@ -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