mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-06 10:22:23 +00:00
changed the WEB size so that the sidemenu is used by default
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user