1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-05 14:18:05 +00:00

nilrider:: sublevels structure and rendering

This commit is contained in:
Zeno Rogue
2024-08-18 13:56:46 +02:00
parent 9e9d60635c
commit 81ea54746b
4 changed files with 87 additions and 17 deletions

View File

@@ -60,7 +60,7 @@ void frame() {
shiftmatrix V = ggmatrix(cwt.at);
curlev->draw_level(V);
curlev->draw_level_rec(V);
curlev->current.draw_unilcycle(V);
}