1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-11 11:44:08 +00:00

goldberg-sub extra debug

This commit is contained in:
Zeno Rogue 2025-04-26 16:20:58 +02:00
parent 410cbd7cb3
commit 6bb7f68954

View File

@ -244,7 +244,13 @@ auto hookc = addHook(hooks_configfile, 100, config_gpsubs) + arg::add3("-gbs-deb
}
vid.linewidth /= 3;
});
});
}) + arg::add3("-gbs-ofc", [] {
start_game();
View = Id;
rotate_view(xpush(-cgi.hcrossf));
if(S3 == 4) rotate_view(spin(45._deg));
playermoved = false;
}) + arg::add3("-gbs-areas", [] { println(hlog, "areas = ", compute_all_areas(true)); });
}