1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-27 21:58:13 +00:00

rogueviz:: in the minesweeper presentation, updated the tes filename

This commit is contained in:
Zeno Rogue 2022-08-07 02:45:54 +02:00
parent 91f0f7ff03
commit 22523ccfc3

View File

@ -23,7 +23,7 @@ void geom_sphere() {
void geom_tes() {
tour::slide_backup(vid.creature_scale, 0.5);
arb::run("tessellations/pseudo-Archimedean/hybrid/34344/33444 + 34344.tes");
arb::run("tessellations/rogueviz/hybrid34.tes");
tour::slide_backup(vid.use_smart_range, 2);
tour::slide_backup(vid.smart_range_detail, 1);
}