feat(grid): sub-graella amb 5 subdivisions i ajust de brillos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user