mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-19 20:38:09 +00:00
changed creaturescale for hybrid
This commit is contained in:
@@ -592,6 +592,11 @@ void geometry_information::prepare_basics() {
|
|||||||
plevel = M_PI * single_step / steps;
|
plevel = M_PI * single_step / steps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(hybri) {
|
||||||
|
/* we do not want too short creatures, better make the scale factor smaller */
|
||||||
|
scalefactor = min(scalefactor, cgi.plevel * 1.8 / vid.height_width);
|
||||||
|
}
|
||||||
|
|
||||||
set_sibling_limit();
|
set_sibling_limit();
|
||||||
|
|
||||||
prepare_compute3();
|
prepare_compute3();
|
||||||
|
|||||||
Reference in New Issue
Block a user