responsive
All checks were successful
Deploy Online Pages / Pages-Deployment (push) Successful in 5s
All checks were successful
Deploy Online Pages / Pages-Deployment (push) Successful in 5s
This commit is contained in:
parent
037d797316
commit
6883103de5
Binary file not shown.
Binary file not shown.
Binary file not shown.
14
index.html
14
index.html
@ -4,22 +4,12 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Unity WebGL Player | Kinen's Pocket Money Quest</title>
|
||||
<link rel="shortcut icon" href="TemplateData/favicon.ico">
|
||||
<link rel="stylesheet" href="TemplateData/style.css">
|
||||
<script src="TemplateData/UnityProgress.js"></script>
|
||||
<script src="Build/UnityLoader.js"></script>
|
||||
<script>
|
||||
var unityInstance = UnityLoader.instantiate("unityContainer", "Build/kinen's-pocket-money-quest.json", {onProgress: UnityProgress});
|
||||
UnityLoader.instantiate("unityContainer", "Build/kinen's-pocket-money-quest.json");
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="webgl-content">
|
||||
<div id="unityContainer" style="width: 720px; height: 1280px"></div>
|
||||
<div class="footer">
|
||||
<div class="webgl-logo"></div>
|
||||
<div class="fullscreen" onclick="unityInstance.SetFullscreen(1)"></div>
|
||||
<div class="title">Kinen's Pocket Money Quest</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="unityContainer" style="width: 720px; height: 1280px; margin: auto"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user