diff options
| author | Amir Rajan <[email protected]> | 2021-08-07 00:11:35 -0500 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2021-08-07 00:11:35 -0500 |
| commit | bea150381f495630f92f89d23d5f3445ec289b2d (patch) | |
| tree | fab101117bf7df04682901193c2cde782a5f5470 /deploy_template/.dragonruby/stubs/html5/stub/index.html | |
| parent | ba91acb8835e1c85a06e9b4c8cc82db1d12edbb0 (diff) | |
| download | dragonruby-game-toolkit-contrib-bea150381f495630f92f89d23d5f3445ec289b2d.tar.gz dragonruby-game-toolkit-contrib-bea150381f495630f92f89d23d5f3445ec289b2d.zip | |
Deploy template folder synced.
Diffstat (limited to 'deploy_template/.dragonruby/stubs/html5/stub/index.html')
| -rw-r--r-- | deploy_template/.dragonruby/stubs/html5/stub/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/deploy_template/.dragonruby/stubs/html5/stub/index.html b/deploy_template/.dragonruby/stubs/html5/stub/index.html index b2bcf9f..b9d48b7 100644 --- a/deploy_template/.dragonruby/stubs/html5/stub/index.html +++ b/deploy_template/.dragonruby/stubs/html5/stub/index.html @@ -77,10 +77,8 @@ </head> <body id='toplevel'> <div class="emscripten_border" id='borderdiv'> - <input id="game-input" autocomplete="off" /> - <canvas class="game emscripten" id="canvas" oncontextmenu="event.preventDefault()"></canvas> + <canvas class="emscripten" id="canvas" oncontextmenu="event.preventDefault()" tabindex=-1></canvas> </div> - <br/> <textarea style="display: none;" id="output" rows="8"></textarea> <div class="emscripten" id="status"></div> |
