1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00

binary_tiling_width parameter

This commit is contained in:
Zeno Rogue
2018-08-14 10:18:18 +02:00
parent c54d01b50c
commit eb57d160d0
5 changed files with 16 additions and 6 deletions

View File

@@ -810,7 +810,7 @@ extern reaction_t help_delegate;
struct videopar {
ld scale, alpha, sspeed, mspeed, yshift, camera_angle;
ld ballangle, ballproj, euclid_to_sphere, twopoint_param, stretch;
ld ballangle, ballproj, euclid_to_sphere, twopoint_param, stretch, binary_width;
int mobilecompasssize;
int aurastr, aurasmoothen;