1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

Added tower to canvas floor options, added new Flashing Effects option which currently effects storms and some curses

This commit is contained in:
Charlotte Peppers
2022-03-07 17:37:35 -07:00
parent ab08a69cc6
commit 904faabd96
5 changed files with 37 additions and 12 deletions

View File

@@ -418,6 +418,7 @@ struct videopar {
int faraway_highlight_color; // 0 = monster color, 100 = red-green oscillation
ld ispeed;
bool flasheffects;
};
extern videopar vid;