This commit is contained in:
bridge
2025-09-25 21:45:43 +08:00
parent 3155384313
commit ced6a117e1
5 changed files with 22 additions and 33 deletions

View File

@@ -144,7 +144,7 @@ def draw_tooltip_for_avatar(pygame_mod, screen, colors, font, avatar: Avatar):
f"境界: {str(avatar.cultivation_progress)}",
f"HP: {avatar.hp}",
f"MP: {avatar.mp}",
f"灵根: {avatar.root.value}",
f"灵根: {str(avatar.root)}",
f"个性: {', '.join([persona.name for persona in avatar.personas])}",
f"位置: ({avatar.pos_x}, {avatar.pos_y})",
]