ADD show names option

This commit is contained in:
2025-04-21 19:58:31 +02:00
parent 370604473a
commit 5d1da9e299
4 changed files with 17 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ def main():
"small_font": pygame.font.Font(None, 15),
"options": {
"show_yaw": True,
"show_health": True
"show_health": True,
"show_names": True
}
}