ui: 缩小 ball_info 字体 28 → 18,适配更多信息显示

This commit is contained in:
2026-06-12 07:07:26 +08:00
parent 6b5e12da46
commit c3e50d265d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ camera_info = scene.visuals.Text(
# 左上角:小球信息
ball_info = scene.visuals.Text(
text="", color=(0.2, 1.0, 0.2, 1.0), font_size=28,
text="", color=(0.2, 1.0, 0.2, 1.0), font_size=18,
pos=(0, 0), anchor_x="left", anchor_y="top",
face="黑体", bold=True, parent=canvas.scene)