feat(titol): PRESS START intermitent (lent en aparèixer, ràpid en prémer START) sincronitzat
This commit is contained in:
@@ -118,7 +118,12 @@ namespace Defaults::Title {
|
||||
constexpr float COPYRIGHT_SCALE = 0.5F; // Escala copyright
|
||||
constexpr float JAILGAMES_BRIGHTNESS = 0.8F; // Logo JAILGAMES una mica menys brillant
|
||||
constexpr float COPYRIGHT_BRIGHTNESS = 0.55F; // Mateix cian que JAILGAMES, però menys brillant
|
||||
constexpr float JAILGAMES_SCALE = 0.25F; // Escala del logo JAILGAMES pequeño sobre el copyright
|
||||
|
||||
// Parpelleig del "PRESS START" (blinks per segon). Ritme pausat quan el
|
||||
// text apareix (MAIN) i més ràpid quan ja s'ha premut START (join phase).
|
||||
constexpr float PRESS_START_BLINK_HZ_SLOW = 1.0F;
|
||||
constexpr float PRESS_START_BLINK_HZ_FAST = 3.0F;
|
||||
constexpr float JAILGAMES_SCALE = 0.25F; // Escala del logo JAILGAMES pequeño sobre el copyright
|
||||
|
||||
// Separación entre el logo JAILGAMES y la línea de copyright (proporción de Game::HEIGHT).
|
||||
constexpr float JAILGAMES_COPYRIGHT_GAP = 0.015F;
|
||||
|
||||
Reference in New Issue
Block a user