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

ads-game:: model permanently switched to underlying geometry

This commit is contained in:
Zeno Rogue
2022-09-17 16:47:22 +02:00
parent de859c35aa
commit 22ef01964a
5 changed files with 43 additions and 27 deletions

View File

@@ -68,4 +68,6 @@ ld how_much_invincibility = TAU / 4;
player_data pdata, max_pdata, tank_pdata;
bool auto_angle = true;
}}