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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user