diff --git a/main.py b/main.py index 11e936d..70ec0af 100644 --- a/main.py +++ b/main.py @@ -72,7 +72,7 @@ while running: pygame.draw.circle(screen, COLORS["player"], (player.x, player.y), 10) # 显示提示文字 - font = pygame.font.SysFont(None, 24) + font = pygame.font.SysFont('KaiTi', 24) text = font.render(f"Selected: {player.selected_block} (1-4切换方块)", True, (255, 255, 255)) screen.blit(text, (10, 10))