mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-06 02:37:19 +00:00
Clean up the shShield numerics.
This commit is contained in:
parent
ae89d73598
commit
22e1799ab3
36
polygons.cpp
36
polygons.cpp
@ -1269,7 +1269,7 @@ void geometry_information::prepare_shapes() {
|
||||
bshape(shHumanoid, PPR::ITEM, scalefactor/5.5, 414);
|
||||
bshape(shHalfHumanoid, PPR::ITEM, scalefactor/5.5, 415);
|
||||
bshape(shHourglass, PPR::ITEM, scalefactor/2.0, 416);
|
||||
bshape(shShield, PPR::ITEM, scalefactor/650, 418);
|
||||
bshape(shShield, PPR::ITEM, scalefactor, 418);
|
||||
|
||||
wormscale = WDIM == 3 ? 3 : 1;
|
||||
|
||||
@ -2439,39 +2439,7 @@ NEWSHAPE, 416, 1, 2, -0.155, -0.072, -0.155, 0.085, -0.125, 0.085, -0.125, 0.062
|
||||
NEWSHAPE, 417, 1, 1, -0.037181, 0.070167, -0.042053, 0.031041, -0.014659, 0.029317, -0.010618, 0.031858, -0.003590, 0.032239, 0.014371, -0.025303, 0.007310, -0.026816, 0.002001, -0.030249, -0.001858, -0.038640, -0.003422, -0.049517, -0.000467, -0.058195, 0.005223, -0.064027, 0.013645, -0.067636, 0.022859, -0.070707, 0.033758, -0.070846, 0.028238, -0.067408, 0.020306, -0.063217, 0.016120, -0.060505, 0.009480, -0.057640, 0.004495, -0.050630, 0.003689, -0.045704, 0.007669, -0.036125, 0.015513, -0.032838, 0.025898, -0.030858, 0.006555, 0.042386, 0.002458, 0.051849, 0.002712, 0.054032, -0.001503, 0.057099, -0.005393, 0.057232, -0.006207, 0.061713, -0.009783, 0.064849, -0.013597, 0.065763,
|
||||
|
||||
// shShield
|
||||
#define x (-100)
|
||||
#define y (-175)
|
||||
NEWSHAPE, 418, 1,2,
|
||||
211+y, 96.2+x,
|
||||
203+y, 107+x,
|
||||
197+y, 122+x,
|
||||
198.8+y,134+x,
|
||||
212+y, 160+x,
|
||||
|
||||
194.6+y, 160.1+x,
|
||||
178+y, 155+x,
|
||||
163.6+y, 152+x,
|
||||
143+y, 144.6+x,
|
||||
131.8+y, 138+x,
|
||||
//121+y, 135.8+x,
|
||||
123.2+y, 127+x,
|
||||
114.7+y, 110.4+x,
|
||||
115+y, 96.5+x,
|
||||
|
||||
|
||||
|
||||
/*
|
||||
204.7+y, 140.3+x,
|
||||
211.4+y, 159.6+x,
|
||||
190.3+y, 158.5+x,
|
||||
171.6+y, 154.8+x,
|
||||
147+y, 145.7+x,
|
||||
130+y, 138.5+x,
|
||||
116.3+y, 116+x,
|
||||
106+y, 99.4+x,
|
||||
*/
|
||||
#undef x
|
||||
#undef y
|
||||
NEWSHAPE, 418, 1, 2, 0.055384, -0.005846, 0.043076, 0.010769, 0.033846, 0.033846, 0.036615, 0.052307, 0.056923, 0.092307, 0.030153, 0.092461, 0.004615, 0.084615, -0.017538, 0.080000, -0.049230, 0.068615, -0.066461, 0.058461, -0.079692, 0.041538, -0.092769, 0.016000, -0.092307, -0.005384,
|
||||
|
||||
NEWSHAPE, NEWSHAPE
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user