- [NEW] Ja funcionen els skills
- Treballant en les parts
This commit is contained in:
@@ -130,7 +130,7 @@ namespace actor
|
||||
|
||||
void reorder();
|
||||
|
||||
uint8_t push(actor_t *act, uint8_t push);
|
||||
uint8_t push(actor_t *source, actor_t *act, uint8_t push);
|
||||
|
||||
void update(actor_t *act, const bool update_all=true);
|
||||
void updateEditor(actor_t *act, const bool update_all=true);
|
||||
@@ -176,10 +176,12 @@ namespace actor
|
||||
void useBoostRun();
|
||||
void useBoostJump();
|
||||
|
||||
void giveSkill(int skill);
|
||||
void giveSkill(char *skill);
|
||||
bool wasSkillCollected(char *skill);
|
||||
int getSkills();
|
||||
|
||||
void pickPart(int part);
|
||||
void pickPart(char *part);
|
||||
bool wasPartCollected(char *part);
|
||||
int getParts();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user