1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 18:57:56 +00:00

reworked wmspatial: consistent naming of geometry variables, priorities, and side parameters. Fixed some bugs with shallow water

This commit is contained in:
Zeno Rogue
2025-03-16 23:34:55 +01:00
parent 5320da992d
commit a48dc9a856
15 changed files with 401 additions and 446 deletions

View File

@@ -1135,7 +1135,7 @@ void geometry_information::make_3d_models() {
}
shift_shape(shBoatOuter, FLOOR);
shift_shape(shBoatInner, (FLOOR+LAKE)/2);
shift_shape(shBoatInner, (FLOOR+WATERLEVEL)/2);
for(int i=0; i<14; i++)
shift_shape(shTriheptaSpecial[i], FLOOR);