fix front

This commit is contained in:
bridge
2025-10-23 00:30:06 +08:00
parent 16e72b122b
commit 4e9e646b02
2 changed files with 7 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ class Front:
self.tooltip_font = create_font(self.pygame, 14, self.font_path)
self.sidebar_font = create_font(self.pygame, 14, self.font_path)
self.status_font = create_font(self.pygame, 18, self.font_path)
self.name_font = create_font(self.pygame, 14, self.font_path)
self.name_font = create_font(self.pygame, 16, self.font_path)
self._region_font_cache: Dict[int, object] = {}
self.colors = COLORS