ui: 缩小 ball_info 字体 28 → 18,适配更多信息显示
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user