feat(grid): sub-graella amb 5 subdivisions i ajust de brillos

This commit is contained in:
2026-05-21 20:21:46 +02:00
parent f30b195778
commit dc389037f8
2 changed files with 26 additions and 4 deletions
+4 -1
View File
@@ -7,6 +7,9 @@ namespace Defaults::Grid {
constexpr int COLUMNS = 16; // cel·les omplen tota la PLAYAREA: cell_w = w/16
constexpr int ROWS = 8; // cel·les omplen tota la PLAYAREA: cell_h = h/8 (≈2% més altes que amples)
constexpr float BRIGHTNESS = 0.20F; // intensitat respecte al color global (border = 1.0)
constexpr float BRIGHTNESS = 0.15F; // intensitat respecte al color global (border = 1.0)
constexpr int SUBDIVISIONS = 5; // cada cel·la principal es divideix en N subcel·les
constexpr float SUBGRID_BRIGHTNESS = 0.05F; // intensitat de la sub-graella
} // namespace Defaults::Grid