Compare commits

1 Commits

Author SHA1 Message Date
toucan_dev b8caa00737 💄 fix indentation of action menu 2026-07-15 21:44:53 +02:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Hector",
"max_pv": 25,
"max_pv": 20,
"current_pv": 20,
"strength": 5,
"protection": 3,
+1 -1
View File
@@ -6,7 +6,7 @@ import os
def action_menu():
""" Menu Action du niveau """
print("\n------ Menu Action ------\n")
print("Pièce Suivante :\t 1")
print("Pièce Suivante :\t\t 1")
print("Combat : \t\t\t 2")
print("Fuir : \t\t\t\t 3")
print("Quitter :\t\t\t 4")