1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 10:48:04 +00:00

fake twisted Archimedean Euclidean should work

This commit is contained in:
Zeno Rogue
2024-06-29 13:04:32 +02:00
parent 0f8be6d9bc
commit 11c7d707f4
3 changed files with 16 additions and 6 deletions

View File

@@ -23,6 +23,8 @@ EX namespace fake {
EX bool in() { return geometry == gFake; }
EX bool in_ext() { return in() || (mhybrid && PIU(in())); }
EX void on_dim_change() { pmap->on_dim_change(); }
/** like in() but takes slided arb into account */