Ajout score + score multiplier

This commit is contained in:
Crizomb 2025-06-14 21:02:46 +02:00
parent 58f3e7d4fb
commit 9d6c4eaa23
4 changed files with 48 additions and 9 deletions

View file

@ -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; };