1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

changed the WEB size so that the sidemenu is used by default

This commit is contained in:
Zeno Rogue 2020-09-22 15:50:38 +02:00
parent b09b2375bc
commit f41ce7c42a

View File

@ -1142,7 +1142,7 @@ EX void initgraph() {
}
#if ISWEB
vid.xscr = vid.xres = 1200;
vid.xscr = vid.xres = 1280;
vid.yscr = vid.yres = 900;
#else
const SDL_VideoInfo *inf = SDL_GetVideoInfo();