Skip to content

Commit ec77c4b

Browse files
author
avscs
committed
updated run 3 beta to work (maybe)
1 parent e1eb6fb commit ec77c4b

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

games/run-3-beta/Run3.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

games/run-3-beta/index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
4+
55
<meta charset="utf-8">
6-
6+
77
<title>Run 3</title>
8-
8+
99
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
1010
<meta name="apple-mobile-web-app-capable" content="yes">
11-
12-
11+
12+
1313
<link rel="shortcut icon" type="image/png" href="./favicon.png">
14-
15-
14+
15+
1616
<script type="text/javascript" src="./Run3.js"></script>
17-
17+
1818
<script>
1919
window.addEventListener ("touchmove", function (event) { event.preventDefault (); }, { capture: false, passive: false });
2020
if (typeof window.devicePixelRatio != 'undefined' && window.devicePixelRatio > 2) {
2121
var meta = document.getElementById ("viewport");
2222
meta.setAttribute ('content', 'width=device-width, initial-scale=' + (2 / window.devicePixelRatio) + ', user-scalable=no');
2323
}
2424
</script>
25-
25+
2626
<style>
2727
html,body { margin: 0; padding: 0; height: 100%; overflow: hidden; }
2828
#openfl-content { background: #000000; width: 100%; height: 100%; }
@@ -54,7 +54,7 @@
5454
}
5555

5656
</style>
57-
57+
5858
<!-- <script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
5959
new Crate({
6060
server: '393531852763168768',
@@ -64,14 +64,14 @@
6464
</script> -->
6565
</head>
6666
<body>
67-
67+
6868
<noscript>This webpage makes extensive use of JavaScript. Please enable JavaScript in your web browser to view this page.</noscript>
69-
69+
7070
<div id="openfl-content"></div>
71-
71+
7272
<script type="text/javascript">
7373
lime.embed ("Run3", "openfl-content", 800, 600, { parameters: {} });
7474
</script>
75-
75+
7676
</body>
7777
</html>

0 commit comments

Comments
 (0)