Compare commits

2 Commits

Author SHA1 Message Date
admin-gitea 15c63ae797 Merge pull request 'test public' (#1) from test-public into main
Reviewed-on: public/elironwars-python#1
2026-07-14 13:22:45 +01:00
jopop336 bc43162d77 test public 2026-07-14 14:18:14 +02:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "Hector", "name": "Hector",
"max_pv": 20, "max_pv": 25,
"current_pv": 20, "current_pv": 20,
"strength": 5, "strength": 5,
"protection": 3, "protection": 3,
+1 -1
View File
@@ -6,7 +6,7 @@ import os
def action_menu(): def action_menu():
""" Menu Action du niveau """ """ Menu Action du niveau """
print("\n------ Menu Action ------\n") print("\n------ Menu Action ------\n")
print("Pièce Suivante :\t\t 1") print("Pièce Suivante :\t 1")
print("Combat : \t\t\t 2") print("Combat : \t\t\t 2")
print("Fuir : \t\t\t\t 3") print("Fuir : \t\t\t\t 3")
print("Quitter :\t\t\t 4") print("Quitter :\t\t\t 4")