mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
changed the WEB size so that the sidemenu is used by default
This commit is contained in:
parent
b09b2375bc
commit
f41ce7c42a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user