mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-24 15:00:14 +00:00
more distinct mirrored colors
This commit is contained in:
parent
3369adfc98
commit
5a9e7e4069
12
pattern2.cpp
12
pattern2.cpp
@ -1545,12 +1545,12 @@ EX map<char, colortable> colortables = {
|
||||
0x4080F0, 0x8040F0, 0x80F040,
|
||||
0xFFD500 }},
|
||||
{'M', { // mirrored versions of 'A'
|
||||
0xF04060, 0x40F060, 0x4040D0,
|
||||
0xD0D040, 0xD000F0, 0x00D040,
|
||||
0xC0C0E0, 0x404060, 0x8080A0,
|
||||
0xF08060, 0xF040A0, 0x40F0A0,
|
||||
0x4080D0, 0x8040D0, 0x80F060,
|
||||
0xFFD540 }},
|
||||
0xF04080, 0x40F080, 0x3030D0,
|
||||
0xA0A060, 0xA000F0, 0x00A060,
|
||||
0xC0C0F0, 0x404070, 0x8080C0,
|
||||
0xF08080, 0xF040C0, 0x40F0C0,
|
||||
0x3060D0, 0x6030D0, 0x80F080,
|
||||
0xFFD580 }},
|
||||
{'B', {
|
||||
// trying to get colors as in Wikipedia [ https://en.wikipedia.org/wiki/Euclidean_tilings_by_convex_regular_polygons#k-uniform_tilings ]
|
||||
0, 0, 0xFFFFFF, 0xFFFF00,
|
||||
|
Loading…
x
Reference in New Issue
Block a user