Thanks for this nosoucy62.
I am trying to play it in a crt, max height 288p. So I'm wanting to display at 427x240 or some resolution smaller than 288p.
When I do the window smaller than 1024 widht, it shows sidebar_alternate_02.png.
You can get rid of this, setting
<div id="sideframe" style="position:absolute;top:0px;left:0px;display:none;height:100%;width:0px;z-index:99;background-color:#110303;background-image:url('/images/sidebar_alternate_02.png');background-position-y:center;">
</div>
But anyway, when window widht is smaller than 1024, game stops filling the whole window and blocks at 320 width, centered in the window.
Does anyone know where can I modify that?
I know html, css js... but can't find the file where this size rule is defined.
I have looked the files in the css and js folders, and also in default.html and settings.html, but I can't find it.
Thanks