1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 08:57:39 +00:00

radarrange configurable

This commit is contained in:
Zeno Rogue
2019-07-31 17:32:44 +02:00
parent a6b71facfb
commit dc54135d5f
4 changed files with 25 additions and 8 deletions

View File

@@ -225,6 +225,7 @@ struct videopar {
ld ballangle, ballproj, euclid_to_sphere, twopoint_param, stretch, binary_width, fixed_facing_dir;
int mobilecompasssize;
int radarsize; // radar for 3D geometries
ld radarrange;
int aurastr, aurasmoothen;
bool fixed_facing;
bool fixed_yz;
@@ -5644,5 +5645,6 @@ namespace solv {
bool in_perspective();
extern int noclipped;
void draw_radar(bool cornermode);
}