Skip to content

Commit

Permalink
fix super star car
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Feb 28, 2025
1 parent fe31f8b commit 8fce1d0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 43 deletions.
36 changes: 0 additions & 36 deletions static/misc/superstarcar/game.html

This file was deleted.

39 changes: 32 additions & 7 deletions static/misc/superstarcar/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,36 @@

<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Super Star Car - Poki</title>
<meta name="robots" content="noindex,nofollow" />

<script>
window.config = {
loader: 'unity',
debug: false,
maxRatio: 16 / 9,
minRatio: 9 / 16,

title: 'Super Star Car',
thumbnail: 'splash.avif',
numScreenshots: 4 ,

unityVersion: '2019.4.17f1',
unityWebglBuildUrl: 'Build\/Build.json',

fileSize: 55 ,
cachedDecompressedFileSizes: {
'Build.data.unityweb': 49803531 ,
'Build.wasm.code.unityweb': 5635180 ,
'Build.wasm.framework.unityweb': 86316 ,
},
};
</script>
</head>
<body style="background-color: #fff;">
<a href="game.html">click</a>
<body>
<script src="./master-loader.js"></script>
</body>
</html>
</html>

0 comments on commit 8fce1d0

Please sign in to comment.