summaryrefslogtreecommitdiffhomepage
path: root/docs/games/drturtle.html
diff options
context:
space:
mode:
authorRay <[email protected]>2017-05-09 09:35:58 +0200
committerGitHub <[email protected]>2017-05-09 09:35:58 +0200
commit0ca874c710aace697c5a383f41fc81abf34e2e06 (patch)
tree804ea004f637c5514c15a116a9599a93564557ab /docs/games/drturtle.html
parentc785d84d30a232d9b44b6969a24103ab8da959b7 (diff)
parent4c27412eff10f8ef633d97017dcb9e2faff4c4e1 (diff)
downloadraylib-0ca874c710aace697c5a383f41fc81abf34e2e06.tar.gz
raylib-0ca874c710aace697c5a383f41fc81abf34e2e06.zip
Merge pull request #282 from raysan5/develop
Integrate Develop branch
Diffstat (limited to 'docs/games/drturtle.html')
-rw-r--r--docs/games/drturtle.html4
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">