summaryrefslogtreecommitdiffhomepage
path: root/examples/physics
diff options
context:
space:
mode:
authorMichael Richardson <[email protected]>2022-03-23 13:05:49 -0400
committerMichael Richardson <[email protected]>2022-03-23 13:05:49 -0400
commitc92001c42a56fbbb2b7d79d18bfa377ba63c22de (patch)
treecf6fd8e9887fcbd87f3f0a802fa6a5109a025e8f /examples/physics
parentd71019a352321c7bbe3cd4735db60390cf5fc425 (diff)
downloadraylib.com-c92001c42a56fbbb2b7d79d18bfa377ba63c22de.tar.gz
raylib.com-c92001c42a56fbbb2b7d79d18bfa377ba63c22de.zip
Move code to standalone file and add to all loaders
Diffstat (limited to 'examples/physics')
-rw-r--r--examples/physics/loader.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/physics/loader.html b/examples/physics/loader.html
index 1f63254..514924d 100644
--- a/examples/physics/loader.html
+++ b/examples/physics/loader.html
@@ -236,5 +236,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