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:
parent
372127b1ee
commit
638063814b
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -11,7 +11,7 @@ using namespace std;
|
||||||
#define ROOMS 8
|
#define ROOMS 8
|
||||||
#define ROOM_SIZE 7
|
#define ROOM_SIZE 7
|
||||||
#define MAX_ENEMIES 50
|
#define MAX_ENEMIES 50
|
||||||
#define HP_MAX 50
|
#define HP_MAX 100
|
||||||
#define STARTING_ATK 5
|
#define STARTING_ATK 5
|
||||||
#define STARTING_DEF 5
|
#define STARTING_DEF 5
|
||||||
#define MAX_POTIONS_PER_FLOOR 5
|
#define MAX_POTIONS_PER_FLOOR 5
|
||||||
|
|
Loading…
Reference in a new issue