1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-03 05:18:05 +00:00

nilrider:: stepped display

This commit is contained in:
Zeno Rogue
2022-05-05 22:37:05 +02:00
parent 166ae943ea
commit 2a9a219e61
4 changed files with 153 additions and 48 deletions

View File

@@ -88,9 +88,12 @@ map<char, color_t> bcols = {
{'2', 0xFF404040},
{'4', 0xFF808080},
{'6', 0xFFC0C0C0},
{'!', 0xFF000000}
};
map<char, array<string, 16> > submaps = {
const int pixel_per_block = 16;
map<char, array<string, pixel_per_block> > submaps = {
{'o', {
"WWWWWWWWWWWWWWWW",
"W22222222222222W",