Added HTML5 games
This commit is contained in:
parent
d593bd0081
commit
c4500901eb
26 changed files with 350413 additions and 287056 deletions
|
@ -57,7 +57,7 @@
|
|||
div.emscripten_border { border: 1px solid black; }
|
||||
|
||||
/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
|
||||
canvas.emscripten { border: 0px none; }
|
||||
canvas.emscripten { border: 0px none; background: black; }
|
||||
|
||||
#emscripten_logo {
|
||||
display: inline-block;
|
||||
|
@ -144,7 +144,7 @@
|
|||
<div class="emscripten" id="status">Downloading...</div>
|
||||
|
||||
<span id='controls'>
|
||||
<span><input type="button" value="Fullscreen" onclick="Module.requestFullScreen(false, false)"></span>
|
||||
<span><input type="button" value="Fullscreen" onclick="Module.requestFullscreen(false, false)"></span>
|
||||
</span>
|
||||
|
||||
<div class="emscripten">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue