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

2D3D:: fixed Vineyard

This commit is contained in:
Zeno Rogue
2019-05-20 13:39:32 +02:00
parent 22da59782d
commit 04a7e560a2
2 changed files with 10 additions and 6 deletions

View File

@@ -1152,6 +1152,9 @@ void make_3d_models() {
shift_shape(shRatTail, zc(0.5) - geom3::LEG);
for(int i=shRatTail.s; i<shRatTail.e; i++) hpc[i] = xpush(-scalefactor * 0.1) * hpc[i];
shift_shape(shSemiFloorShadow, geom3::FLOOR - geom3::human_height / 100);
shift_shape(shSemiFloor[0], geom3::WALL);
}
#undef S