1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

reverb:: bird flaps its wings according to music

This commit is contained in:
Zeno Rogue 2020-05-25 23:57:39 +02:00
parent 173af678e8
commit f6a9cad299

View File

@ -236,6 +236,11 @@ auto hchook = addHook(hooks_drawcell, 100, draw_bird)
fclose(f); fclose(f);
println(hlog, "original size = ", isize(orig)); println(hlog, "original size = ", isize(orig));
for(auto& o: orig) {
maxvol = max(maxvol, abs<int>(o[0]));
maxvol = max(maxvol, abs<int>(o[1]));
}
in = true; in = true;
firstland = specialland = laCanvas; firstland = specialland = laCanvas;
patterns::whichCanvas = 'r'; patterns::whichCanvas = 'r';