1
Fork 0
mirror of https://github.com/Steffo99/iiiiil-gioco.git synced 2024-11-21 23:44:21 +00:00

Cambiato vita giocatore

This commit is contained in:
LBindustries 2016-01-15 13:30:56 +01:00
parent 372127b1ee
commit 638063814b

View file

@ -11,7 +11,7 @@ using namespace std;
#define ROOMS 8
#define ROOM_SIZE 7
#define MAX_ENEMIES 50
#define HP_MAX 50
#define HP_MAX 100
#define STARTING_ATK 5
#define STARTING_DEF 5
#define MAX_POTIONS_PER_FLOOR 5