diff options
| author | Ray <raysan5@gmail.com> | 2017-05-03 14:15:49 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2017-05-03 14:15:49 +0200 |
| commit | c4500901ebb7208da44ced6f9c3060496779fcef (patch) | |
| tree | fb664b2a26f86d453bfae8d1e979e5c10aefd055 /docs/games/drturtle.html | |
| parent | d593bd0081ea2dcafe3182ffc874882b5b7110b4 (diff) | |
| download | raylib-c4500901ebb7208da44ced6f9c3060496779fcef.tar.gz raylib-c4500901ebb7208da44ced6f9c3060496779fcef.zip | |
Added HTML5 games
Diffstat (limited to 'docs/games/drturtle.html')
| -rw-r--r-- | docs/games/drturtle.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/games/drturtle.html b/docs/games/drturtle.html index d0e65b30..f5ccba5f 100644 --- a/docs/games/drturtle.html +++ b/docs/games/drturtle.html @@ -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"> |
