Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Weird. On 'Safari' the bottom-right-most inventory item is blocked by a menu button for going full-screen (which actually doesn't seem to work properly either, but mostly it's annoying because there's an important item in that box that I now cannot use.)

(+1)

The browser mode is relatively automated, I'll look into seeing if that can be changed!

In the game menu you need to add a new button with this code:

SDL_SetWindowFullscreen( var_sdl_window, (SDL_GetWindowFlags(var_sdl_window) & (Uint32)SDL_WINDOW_FULLSCREEN ? 0 : SDL_WINDOW_FULLSCREEN));

And also remove this fragment from the HTML file:

<div class="gears-cont"><div class="gears" id="gearBtn"></div></div>

Incredible, thanks. I'll get that looked at some time this week hopefully!

Narrator: They would not, in fact, get that looked at that week.

(the gear does go away if you fullscreen it, at least)

Haha sorry, sorry. Rather than remove the gear I've shifted it to a less intrusive position (I hope!)