mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-01 21:10:35 +00:00
fixed the Kraken size
This commit is contained in:
parent
130587e2ba
commit
94c72f5d89
@ -2195,7 +2195,7 @@ void buildpolys() {
|
|||||||
bshape(shDragonHead, PPR_ONTENTACLE, scalef, 242);
|
bshape(shDragonHead, PPR_ONTENTACLE, scalef, 242);
|
||||||
|
|
||||||
ld krsc = 1;
|
ld krsc = 1;
|
||||||
if(sphere) krsc *= 2;
|
if(sphere) krsc *= 1.4;
|
||||||
if(S7 ==8) krsc *= 1.3;
|
if(S7 ==8) krsc *= 1.3;
|
||||||
|
|
||||||
if(nonbitrunc && !gp::on) {
|
if(nonbitrunc && !gp::on) {
|
||||||
|
Loading…
Reference in New Issue
Block a user