1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00
This commit is contained in:
Zeno Rogue
2019-12-26 22:40:41 +01:00
23 changed files with 465 additions and 210 deletions

View File

@@ -246,7 +246,7 @@ struct videopar {
ld xposition, yposition;
bool grid;
int particles;
bool particles;
int fsize;
int flashtime;
@@ -325,6 +325,7 @@ struct videopar {
ld collignon_parameter; bool collignon_reflected;
ld plevel_factor;
bool bubbles_special, bubbles_threshold, bubbles_all;
};
extern videopar vid;