mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +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
|
#if ISWEB
|
||||||
vid.xscr = vid.xres = 1200;
|
vid.xscr = vid.xres = 1280;
|
||||||
vid.yscr = vid.yres = 900;
|
vid.yscr = vid.yres = 900;
|
||||||
#else
|
#else
|
||||||
const SDL_VideoInfo *inf = SDL_GetVideoInfo();
|
const SDL_VideoInfo *inf = SDL_GetVideoInfo();
|
||||||
|
Loading…
Reference in New Issue
Block a user