1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

simplified and uniformized floorshapes

This commit is contained in:
Zeno Rogue
2025-04-29 16:23:38 +02:00
parent 23b8dc0aa9
commit 1c9216583e
3 changed files with 147 additions and 360 deletions

View File

@@ -1164,7 +1164,6 @@ void geometry_information::configure_floorshapes() {
shMFloor3.prio = PPR::FLOOR_DRAGON;
shMFloor4.prio = PPR::FLOOR_DRAGON;
for(int i=0; i<3; i++) shRedRockFloor[i].scale = .9 - .1 * i;
generate_floorshapes();
}
void geometry_information::prepare_shapes() {