This commit is contained in:
Auric Vente 2024-07-19 22:58:26 -06:00
parent 4ef0990516
commit 5e2afeb5cb
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ class Game:
triumph = Ants.most_triumph()
if triumph:
text.append(f"Triumph:{nb}{triumph.name}")
text.append(f"Top:{nb}{triumph.name} ({triumph.triumph})")
Window.info.setText(Config.info_separator.join(text))
Window.info.adjustSize()