Skip to content

Commit

Permalink
new games (v8.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
a456pur committed Feb 11, 2024
1 parent c312beb commit 2ec453b
Show file tree
Hide file tree
Showing 281 changed files with 23,080 additions and 0 deletions.
Binary file added games/hungrylamu/Build/WebGL.data
Binary file not shown.
7 changes: 7 additions & 0 deletions games/hungrylamu/Build/WebGL.framework.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions games/hungrylamu/Build/WebGL.loader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added games/hungrylamu/Build/WebGL.wasm
Binary file not shown.
38 changes: 38 additions & 0 deletions games/hungrylamu/index.html
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>
Binary file added games/hungrylamu/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/volleyrandom/.DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions games/volleyrandom/appmanifest.json
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 added games/volleyrandom/box2d.wasm
Binary file not shown.
Loading

0 comments on commit 2ec453b

Please sign in to comment.