diff options
| author | Michael Richardson <[email protected]> | 2022-03-23 13:05:49 -0400 |
|---|---|---|
| committer | Michael Richardson <[email protected]> | 2022-03-23 13:05:49 -0400 |
| commit | c92001c42a56fbbb2b7d79d18bfa377ba63c22de (patch) | |
| tree | cf6fd8e9887fcbd87f3f0a802fa6a5109a025e8f /examples/text/loader.html | |
| parent | d71019a352321c7bbe3cd4735db60390cf5fc425 (diff) | |
| download | raylib.com-c92001c42a56fbbb2b7d79d18bfa377ba63c22de.tar.gz raylib.com-c92001c42a56fbbb2b7d79d18bfa377ba63c22de.zip | |
Move code to standalone file and add to all loaders
Diffstat (limited to 'examples/text/loader.html')
| -rw-r--r-- | examples/text/loader.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/text/loader.html b/examples/text/loader.html index 76394d9..ffcd8c9 100644 --- a/examples/text/loader.html +++ b/examples/text/loader.html @@ -238,5 +238,8 @@ ga('require', 'linkid', 'linkid.js'); ga('send', 'pageview'); </script> + + <!-- prevent arrow keys fromscrolling the loaded game. --> + <script src="/common/disable-arrow-scroll.js"></script> </body> </html>
\ No newline at end of file |
