1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-12 03:33:00 +00:00

improved the rendering of S2xE rings

This commit is contained in:
Zeno Rogue
2019-09-09 01:35:45 +02:00
parent f1eb4b9ab7
commit e600c0af0a
4 changed files with 213 additions and 3 deletions

View File

@@ -589,6 +589,8 @@ EX void initConfig() {
addsaver(nisot::geodesic_movement, "solv_geodesic_movement", true);
addsaver(s2xe::qrings, "s2xe-rings");
#if CAP_SHMUP
multi::initConfig();
#endif