mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
subtler default out-of-range color
This commit is contained in:
parent
f2efa016d0
commit
1a6516196f
@ -805,7 +805,7 @@ array<float, 2> enc(int i, int a) {
|
||||
return res;
|
||||
};
|
||||
|
||||
color_t color_out_of_range = 0xFF0080FF;
|
||||
color_t color_out_of_range = 0xFF00080F;
|
||||
|
||||
EX void cast() {
|
||||
enable_raycaster();
|
||||
|
Loading…
Reference in New Issue
Block a user