mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 10:32:08 -05:00
Update semag/roughdino/index.html
This commit is contained in:
parent
9cdc7890ee
commit
734a0ee568
@ -8,21 +8,7 @@
|
|||||||
<link rel="stylesheet" href="TemplateData/style.css">
|
<link rel="stylesheet" href="TemplateData/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="unity-container" width="100%" height="100%" class="unity-desktop">
|
|
||||||
<canvas id="unity-canvas" width="100%" height="100%" ></canvas>
|
<canvas id="unity-canvas" width="100%" height="100%" ></canvas>
|
||||||
<div id="unity-loading-bar">
|
|
||||||
<div id="unity-logo"></div>
|
|
||||||
<div id="unity-progress-bar-empty">
|
|
||||||
<div id="unity-progress-bar-full"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="unity-warning"> </div>
|
|
||||||
<div id="unity-footer">
|
|
||||||
<div id="unity-webgl-logo"></div>
|
|
||||||
<div id="unity-fullscreen-button"></div>
|
|
||||||
<div id="unity-build-title">Dino_game_v1</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script>
|
<script>
|
||||||
var container = document.querySelector("#unity-container");
|
var container = document.querySelector("#unity-container");
|
||||||
var canvas = document.querySelector("#unity-canvas");
|
var canvas = document.querySelector("#unity-canvas");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user