- [NEW] Gràfics de explosió/fum
- [NEW] Gràfics de Robin - [NEW] Al agafar un booster / skill / part la pantalla fa colorets i es veu un fumet - [ONGOING] Comencem a implementar la perdua de vides. Ja fa el fumet, colorins i reseteja la pantalla...
This commit is contained in:
@@ -126,6 +126,8 @@ namespace actor
|
||||
|
||||
actor_t *createFromFile(char **buffer);
|
||||
|
||||
actor_t *replaceWithTemplate(actor_t *act, const char *name);
|
||||
|
||||
void setUniqueName(actor_t *act);
|
||||
|
||||
void saveToFile(FILE *f, actor_t *act);
|
||||
@@ -175,7 +177,8 @@ namespace actor
|
||||
|
||||
namespace hero
|
||||
{
|
||||
void init();
|
||||
|
||||
void init(const bool complete=true);
|
||||
int getLives();
|
||||
void setLives(int value);
|
||||
|
||||
@@ -202,5 +205,6 @@ namespace actor
|
||||
int getParts();
|
||||
|
||||
void move(int *x, int *y, int *z);
|
||||
void setFirstPos();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user