-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
281 changed files
with
23,080 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7FN7LEVWXD"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-7FN7LEVWXD'); | ||
</script> | ||
|
||
<title>Hungry Lamu | Seraph</title> | ||
<link rel="shortcut icon" href="../../images/ico.ico" type="image/x-icon"> | ||
<script src="../../storage/js/cloak.js"></script> | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
</head> | ||
<body style="text-align: center"> | ||
<canvas id="unity-canvas" width=1280 height=720 style="width: 1280px; height: 720px; background: #5B8032"></canvas> | ||
<script src="Build/WebGL.loader.js"></script> | ||
<script src="/js/main.js"></script> | ||
<script> | ||
createUnityInstance(document.querySelector("#unity-canvas"), { | ||
dataUrl: "Build/WebGL.data", | ||
frameworkUrl: "Build/WebGL.framework.js", | ||
codeUrl: "Build/WebGL.wasm", | ||
streamingAssetsUrl: "StreamingAssets", | ||
companyName: "Kulu", | ||
productName: "Hungry Lamu", | ||
productVersion: "1.0", | ||
// matchWebGLToCanvasSize: false, // Uncomment this to separately control WebGL canvas render size and DOM element size. | ||
// devicePixelRatio: 1, // Uncomment this to override low DPI rendering on high DPI displays. | ||
}); | ||
</script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "Volley Random", | ||
"short_name": "Volley Random", | ||
"description": "", | ||
"start_url": "index.html", | ||
"display": "fullscreen", | ||
"orientation": "any", | ||
"background_color": "#ffffff", | ||
"icons": [] | ||
} |
Binary file not shown.
Oops, something went wrong.