Ajout score + score multiplier
This commit is contained in:
parent
58f3e7d4fb
commit
9d6c4eaa23
4 changed files with 48 additions and 9 deletions
|
@ -35,7 +35,8 @@ public:
|
|||
// press
|
||||
static bool checkPress(float press_time, NotePlaceEnum key_pressed);
|
||||
|
||||
static void update(float dtime, sf::RenderWindow &window);
|
||||
// return false if missed tile
|
||||
static bool update(float dtime, sf::RenderWindow &window);
|
||||
|
||||
// Some getters usefull in test :
|
||||
float getPlayTime() const { return play_time; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue