elimina supersampling (Lanczos downscale, keybinding, menu, locale)

This commit is contained in:
2026-05-17 15:07:28 +02:00
parent 96763847fb
commit b0c95111a2
13 changed files with 12 additions and 4339 deletions
+2 -2
View File
@@ -43,10 +43,10 @@ namespace Scenes {
private:
enum class Phase : std::uint8_t {
INITIAL_WAIT, // 1000 ms pantalla negra
REVEAL, // 15 passos del wordmark
REVEAL, // 15 passos del wordmark
PALETTE_CYCLE, // 256 × 20 ms mutant pal[16..31]
FINAL_WAIT, // 200 ms abans de la sub-escena de sprites
SPRITES, // tick delegat a IntroSpritesScene fins que acaba
SPRITES, // tick delegat a IntroSpritesScene fins que acaba
DONE,
};