grosses fleures

This commit is contained in:
Crizomb 2025-06-15 01:53:06 +02:00
parent 1a8e68e0b6
commit f574bd769d
3 changed files with 8 additions and 7 deletions

View file

@ -11,6 +11,7 @@ static constexpr unsigned int MIDDLE_HEIGHT = SCREEN_HEIGHT / 2;
static constexpr unsigned int NOTE_PLACE_X_POS[3] = {
SCREEN_WIDTH * 6 / 10, SCREEN_WIDTH * 7 / 10, SCREEN_WIDTH * 8 / 10};
static constexpr unsigned int FLOWER_SIZE = SCREEN_WIDTH * 0.05;
namespace sf {
class Texture;
};